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

Builder curl-ares-solaris10-sparc Build #3790

Build In Progress:

ETA: 16:43:35 [32 mins, 34 secs]

[waiting for Lock]

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision49eaaddd263c2ab181c40c9878f50ded517f99f3
Changes6 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 3790 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision 49eaaddd263c2ab181c40c9878f50ded517f99f3 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. Tip ten Brink
  3. Viktor Szakats

Timing:

StartSun Sep 27 02:13:20 2026
Elapsed13 hrs, 57 mins, 40 secs

All Changes:

:

  1. Change #283280

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 26 Sep 2026 14:14:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 47c08c8282aba97ffdaf3095b713620c83465c5f

    Comments

    GHA: update dependency cloudflare/quiche to v0.30.0 (revert)
    It takes longer than expected to figure out how to keep building it.
    (autotools works already. CMake not yet.)
    
    This reverts commit efc5e67bda67b9573694e820cc8c1273f01ce937 #22988
    
    Ref: #23088
    
    Closes #23116

    Changed files

    • .github/workflows/http3-linux.yml
  2. Change #283282

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 26 Sep 2026 14:53:58
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1fd01914286378e3db040b8ea8415fed317a5268

    Comments

    GHA/http3-linux: reduce quiche cache blob size
    With quiche:
    - 0.29.3: 170 -> 87MB
    - 0.30.0: 220 -> 120MB
    
    Cherry-picked from #23088
    
    Closes #23117

    Changed files

    • .github/workflows/http3-linux.yml
  3. Change #283284

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 26 Sep 2026 15:20:58
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a9396148364758269b8b8621d90683912da4c2fe

    Comments

    GHA/curl-for-win: drop redundant env
    No need to set llvm version for a gcc job.
    
    Closes #23118

    Changed files

    • .github/workflows/curl-for-win.yml
  4. Change #283286

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 26 Sep 2026 16:10:06
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0feb52b3ba0fbbed3747c400cdb4a1f7725c1252

    Comments

    cf-socket: adjust NO_SYN_RETRANSMISSIONS for older Windows
    The flag TCP_INITIAL_RTO_NO_SYN_RETRANSMISSIONS, could not be set to
    zero before Windows 10, version 1709. Instead set it to 1 on those
    system.
    
    Ref: https://mail.openjdk.org/pipermail/net-dev/2020-July/014213.html
    Reported-by: aschank on github
    Fixes #23084
    Closes #23103

    Changed files

    • lib/cf-socket.c
  5. Change #283288

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 26 Sep 2026 18:00:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 755e36ead1e8dfb8d9c650359afd81f5d3d8eb05

    Comments

    GHA/curl-for-win: switch to arm64 runners for Linux and Windows builds (5 jobs)
    Slightly faster than Intel. Also more efficient. Saving ~3 minutes.
    
    Refs:
    https://github.com/curl/curl-for-win/commit/5d368c620abfbd769d81076c45c69b3478925d66
    https://github.com/curl/curl-for-win/commit/652a3e9b733cea19e9fbfb9690dab05ac44f5de6
    
    Closes #23115

    Changed files

    • .github/workflows/curl-for-win.yml
  6. Change #283312

    Category curl
    Changed by Tip ten Brink <75669206+tiptenbrinkohnoyoudont@users.noreply.github.com>
    Changed at Sun 27 Sep 2026 01:10:20
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 49eaaddd263c2ab181c40c9878f50ded517f99f3

    Comments

    http_aws_sigv4: fix the s3express service name
    - s3-express -> s3express in the disable double encoding list.
    
    - Also, add s3-object-lambda to the disable double encoding list.
    
    - Verify with test 2418 that double encode is not used for s3express by
      checking signature.
    
    Prior to this change s3express (due to typo) and s3-object-lambda were
    not excluded from the double encoding which would result in a bad
    signature and then the server would return SignatureDoesNotMatch.
    
    Fixes https://github.com/curl/curl/issues/23120
    Closes https://github.com/curl/curl/pull/23121

    Changed files

    • lib/http_aws_sigv4.c
    • tests/data/Makefile.am
    • tests/data/test2418