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

Builder curl-threaded-solaris10-i386 Build #4366

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 11 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 49 mins, 39 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 3 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 4366 Build
codebase Build
got_revision 69f3a36bcb94b6e69f0248ac749833483326edf9 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 69f3a36bcb94b6e69f0248ac749833483326edf9 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

Timing:

StartThu Apr 23 19:05:36 2026
EndFri Apr 24 04:55:57 2026
Elapsed9 hrs, 50 mins, 21 secs

All Changes:

:

  1. Change #265241

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 23 Apr 2026 10:26:10
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision fd2a729a12466dc4a377916e7e2f0e37c4b61b53

    Comments

    GHA/appveyor-status: disable `gh` tool telemetry
    Ref: https://cli.github.com/telemetry
    
    Closes #21418

    Changed files

    • .github/workflows/appveyor-status.yml
  2. Change #265244

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 23 Apr 2026 11:22:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e418b42c82fe56dfe6526298d0e515e8d3f74d1e

    Comments

    CI: set `DO_NOT_TRACK=1`
    Closes #21420

    Changed files

    • .github/workflows/checkdocs.yml
    • .github/workflows/checksrc.yml
    • .github/workflows/checkurls.yml
    • .github/workflows/codeql.yml
    • .github/workflows/configure-vs-cmake.yml
    • .github/workflows/curl-for-win.yml
    • .github/workflows/distcheck.yml
    • .github/workflows/fuzz.yml
    • .github/workflows/http3-linux.yml
    • .github/workflows/label.yml
    • .github/workflows/linux-old.yml
    • .github/workflows/linux.yml
    • .github/workflows/macos.yml
    • .github/workflows/non-native.yml
    • .github/workflows/windows.yml
    • appveyor.yml
  3. Change #265261

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 23 Apr 2026 15:55:07
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 00cac453c7955d8a3894772e02029bb8b65a2c12

    Comments

    multi: enhance pending handles fairness
    When trying to connect a pending transfer, remember the `mid` that was
    last reactivated and start looking for future pending handles from the
    last one forward through the pending bitset.
    
    Background: when many pending handles exist, iterating the bitset always
    from the start may become unfair to transfers that were assigned higher
    `mid` values.
    
    Fixes #21396
    Reported-by: Juan Belón
    Closes #21412

    Changed files

    • lib/multi.c
    • lib/multihandle.h
  4. Change #265268

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 23 Apr 2026 17:23:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 69f3a36bcb94b6e69f0248ac749833483326edf9

    Comments

    doh: remove conn->bits.doh
    Since we have a new struct instance for each async operation now and
    async operation may happen in parallel, remove the connection bit
    indicating doh is in progress.
    
    Closes #21422

    Changed files

    • lib/doh.c
    • lib/hostip.c
    • lib/urldata.h