[openssl-dev] Openssl-SNAP-20160216 issues

The Doctor doctor at doctor.nl2k.ab.ca
Tue Feb 16 19:36:47 UTC 2016


Interested,

I added zlib and egd.

Now I try

HARNESS_VERBOSE=yes make test TESTS='test_networking'

REsult:

shlib_target=; if [ -n "libcrypto.so.1.1 libssl.so.1.1" ]; then  shlib_target="bsd-gcc-shared";  fi;  LIBRARIES="-L.. -lssl -L.. -lcrypto" ;  make -f ../Makefile.shared -e  APPNAME=openssl OBJECTS="openssl.o asn1pars.o ca.o ciphers.o cms.o crl.o crl2p7.o dgst.o dhparam.o  dsa.o dsaparam.o ec.o ecparam.o enc.o engine.o errstr.o gendsa.o  genpkey.o genrsa.o nseq.o ocsp.o passwd.o pkcs12.o pkcs7.o pkcs8.o  pkey.o pkeyparam.o pkeyutl.o prime.o rand.o req.o rsa.o rsautl.o  s_client.o s_server.o s_time.o sess_id.o smime.o speed.o spkac.o  srp.o ts.o verify.o version.o x509.o rehash.o apps.o opt.o s_cb.o s_socket.o app_rand.o"  LDFLAG="-ldl -lgmp -lm -lc -lz"  LIBDEPS=" $LIBRARIES "  link_app.${shlib_target}
LD_LIBRARY_PATH=..: gcc -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_EXPERIMENTAL_JPAKE -DOPENSSL_THREADS -DZLIB -DZLIB_SHARED -DOPENSSL_PIC -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DMD5_ASM -DRMD160_ASM -DAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DPOLY1305_ASM -DOPENSSLDIR="/usr/contrib" -DENGINESDIR="/usr/contrib/lib/engines" -fPIC -pthread -D_THREAD_SAFE -D_REENTRANT -DPERL5 -DL_ENDIAN -DTERMIOS -fomit-frame-pointer -O2 -march=i486 -Wall -g -rdynamic -ldl -lgmp -lm -lc -lz -Wl,-rpath,/usr/contrib/lib -o openssl openssl.o asn1pars.o ca.o ciphers.o cms.o crl.o crl2p7.o dgst.o dhparam.o dsa.o dsaparam.o ec.o ecparam.o enc.o engine.o errstr.o gendsa.o genpkey.o genrsa.o nseq.o ocsp.o passwd.o pkcs12.o pkcs7.o pkcs8.o pkey.o pkeyparam.o pkeyutl.o prime.o rand.o req.o rsa.o rsautl.o s_client.o s_server.o s_time.o sess_id.o smime.o speed.o spkac.o srp.o ts.o verify.o version.o x509.o rehash.o apps.o opt.o s_cb.o s_socket.o app_rand.o -L.. -lssl -L.. -lcrypto
TOP=.. PERL=/usr/bin/perl5 /usr/bin/perl5 run_tests.pl test_networking
../test/recipes/90-test_networking.t ..
1..2
Proxy connection failed: Failed creating proxy socket (127.0.0.1,4453): Address already in use

not ok 1 - Trying IPv4

#   Failed test 'Trying IPv4'
#   at ../test/recipes/90-test_networking.t line 90.
Proxy started on port 4453 

and stuck.

Also

TOP=.. PERL=/usr/bin/perl5 /usr/bin/perl5 run_tests.pl alltests
../test/recipes/01-test_ordinals.t ........ ok
../test/recipes/05-test_bf.t .............. ok
../test/recipes/05-test_cast.t ............ ok
../test/recipes/05-test_des.t ............. ok
../test/recipes/05-test_hmac.t ............ ok
../test/recipes/05-test_idea.t ............ ok
../test/recipes/05-test_md2.t ............. skipped: md2 is not supported by this OpenSSL build
../test/recipes/05-test_md4.t ............. ok
../test/recipes/05-test_md5.t ............. ok
../test/recipes/05-test_mdc2.t ............ ok
../test/recipes/05-test_rand.t ............ ok
../test/recipes/05-test_rc2.t ............. ok
../test/recipes/05-test_rc4.t ............. ok
../test/recipes/05-test_rc5.t ............. ok
../test/recipes/05-test_rmd.t ............. ok
../test/recipes/05-test_sha1.t ............ ok
../test/recipes/05-test_sha256.t .......... ok
../test/recipes/05-test_sha512.t .......... ok
../test/recipes/05-test_wp.t .............. ok
../test/recipes/10-test_bn.t .............. ok
../test/recipes/10-test_exp.t ............. ok
../test/recipes/15-test_dh.t .............. ok
../test/recipes/15-test_dsa.t ............. ok
../test/recipes/15-test_ec.t .............. ok
../test/recipes/15-test_ecdh.t ............ ok
../test/recipes/15-test_ecdsa.t ........... ok
../test/recipes/15-test_rsa.t ............. ok
../test/recipes/20-test_enc.t ............. ok
../test/recipes/25-test_crl.t ............. ok
../test/recipes/25-test_gen.t ............. ok
../test/recipes/25-test_pkcs7.t ........... ok
../test/recipes/25-test_req.t ............. ok
../test/recipes/25-test_sid.t ............. ok
../test/recipes/25-test_verify.t .......... ok
../test/recipes/25-test_x509.t ............ ok
../test/recipes/30-test_engine.t .......... ok
../test/recipes/30-test_evp.t ............. 1/1
#   Failed test 'running evp_test evptests.txt'
#   at ../test/recipes/30-test_evp.t line 11.
# Looks like you failed 1 test of 1.
../test/recipes/30-test_evp.t ............. Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
../test/recipes/30-test_evp_extra.t ....... ok
../test/recipes/30-test_pbelu.t ........... ok
../test/recipes/40-test_rehash.t .......... 4/5
#   Failed test 'Testing that we aren't running as a priviledged user, such as root'
#   at ../test/recipes/40-test_rehash.t line 41.
# Looks like you failed 1 test of 5.
../test/recipes/40-test_rehash.t .......... Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/5 subtests
        (less 1 skipped subtest: 3 okay)
