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

Builder curl-ares-solaris10-sparc Build #3522

Build In Progress:

ETA: 15:32:22 [17 mins, 13 secs]

[waiting for Lock]

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision0805ec043ecb4f2b43782ec06779a27fa8d06d4a
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 3522 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision 0805ec043ecb4f2b43782ec06779a27fa8d06d4a 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. Alex Hamilton
  2. Daniel Stenberg
  3. Viktor Szakats

Timing:

StartWed Apr 1 12:20:02 2026
Elapsed2 hrs, 55 mins, 5 secs

All Changes:

:

  1. Change #263089

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 31 Mar 2026 23:39:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a5838847c4395cdf043d9a833f38d5ba0a704ca1

    Comments

    GHA: try workaround for slow Azure Ubuntu distro server (cont.)
    - fail if all retries failed.
    - run `dpkg --configure -a` after an aborted slow attempt.
    
    ```
    Selecting previously unselected package libsys-hostname-long-perl.
    Error: slow server, retry
    E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.
    [...]
    ```
    
    Bug: https://github.com/curl/curl/pull/21107#issuecomment-4163506100
    Follow-up to 5172ba5475cffc525c2338dfa63f818e11e80a42 #21107
    
    Closes #21181

    Changed files

    • .github/workflows/codeql.yml
    • .github/workflows/configure-vs-cmake.yml
    • .github/workflows/distcheck.yml
    • .github/workflows/http3-linux.yml
    • .github/workflows/linux.yml
    • .github/workflows/non-native.yml
    • .github/workflows/windows.yml
  2. Change #263091

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 31 Mar 2026 23:53:45
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1ec912d2926767478783af950e5f7ce4e9ed2f7b

    Comments

    http: refactor http_on_response into sub functions
    Reduces complexity.
    
    Closes #21172

    Changed files

    • lib/http.c
    • lib/http2.h
  3. Change #263104

    Category curl
    Changed by Alex Hamilton <1622250+Aehmloohnoyoudont@users.noreply.github.com>
    Changed at Wed 01 Apr 2026 08:34:56
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 46d107d0e73135ef4559c8a046ac60d766a514c5

    Comments

    docs/cmdline-opts: tidy up retry-connrefused
    Closes #21182

    Changed files

    • docs/cmdline-opts/retry-connrefused.md
  4. Change #263122

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 01 Apr 2026 10:45:05
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8e8bdd36048c146fe843d8948a912fbd398d1c5d

    Comments

    cookie: fix rejection when tabs in value
    A previous refactor changed the TAB check so that the octet could be
    accepted in the 'path', which would cause an invalid line in the saved
    cookie file so not possible to read the cookie back. Not terrible
    because the path cannot contain a raw tab anyway so it would never match
    anyway.
    
    Add test 1685 to verify
    
    Reported-by: Izan on hackerone
    
    Closes #21185

    Changed files

    • lib/cookie.c
    • tests/data/Makefile.am
    • tests/data/test1685
  5. Change #263123

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 01 Apr 2026 10:49:26
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4478a10f0d0bfbacde2c00397bb69e9c5b078c00

    Comments

    hsts: skip expired HSTS entries read from file
    Extend test 780 to verify
    
    Closes #21186

    Changed files

    • lib/hsts.c
    • tests/data/test780
  6. Change #263127

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 01 Apr 2026 10:56:11
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 11609c3d45170158860a887af5fa779fc3216581

    Comments

    alt-svc: skip expired entries read from file
    Extend test 1654 to verify
    
    Closes #21187

    Changed files

    • lib/altsvc.c
    • tests/data/test1654
  7. Change #263143

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 01 Apr 2026 11:06:43
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c1963e2d2ca51a6bac0cd337d3935873ecadd2c2

    Comments

    altsvc: drop the prio field from the struct
    The value is not used for anything, no point in keeping it in memory.
    
    Closes #21188

    Changed files

    • lib/altsvc.c
    • lib/altsvc.h
  8. Change #263144

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 01 Apr 2026 12:05:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0805ec043ecb4f2b43782ec06779a27fa8d06d4a

    Comments

    altsvc: cap the list at 5,000 entries
    Avoid never-ending growth.
    
    When adding more entries, it now deletes the first entry in the list,
    which is the oldest added entry still held in memory. I decided to avoid
    a Least Recently Used concept as I suspect with a list with this many
    entries most entries have not been used, and we don't save the timestamp
    of recent use anyway.
    
    The net effect might (no matter what) be that the removed entry might
    feel a bit "random" in the eyes of the user.
    
    Verify with test 1669.
    
    Reported-by: Geeknik Labs
    Fixes #21183
    Closes #21189

    Changed files

    • lib/altsvc.c
    • lib/altsvc.h
    • tests/data/Makefile.am
    • tests/data/test1669
    • tests/unit/Makefile.inc
    • tests/unit/unit1669.c