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

Builder curl-unthreaded-solaris11-sparc Build #4571

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 31 mins, 30 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 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 4571 Build
codebase Build
got_revision 7e91f24c73256af59ac9061c41b73a184c4690aa Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 7e91f24c73256af59ac9061c41b73a184c4690aa 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. Stefan Eissing
  2. Viktor Szakats

Timing:

StartMon Nov 3 16:17:50 2025
EndMon Nov 3 17:19:35 2025
Elapsed1 hrs, 1 mins, 45 secs

All Changes:

:

  1. Change #247482

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 03 Nov 2025 16:08:52
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1021c52c9288877ba911eca4c795703db0b6291d

    Comments

    REUSE: add copyright header to two files
    `.mailmap` supports comments and empty lines since at least 2.31.0:
    https://git-scm.com/docs/gitmailmap/2.31.0
    
    Closes #19339

    Changed files

    • .mailmap
    • GIT-INFO.md
    • REUSE.toml
  2. Change #247483

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 03 Nov 2025 16:10:20
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7e91f24c73256af59ac9061c41b73a184c4690aa

    Comments

    cw-out: fix EAGAIN handling on pause
    The interim CURLE_AGAIN result was not always converted to a
    CURLE_OK and then caused write callers to report a failure.
    
    Fixes #19334
    Reported-by: pennae on github
    Closes #19338

    Changed files

    • lib/cw-out.c