Paste #128183

   
pasted on 17.10.2019 16:52
  • Edit to this paste
  • Print
  • Raw
  • The following pastes replied to this paste:  # 159261 # 239436
  • Show paste tree
  • Compare with paste
    #  
  • Toggle line numbers
  • Syntax highlighting  
Text paste
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
t/handle/local/05_use.t ................ ok   
t/local/01_pod.t ....................... skipped: Test::Pod 1.00 required for testing POD
t/local/02_pod_coverage.t .............. skipped: these tests are for only for release candidate testing. Enable with RELEASE_TESTING=1
t/local/03_use.t ....................... 1/1 # 
# Testing Net::SSLeay 1.88
# 
# Perl information:
#   Version:         '5.026001'
#   Executable path: '/home/guest/perl5/perlbrew/perls/perl-5.26.1/bin/perl'
# 
# libssl information:
#   SSLEAY_VERSION:      'OpenSSL 1.1.1d  10 Sep 2019'
#   SSLEAY_CFLAGS:       'compiler: x86_64-pc-linux-gnu-gcc -fPIC -pthread -m64 -Wa,--noexecstack -Wall -march=native -O2 -pipe -fno-strict-aliasing -Wa,--noexecstack -DOPENSSL_USE_NODELETE -DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2 -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DVPAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM -DPOLY1305_ASM -DZLIB -DNDEBUG  -DOPENSSL_NO_BUF_FREELISTS'
#   SSLEAY_BUILT_ON:     'built on: Thu Oct 17 13:30:14 2019 UTC'
#   SSLEAY_PLATFORM:     'platform: linux-x86_64'
#   SSLEAY_DIR:          'OPENSSLDIR: "/etc/ssl"'
#   OPENSSL_ENGINES_DIR: 'ENGINESDIR: "/usr/lib64/engines-1.1"'
t/local/03_use.t ....................... ok   
t/local/04_basic.t ..................... ok     
t/local/05_passwd_cb.t ................. ok     
t/local/06_tcpecho.t ................... ok   
t/local/07_sslecho.t ................... ok       
t/local/08_pipe.t ...................... ok     
t/local/09_ctx_new.t ................... ok     
t/local/10_rand.t ...................... 1/52 
#   Failed test 'RAND_file_name returns defined value'
#   at t/local/10_rand.t line 18.
#          got: undef
#     expected: anything else
Use of uninitialized value $file_name in concatenation (.) or string at t/local/10_rand.t line 19.
# Looks like you failed 1 test of 52.
t/local/10_rand.t ...................... Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/52 subtests 
t/local/11_read.t ...................... ok     
t/local/15_bio.t ....................... ok   
t/local/20_autoload.t .................. ok       
t/local/21_constants.t ................. ok       
t/local/30_error.t ..................... ok     
t/local/31_rsa_generate_key.t .......... ok     
t/local/32_x509_get_cert_info.t ........ ok         
t/local/33_x509_create_cert.t .......... ok       
t/local/34_x509_crl.t .................. ok     
t/local/35_ephemeral.t ................. skipped: libressl and OpenSSL 1.1 removed support for ephemeral/temporary RSA private keys
t/local/36_verify.t .................... ok       
t/local/37_asn1_time.t ................. ok     
t/local/38_priv-key.t .................. ok     
t/local/39_pkcs12.t .................... ok     
t/local/40_npn_support.t ............... ok   
t/local/41_alpn_support.t .............. ok   
t/local/42_info_callback.t ............. ok   
t/local/43_misc_functions.t ............ ok     
t/local/44_sess.t ...................... ok     
t/local/45_exporter.t .................. ok     
t/local/50_digest.t .................... ok       
t/local/61_threads-cb-crash.t .......... skipped: your perl is not compiled with ithreads
t/local/62_threads-ctx_new-deadlock.t .. skipped: your perl is not compiled with ithreads
t/local/63_ec_key_generate_key.t ....... ok   
t/local/64_ticket_sharing.t ............ ok     
t/local/65_security_level.t ............ ok     
t/local/65_ticket_sharing_2.t .......... ok   
t/local/66_curves.t .................... ok   
t/local/kwalitee.t ..................... skipped: these tests are for only for release candidate testing. Enable with RELEASE_TESTING=1

Test Summary Report
-------------------
t/local/10_rand.t                    (Wstat: 256 Tests: 52 Failed: 1)
  Failed test:  3
  Non-zero exit status: 1
Files=40, Tests=3039,  6 wallclock secs ( 0.40 usr  0.05 sys +  4.44 cusr  0.31 csys =  5.20 CPU)
Result: FAIL
Failed 1/40 test programs. 1/3039 subtests failed.
make: *** [Makefile:1081: test_dynamic] Ошибка 255
FAIL
Add Comment
Author