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

Builder curl-ares-solaris10-sparc Build #3422

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 26 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 5 hrs, 42 mins, 42 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartFri Jan 23 13:03:24 2026
EndSat Jan 24 06:50:34 2026
Elapsed17 hrs, 47 mins, 10 secs

All Changes:

:

  1. Change #256083

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 22 Jan 2026 18:42:46
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9e9adfddbf3f9c43581ec68d0a68ef0c81b5df43

    Comments

    GHA/linux: rename `intel` to `intelc` to avoid mixup with `<pkg>-intel`
    To avoid unnecessarily installing Intel C for any `<pkg>-intel` locally
    built dependency.
    
    Follow-up to ab8ccaed2479bf7d019b3aa25f22299546e23828 #20392
    Follow-up to d9fe60d4572bf82e407ae33277f81def896d06f2 #20248
    
    Closes #20400

    Changed files

    • .github/workflows/linux.yml
  2. 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
  3. 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
  4. 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
  5. 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