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

Builder curl-unthreaded-solaris10-sparc Build #14123

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 1 mins, 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 6 hrs, 49 mins, 16 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 36 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave
buildername curl-unthreaded-solaris10-sparc Builder
buildnumber 14123 Build
codebase Build
got_revision 81787b0b34c496c46870751f6ca438346036d7a0 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 81787b0b34c496c46870751f6ca438346036d7a0 Build
scheduler schedule-curl-unthreaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing
  3. Viktor Szakats

Timing:

StartTue Sep 8 02:21:40 2026
EndTue Sep 8 15:55:41 2026
Elapsed13 hrs, 34 mins, 0 secs

All Changes:

:

  1. Change #280975

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 07 Sep 2026 16:20:16
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f656837720e6fd5aef0162c63e8b75bc073bb065

    Comments

    ftp: URL encode file names when wildcarding
    Verify in test 2805
    
    Reported-by: Stanislav Fort
    
    Closes #22860

    Changed files

    • lib/ftp.c
    • tests/data/Makefile.am
    • tests/data/test2805
    • tests/directories.pm
    • tests/ftpserver.pl
    • tests/libtest/Makefile.inc
    • tests/libtest/lib2805.c
  2. 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
  3. 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
  4. 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