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

Builder curl-unthreaded-solaris11-i386 Build #5380

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave
buildername curl-unthreaded-solaris11-i386 Builder
buildnumber 5380 Build
codebase Build
got_revision 8e20dbc62e2107f32e137f9295db99d183a0bf3c Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 8e20dbc62e2107f32e137f9295db99d183a0bf3c Build
scheduler schedule-curl-unthreaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing

Timing:

StartFri Sep 18 10:43:30 2026
EndFri Sep 18 13:55:24 2026
Elapsed3 hrs, 11 mins, 54 secs

All Changes:

:

  1. Change #282110

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 18 Sep 2026 10:13:07
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 029611f31bbf4aeeb5d48926d61fbd71a6936cf5

    Comments

    rtspd: read the test number from the server.cmd file
    In the same style sws aleady does it. Removes the need to have the test
    number in the request.
    
    Closes #22989

    Changed files

    • tests/server/first.h
    • tests/server/rtspd.c
    • tests/server/sws.c
  2. Change #282111

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 18 Sep 2026 10:17:06
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c0609c5a4f9a0bf12af855bc3711717375c45f5e

    Comments

    http: abide to close-rules when transfer-encoding off
    There is no other way to know when the transfer ends when there is a
    transfer encoding set but not chunked - even if transfere-encoding is
    disabled. Tweak test 319 to verify this (by setting a wrong
    Content-Length).
    
    Add test 2918 to make sure it works the same also when the
    Content-Length and Transfer-Encoding headers arrive in the other order
    
    Fixed test 1494, it needs to close after "Transfer-Encoding: identity".
    
    Assisted-by: Stefan Eissing
    
    Reported-by: Richard Payne
    Closes #22950

    Changed files

    • lib/http.c
    • tests/data/Makefile.am
    • tests/data/test1494
    • tests/data/test2918
    • tests/data/test319
  3. Change #282125

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 18 Sep 2026 11:04:11
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8e20dbc62e2107f32e137f9295db99d183a0bf3c

    Comments

    u8_strset, u32_ptrset: fix boundaries handling
    - u8_strset: iterator over all entries using a uint16_t index
    - u32_ptrset: limit max size to 31 bits, managing INT32_MAX entries
    
    Closes #22991

    Changed files

    • lib/u32_ptrset.c
    • lib/u32_ptrset.h
    • lib/u8_strset.c