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

Builder curl-unthreaded-solaris11-i386 Build #4567

Build In Progress:

ETA: 15:19:14 [1 hrs, 1 mins, 26 secs]

Runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionf062b4b903547e26b336f73c5103c9521382f302
Got Revisionf062b4b903547e26b336f73c5103c9521382f302
Changes5 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 52 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( running )
    1. stdio
    2. resultlog
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave
buildername curl-unthreaded-solaris11-i386 Builder
buildnumber 4567 Build
codebase Build
got_revision f062b4b903547e26b336f73c5103c9521382f302 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision f062b4b903547e26b336f73c5103c9521382f302 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. Christian Schmitz
  2. Itay Bookstein
  3. Stefan Eissing

Timing:

StartWed Jan 28 12:03:21 2026
Elapsed2 hrs, 14 mins, 26 secs

All Changes:

:

  1. Change #256552

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Wed 28 Jan 2026 09:39:30
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0f042efcb156058b14fca87328ab0d356f3426f0

    Comments

    h2+h3: align stream close handling
    For HTTP/2, add error code description to close failures.
    
    For HTTP/3, add special handling like in HTTP/2 when streams
    have been rejected or an error comes during the response body
    and we are not interested in the body.
    
    Closes #20207

    Changed files

    • lib/cf-h2-proxy.c
    • lib/http2.c
    • lib/vquic/curl_ngtcp2.c
    • lib/vquic/curl_quiche.c
  2. Change #256553

    Category curl
    Changed by Itay Bookstein <ibooksteinohnoyoudont@gmail.com>
    Changed at Wed 28 Jan 2026 09:41:48
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 05367694ecf24a5d39fb1e775739a121e76f33d7

    Comments

    cf-socket: use SOCK_CLOEXEC in socket_open when available
    To close the possible race between socket() and fcntl(), we use
    SOCK_CLOEXEC instead of fcntl() when it is available.
    
    Closes #20442

    Changed files

    • lib/cf-socket.c
  3. Change #256558

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Wed 28 Jan 2026 11:23:10
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision cf4164fa8dc3e09b2fb729ba231ecbf7b5d015de

    Comments

    vquic: handle SOCKEMSGSIZE correctly
    Report UDP packets with SOCKEMSGSIZE as being "sent" to progress
    the send buffer properly on PMTUD probes.
    
    Reported-by: Daniil Gentili
    Fixes #20440
    Closes #20448

    Changed files

    • lib/vquic/vquic.c
  4. Change #256561

    Category curl
    Changed by Christian Schmitz <supportohnoyoudont@monkeybreadsoftware.de>
    Changed at Wed 28 Jan 2026 11:37:26
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e788d9d2c76b8b28ef0ba548b6b335c56e22c841

    Comments

    imap: fix custom listing
    Add test 1847 and 1848.
    
    Fixes #20356
    Closes #20360

    Changed files

    • lib/imap.c
    • tests/data/Makefile.am
    • tests/data/test1847
    • tests/data/test1848
  5. Change #256562

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Wed 28 Jan 2026 11:39:02
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f062b4b903547e26b336f73c5103c9521382f302

    Comments

    pytest: remove 03_02
    The test for restarting the server during ongoing transfers does not
    work reliably for HTTP/3. This seems due to the nature of UDP/QUIC where
    the client may learn about a closed connection at any time, not only
    when starting a new request.
    
    Remove the test.
    
    Closes #20458

    Changed files

    • tests/http/test_03_goaway.py