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

Builder curl-ares-solaris11-i386 Build #5384

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 1 mins, 43 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 4 mins, 32 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 5384 Build
codebase Build
got_revision 753735af87f5c30cb6f60a70342f8bc4bc5fd5db Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 753735af87f5c30cb6f60a70342f8bc4bc5fd5db 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. Daniel Stenberg
  2. Stephen Psaradellis

Timing:

StartMon Sep 14 12:05:23 2026
EndMon Sep 14 13:09:05 2026
Elapsed1 hrs, 3 mins, 41 secs

All Changes:

:

  1. Change #281770

    Category curl
    Changed by Stephen Psaradellis <s.n.psaradellisohnoyoudont@gmail.com>
    Changed at Mon 14 Sep 2026 13:34:09
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 458704d484706732890599290c109d0149df5e52

    Comments

    rtsp: accept a Content-Length body on methods that expected none
    pick_method() sets no_body for OPTIONS, ANNOUNCE, SETUP, PLAY, PAUSE,
    TEARDOWN, SET_PARAMETER and RECORD, so http_on_response() marked the
    transfer done at the end of the headers and a response body announced
    with Content-Length was thrown away as excess data.
    
    RFC 2326 allows a body on any RTSP response, so for RTSP only, when the
    response declares a Content-Length above zero, clear no_body and read
    it. Responses without a Content-Length, and all of HTTP, are unchanged.
    
    Adds test657 and removes the KNOWN_BUGS entry.
    
    Fixes #12414
    Closes #22935

    Changed files

    • docs/KNOWN_BUGS.md
    • lib/http.c
    • tests/data/Makefile.am
    • tests/data/test657
  2. Change #281771

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 14 Sep 2026 13:38:38
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4a608405b6911e2fe374fca4239b3480a4e0cb2f

    Comments

    test 3555: Basic TELNET negotiation over HTTP proxy
    Closes #22943

    Changed files

    • tests/data/Makefile.am
    • tests/data/test3555
  3. Change #281772

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 14 Sep 2026 13:40:36
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 753735af87f5c30cb6f60a70342f8bc4bc5fd5db

    Comments

    pingpong: add a max loop counter for Curl_pp_readresp
    To make sure it cannot get stuck in this function.
    
    Reported-by: Joshua Rogers
    Closes #22932

    Changed files

    • lib/pingpong.c