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

Builder curl-unthreaded-solaris10-i386 Build #16727

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision3f79dc36253e88411e13188042909d9bdc1978db
Got Revision3f79dc36253e88411e13188042909d9bdc1978db
Changes6 changes

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-unthreaded-solaris10-i386' triggered this build

Steps and Logfiles:

  1. git update ( 2 mins, 56 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 46 mins, 52 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 3 mins, 50 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave
buildername curl-unthreaded-solaris10-i386 Builder
buildnumber 16727 Build
codebase Build
got_revision 3f79dc36253e88411e13188042909d9bdc1978db Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 3f79dc36253e88411e13188042909d9bdc1978db Build
scheduler schedule-curl-unthreaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing
  3. Stephen Psaradellis

Timing:

StartMon Sep 14 14:38:19 2026
EndTue Sep 15 00:21:28 2026
Elapsed9 hrs, 43 mins, 8 secs

All Changes:

:

  1. Change #281726

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 14 Sep 2026 08:41:30
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6ae66b31d93ee7c28d6a798f81f041a98b85636b

    Comments

    urlapi: reject spaces and control characters in zone id
    Follow-up to 0b04700029149d740f
    
    Extend test lib1560 to verify
    
    Closes #22936

    Changed files

    • lib/urlapi.c
    • tests/libtest/lib1560.c
  2. Change #281734

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 14 Sep 2026 10:30:58
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1e2d19f454b33443a0edd7910a46ad77f4367b4f

    Comments

    test2924: CURLOPT_HTTP_TRANSFER_DECODING, chunked + Content-Length
    Verify correct treatment (ignore content length)
    
    Closes #22940

    Changed files

    • tests/data/Makefile.am
    • tests/data/test2924
    • tests/libtest/Makefile.inc
    • tests/libtest/lib2924.c
  3. 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
  4. 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
  5. 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
  6. Change #281787

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 14 Sep 2026 14:15:23
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3f79dc36253e88411e13188042909d9bdc1978db

    Comments

    telnet: make it work through proxy tunnels
    Change telnet's antiquated corner places where it still used the
    connection socket directly. Use the transfer send call instead which
    goes the proper way thought the connection filters.
    
    Closes #22941

    Changed files

    • lib/telnet.c