kevinkreiser / prime_server

non-blocking (web)server API for distributed computing and SOA based on zeromq
Other
59 stars 26 forks source link

Not able to run `make -j$(nproc) -k test` #109

Open Sushant-ctrl opened 3 years ago

Sushant-ctrl commented 3 years ago

Following the readMe, I am getting this error. @kevinkreiser I increased the alarm threshold from 300 to 3000. And tried running for j8 j6 j4 but I am still getting the same error.

(base) sush@sush-Lenovo-Legion-Y540-15IRH-PG0:~/prime_server$ make -j8 test
make  test/zmq test/netstring test/http test/shaping test/interrupt
make[1]: Entering directory '/home/sush/prime_server'
make[1]: 'test/zmq' is up to date.
make[1]: 'test/netstring' is up to date.
make[1]: 'test/http' is up to date.
make[1]: 'test/shaping' is up to date.
make[1]: 'test/interrupt' is up to date.
make[1]: Leaving directory '/home/sush/prime_server'
make  check-TESTS
make[1]: Entering directory '/home/sush/prime_server'
make[2]: Entering directory '/home/sush/prime_server'
PASS: test/zmq
./test-driver: line 107: 150684 Alarm clock             "$@" > $log_file 2>&1
FAIL: test/interrupt
./test-driver: line 107: 150679 Alarm clock             "$@" > $log_file 2>&1
FAIL: test/shaping
./test-driver: line 107: 150680 Alarm clock             "$@" > $log_file 2>&1
FAIL: test/netstring
./test-driver: line 107: 150682 Alarm clock             "$@" > $log_file 2>&1
FAIL: test/http
============================================================================
Testsuite summary for prime_server 0.7.0
============================================================================
# TOTAL: 5
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  4
# XPASS: 0
# ERROR: 0
============================================================================
See ./test-suite.log
Please report to https://github.com/kevinkreiser/prime_server/issues
============================================================================
make[2]: *** [Makefile:1330: test-suite.log] Error 1
make[2]: Leaving directory '/home/sush/prime_server'
make[1]: *** [Makefile:1438: check-TESTS] Error 2
make[1]: Leaving directory '/home/sush/prime_server'
make: *** [Makefile:1673: check-am] Error 2

Thanks in advance :)

DuongVu39 commented 2 years ago

I also got an error when trying to run this line but mine doesn't run long:

(virtual_env_name) duongvu@MacBook-Pro prime_server % make -j8 test
Making check in po
make[1]: *** No rule to make target `check'.  Stop.
make: *** [check-recursive] Error 1

Do you know why?