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

Builder curl-ares-solaris10-i386 Build #4163

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionc04ce3af0e50d5ae665da4b44a1b3b05276f4e88
Got Revisionc04ce3af0e50d5ae665da4b44a1b3b05276f4e88
Changes6 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 46 mins, 38 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 4163 Build
codebase Build
got_revision c04ce3af0e50d5ae665da4b44a1b3b05276f4e88 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision c04ce3af0e50d5ae665da4b44a1b3b05276f4e88 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. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartFri Jan 23 14:48:17 2026
EndSat Jan 24 05:39:10 2026
Elapsed14 hrs, 50 mins, 53 secs

All Changes:

:

  1. Change #256092

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 22 Jan 2026 23:44:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b81341e8f557a719ea9c9c28ffd4385ac3e36f64

    Comments

    tidy-up: Markdown, clang-format nits
    - drop leading indent from Markdown.
    - switch to Markdown section markers where missing.
    - move `&&` and `||` to the end of the line (C, Perl).
    - openssl: add parenthesis to an if sub-expression.
    - misc clang-format nits.
    - unfold Markdown links.
    - SSL-PROBLEMS.md: drop stray half code-fence.
    
    Closes #20402

    Changed files

    • .github/CONTRIBUTING.md
    • docs/CODE_OF_CONDUCT.md
    • docs/HISTORY.md
    • docs/HTTP-COOKIES.md
    • docs/RELEASE-PROCEDURE.md
    • docs/SSL-PROBLEMS.md
    • docs/VERSIONS.md
    • docs/libcurl/ABI.md
    • docs/testcurl.md
    • docs/tests/TEST-SUITE.md
    • lib/connect.c
    • lib/content_encoding.c
    • lib/curl_sasl.c
    • lib/doh.c
    • lib/doh.h
    • lib/openldap.c
    • lib/vssh/libssh2.c
    • lib/vtls/openssl.c
    • m4/curl-compilers.m4
    • projects/Windows/README.md
    • scripts/checksrc.pl
    • src/tool_easysrc.c
    • tests/pathhelp.pm
    • tests/test745.pl
  2. Change #256093

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 22 Jan 2026 23:44:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 86190dccb34981e43a00bbcc9215ed7e48ba0755

    Comments

    GHA: migrate 3 linter jobs to arm64
    Also to make them finish as fast or overall faster.
    
    checkdocs/proselint:
    before: https://github.com/curl/curl/actions/runs/21255607528/job/61169136666 22s
    after: https://github.com/curl/curl/actions/runs/21266680535/job/61207470652?pr=20403 19s
    
    checksrc/spellcheck, linters, REUSE:
    before: https://github.com/curl/curl/actions/runs/21255607522/job/61169137076 3m11s
    after: https://github.com/curl/curl/actions/runs/21266680282/job/61207475282?pr=20403 2m27s
    typos: 13s -> 28s
    pytype: 2m24s -> 1m24s
    
    checksrc/misc checks:
    before: https://github.com/curl/curl/actions/runs/21255607522/job/61169137176 2m29s
    after: https://github.com/curl/curl/actions/runs/21266680282/job/61207475248?pr=20403 2m5s
    shellcheck: seems larger and slower on arm64. 33 -> 45MB, 1s -> 3s
    badwords: 2m1s -> 1m35s
    
    Closes #20403

    Changed files

    • .github/workflows/checkdocs.yml
    • .github/workflows/checksrc.yml
  3. Change #256143

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 23 Jan 2026 12:39:43
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9bcdfb3809a41327054421368bdea77ea17e6f90

    Comments

    GHA/distcheck: bump old cmake, switch to arm64 for performance
    Bump CMake version in CMake integration tests for better performance
    (8x on macOS, 2-3x on Windows) and native arm64 binaries.
    
    - bump old CMake in integration tests to v3.19.8 (was: v3.11.4)
    - switch to native arm64 CMake binaries on macOS.
    - switch Linux CMake integration job to arm64.
    
    Speed gains:
    - Linux: 2m -> 1m30s
    - macOS: 9-10m -> 1m15s
    - Windows: 6-7m -> 2m43s
    
    Before:
    https://github.com/curl/curl/actions/runs/21255697172
    https://github.com/curl/curl/actions/runs/21255020621
    
    After:
    https://github.com/curl/curl/actions/runs/21272021446
    
    With this, CI is:
    - no longer testing deprecated CMake versions.
      Follow-up to a7c974e038572bd1d4a653afbd6de5fad5a10215 #19902
    - not testing the next (from 2026 April) minimum 3.18, but going for
      3.19 instead. For arm64 binaries on both macOS and Linux. There is
      no 3.18-specific CMake code in curl.
    
    Cherry-picked from #20407
    Closes #20408

    Changed files

    • .github/workflows/distcheck.yml
  4. Change #256145

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 23 Jan 2026 12:44:43
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 19b1e44660d68d38a2f48f24740a3aac1d46b9a0

    Comments

    GHA/windows: fail CI early on stunnel install failure
    Before this patch CI silently ignored stunnel install failures. This
    pushed the failure to the test run step due to not meeting the minimum
    number of tests.
    
    Make the root cause obvious by failing early in this case.
    
    Reported-by: Stefan Eissing
    Follow-up to 3f1cd809eeae05f39fec72fe780f3a69d21972fb #19942
    Ref: https://github.com/curl/curl/actions/runs/21245626382/job/61134101176?pr=20397
    Ref: #16819
    
    Closes #20409

    Changed files

    • .github/workflows/windows.yml
  5. Change #256153

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 23 Jan 2026 13:16:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 55fc4e0dbb9bd7e4b67d96138411952eb0ba87d4

    Comments

    cmake: sync two unix pre-fill comments with win32 [ci skip]
    Cherry-picked from #20406

    Changed files

    • CMake/unix-cache.cmake
  6. Change #256167

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 23 Jan 2026 14:34:44
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c04ce3af0e50d5ae665da4b44a1b3b05276f4e88

    Comments

    verbose.md: explain the { and } prefixes
    The prefixes are now made as subtitles
    
    Reported-by: Thibault de Villèle
    Fixes #20386
    Closes #20396

    Changed files

    • docs/cmdline-opts/verbose.md