Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Sushant-ctrl opened this issue Oct 5, 2021 · 1 comment
Open

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

Sushant-ctrl opened this issue Oct 5, 2021 · 1 comment

Comments

@Sushant-ctrl
Copy link

Sushant-ctrl commented Oct 5, 2021

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
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants