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

Builder curl-threaded-solaris10-sparc Build #3737

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionbf594226d66dc2bbf62a18f3dea1ceabe5b26dcf
Got Revisionbf594226d66dc2bbf62a18f3dea1ceabe5b26dcf
Changes5 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 44 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 7 hrs, 25 mins, 51 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 mins, 1 secs )
    1. stdio

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing
  2. Viktor Szakats

Timing:

StartSun Aug 16 10:11:45 2026
EndMon Aug 17 00:35:13 2026
Elapsed14 hrs, 23 mins, 27 secs

All Changes:

:

  1. Change #278323

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 15 Aug 2026 22:24:17
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision fa21937ab0157325f426de40299f5fc5ac138190

    Comments

    GHA/non-native: sync BSD test exclusion logic with rest of workflows
    Stop auto-skipping tests on emulated CPUs, replace it with explicit
    `skipall` tags instead. To make it easier to enable tests on emulated
    CPUs and to align with rest of workflows.
    
    Closes #22599

    Changed files

    • .github/workflows/non-native.yml
  2. Change #278325

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Sat 15 Aug 2026 22:35:20
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 787cbd20330a6a3d9b024d47c2c35691c7b35cab

    Comments

    multi: shrink expire timer indices
    The enum `exire_id` fits easily into a uint8_t. Use that type for
    storing expire timeout list indices.
    
    Closes #22591

    Changed files

    • lib/curl_trc.c
    • lib/multi.c
    • lib/multiif.h
    • lib/urldata.h
  3. Change #278328

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 15 Aug 2026 23:14:00
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0c72958a67d8640351b1e3656e783e7effd31562

    Comments

    GHA/windows: bump stunnel to 5.80
    Ref: https://www.stunnel.org/NEWS.html
    
    Closes #22600

    Changed files

    • .github/workflows/windows.yml
  4. Change #278346

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 16 Aug 2026 10:08:33
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1db93bdb7c1943132b13543539aaaf4866f31419

    Comments

    config-win32.h: limit use to MSVC IDE Project builds
    This is the only purpose it's maintained for.
    
    Drop mingw-w64 and other logic falling outside of VS2010-2013 needs.
    
    mingw-w64/MSVC platform differences keep being maintained/documented as
    part of the CMake pre-fill logic in `CMake/win32-cache.cmake`.
    
    Follow-up to ba8752e5566076acc8bdec7ae4ec78901f7050f4 #12224
    
    Closes #22595

    Changed files

    • lib/config-win32.h
  5. Change #278347

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 16 Aug 2026 10:08:33
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision bf594226d66dc2bbf62a18f3dea1ceabe5b26dcf

    Comments

    GHA/non-native: BSD build improvements
    - show binary sizes and file types in 'curl -V' step, like rest of
      workflows.
    - make `build tests` step verbose.
    - disable typecheck on emulated CPUs.
      It results in 3-4x speed-up for riscv64, and ~2x for ARM64 when
      building tests (in particular the libtests binary.)
      Ref: 9e6f1c5efb7a70e1f33e467a738f3e3f652f3174 #19637
    - enable building tests in an ARM64 job.
    - move examples build test from ARM64 to riscv64 (to spread job times).
    
    Closes #22601

    Changed files

    • .github/workflows/non-native.yml