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

Builder curl-ares-solaris10-sparc Build #3758

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisione5e1c356107ea4f8208757deb69776d94496cfae
Got Revisione5e1c356107ea4f8208757deb69776d94496cfae
Changes6 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 27 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 33 mins, 50 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 4 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave
buildername curl-ares-solaris10-sparc Builder
buildnumber 3758 Build
codebase Build
got_revision e5e1c356107ea4f8208757deb69776d94496cfae Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision e5e1c356107ea4f8208757deb69776d94496cfae 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. Bobbeh Rhino
  2. Daniel Stenberg
  3. Stefan Eissing
  4. Viktor Szakats

Timing:

StartTue Sep 8 09:04:53 2026
EndTue Sep 8 23:29:48 2026
Elapsed14 hrs, 24 mins, 54 secs

All Changes:

:

  1. Change #280999

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 07 Sep 2026 23:01:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 04692d3bae9bc0ef91fd2f78ac80828692c0b5c1

    Comments

    cshutdown: make it smaller
    Remove the members `multi *` and `initialized`, passing multi or
    admin handles as parameters.
    
    When adding, pass a "max_keep" number to cshutdown for limiting
    growth. conncache calculates that based on multi settings and
    current pool size.
    
    Closes #22862

    Changed files

    • lib/conncache.c
    • lib/cshutdn.c
    • lib/cshutdn.h
    • lib/multi.c
  2. Change #281012

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 08 Sep 2026 00:05:10
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7f11ae14ef57810018fc934f3cb6ce8db6704559

    Comments

    GHA/curl-for-win: upload artifact as `curl.exe` (without using zip)
    To make it easier to run local tests.
    
    Example:
    https://github.com/curl/curl/actions/runs/34158040472?pr=22863
    https://github.com/curl/curl/actions/runs/34158040472/artifacts/10031671842
    
    Ref: https://github.blog/changelog/2026-02-26-github-actions-now-supports-uploading-and-downloading-non-zipped-artifacts/
    
    Closes #22863

    Changed files

    • .github/workflows/curl-for-win.yml
  3. Change #281013

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 08 Sep 2026 00:05:10
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 81787b0b34c496c46870751f6ca438346036d7a0

    Comments

    test1679: unset `SSL_CERT_FILE`, use `TESTNUMBER`
    To fix a `SSL_CERT_FILE` env breaking the test. For example the
    `ubuntu-24.04-firewall` runner image is setting this env.
    
    Follow-up to 19d0f4acfa9df373e8e1f987c11b7165e1edac34 #22745
    
    Cherry-picked from #22864
    
    Closes #22866

    Changed files

    • tests/data/test1679
  4. Change #281040

    Category curl
    Changed by Bobbeh Rhino <bobbehohnoyoudont@rhino.Rhino>
    Changed at Tue 08 Sep 2026 07:56:53
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 12cfc836c6fe8f4e4e5001f400d677f0aa530421

    Comments

    imap: compare selected mailbox names case-sensitively
    Closes #22868

    Changed files

    • lib/imap.c
    • tests/data/test804
  5. Change #281057

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 08 Sep 2026 09:59:11
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a1614c3bcf1593eb524b37792124357d97a5429c

    Comments

    hsts: on load, only remove exact duplicates
    Added test3109: verify HSTS when parent+subdomain expires before child
    
    Reported-by: Stanislav Fort
    Closes #22869

    Changed files

    • lib/hsts.c
    • tests/data/Makefile.am
    • tests/data/test3109
  6. Change #281061

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 08 Sep 2026 10:23:20
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e5e1c356107ea4f8208757deb69776d94496cfae

    Comments

    GHA/linux: enable egress firewall reporting in one job, disable MotD
    In the 'CM awslc' job. It's a preview feature and needs downgrading to
    Ubuntu 24.04. It uses a MitM proxy to record network access and causes
    a 15-20% runtime increase according to documentation.
    
    Notably it breaks pytests 50 and 51 (SCP/SFTP):
    https://github.com/curl/curl/actions/runs/34165541078/job/101875730179?pr=22864
    
    The observed performance impact is higher than documented, at 1m37s ->
    2m6s. apt install steps takes 2x time, configure/build: +20-40%, running
    tests: +10%. This makes this practical only for security critical jobs,
    e.g. creating build artifacts or other lasting or external impact (once
    URL filtering is supported/documented). Also useful for occasional
    review and debugging.
    
    Before: https://github.com/curl/curl/actions/runs/34192638355/job/101953659576
    After: https://github.com/curl/curl/actions/runs/34201459582/job/101981056237?pr=22864
    
    Also:
    - GHA/checksrc: add actionlint exception for the firewalled runner image.
    - GHA/linux: disable MotD (message of the day) Ubuntu feature, discovered
      via the firewall log, accessing `https://motd.ubuntu.com/aptnews.json`
      twice, during package install.
    
    Ref: https://github.com/github-early-access/actions-native-egress-firewall
    
    Closes #22864

    Changed files

    • .github/workflows/checksrc.yml
    • .github/workflows/linux.yml