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

Builder curl-unthreaded-solaris11-sparc Build #2374

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 13 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 32 mins, 42 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 23 secs )
    1. stdio

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartThu May 2 09:53:18 2024
EndThu May 2 10:55:17 2024
Elapsed1 hrs, 1 mins, 59 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