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

Builder curl-ares-solaris11-sparc Build #5943

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 mins, 38 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-ares-solaris11-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 5943 Build
codebase Build
got_revision 28341c303d6fdaabb5a9c97abc3ae04614e70693 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 28341c303d6fdaabb5a9c97abc3ae04614e70693 Build
scheduler schedule-curl-ares-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Randall S. Becker
  2. Viktor Szakats

Timing:

StartMon Jun 1 23:42:53 2026
EndMon Jun 1 23:45:40 2026
Elapsed2 mins, 47 secs

All Changes:

:

  1. Change #269112

    Category curl
    Changed by Randall S. Becker <randall.beckerohnoyoudont@nexbridge.ca>
    Changed at Mon 01 Jun 2026 23:36:04
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2a639572043dc39d057e2a80214ba47a76dcc3d2

    Comments

    capsule: include `arpa/inet.h` for `ntohs()` declaration
    Some platforms require inclusion of arpa/inet.h in order to use ntohs().
    
    Follow-up to e78b1b3eccfa6a2e367a1225ea1b66dafcdac3c4 #21153
    
    Closes #21834

    Changed files

    • lib/capsule.c
  2. Change #269113

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 01 Jun 2026 23:36:04
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 28341c303d6fdaabb5a9c97abc3ae04614e70693

    Comments

    lib505: tidy up slist pointer use
    Bring code closer to `curl_slist_append()` man page and clarify variable
    names.
    
    Closes #21835

    Changed files

    • tests/libtest/lib505.c