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

Builder curl-pr-unthreaded-solaris10-i386 Build #1864

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 25 mins, 11 secs )
    1. stdio
    2. resultlog

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartThu May 2 09:44:56 2024
EndThu May 2 10:10:12 2024
Elapsed25 mins, 15 secs

All Changes:

:

  1. Change #196340

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 02 May 2024 09:43:30
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 5f4aaf8b66ef04208c1c2121d4b780c792303f32

    Comments

    tool_cb_rea: limit rate unpause for -T . uploads
    
    To avoid getting stuck in a busy-loop when nothing is read from stdin,
    this function now checks the call rate and might enforce a short sleep
    when called repeatedly without uploading anything. It is a crude
    work-around to avoid a 100% busy CPU.
    
    Reported-by: magisterquis on hackerone
    Fixes #13174
    Closes #13506

    Changed files

    • src/tool_cb_rea.c