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

Builder curl-ares-solaris10-i386 Build #4498

Results:

Failed

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision81787b0b34c496c46870751f6ca438346036d7a0
Changes3 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git updating ( 13 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 4498 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision 81787b0b34c496c46870751f6ca438346036d7a0 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. Stefan Eissing
  2. Viktor Szakats

Timing:

StartTue Sep 8 04:47:48 2026
EndTue Sep 8 14:57:09 2026
Elapsed10 hrs, 9 mins, 20 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