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

Builder curl-unthreaded-solaris11-i386 Build #4973

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision00cac453c7955d8a3894772e02029bb8b65a2c12
Got Revision00cac453c7955d8a3894772e02029bb8b65a2c12
Changes1 change

BuildSlave:

unstable11x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-unthreaded-solaris11-i386' triggered this build

Steps and Logfiles:

  1. git update ( 13 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 58 mins, 53 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave
buildername curl-unthreaded-solaris11-i386 Builder
buildnumber 4973 Build
codebase Build
got_revision 00cac453c7955d8a3894772e02029bb8b65a2c12 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 00cac453c7955d8a3894772e02029bb8b65a2c12 Build
scheduler schedule-curl-unthreaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing

Timing:

StartThu Apr 23 16:08:58 2026
EndThu Apr 23 17:15:08 2026
Elapsed1 hrs, 6 mins, 9 secs

All Changes:

:

  1. 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