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

Builder curl-ares-solaris10-i386 Build #4440

Build In Progress:

ETA: 17:28:03 [4 mins, 8 secs]

[waiting for Lock]

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git  
    1. - no logs -
    1. - no logs -
    1. - no logs -
  2. Runtest  
    1. - no logs -
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 4440 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision ae2986cdf0c3177f7ed77f491b8ed084420ad46a Build
scheduler schedule-curl-ares-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing
  3. renovate[bot]

Timing:

StartWed Jun 10 14:50:31 2026
Elapsed2 hrs, 33 mins, 24 secs

All Changes:

:

  1. Change #270250

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 10 Jun 2026 08:06:36
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3f1055303e57eb22c01aae638588b96e9426c9db

    Comments

    tests: restore 1030 and 611
    They were not exact duplicates. Tweaked their names to clarify.
    
    Also renamed 608 accordingly.
    
    Follow-up to 4ead4285a6af5d5645d4a
    
    Spotted-by: Dan Fandrich
    Closes #21938

    Changed files

    • tests/data/Makefile.am
    • tests/data/test1030
    • tests/data/test608
    • tests/data/test611
  2. Change #270280

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 10 Jun 2026 13:20:03
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5c6b4880357ab3e72967c1c45cae0f96ffabc535

    Comments

    digest: flush state on origin or credential change
    Verified by test 1686
    
    Closes #21944

    Changed files

    • lib/http_digest.c
    • lib/urldata.h
    • lib/vauth/digest.c
    • lib/vauth/digest_sspi.c
    • tests/data/Makefile.am
    • tests/data/test1686
    • tests/libtest/Makefile.inc
    • tests/libtest/lib1686.c
  3. Change #270281

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 10 Jun 2026 13:26:50
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4fcf9c8f592349042374c29d3fb9611e830d26a9

    Comments

    test 527: bring back, not a dupe
    Fixed the name to clarify the difference to 526.
    
    Follow-up to 4ead4285a6af5d5645d4ad
    Closes #21942

    Changed files

    • tests/data/Makefile.am
    • tests/data/test527
  4. 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
  5. 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
  6. 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
  7. 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