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

Builder curl-threaded-solaris10-sparc Build #3428

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 23 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 5 hrs, 49 mins, 30 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 38 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 3428 Build
codebase Build
got_revision f1422960bf345d6958a60673931d8bff049cbc06 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision f1422960bf345d6958a60673931d8bff049cbc06 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. Daniel Stenberg
  2. Joshua Vandaƫle
  3. Viktor Szakats
  4. renovate[bot]

Timing:

StartSat Jan 10 13:03:48 2026
EndSun Jan 11 06:47:12 2026
Elapsed17 hrs, 43 mins, 23 secs

All Changes:

:

  1. Change #254678

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 09 Jan 2026 19:35:16
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2b0d8dcc16c531d3154ab54347a3eaabf9bd2c7d

    Comments

    GHA: switch 12 Linux jobs to arm64
    More cost-effective and seems as fast or faster than Intel.
    
    In particular, valgrind seems to be almost 2x fast. So fast the job pair
    could fit under 10 minutes if merged again (but would be the longest in
    GHA/Linux.)
    
    Installing packages is slightly slower. The package repo is Ubuntu's
    which is slower than the Azure mirror used on Intel (unless Azure is
    broken, which happened a lot last year).
    
    To add to more jobs, the locally built deps also need to be migrated.
    
    Also:
    - add workaround for failing sshd server on Linux arm runners, caused by
      world-writable `HOME` directory.
    
    Closes #20231

    Changed files

    • .github/workflows/appveyor-status.yml
    • .github/workflows/checkdocs.yml
    • .github/workflows/checksrc.yml
    • .github/workflows/checkurls.yml
    • .github/workflows/linux.yml
  2. Change #254682

    Category curl
    Changed by Joshua Vandaƫle <joshuaohnoyoudont@vandaele.software>
    Changed at Fri 09 Jan 2026 22:03:28
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 97f518e19342d60468c2e8b1b3ce735d4f132652

    Comments

    cmake: reference OpenSSL and ZLIB imported targets only when enabled
    This otherwise broke building on a parent with a static library which is
    available but disabled (e.g. CURL_ZLIB is set to OFF but ZLIB::ZLIB
    exists)
    
    Closes #20217

    Changed files

    • CMakeLists.txt
  3. Change #254722

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 10 Jan 2026 12:36:20
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 88060353440df4e1b7167c180b39074fd2ab457a

    Comments

    GHA/linux: fix 'libressl' internal name confusion
    `libressl-filc` was matching `contains()` expressions looking for
    `libressl`, causing build confusion and failure in specific cases.
    
    Rename `libressl` to `libressl-c` to avoid this. Also rename the cache
    id for consistency, though not necessary for the fix.
    
    Bug: https://github.com/curl/curl/actions/runs/20860412340/job/59938315276
    Follow-up to c2624818739916652a041164939afaba5bb5ee73 #19407
    Cherry-picked from #20234
    
    Closes #20240

    Changed files

    • .github/workflows/linux.yml
  4. Change #254724

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 10 Jan 2026 12:40:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0159100f4f782432fa3d27998dbea7b827ffba2d

    Comments

    lib: use (u)int64_t instead of long long
    Remove config-plan9.h because it does not support 64 bit, meaning it has
    not been working for years.
    
    Closes #20233

    Changed files

    • .github/scripts/cmp-config.pl
    • CMake/unix-cache.cmake
    • CMakeLists.txt
    • configure.ac
    • lib/Makefile.am
    • lib/config-mac.h
    • lib/config-os400.h
    • lib/config-plan9.h
    • lib/config-riscos.h
    • lib/config-win32.h
    • lib/curl_config-cmake.h.in
    • lib/mprintf.c
    • lib/sha256.c
    • m4/curl-wolfssl.m4
    • packages/vms/config_h.com
    • tests/libtest/testutil.c
  5. Change #254730

    Category curl
    Changed by renovate[bot] <29139614+renovate[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Sat 10 Jan 2026 12:50:39
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f1422960bf345d6958a60673931d8bff049cbc06

    Comments

    GHA: update awslabs/aws-lc to v1.66.2
    Closes #20238

    Changed files

    • .github/workflows/http3-linux.yml
    • .github/workflows/linux.yml