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

Builder curl-threaded-solaris10-i386 Build #4174

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision0159100f4f782432fa3d27998dbea7b827ffba2d
Got Revision0159100f4f782432fa3d27998dbea7b827ffba2d
Changes2 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 48 mins, 34 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-threaded-solaris10-i386 slave
buildername curl-threaded-solaris10-i386 Builder
buildnumber 4174 Build
codebase Build
got_revision 0159100f4f782432fa3d27998dbea7b827ffba2d Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 0159100f4f782432fa3d27998dbea7b827ffba2d Build
scheduler schedule-curl-threaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartSat Jan 10 12:52:25 2026
EndSun Jan 11 03:49:57 2026
Elapsed14 hrs, 57 mins, 31 secs

All Changes:

:

  1. 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
  2. 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