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

Builder curl-unthreaded-solaris10-sparc Build #13713

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-unthreaded-solaris10-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 26 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 12 mins, 11 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave
buildername curl-unthreaded-solaris10-sparc Builder
buildnumber 13713 Build
codebase Build
got_revision 52ac8104e1396998110e0760ac780f4f2414831f Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 52ac8104e1396998110e0760ac780f4f2414831f Build
scheduler schedule-curl-unthreaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing

Timing:

StartMon Dec 29 22:52:02 2025
EndMon Dec 29 23:17:05 2025
Elapsed25 mins, 3 secs

All Changes:

:

  1. Change #253525

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 29 Dec 2025 22:44:34
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 52ac8104e1396998110e0760ac780f4f2414831f

    Comments

    ratelimit blocking: fix busy loop
    Fix the pollset in perform state to not add sockets for directions
    that are blocked. This otherwise will lead to busy loops for a
    transfer that cannot be progressed.
    
    Reported-by: Fizn-Ahmd on github
    Fixes #20091
    Closes #20109

    Changed files

    • lib/multi.c
    • lib/request.c
    • lib/request.h