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

p11-kit does not pass the tests #72838

Closed
siscia opened this issue Nov 5, 2019 · 4 comments
Closed

p11-kit does not pass the tests #72838

siscia opened this issue Nov 5, 2019 · 4 comments

Comments

@siscia
Copy link
Contributor

siscia commented Nov 5, 2019

Describe the bug
p11-kit does not pass all test and does not install

To Reproduce

nix-env -iA nixpkgs-unstable.p11-kit

Expected behavior

It should compile, successfully test, and then install p11-kit

Additional context
I am running nix in a different base path, so it is not /nix/... but it is something like /cvmfs/.../nix/...

These are the test that are not passing:

...
PASS: test-filter 1 /filter/test_allowed
PASS: test-filter 2 /filter/test_denied
PASS: test-filter 3 /filter/test_write_protected
ERROR: test-compat - missing test plan
PASS: test-server 1 /server/initialize
PASS: test-server 2 /server/initialize-no-address
PASS: test-server 3 /server/open-session
PASS: test-server 4 /server/open-session-write-protected
PASS: test-server 5 /server/all/initialize
PASS: test-server 6 /server/all/initialize-no-address
PASS: test-server 7 /server/all/open-session
ERROR: test-conf - missing test plan
PASS: test-rpc 1 /rpc/new-free
PASS: test-rpc 2 /rpc/uint16
PASS: test-rpc 3 /rpc/uint16-static
...
test-conf: common/test.c:613: p11_test_copy_setgid: Assertion `false && "this code should not be reached"' failed.
./build/litter/tap-driver.sh: line 639: 25893 Aborted                 (core dumped) "$@"
ERROR: test-conf - missing test plan

============================================================================
Testsuite summary for p11-kit 0.23.16
============================================================================
# TOTAL: 739
# PASS:  737
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 2
============================================================================
See ./test-suite.log
Please report to https://github.com/p11-glue/p11-kit/issues
============================================================================

Metadata
nix run nixpkgs.nix-info -c nix-info -m does not work in my installation!

ubuntu@cdff2fa33bd1:~$ nix run nixpkgs.nix-info -c nix-info -m
error: attribute 'nixpkgs' in selection path 'nixpkgs.nix-info' not found
ubuntu@cdff2fa33bd1:~$ nix run nixpkgs-unstable.nix-info -c nix-info -m
error: attribute 'nixpkgs-unstable' in selection path 'nixpkgs-unstable.nix-info' not found
ubuntu@cdff2fa33bd1:~$ nix run nix-info -c nix-info -m
error: attribute 'nix-info' in selection path 'nix-info' not found
@siscia
Copy link
Contributor Author

siscia commented Nov 12, 2019

@FRidh
Copy link
Member

FRidh commented Nov 13, 2019

working version is on staging-next, f799388

@FRidh
Copy link
Member

FRidh commented Nov 13, 2019

Do you have sandboxing enabled?

@siscia
Copy link
Contributor Author

siscia commented Nov 15, 2019

Many thanks!

Actually I reached the same conclusion myself through overlays.

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

No branches or pull requests

2 participants