Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 757342 - >=net-misc/curl-7.73.0 fails tests: test 1564 and 1565 fails
Summary: >=net-misc/curl-7.73.0 fails tests: test 1564 and 1565 fails
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matt Jolly
URL: https://github.com/curl/curl/issues/6300
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2020-11-28 10:17 UTC by Toralf Förster
Modified: 2023-02-20 07:09 UTC (History)
2 users (show)

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


Attachments
emerge-info.txt (emerge-info.txt,15.90 KB, text/plain)
2020-11-28 10:17 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,7.68 KB, text/plain)
2020-11-28 10:17 UTC, Toralf Förster
Details
environment (environment,99.80 KB, text/plain)
2020-11-28 10:17 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,13.61 KB, application/x-bzip)
2020-11-28 10:17 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,36.20 KB, application/x-bzip)
2020-11-28 10:17 UTC, Toralf Förster
Details
net-misc:curl-7.73.0:20201128-051042.log (net-misc:curl-7.73.0:20201128-051042.log,742.54 KB, text/plain)
2020-11-28 10:17 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,79.80 KB, application/x-bzip)
2020-11-28 10:17 UTC, Toralf Förster
Details
tests.tbz2 (tests.tbz2,481.53 KB, application/x-bzip)
2020-11-28 10:17 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2020-11-28 10:17:34 UTC
make[1]: *** [Makefile:797: quiet-test] Error 1
make[1]: Leaving directory '/var/tmp/portage/net-misc/curl-7.73.0/work/curl-7.73.0-abi_x86_64.amd64/tests'
make: *** [Makefile:1453: test] Error 2
 * ERROR: net-misc/curl-7.73.0::gentoo failed (test phase):
 *   Make check failed. See above for details.
 * 

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_no-multilib_hardened-test-20201127-102027

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-10.2.0 *
Available Python interpreters, in order of preference:
  [1]   python3.7
  [2]   python3.9 (fallback)

  timestamp(s) of HEAD at this tinderbox image:
/var/db/repos/gentoo	Sat Nov 28 01:35:22 AM UTC 2020

emerge -qpvO net-misc/curl
[ebuild     U ] net-misc/curl-7.73.0 [7.72.0] USE="adns* ftp http2 imap ipv6 openssl pop3 progress-meter smtp ssl test* tftp -alt-svc -brotli -gnutls -gopher -idn -kerberos -ldap -libressl -mbedtls -metalink (-nghttp3) -nss -quiche -rtmp -samba -ssh -static-libs -telnet -threads (-winssl) -zstd%" CURL_SSL="openssl -gnutls -libressl -mbedtls -nss (-winssl)"
Comment 1 Toralf Förster gentoo-dev 2020-11-28 10:17:36 UTC
Created attachment 675487 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-11-28 10:17:38 UTC
Created attachment 675490 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-11-28 10:17:39 UTC
Created attachment 675493 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-11-28 10:17:40 UTC
Created attachment 675496 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-11-28 10:17:42 UTC
Created attachment 675499 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-11-28 10:17:44 UTC
Created attachment 675502 [details]
net-misc:curl-7.73.0:20201128-051042.log
Comment 7 Toralf Förster gentoo-dev 2020-11-28 10:17:46 UTC
Created attachment 675505 [details]
temp.tbz2
Comment 8 Toralf Förster gentoo-dev 2020-11-28 10:17:48 UTC
Created attachment 675508 [details]
tests.tbz2
Comment 9 Rolf Eike Beer archtester 2020-12-10 18:50:20 UTC
Same on sparc.
Comment 10 Thomas Deutschmann (RETIRED) gentoo-dev 2020-12-10 21:19:41 UTC
Same for x86, reported upstream: https://github.com/curl/curl/issues/6300

Regression, passing in 7.72.
Comment 11 Thomas Deutschmann (RETIRED) gentoo-dev 2020-12-10 21:21:50 UTC
I see failures for both, test 1564 and 1565. Error message looks the same.

https://github.com/curl/curl/issues/6299
Comment 12 Thomas Deutschmann (RETIRED) gentoo-dev 2020-12-10 23:44:40 UTC
Removing blocker, tests are only failing because they are testing disabled features.
Comment 13 Matt Jolly gentoo-dev 2023-02-20 07:09:26 UTC
This was resolved upstream in https://github.com/curl/curl/commit/eddae974060dc2f54d873aaab304fed853ec2cab

tl;dr: These tests now refuse to run if the software is configured without `--enable-socketpair` (and pass if the software _is_ configured that way).

It's another question whether or not that should be the default (there are some overheads for e.g. embedded systems) or toggable by users.

Regardless, this no longer impacts any versions of cURL in ::gentoo.