Subject: | test failures with 5.22.0 |
Configuring S/SZ/SZBALINT/WWW-Curl-4.17.tar.gz with Makefile.PL
Locating required external dependency bin:curl-config... found at /usr/bin/curl-config.
The version is libcurl 7.20.1
Found curl.h in /usr/include/curl/curl.h
Building curlopt-constants.c for your libcurl version
Building Easy.pm constants for your libcurl version
Building Share.pm constants for your libcurl version
Checking if your kit is complete...
Looks good
Generating a Unix-style Makefile
Writing Makefile for WWW::Curl
Writing MYMETA.yml and MYMETA.json
SZBALINT/WWW-Curl-4.17.tar.gz
/usr/local/perl-forge/v/5.22.0/bin/perl Makefile.PL -- OK
Running make for S/SZ/SZBALINT/WWW-Curl-4.17.tar.gz
...
LD_RUN_PATH="/usr/lib64" gcc -shared -O2 -L/usr/local/lib -fstack-protector Curl.o -o blib/arch/auto/WWW/Curl/Curl.so \
-lcurl \
chmod 755 blib/arch/auto/WWW/Curl/Curl.so
"/usr/local/perl-forge/v/5.22.0/bin/perl" "-Iinc" -MExtUtils::Command::MM -e 'cp_nonempty' -- Curl.bs blib/arch/auto/WWW/Curl/Curl.bs 644
Manifying 1 pod document
SZBALINT/WWW-Curl-4.17.tar.gz
/usr/bin/make -- OK
Running make test
Running Mkbootstrap for WWW::Curl ()
chmod 644 "Curl.bs"
PERL_DL_NONLAZY=1 "/usr/local/perl-forge/v/5.22.0/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t
# Failed test 'CURLE_CHUNK_FAILED is defined alright - Invalid argument'
# at t/00constants.t line 59.
# Failed test 'CURLE_FTP_BAD_FILE_LIST is defined alright - Invalid argument'
# at t/00constants.t line 59.
# Looks like you failed 2 tests of 583.
t/00constants.t ...........
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/583 subtests
t/01basic.t ............... ok
t/02callbacks.t ........... ok
t/04abort-test.t .......... ok
t/05progress.t ............ ok
t/06http-post.t ........... skipped: Not performing http POST/upload tests
t/07ftp-upload.t .......... skipped: Not performing ftp upload tests
# Failed test 'https://www.microsoft.com/ ssl test succeeds'
# at t/08ssl.t line 86.
# Failed test 'https://www.microsoft.com/ ssl test succeeds'
# at t/08ssl.t line 86.
# Failed test 'https://www.verisign.com/ ssl test succeeds'
# at t/08ssl.t line 86.
# Failed test 'https://www.verisign.com/ ssl test succeeds'
# at t/08ssl.t line 86.
# Failed test 'https://www.verisign.com/ ssl test succeeds'
# at t/08ssl.t line 86.
# Failed test 'https://www.thawte.com/ ssl test succeeds'
# at t/08ssl.t line 86.
# Failed test 'https://www.thawte.com/ ssl test succeeds'
# at t/08ssl.t line 86.
# Failed test 'https://www.rapidssl.com/ ssl test succeeds'
# at t/08ssl.t line 86.
# Failed test 'https://www.rapidssl.com/ ssl test succeeds'
# at t/08ssl.t line 86.
# Looks like you failed 9 tests of 19.
t/08ssl.t .................
Dubious, test returned 9 (wstat 2304, 0x900)
Failed 9/19 subtests
t/09times.t ............... ok
t/10errbuf.t .............. ok
t/13slowleak.t ............ skipped: Not performing slow leakage regression test
t/14duphandle.t ........... ok
t/15duphandle-callback.t .. ok
t/16formpost.t ............ skipped: Not performing POST
t/17slist.t ............... skipped: Not performing printenv cgi tests
t/18twinhandles.t ......... ok
t/19multi.t ............... ok
t/20undefined_subs.t ...... ok
t/21write-to-scalar.t ..... ok
t/meta.t .................. ok
t/pod-coverage.t .......... ok
t/pod.t ................... ok
Test Summary Report
-------------------
t/00constants.t (Wstat: 512 Tests: 583 Failed: 2)
Failed tests: 23, 35
Non-zero exit status: 2
t/08ssl.t (Wstat: 2304 Tests: 19 Failed: 9)
Failed tests: 8-9, 11-17
Non-zero exit status: 9
Files=22, Tests=781, 6 wallclock secs ( 0.25 usr 0.05 sys + 2.03 cusr 0.28 csys = 2.61 CPU)
Result: FAIL
Failed 2/22 test programs. 11/781 subtests failed.
make: *** [test_dynamic] Error 255
SZBALINT/WWW-Curl-4.17.tar.gz
/usr/bin/make test -- NOT OK