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

Builder curl-threaded-solaris10-sparc Build #3608

Build In Progress:

Runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision2c81cf620e559b6c448dcfd8ef389f214746b533
Got Revision2c81cf620e559b6c448dcfd8ef389f214746b533
Changes8 changes

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-threaded-solaris10-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 9 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-unstable10s/slave/curl-threaded-solaris10-sparc slave
buildername curl-threaded-solaris10-sparc Builder
buildnumber 3608 Build
codebase Build
got_revision 2c81cf620e559b6c448dcfd8ef389f214746b533 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 2c81cf620e559b6c448dcfd8ef389f214746b533 Build
scheduler schedule-curl-threaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing

Timing:

StartWed May 6 04:55:31 2026
Elapsed6 hrs, 39 mins, 28 secs

All Changes:

:

  1. Change #266346

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 05 May 2026 14:17:20
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 484f724a30ed4af50d53ddbb4d308aa51e40c242

    Comments

    thrdqueue.h: forward declare curl_thrdq unconditionally
    This allows the unit tests to have a prototype involving such a struct
    pointer - even when the build is done without threaded resolver.
    
    Follow-up to 117d50b4bf48ca04908f87dd665ba
    
    Closes #21503

    Changed files

    • lib/thrdqueue.h
  2. Change #266355

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 05 May 2026 14:34:27
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9c9a4f3eabbb6f24277538d28a00afa25ba2839a

    Comments

    thrdqueue.h: minor language polish in comments

    Changed files

    • lib/thrdqueue.h
  3. 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
  4. 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
  5. 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
  6. Change #266383

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 05 May 2026 17:46:51
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2cb6ba672da5fc000a1b1b8b5496c6459eb34378

    Comments

    hsts: rename Curl_hsts() to hsts_check() and make it static
    It is no longer used outside of hsts.c
    
    Closes #21507

    Changed files

    • lib/hsts.c
    • lib/hsts.h
    • tests/unit/unit1660.c
  7. Change #266384

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 05 May 2026 17:49:12
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 481c9d46f1405723260a6633bfc1eee9ada2631f

    Comments

    hostip: convert Curl_resolv_unix to static resolv_unix
    It was only used within this file
    
    Closes #21508

    Changed files

    • lib/hostip.c
    • lib/hostip.h
  8. Change #266385

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 05 May 2026 17:54:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2c81cf620e559b6c448dcfd8ef389f214746b533

    Comments

    multi: make multi_runsingle use sub functions for states
    The state machine now calls dedicated sub functions for each state, to
    reduce the size and complexity.
    
    Closes #21506

    Changed files

    • lib/multi.c