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

Builder curl-unthreaded-solaris11-i386 Build #4444

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision5f612acaa1936998677f5e664be706374de93efe
Got Revision5f612acaa1936998677f5e664be706374de93efe
Changes2 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 43 mins, 39 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-unthreaded-solaris11-i386 slave
buildername curl-unthreaded-solaris11-i386 Builder
buildnumber 4444 Build
codebase Build
got_revision 5f612acaa1936998677f5e664be706374de93efe Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 5f612acaa1936998677f5e664be706374de93efe 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:

StartWed Jan 7 14:36:10 2026
EndWed Jan 7 16:37:11 2026
Elapsed2 hrs, 1 mins, 0 secs

All Changes:

:

  1. Change #254418

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Wed 07 Jan 2026 14:30:21
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f6e8531c03edcef9da222d1794d52d14247cd5ce

    Comments

    http/3: add description for known server error codes
    When a server resets a stream with an error code, list that code
    and its known name in the failure message of the transfer.
    
    Ref: #20195
    Closes #20202

    Changed files

    • lib/vquic/curl_ngtcp2.c
    • lib/vquic/curl_osslq.c
    • lib/vquic/curl_quiche.c
    • lib/vquic/vquic.c
    • lib/vquic/vquic_int.h
  2. Change #254419

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 07 Jan 2026 14:31:08
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5f612acaa1936998677f5e664be706374de93efe

    Comments

    urlapi: split parts of parseurl() into sub functions
    - parse_file
    - parse_scheme
    - guess_scheme
    - handle_fragment
    - handle_query
    - handle_path
    
    Closes #20205

    Changed files

    • lib/urlapi.c
    • tests/data/test1560