../test/recipes/70-test_clienthello.t ..... ok
../test/recipes/70-test_packet.t .......... 1/1
#   Failed test 'running packettest'
#   at ../test/testlib/OpenSSL/Test/Simple.pm line 70.
# Looks like you failed 1 test of 1.
../test/recipes/70-test_packet.t .......... Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
../test/recipes/70-test_sslcertstatus.t ... Failed creating proxy socket (localhost,4453): Address already in use
# Looks like your test exited with 48 before it could output anything.
../test/recipes/70-test_sslcertstatus.t ... Dubious, test returned 48 (wstat 12288, 0x3000)
Failed 1/1 subtests
../test/recipes/70-test_sslextension.t .... Failed creating proxy socket (localhost,4453): Address already in use
# Looks like your test exited with 48 before it could output anything.
../test/recipes/70-test_sslextension.t .... Dubious, test returned 48 (wstat 12288, 0x3000)
Failed 1/1 subtests
../test/recipes/70-test_sslsessiontick.t .. Failed creating proxy socket (localhost,4453): Address already in use
# Looks like your test exited with 48 before it could output anything.
../test/recipes/70-test_sslsessiontick.t .. Dubious, test returned 48 (wstat 12288, 0x3000)
Failed 8/8 subtests
../test/recipes/70-test_sslskewith0p.t .... Failed creating proxy socket (localhost,4453): Address already in use
# Looks like your test exited with 48 before it could output anything.
../test/recipes/70-test_sslskewith0p.t .... Dubious, test returned 48 (wstat 12288, 0x3000)
Failed 1/1 subtests
../test/recipes/70-test_sslvertol.t ....... Failed creating proxy socket (localhost,4453): Address already in use
# Looks like your test exited with 48 before it could output anything.
../test/recipes/70-test_sslvertol.t ....... Dubious, test returned 48 (wstat 12288, 0x3000)
Failed 2/2 subtests
../test/recipes/70-test_tlsextms.t ........ Failed creating proxy socket (localhost,4453): Address already in use
# Looks like your test exited with 48 before it could output anything.
../test/recipes/70-test_tlsextms.t ........ Dubious, test returned 48 (wstat 12288, 0x3000)
Failed 9/9 subtests
../test/recipes/70-test_verify_extra.t .... ok
../test/recipes/80-test_ca.t .............. ok
../test/recipes/80-test_cms.t ............. ok
../test/recipes/80-test_dane.t ............ ok
../test/recipes/80-test_dtlsv1listen.t .... ok
../test/recipes/80-test_ocsp.t ............ ok
../test/recipes/80-test_ssl.t ............. 1/44
    #   Failed test 'test TLS via IPv4'
    #   at ../test/recipes/80-test_ssl.t line 437.

    #   Failed test 'test TLS via IPv6'
    #   at ../test/recipes/80-test_ssl.t line 444.
    # Looks like you failed 2 tests of 29.
../test/recipes/80-test_ssl.t ............. 3/44
#   Failed test 'standard SSL tests'
#   at ../test/recipes/80-test_ssl.t line 448.
../test/recipes/80-test_ssl.t ............. 41/44 # Looks like you failed 1 test of 44.
../test/recipes/80-test_ssl.t ............. Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/44 subtests
../test/recipes/80-test_tsa.t ............. ok
../test/recipes/90-test_async.t ........... ok
../test/recipes/90-test_constant_time.t ... ok
../test/recipes/90-test_gmdiff.t .......... ok
../test/recipes/90-test_heartbeat.t ....... skipped: heartbeats is not supported by this OpenSSL build
../test/recipes/90-test_ige.t ............. ok
../test/recipes/90-test_jpake.t ........... ok
../test/recipes/90-test_memleak.t ......... ok
../test/recipes/90-test_networking.t ...... Proxy connection failed: Failed creating proxy socket (127.0.0.1,4453): Address already in use

../test/recipes/90-test_networking.t ...... 1/2
#   Failed test 'Trying IPv4'
#   at ../test/recipes/90-test_networking.t line 90.
                                                              
SO a little better but something is going not right with the proxy.

-- 
Member - Liberal International This is doctor@@nl2k.ab.ca Ici doctor@@nl2k.ab.ca
God,Queen and country!Never Satan President Republic!Beware AntiChrist rising! 
http://www.fullyfollow.me/rootnl2k  Look at Psalms 14 and 53 on Atheism
Broadcasting the truth for 25 years


More information about the openssl-dev mailing list