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

Builder curl-threaded-solaris10-i386 Build #4333

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision3bde26dac82493058b33000a5fa28c8d762c1bc2
Got Revision3bde26dac82493058b33000a5fa28c8d762c1bc2
Changes4 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 48 mins, 12 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 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 4333 Build
codebase Build
got_revision 3bde26dac82493058b33000a5fa28c8d762c1bc2 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 3bde26dac82493058b33000a5fa28c8d762c1bc2 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. Stefan Eissing
  2. Viktor Szakats
  3. dependabot[bot]
  4. renovate[bot]

Timing:

StartThu Apr 9 06:08:11 2026
EndThu Apr 9 15:46:14 2026
Elapsed9 hrs, 38 mins, 2 secs

All Changes:

:

  1. Change #264031

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Wed 08 Apr 2026 23:15:39
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 567803db797ae656dbdf4a630785e51b68798060

    Comments

    dns: https-eyeballing async
    Make cf-https-connect work async correctly:
    - only start first baller when at least one A/AAAA address
      is available
    - select first connect attempt after that with HTTPS-RR info
      there or not.
    - select second connect attempt only when HTTPS-RR is resolved
      (may have resolved to "not known") and select possible ALPN
      from things known by then. May not select any second attempt
      when first already covers everything.
    
    This means when the HTTPS-RR is known at/before the first address
    is resolved, everything behaves as before. When the HTTPS-RR is
    late, a first connection attempt will have been started. Any
    ALPN preference from the HTTPS-RR that is not already ongoing will
    then start the second attempt.
    
    For HTTPS-RRs that recommend 2 or more ALPNs, the first will always
    be attempted: either it is already ongong or it will be the ALPN
    for the second attempt. The 2nd ALPN recommendation from HTTPS-RR
    *may* be honored or not, depending on what is already selected.
    
    The difference in behaviour between early/late HTTPS-RR resolve
    cannot be helped - unless we do not perform any attempts before
    it arrives. Trade offs.
    
    Closes #21267

    Changed files

    • lib/cf-dns.c
    • lib/cf-dns.h
    • lib/cf-https-connect.c
    • lib/vquic/vquic.c
  2. Change #264034

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 08 Apr 2026 23:32:25
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1737e47f59d93fa6e2001c2dd3404d67531d0aa9

    Comments

    build: skip detecting `pipe2()` for Apple targets
    To avoid (mis-)detecting it via the internal Apple library
    `/usr/lib/system/libsystem_sim_kernel.dylib` when targeting iPhone
    Simulator (seen with iPhoneSimulator26.4.sdk).
    
    Reported-by: Ian Spence
    Fixes #21236
    
    Closes #21271

    Changed files

    • CMakeLists.txt
    • configure.ac
  3. Change #264035

    Category curl
    Changed by renovate[bot] <29139614+renovate[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Wed 08 Apr 2026 23:32:25
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8a3de6c8ce3576f788a18d1e29481e081c8a000b

    Comments

    GHA: update dependency wolfSSL/wolfssl to v5.9.1
    Closes #21272

    Changed files

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

    Category curl
    Changed by dependabot[bot] <49699333+dependabot[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Thu 09 Apr 2026 02:13:34
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3bde26dac82493058b33000a5fa28c8d762c1bc2

    Comments

    tests/http: bump cryptography from 46.0.6 to 46.0.7
    Closes #21273

    Changed files

    • tests/http/requirements.txt