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

Builder curl-unthreaded-solaris10-i386 Build #16731

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisioncdbe4eb55609e2096e296faf86552f27514d6a01
Got Revisioncdbe4eb55609e2096e296faf86552f27514d6a01
Changes1 change

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 53 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 45 mins, 25 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 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 16731 Build
codebase Build
got_revision cdbe4eb55609e2096e296faf86552f27514d6a01 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision cdbe4eb55609e2096e296faf86552f27514d6a01 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. Stephen Psaradellis

Timing:

StartWed Sep 16 05:26:21 2026
EndWed Sep 16 15:00:37 2026
Elapsed9 hrs, 34 mins, 16 secs

All Changes:

:

  1. Change #281898

    Category curl
    Changed by Stephen Psaradellis <s.n.psaradellisohnoyoudont@gmail.com>
    Changed at Tue 15 Sep 2026 23:14:12
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision cdbe4eb55609e2096e296faf86552f27514d6a01

    Comments

    rtsp: do not read a response body when CURLOPT_NOBODY is set
    Follow-up to 458704d484. That change clears req.no_body for an RTSP
    response that announces a body with Content-Length, but req.no_body
    also carries the application's CURLOPT_NOBODY, so such a body was then
    read even when the application asked for no body. Only override the
    method-derived value.
    
    Add test1688: test657 with CURLOPT_NOBODY set, expecting headers only.
    
    Reported-by: Daniel Stenberg
    Ref: #22935
    Closes #22954

    Changed files

    • lib/http.c
    • tests/data/Makefile.am
    • tests/data/test1688
    • tests/libtest/lib567.c