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

Builder curl-unthreaded-solaris10-sparc Build #14087

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 37 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 7 hrs, 28 mins, 25 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 mins, 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave
buildername curl-unthreaded-solaris10-sparc Builder
buildnumber 14087 Build
codebase Build
got_revision 406edd036ae560dd1c37da327f213b2c1a82b654 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 406edd036ae560dd1c37da327f213b2c1a82b654 Build
scheduler schedule-curl-unthreaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing
  3. Viktor Szakats

Timing:

StartMon Aug 17 22:03:53 2026
EndTue Aug 18 13:17:34 2026
Elapsed15 hrs, 13 mins, 40 secs

All Changes:

:

  1. Change #278469

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 17 Aug 2026 14:02:08
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 722362d87bad5df80ba76dbf1ccd578ec7b19e75

    Comments

    scorecard: fix argument handling when count and parallel are both 1
    Closes #22605

    Changed files

    • tests/http/scorecard.py
  2. Change #278470

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 17 Aug 2026 14:03:14
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c437d28c76485563b2570ee48ee2992e68ae7323

    Comments

    urldata: cleanups
    - sockindex: int -> int8_t
    - move connectdata members around for fun and profit
    - remove data->state.current_speed as unused
    - remove data->state.trailers_bytes_sent as unsed
    - remove data->state.trailers_buf as unsed
    
    The sockindex type change spread a little.
    
    Closes #22604

    Changed files

    • lib/cf-https-connect.c
    • lib/cf-https-connect.h
    • lib/cf-recvbuf.c
    • lib/cf-recvbuf.h
    • lib/cf-setup.c
    • lib/cf-setup.h
    • lib/cf-socket.c
    • lib/cf-socket.h
    • lib/cfilters.c
    • lib/cfilters.h
    • lib/conncache.c
    • lib/connect.c
    • lib/connect.h
    • lib/easy.c
    • lib/ftp.c
    • lib/http2.c
    • lib/http2.h
    • lib/multi.c
    • lib/openldap.c
    • lib/pingpong.c
    • lib/pingpong.h
    • lib/transfer.c
    • lib/transfer.h
    • lib/url.c
    • lib/urldata.h
    • lib/vdns/cf-dns.c
    • lib/vdns/cf-dns.h
    • lib/vssh/libssh.c
    • lib/vssh/libssh2.c
    • lib/vtls/openssl.c
    • lib/vtls/vtls.c
    • lib/vtls/vtls.h
    • lib/vtls/vtls_int.h
  3. Change #278471

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 17 Aug 2026 14:03:44
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5406d2627c07dc2ed3d77650c00c97afdd2d9502

    Comments

    urldata: drop four strings from the aptr struct
    - 'rtsp_transport'
    
      There is no need to keep this data around once the RTSP request has been
      issued.
    
    - 'accept_encoding'
    
      Only needed when creating the RTSP request.
    
    - 'uagent'
    
      The header is generated on demand from set.str[STRING_USERAGENT]
    
    - 'ref'
    
      Not necessary to keep around
    
    Closes #22603

    Changed files

    • lib/http.c
    • lib/rtsp.c
    • lib/transfer.c
    • lib/url.c
    • lib/urldata.h
  4. Change #278480

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 17 Aug 2026 15:05:39
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8e2eced23436c832a858802423b4ea8b45cf403a

    Comments

    multi: initialisation order
    When creating a multi handle, global_init() may not have been
    invoked that. There is a lazy check for this in easy_init()
    that trigger global_init().
    
    Create the admin handle for a multi first, before any further
    operations, so easy_init() can trigger a global_init() when
    necessary.
    
    Closes #22606

    Changed files

    • lib/multi.c
  5. Change #278486

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 17 Aug 2026 16:28:31
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c2da5c7e66ce5f4edb6315dc4da6a6fa7d44f69f

    Comments

    RELEASE-NOTES: synced

    Changed files

    • RELEASE-NOTES
  6. Change #278498

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 17 Aug 2026 18:41:31
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision bb406386d9e088873f5f640c55e14a69390abd01

    Comments

    curlx_inet_ntop: return `CURLcode`, drop setting `errno`
    To simplify and to remove an exception where `errno` was reused to
    return a socket error codes on Windows.
    
    The error was used by one call site (`sockaddr2string()` in
    `cf-socket.c`), but it was in practice always propagated as
    `SOCKEAFNOSUPPORT` to callers.
    
    Also:
    - cf-socket: update 3 error messages to show `CURLcode` accordingly.
    - if2ip: handle `curlx_inet_ntop()` error in `Curl_if2ip()`.
    - dnsd: display `CURLcode` on two errors.
    
    Follow-up to 39dec13ec08f8511f22ddc78bb36b40241dee915 #22170
    
    Closes #22229

    Changed files

    • lib/cf-socket.c
    • lib/curlx/inet_ntop.c
    • lib/curlx/inet_ntop.h
    • lib/ftp.c
    • lib/if2ip.c
    • lib/urlapi.c
    • lib/vdns/httpsrr.c
    • tests/server/dnsd.c
    • tests/unit/unit1607.c
    • tests/unit/unit1609.c
    • tests/unit/unit1961.c
  7. Change #278500

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 17 Aug 2026 19:11:51
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a01a24deaf7dee72e2a22f0d0f0a1e9db08f92aa

    Comments

    curlx_inet_pton: drop setting `errno` on error
    Follow-up to bb406386d9e088873f5f640c55e14a69390abd01 #22229
    
    Closes #22607

    Changed files

    • lib/curlx/inet_pton.c
  8. Change #278516

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 17 Aug 2026 23:35:57
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 406edd036ae560dd1c37da327f213b2c1a82b654

    Comments

    filter: change time reporting
    Replace the QUERY filter methods for connect and appconnect time with a
    new control CF_CTRL_REPORT_STATS that is triggered when a connect ends
    (successful or not).
    
    Filters in the connection can then report their statistics. Socket and
    TLS filters do this only once. Subsequent CF_CTRL_REPORT_STATS will do
    nothing.
    
    This prevents timers to be reported twice in STARTTLS scenarios.
    
    Fixes #22587 (again)
    Closes #22596

    Changed files

    • lib/cf-https-connect.c
    • lib/cf-ip-happy.c
    • lib/cf-socket.c
    • lib/cfilters.c
    • lib/cfilters.h
    • lib/connect.c
    • lib/vquic/cf-ngtcp2-cmn.c
    • lib/vquic/cf-ngtcp2-cmn.h
    • lib/vquic/cf-ngtcp2-proxy.c
    • lib/vquic/cf-ngtcp2.c
    • lib/vquic/cf-quiche.c
    • lib/vquic/vquic.c
    • lib/vtls/vtls.c
    • lib/vtls/vtls_int.h