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

Builder curl-ares-solaris11-i386 Build #5031

Build In Progress:

ETA: 19:39:34 [5 mins, 15 secs]

[waiting for Lock]

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-ares-solaris11-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-solaris11-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 5031 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision 80214dca6b7bbc6aaeb9fbf5a5e0344b9fe94171 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

Timing:

StartTue May 5 18:04:02 2026
Elapsed1 hrs, 30 mins, 17 secs

All Changes:

:

  1. Change #266361

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Tue 05 May 2026 16:22:11
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision bc40e09f63889a8bc14fa8f7221921eb5b4a559e

    Comments

    lib: introduce Curl_peer
    `struct Curl_peer` keeps information about a communication endpoint
    together. It will replace `conn->host` and `conn->conn_to_host` and
    proxyinfo host. It will also become part of `struct ssl_peer`.
    
    It has a reference counter, so an instance can be shared between
    connections and filters.
    
    Elminiates `conn->host` and `conn->connect_to_host`, used in the
    proxyinfo structures. Passed to DNS resolution and socks filters, etc.
    
    Pass peer to http proxy and socks tunnel filters. Use peer in dns filter
    and resolving. Make `Curl_peer` a member in the `struct ssl_peer`.
    
    Add `docs/internals/PEERS.md` for documentation.
    
    Closes #21472

    Changed files

    • docs/Makefile.am
    • docs/internals/PEERS.md
    • lib/Makefile.inc
    • lib/cf-dns.c
    • lib/cf-dns.h
    • lib/cf-h1-proxy.c
    • lib/cf-h1-proxy.h
    • lib/cf-h2-proxy.c
    • lib/cf-h2-proxy.h
    • lib/cf-haproxy.c
    • lib/cf-ip-happy.c
    • lib/cf-socket.c
    • lib/cfilters.c
    • lib/cfilters.h
    • lib/connect.c
    • lib/connect.h
    • lib/curl_addrinfo.c
    • lib/curl_addrinfo.h
    • lib/curl_sasl.c
    • lib/ftp.c
    • lib/hostip.c
    • lib/hostip.h
    • lib/hsts.c
    • lib/hsts.h
    • lib/http.c
    • lib/http2.c
    • lib/http_aws_sigv4.c
    • lib/http_negotiate.c
    • lib/http_ntlm.c
    • lib/http_proxy.c
    • lib/http_proxy.h
    • lib/httpsrr.c
    • lib/idn.c
    • lib/idn.h
    • lib/ldap.c
    • lib/openldap.c
    • lib/peer.c
    • lib/peer.h
    • lib/protocol.c
    • lib/protocol.h
    • lib/rtsp.c
    • lib/smb.c
    • lib/socks.c
    • lib/socks.h
    • lib/socks_gssapi.c
    • lib/socks_sspi.c
    • lib/url.c
    • lib/url.h
    • lib/urldata.h
    • lib/vauth/digest.c
    • lib/vauth/digest_sspi.c
    • lib/vauth/vauth.c
    • lib/vquic/vquic-tls.c
    • lib/vssh/libssh.c
    • lib/vssh/libssh2.c
    • 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/wolfssl.c
    • scripts/schemetable.c
  2. Change #266362

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 05 May 2026 16:24:40
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f97f01f5928fedfd7a5d25a739165d0266223e7c

    Comments

    socks_gssapi: simplify Curl_SOCKS5_gssapi_negotiate
    Also: pass in NULL when 'conf_state' is not wanted for gss_wrap() and
    gss_unwrap()
    
    Closes #21502

    Changed files

    • lib/socks_gssapi.c
  3. Change #266363

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 05 May 2026 16:26:44
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 80214dca6b7bbc6aaeb9fbf5a5e0344b9fe94171

    Comments

    GHA: verify function-lengths
    No production code function is allowed to be longer than 500 lines.
    
    The lib/setopt.c:setopt_cptr function is currently exempt, as a single
    exception until we make it smaller.
    
    Closes #21492

    Changed files

    • .github/workflows/checksrc.yml
    • scripts/Makefile.am
    • scripts/top-length