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

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

Results:

Build successful

SourceStamp:

Projectcurl/curl
Repositoryhttps://github.com/curl/curl
Branchbagder/cmdline-nonblock-busy
Revisionbe8ecb184faf53f198772cd558ec96860ff5e33c
Got Revisionbe8ecb184faf53f198772cd558ec96860ff5e33c
Changes2 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch bagder/cmdline-nonblock-busy Build
builddir /export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc slave
buildername curl-pr-unthreaded-solaris10-sparc Builder
buildnumber 1066 Build
codebase Build
got_revision be8ecb184faf53f198772cd558ec96860ff5e33c Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl/curl Build
repository https://github.com/curl/curl Build
revision be8ecb184faf53f198772cd558ec96860ff5e33c 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:

StartWed May 1 06:16:27 2024
EndWed May 1 09:44:57 2024
Elapsed3 hrs, 28 mins, 30 secs

All Changes:

:

  1. Change #196269

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 30 Apr 2024 11:07:28
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/cmdline-nonblock-busy
    Revision fb53d3891a3d4078ee7ea59800071d061af3dddd

    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

    Changed files

    • src/tool_cb_rea.c
  2. Change #196273

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 30 Apr 2024 11:59:54
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/cmdline-nonblock-busy
    Revision be8ecb184faf53f198772cd558ec96860ff5e33c

    Comments

    fixup fix the prev logic

    Changed files

    • src/tool_cb_rea.c