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

Builder curl-ares-solaris11-i386 Build #5212

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionae2986cdf0c3177f7ed77f491b8ed084420ad46a
Got Revisionae2986cdf0c3177f7ed77f491b8ed084420ad46a
Changes4 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 3 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-ares-solaris11-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 5212 Build
codebase Build
got_revision ae2986cdf0c3177f7ed77f491b8ed084420ad46a Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision ae2986cdf0c3177f7ed77f491b8ed084420ad46a 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. Daniel Stenberg
  2. Stefan Eissing
  3. renovate[bot]

Timing:

StartWed Jun 10 15:12:02 2026
EndWed Jun 10 16:56:30 2026
Elapsed1 hrs, 44 mins, 28 secs

All Changes:

:

  1. Change #270285

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Wed 10 Jun 2026 13:28:05
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f924489b25034c87f3d3acde9de0f09d660a1df7

    Comments

    ngtcp2: share common functionality
    Share common functions/structs between ngtcp2 HTTP/3 and the proxy
    version.
    
    Fix bugs in proxy implementation when it comes to stream and pollset
    handling and transfer lifetimes.
    
    Curl_multi_xfer_sockbuf_borrow: work without multi
    
    When a connection gets shutdown by a share, the easy handle used is
    share->admin and it does not have a multi handle. In that case let
    Curl_multi_xfer_sockbuf_borrow() allocate a buffer to be freed on
    release.
    
    This happens when a TLS filter sends its last notify through a HTTP/3
    proxy tunnel.
    
    Closes #21871

    Changed files

    • lib/Makefile.inc
    • lib/cf-ip-happy.c
    • lib/cf-ip-happy.h
    • lib/cf-socket.c
    • lib/cf-socket.h
    • lib/connect.c
    • lib/connect.h
    • lib/ftp.c
    • lib/http_proxy.c
    • lib/http_proxy.h
    • lib/imap.c
    • lib/multi.c
    • lib/openldap.c
    • lib/pop3.c
    • lib/smtp.c
    • lib/urldata.h
    • lib/vquic/cf-ngtcp2-cmn.c
    • lib/vquic/cf-ngtcp2-cmn.h
    • lib/vquic/cf-ngtcp2-proxy.c
    • lib/vquic/cf-ngtcp2-proxy.h
    • lib/vquic/cf-ngtcp2.c
    • lib/vquic/cf-ngtcp2.h
    • lib/vquic/cf-quiche.c
    • lib/vquic/cf-quiche.h
    • lib/vquic/vquic-tls.c
    • lib/vquic/vquic-tls.h
    • lib/vquic/vquic.c
    • lib/vquic/vquic.h
    • lib/vtls/apple.c
    • lib/vtls/gtls.c
    • lib/vtls/mbedtls.c
    • lib/vtls/openssl.c
    • lib/vtls/rustls.c
    • lib/vtls/schannel.c
    • lib/vtls/schannel_verify.c
    • lib/vtls/vtls.c
    • lib/vtls/vtls.h
    • lib/vtls/vtls_scache.c
    • lib/vtls/vtls_scache.h
    • lib/vtls/wolfssl.c
    • tests/http/test_06_eyeballs.py
    • tests/unit/unit2600.c
    • tests/unit/unit3304.c
  2. Change #270289

    Category curl
    Changed by renovate[bot] <29139614+renovate[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Wed 10 Jun 2026 13:38:42
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f5cf5088ef8448ca7bd0bd3d7f49dfca5d17cc5c

    Comments

    GHA: update ruff from v0.15.12 to v0.15.16
    Closes #21940

    Changed files

    • .github/scripts/requirements.txt
  3. Change #270290

    Category curl
    Changed by renovate[bot] <29139614+renovate[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Wed 10 Jun 2026 13:38:42
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a6cece52e4387c14b7b3d8d6e0d1fa0b2faec5f3

    Comments

    GHA: update awslabs/aws-lc from v1.73.0 to v5.0.0
    Closes #21941

    Changed files

    • .github/workflows/http3-linux.yml
    • .github/workflows/linux.yml
  4. Change #270305

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 10 Jun 2026 14:40:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ae2986cdf0c3177f7ed77f491b8ed084420ad46a

    Comments

    mqtt: return error on truncated Remaining Length
    Pointed out by: Zeropath
    
    Closes #21949

    Changed files

    • lib/mqtt.c