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

Builder curl-pr-unthreaded-solaris10-sparc Build #1070

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 13 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 hrs, 26 mins, 57 secs )
    1. stdio
    2. resultlog

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc slave
buildername curl-pr-unthreaded-solaris10-sparc Builder
buildnumber 1070 Build
codebase Build
got_revision 5f4aaf8b66ef04208c1c2121d4b780c792303f32 Git
osplatform SPARC 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 unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartThu May 2 09:44:57 2024
EndThu May 2 12:12:08 2024
Elapsed2 hrs, 27 mins, 10 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