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

Builder curl-ares-solaris10-sparc Build #3655

Build In Progress:

ETA: 16:02:24 [17 mins, 36 secs]

[waiting for Lock]

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-ares-solaris10-sparc' 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-unstable10s/slave/curl-ares-solaris10-sparc slave
buildername curl-ares-solaris10-sparc Builder
buildnumber 3655 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision 2b336e6b73c3da9a0cf645aada31853c80985963 Build
scheduler schedule-curl-ares-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing
  3. alhudz

Timing:

StartThu Jun 11 13:38:24 2026
Elapsed2 hrs, 6 mins, 23 secs

All Changes:

:

  1. Change #270375

    Category curl
    Changed by alhudz <al.hudz.kohnoyoudont@gmail.com>
    Changed at Thu 11 Jun 2026 08:13:20
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7ec25148c06b049d3252172ff17fae85b19c54c9

    Comments

    digest: flush proxy state on proxy or credential change
    Closes #21951

    Changed files

    • lib/http_digest.c
  2. Change #270376

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 11 Jun 2026 08:15:31
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 30c9c79cf8d2dfc37a8d005095a3e0626cddcd75

    Comments

    cf-socket: make Curl_addr2string static
    Move as sockaddr2string() into cf-socket.c where its only callers are.
    
    Mark as UNITTEST for unit1609.
    
    Move "struct Curl_sockaddr_ex" into sockaddr.h, so connect.h and
    cf-socket.h can be included without all the system headers needed.
    
    Closes #21946

    Changed files

    • lib/cf-ip-happy.c
    • lib/cf-socket.c
    • lib/cf-socket.h
    • lib/connect.c
    • lib/connect.h
    • lib/sockaddr.h
    • lib/vquic/cf-ngtcp2-cmn.c
    • lib/vquic/cf-quiche.c
    • tests/unit/unit1607.c
    • tests/unit/unit1609.c
    • tests/unit/unit2600.c
  3. Change #270394

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 11 Jun 2026 10:06:09
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 946306b3e5f62f52ff72db85506eb5b789c4e66d

    Comments

    cf-ip-happy: update documentation
    Reported-by: correctmost on github
    Fixes #21957
    Closes #21959

    Changed files

    • lib/cf-ip-happy.c
    • lib/cf-ip-happy.h
  4. Change #270400

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 11 Jun 2026 10:07:42
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8a867c206227f9b7a11f77f528902cf379bf0d43

    Comments

    h3proxy: no stream userdata
    Do not set the easy handle opening a proxy tunnel as userdata on the
    stream. The ease handle might go out of scope long before the tunnel
    stream is closed.
    
    Closes #21962

    Changed files

    • lib/vquic/cf-ngtcp2-proxy.c
  5. Change #270401

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 11 Jun 2026 10:09:06
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9d93d4abe185bffac28a29e182e18abac0782f18

    Comments

    SECURITY-ADVISORY.md: expand
    Fill in missing information and rephrase a little
    
    Closes #21964

    Changed files

    • docs/SECURITY-ADVISORY.md
  6. Change #270402

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 11 Jun 2026 10:11:15
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9cf6b70ad7e90ded63d0e4c5da3af9c447e1ef43

    Comments

    multi: remove a stale comment
    It tricks humans and AIs alike.
    
    Closes #21961

    Changed files

    • lib/multi.c
  7. Change #270404

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 11 Jun 2026 10:11:50
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b7c9229cc6d22fbbdd9f69d9f2ff4f9f280480a7

    Comments

    CURLINFO_CONTENT_LENGTH_UPLOAD_T.md: expand
    Fixes #21953
    Reported-by: BazaarAcc32 on github
    Closes #21956

    Changed files

    • docs/libcurl/opts/CURLINFO_CONTENT_LENGTH_UPLOAD_T.md
  8. Change #270421

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 11 Jun 2026 13:21:09
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2b336e6b73c3da9a0cf645aada31853c80985963

    Comments

    content_encoding: fix non-last chunked rejection
    Even when two 'chunked' are listed and neither is the last encoding the
    transfer is rejected.
    
    Verified by test 1722 and 1723
    
    Reported-by: violet12331 on hackerone
    Closes #21966

    Changed files

    • lib/content_encoding.c
    • tests/data/Makefile.am
    • tests/data/test1722
    • tests/data/test1723