Closed
Bug 1015874
Opened 11 years ago
Closed 2 years ago
httpserv and selfserv process not detectable due to which tstclnt file in test suite is not able to run
Categories
(NSS :: Test, defect, P5)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: sachingpt999, Unassigned)
Details
Attachments
(1 file)
2.99 MB,
text/plain
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.114 Safari/537.36
Steps to reproduce:
I ran the NSS test suite which failed for tstclnt due to 'httpserv' and 'selserv' failure.
The test suite was run on a NSS stack built for 64 bit.
Commands used
export USE_64=1 #as my system was 64 bit
export HOST=localhost4 DOMSUF=localdomain4 #as mystem is IPV4 configured
cd nss-3.16/nss/tests #tests is the test suite folder of NSS
./all.sh #script to run all the test suite
Actual results:
I am attaching the relevant summary here for detailed view kindly see the attached file of log.
----------------------------------------------------------------------------
ssl.sh: TLS Request don't require client auth (client does not provide auth) ----
selfserv starting at Mon May 26 12:33:07 IST 2014
selfserv -D -p 8443 -d ../server -n localhost4.localdomain4 \
-e localhost4.localdomain4-ec -w nss -r -i ../tests_pid.22468 &
trying to connect to selfserv at Mon May 26 12:33:07 IST 2014
tstclnt -p 8443 -h localhost4.localdomain4 -q \
-d ../client -v < /data2/2724/s.k.gupta/NSS-IPV6/nss-3.16-with-nspr-4.10.4/nss-3.16/nss/tests/ssl/sslreq.dat
selfserv: PR_Bind returned error -5982:
Local Network address is in use
tstclnt: connecting to localhost4.localdomain4:8443 (address=127.0.0.1)
kill -0 1227 >/dev/null 2>/dev/null
ssl.sh: Exit: 10 Fatal - selfserv process not detectable - FAILED
ssl.sh: #1825: 10 Fatal - selfserv process not detectable - FAILED
./init.sh: line 147: kill: (1227) - No such process
TIMESTAMP ssl END: Mon May 26 12:33:07 IST 2014
chains.sh: #2630: OCSPD: Importing certificate OCSPEE33OCSPCA3.der to ClientDB database - PASSED
httpserv starting at Mon May 26 12:35:08 IST 2014
httpserv -D -p 8641 \
-A OCSPRoot -C /data2/2724/s.k.gupta/NSS-IPV6/nss-3.16-with-nspr-4.10.4/nss-3.16/tests_results/security/localhost4.2/sharedb/chains/OCSPD/OCSPRoot.crl -A OCSPCA1 -C /data2/2724/s.k.gupta/NSS-IPV6/nss-3.16-with-nspr-4.10.4/nss-3.
-A OCSPCA2 -C /data2/2724/s.k.gupta/NSS-IPV6/nss-3.16-with-nspr-4.10.4/nss-3.16/tests_results/security/localhost4.2/sharedb/chains/OCSPD/OCSPCA2.crl -A OCSPCA3 -C /data2/2724/s.k.gupta/NSS-IPV6/nss-3.16-with-nspr-4.10.4/nss-3.
-O get -d /data2/2724/s.k.gupta/NSS-IPV6/nss-3.16-with-nspr-4.10.4/nss-3.16/tests_results/security/localhost4.2/sharedb/chains/OCSPD/ServerDB/ -f /data2/2724/s.k.gupta/NSS-IPV6/nss-3.16-with-nspr-4.10.4/nss-3.16/tests_results/se
-i /data2/2724/s.k.gupta/NSS-IPV6/nss-3.16-with-nspr-4.10.4/nss-3.16/tests_results/security/localhost4.2/sharedb/aiahttp/http_pid.22468 &
trying to connect to httpserv at Mon May 26 12:35:08 IST 2014
tstclnt -p 8641 -h localhost4.localdomain4 -q -v
httpserv: PR_Bind returned error -5982:
Local Network address is in use
tstclnt: connecting to localhost4.localdomain4:8641 (address=127.0.0.1)
kill -0 11683 >/dev/null 2>/dev/null
chains.sh: Exit: 10 Fatal - httpserv process not detectable - FAILED
chains.sh: #2631: 10 Fatal - httpserv process not detectable - FAILED
TIMESTAMP chains END: Mon May 26 12:35:08 IST 2014
SUMMARY:
========
NSS variables:
--------------
HOST=localhost4
DOMSUF=localdomain4
BUILD_OPT=
USE_X32=
USE_64=1
NSS_CYCLES=""
NSS_TESTS=""
NSS_SSL_TESTS="crl bypass_normal normal_bypass fips_normal normal_fips iopr"
NSS_SSL_RUN="cov auth stapling stress"
NSS_AIA_PATH=
NSS_AIA_HTTP=
NSS_AIA_OCSP=
IOPR_HOSTADDR_LIST=
PKITS_DATA=
Tests summary:
--------------
Passed: 2624
Failed: 7
Failed with core: 0
Unknown status: 0
Expected results:
httpserv and selfserv should be detectable and tstclnt should be able to make the required connections.
Updated•3 years ago
|
Severity: normal → S3
Updated•2 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 2 years ago
Priority: -- → P5
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•