Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Builder curl-threaded-solaris10-i386 Build #4439

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisioncfa735c40a46b19c787f540606495881452384d1
Got Revisioncfa735c40a46b19c787f540606495881452384d1
Changes7 changes

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-threaded-solaris10-i386' triggered this build

Steps and Logfiles:

  1. git update ( 13 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 5 hrs, 2 mins, 46 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 mins, 8 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-threaded-solaris10-i386 slave
buildername curl-threaded-solaris10-i386 Builder
buildnumber 4439 Build
codebase Build
got_revision cfa735c40a46b19c787f540606495881452384d1 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision cfa735c40a46b19c787f540606495881452384d1 Build
scheduler schedule-curl-threaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Aritra Basu
  2. Viktor Szakats
  3. ambikeesshh
  4. renovate[bot]
  5. tiymat

Timing:

StartThu May 28 14:37:47 2026
EndFri May 29 00:54:36 2026
Elapsed10 hrs, 16 mins, 48 secs

All Changes:

:

  1. Change #268638

    Category curl
    Changed by ambikeesshh <ambikesh2206ohnoyoudont@gmail.com>
    Changed at Thu 28 May 2026 08:43:53
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e2ca8408c43275b3cf36ed08f4503732cd8df3a5

    Comments

    cf-socket: set scope_id for IPv6 link-local addresses
    When connecting to an mDNS hostname that resolves to an IPv6 link-local
    address, connect() fails with EINVAL because sin6_scope_id is 0. This is
    a regression since 8.20.0 where the threaded resolver started splitting
    A and AAAA queries into separate getaddrinfo calls. The AAAA-only call
    with PF_INET6 may not set scope_id on systems where the same call with
    PF_UNSPEC did.
    
    When the resolver does not provide scope_id for a link-local address,
    try to determine it from the system's network interfaces using
    getifaddrs(). Also add scope_id to verbose connect output so the value
    can be seen in curl -v logs.
    
    Built and tested locally on Linux. checksrc passes.
    
    Fixes #21669
    Reported-by: Bartel Sielski
    Closes #21728

    Changed files

    • lib/cf-socket.c
  2. Change #268639

    Category curl
    Changed by tiymat <138939221+tiymatohnoyoudont@users.noreply.github.com>
    Changed at Thu 28 May 2026 08:49:56
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f1959ae9621af4473f7daa831d5318efdaccd97f

    Comments

    urlapi: fix an issue parsing file URLs
    Fixes #21743
    Closes #21764

    Changed files

    • lib/urlapi.c
    • tests/libtest/lib1560.c
    • tests/unit/unit1675.c
  3. Change #268650

    Category curl
    Changed by renovate[bot] <29139614+renovate[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Thu 28 May 2026 09:59:58
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision de9bb509d16f28f9cd43705349bf4b6642ac3a4f

    Comments

    GHA: update dependency google/boringssl to v0.20260526.0
    Closes #21790

    Changed files

    • .github/workflows/http3-linux.yml
    • .github/workflows/linux.yml
  4. Change #268656

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 28 May 2026 10:12:00
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9591ff123ded454d9c45c946c286123b4a1c0a5d

    Comments

    tidy-up: add space around operators, where missing
    Closes #21793

    Changed files

    • .github/scripts/randcurl.pl
    • .github/scripts/verify-examples.pl
    • include/curl/curl.h
    • scripts/checksrc.pl
    • scripts/contributors.sh
    • scripts/managen
    • src/tool_cb_dbg.c
    • tests/data/test1063
    • tests/ech_combos.py
    • tests/ech_tests.sh
    • tests/ftpserver.pl
    • tests/http/scorecard.py
    • tests/http/test_02_download.py
    • tests/http/test_07_upload.py
    • tests/http/test_08_caddy.py
    • tests/http/test_09_push.py
    • tests/http/test_10_proxy.py
    • tests/http/test_14_auth.py
    • tests/http/test_16_info.py
    • tests/http/test_17_ssl_use.py
    • tests/http/test_18_methods.py
    • tests/http/test_19_shutdown.py
    • tests/http/test_30_vsftpd.py
    • tests/http/test_31_vsftpds.py
    • tests/http/test_32_ftps_vsftpd.py
    • tests/http/test_40_socks.py
    • tests/http/test_50_scp.py
    • tests/http/test_51_sftp.py
    • tests/negtelnetserver.py
    • tests/processhelp.pm
    • tests/runtests.pl
    • tests/server/rtspd.c
    • tests/test1276.pl
    • tests/testutil.pm
  5. Change #268662

    Category curl
    Changed by Aritra Basu <aritrbas+ghohnoyoudont@cisco.com>
    Changed at Thu 28 May 2026 10:38:58
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 91facd7bb3bb366525b7cb41221f6359c5e936db

    Comments

    tests/http: fix HTTP/3 proxy pytest failures with h2o
    Fix pytest failures in HTTP/3 proxy tests when h2o is not installed,
    misconfigured, or fails to start at runtime.
    
    This prevents:
    - FileNotFoundError when h2o document root does not exist
    - Fixture setup errors when h2o is configured but cannot start
    - Unused test data file creation when h2o is absent or broken
    - CI aborts on systems where h2o exists but is not runnable
    
    Bug: https://github.com/curl/curl/pull/21789#issuecomment-4559098879
    Bug: https://github.com/curl/curl/pull/21789#issuecomment-4559161907
    
    Follow-up to e78b1b3eccfa6a2e367a1225ea1b66dafcdac3c4 #21153
    
    Closes #21791

    Changed files

    • tests/http/conftest.py
    • tests/http/test_60_h3_proxy.py
    • tests/http/testenv/env.py
    • tests/http/testenv/h2o.py
  6. Change #268689

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 28 May 2026 12:52:50
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f2183f51b6651dae759164d064c62fa075d8f695

    Comments

    build: say 'experimental' in option descriptions
    Also:
    - INSTALL-CMAKE.md: alpha-sort enable options.
    - cmake: sync a description between source and docs.
    
    Closes #21795

    Changed files

    • CMakeLists.txt
    • configure.ac
    • docs/INSTALL-CMAKE.md
    • m4/curl-confopts.m4
  7. Change #268691

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 28 May 2026 12:52:50
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision cfa735c40a46b19c787f540606495881452384d1

    Comments

    h3-proxy: rename feature 'Proxy/PROXY-HTTP3' to 'proxy-HTTP3'
    For consistency and to follow existing 'HTTPS-proxy' (with lowercase
    'proxy') feature tag more closely.
    
    Follow-up to e78b1b3eccfa6a2e367a1225ea1b66dafcdac3c4 #21153
    
    Closes #21796

    Changed files

    • CMakeLists.txt
    • configure.ac
    • docs/libcurl/curl_version_info.md
    • lib/version.c
    • tests/http/test_60_h3_proxy.py