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

Builder curl-unthreaded-solaris11-sparc Build #4420

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision0a96b878f78cb925afb60f142707eb59b57781f9
Got Revision0a96b878f78cb925afb60f142707eb59b57781f9
Changes3 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 29 mins, 54 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 4420 Build
codebase Build
got_revision 0a96b878f78cb925afb60f142707eb59b57781f9 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 0a96b878f78cb925afb60f142707eb59b57781f9 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
  2. Viktor Szakats

Timing:

StartWed Aug 27 00:22:42 2025
EndWed Aug 27 01:24:18 2025
Elapsed1 hrs, 1 mins, 36 secs

All Changes:

:

  1. Change #243967

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 26 Aug 2025 23:33:13
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 98c78b2f14889a25f1652e5891398618f43b8da1

    Comments

    runtests: remove warning message
    Every time we first run runtests with -j and then again *without* -j,
    this message was shown:
    
      "Warning: $runnerid: cleardir(log) failed"
    
    Not anymore.
    
    Closes #18404

    Changed files

    • tests/runtests.pl
  2. Change #243968

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 26 Aug 2025 23:34:52
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5beb6446611a6a9020266dc8ff5fe365fc783544

    Comments

    ftp: simplify
    - Avoid checking what's always true. The ftpcode pointer is always
      passed in, so use it.
    - Simplified an indent level somewhat
    - Split out two functions from the state machine
    
    Closes #18403

    Changed files

    • lib/ftp.c
  3. Change #243970

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 27 Aug 2025 00:15:30
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0a96b878f78cb925afb60f142707eb59b57781f9

    Comments

    GHA/linux: build `-O3` job with unity batches to save 10-15s
    Before (build, test run):
    https://github.com/curl/curl/actions/runs/16974205126/job/48118716664 25s, 12m56
    https://github.com/curl/curl/actions/runs/16973102133/job/48114977897 24s, 12m51
    
    After, with batch size 50 (build, test run):
    https://github.com/curl/curl/actions/runs/17250901063/job/48952645881?pr=18293 16s, 12m51
    https://github.com/curl/curl/actions/runs/17250901063/job/48953665204?pr=18293 17s, 12m42
    
    Closes #18293

    Changed files

    • .github/workflows/linux.yml