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

Builder curl-ares-solaris11-i386 Build #4573

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 55 mins, 51 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-ares-solaris11-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 4573 Build
codebase Build
got_revision 05367694ecf24a5d39fb1e775739a121e76f33d7 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 05367694ecf24a5d39fb1e775739a121e76f33d7 Build
scheduler schedule-curl-ares-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Itay Bookstein
  2. Stefan Eissing
  3. renovate[bot]

Timing:

StartWed Jan 28 10:06:06 2026
EndWed Jan 28 12:59:22 2026
Elapsed2 hrs, 53 mins, 16 secs

All Changes:

:

  1. Change #256546

    Category curl
    Changed by renovate[bot] <29139614+renovate[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Wed 28 Jan 2026 08:08:07
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3b1c2a15106fa6c8fee954d81b5ae43460cfd5b3

    Comments

    GHA: update openssl/openssl to v3.6.1
    Closes #20449

    Changed files

    • .github/workflows/http3-linux.yml
    • .github/workflows/linux.yml
  2. 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
  3. 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