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

Builder curl-threaded-solaris10-sparc Build #1923

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision137aecfbf1e933e7228a4f62cc977eabffb2afbf
Got Revision137aecfbf1e933e7228a4f62cc977eabffb2afbf
Changes2 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 21 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 hrs, 5 mins, 38 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 7 secs )
    1. stdio

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartThu May 2 09:53:12 2024
EndThu May 2 16:41:51 2024
Elapsed6 hrs, 48 mins, 38 secs

All Changes:

:

  1. Change #196342

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 02 May 2024 09:43:30
    Repository https://github.com/curl/curl.git
    Project 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
  2. Change #196343

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 02 May 2024 09:45:22
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 137aecfbf1e933e7228a4f62cc977eabffb2afbf

    Comments

    configure: error on missing perl if docs or manual is enabled
    Fixes #13508
    Reported-by: Harmen Stoppels
    Closes #13514

    Changed files

    • configure.ac