Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 864899 - dev-libs/nss-3.81 fails tests (MUSL)
Summary: dev-libs/nss-3.81 fails tests (MUSL)
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo musl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-08-11 11:54 UTC by Agostino Sarubbo
Modified: 2022-08-25 07:37 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log.xz (build.log.xz,293.27 KB, application/x-xz)
2022-08-11 11:54 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2022-08-11 11:54:50 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-libs/nss-3.81 fails tests (MUSL).
Discovered on: amd64 (internal ref: tinderbox_musl)

NOTE:
This machine uses MUSL libc
Comment 1 Agostino Sarubbo gentoo-dev 2022-08-11 11:54:55 UTC
Created attachment 799291 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 2 Agostino Sarubbo gentoo-dev 2022-08-11 11:54:56 UTC
Error(s) that match a know pattern:


/var/tmp/portage/dev-libs/nss-3.81/work/nss-3.81/nss-abi_x86_64.amd64/cmd/shlibsign/./sign.sh: line 36: cd: /var/tmp/portage/dev-libs/nss-3.81/temp/fakedir: No such file or directory
Error: failed to load policy file
certutil: Could not find cert: WithSAN
certutil: could not find certificate named "TestUser": SEC_ERROR_INVALID_ARGS: security library: invalid arguments.
certutil: could not find certificate named "xxxx": SEC_ERROR_INVALID_ARGS: security library: invalid arguments.
crlutil: could not find TestCA's CRL: SEC_ERROR_CRL_NOT_FOUND: No matching CRL was found.
crlutil: could not find TestCA-ec's CRL: SEC_ERROR_CRL_NOT_FOUND: No matching CRL was found.
crlutil: could not find the issuer TestCA's CRL: SEC_ERROR_CRL_NOT_FOUND: No matching CRL was found.
crlutil: could not find the issuer TestCA-ec's CRL: SEC_ERROR_CRL_NOT_FOUND: No matching CRL was found.
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-08-25 07:37:32 UTC
Failures are around here (this is one of them):

TIMESTAMP ssl BEGIN: Thu Aug 11 09:08:27 UTC 2022
ssl.sh: SSL tests ===============================
ssl.sh: CRL SSL Client Tests  ===============================
ssl.sh: TLS Request don't require client auth (client does not provide auth) ----
selfserv starting at Thu Aug 11 09:08:27 UTC 2022
selfserv -D -p 8443 -d ../server -n 127.0.0.1  \
         -e 127.0.0.1-ecmixed -e 127.0.0.1-ec -S 127.0.0.1-dsa -w nss -r -i ../tests_pid.5114\
         -V ssl3:tls1.2  -H 1 &
trying to connect to selfserv at Thu Aug 11 09:08:27 UTC 2022
tstclnt -4 -p 8443 -h 127.0.0.1  -q \
        -d ../client  < /var/tmp/portage/dev-libs/nss-3.81/work/nss-3.81/nss-abi_x86_64.amd64/tests/ssl/sslreq.dat
selfserv: PR_Bind returned error -5986:
Network address not available (in use?)
tstclnt: Client timed out while waiting for connection to server: PR_CONNECT_RESET_ERROR: TCP connection reset by peer
retrying to connect to selfserv at Thu Aug 11 09:09:33 UTC 2022
tstclnt -p 8443 -h 127.0.0.1  -q \
        -d ../client  < /var/tmp/portage/dev-libs/nss-3.81/work/nss-3.81/nss-abi_x86_64.amd64/tests/ssl/sslreq.dat
tstclnt: Client timed out while waiting for connection to server: PR_CONNECT_RESET_ERROR: TCP connection reset by peer
ssl.sh: #1: Waiting for Server - FAILED
kill -0 10297 >/dev/null 2>/dev/null
ssl.sh: Exit: 10 Fatal - selfserv process not detectable - FAILED
ssl.sh: #2: 10 Fatal - selfserv process not detectable - FAILED
./init.sh: line 157: kill: (10297) - No such process
ssl.sh: Cache CRL SSL Client Tests  ===============================