We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
master branch, make check fails on some hosts with:
master
make check
[x86_64] make[2]: Entering directory '/usr/src/RPM/BUILD/numatop-2.4' [x86_64] FAIL: test/mgen.01.sh [x86_64] make[2]: Leaving directory '/usr/src/RPM/BUILD/numatop-2.4' [x86_64] make[2]: Entering directory '/usr/src/RPM/BUILD/numatop-2.4' [x86_64] FAIL: test/mgen.02.sh [x86_64] make[2]: Leaving directory '/usr/src/RPM/BUILD/numatop-2.4' [x86_64] -- [x86_64] # SKIP: 0 [x86_64] # XFAIL: 0 [x86_64] # FAIL: 2 [x86_64] # XPASS: 0 [x86_64] # ERROR: 0 [x86_64] .. contents:: :depth: 2 [x86_64] FAIL: test/mgen.01.sh [x86_64] Failed to dependent read. [x86_64] FAIL test/mgen.01.sh (exit status: 255) [x86_64] FAIL: test/mgen.02.sh [x86_64] mbind: Invalid argument [x86_64] -- [x86_64] # SKIP: 0 [x86_64] # XFAIL: 0 [x86_64] # FAIL: 2 [x86_64] # XPASS: 0 [x86_64] # ERROR: 0 [x86_64] See ./test-suite.log
Manual run:
+ ./mgen -a 1 -c 1 -t 10 mbind: Invalid argument Failed to dependent read.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
master
branch,make check
fails on some hosts with:Manual run:
The text was updated successfully, but these errors were encountered: