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

Builder curl-ares-solaris11-i386 Build #5168

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 13 mins, 47 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-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 5168 Build
codebase Build
got_revision ba600296d2a1d8a4e53a36eb4bd30c1f0d0152cc Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision ba600296d2a1d8a4e53a36eb4bd30c1f0d0152cc Build
scheduler schedule-curl-ares-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Josef Cejka
  2. Randall S. Becker
  3. Viktor Szakats

Timing:

StartTue Jun 2 00:34:25 2026
EndTue Jun 2 03:07:46 2026
Elapsed2 hrs, 33 mins, 20 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
  3. Change #269114

    Category curl
    Changed by Josef Cejka <jcejkaohnoyoudont@suse.de>
    Changed at Mon 01 Jun 2026 23:40:28
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ba600296d2a1d8a4e53a36eb4bd30c1f0d0152cc

    Comments

    http: prefer chunked encoding over Content-Length: 0
    Call http_size() before checking the request for empty body to prefer
    Transfer-Encoding: chunked even if Content-Length is 0.
    
    Closes #21706

    Changed files

    • lib/http.c
    • tests/data/Makefile.am
    • tests/data/test1677