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

Builder curl-ares-solaris10-i386 Build #4499

Results:

Failed

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git updating ( 16 secs )
    1. stdio
    1. - no logs -
    1. - no logs -
  2. Runtest  
    1. - no logs -
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 4499 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision 337a405511ff8ad4b0345cc2566b5c8487e5e8c5 Build
scheduler schedule-curl-ares-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Bobbeh Rhino
  2. Daniel Stenberg
  3. Stefan Eissing
  4. Viktor Szakats

Timing:

StartTue Sep 8 14:57:14 2026
EndWed Sep 9 00:42:06 2026
Elapsed9 hrs, 44 mins, 52 secs

All Changes:

:

  1. 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
  2. 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
  3. 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
  4. Change #281091

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 08 Sep 2026 12:39:49
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 772b3e110d038fb48ec7e3cfd4dccb34004da776

    Comments

    GHA: start using `background: true` to parallelize job steps
    Saving around 40-60 seconds across 5 jobs.
    
    - checksrc: parallelize steps.
    - checksrc: run steps without tool dependencies first.
    - checksrc: install typos-cli in the background.
    - actionlint: add exceptions for background control keys.
    - checkdocs: prepare sources while installing tools.
    - checkdocs: cut verify-examples job time in half by running gcc and
      clang in parallel.
    - verify-examples: make it support parallel runs.
    
    Ref: https://github.blog/changelog/2026-06-25-actions-steps-can-now-be-run-in-parallel/
    
    checksrc:
    Before: https://github.com/curl/curl/actions/runs/34202115545
    After: https://github.com/curl/curl/actions/runs/34215398251
    
    checkdocs:
    Before: https://github.com/curl/curl/actions/runs/34103387501
    After: https://github.com/curl/curl/actions/runs/34215398288
    
    Closes #22872

    Changed files

    • .github/scripts/verify-examples.pl
    • .github/workflows/checkdocs.yml
    • .github/workflows/checksrc.yml
  5. Change #281112

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Tue 08 Sep 2026 14:27:27
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f86897d831843762699a3c067e3882b551d078c8

    Comments

    http2: changes in error handling
    - always treat errors from nghttp2_session_mem_recv() as fatal
    - always return 0 from invalid_frame callback, so that nghttp2's
      internal RST/GOAWAY handling can work
    - adjust test_01_14 return code expectation
    
    Closes #22870

    Changed files

    • lib/http2.c
    • tests/http/test_01_basic.py
  6. Change #281114

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Tue 08 Sep 2026 14:28:39
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 76847b05e3f709b9f5bcafa2a85c4600179a2095

    Comments

    mbedtls: fix ticket handling
    Getting MBEDTLS_ERR_SSL_RECEIVED_NEW_SESSION_TICKET from mbedTLS is in
    no way blocking. Send/receive calls need to make another attempt
    afterwards to get the "real" result.
    
    Closes #22871

    Changed files

    • lib/vtls/mbedtls.c
  7. Change #281115

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Tue 08 Sep 2026 14:40:13
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 06a3bda4f2a3e126d95fd17d0bbae3ab8193ccc8

    Comments

    easy: make ca_cache_timeout standalone
    The `struct ssl_general_config` had only a single `int` member. Dissolve
    the struct and make the `int ssl_ca_cache_timeout` a direct member of
    `data->set`.
    
    Closes #22877

    Changed files

    • lib/setopt.c
    • lib/url.c
    • lib/urldata.h
    • lib/vtls/gtls.c
    • lib/vtls/openssl.c
    • lib/vtls/schannel.c
    • lib/vtls/vtls_config.h
    • lib/vtls/wolfssl.c
  8. Change #281131

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Tue 08 Sep 2026 16:15:45
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 337a405511ff8ad4b0345cc2566b5c8487e5e8c5

    Comments

    conncache: remove bundle dest
    We stored the "destination" string at each connection bundle, but it was
    never necessary to have it for operations. Remove the duplicated string
    from the bundle.
    
    Closes #22873

    Changed files

    • lib/conncache.c