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

Builder curl-ares-solaris10-sparc Build #3473

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision1b35c9e1e3bb84336082a8fde12eeeafe6bfa3b2
Got Revision1b35c9e1e3bb84336082a8fde12eeeafe6bfa3b2
Changes4 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 50 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 5 hrs, 58 mins, 28 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 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 3473 Build
codebase Build
got_revision 1b35c9e1e3bb84336082a8fde12eeeafe6bfa3b2 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 1b35c9e1e3bb84336082a8fde12eeeafe6bfa3b2 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:

StartSun Mar 1 01:05:51 2026
EndSun Mar 1 19:10:04 2026
Elapsed18 hrs, 4 mins, 13 secs

All Changes:

:

  1. Change #259328

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 28 Feb 2026 13:16:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision bcc8144b896a49738cd60cbbe8e4f8e6f70461ef

    Comments

    clang-tidy: silence more minor issues found by v22
    Also one found manually in lib/curl_sha512_256.c.
    
    Follow-up to 7a08c5d820fcf237688562a237a05000214db789 #20762
    
    Closes #20770

    Changed files

    • lib/curl_sha512_256.c
    • lib/openldap.c
    • lib/vssh/libssh.c
    • lib/vssh/libssh2.c
    • lib/vtls/rustls.c
  2. Change #259371

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 01 Mar 2026 00:04:18
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 35bbb2e830aeb8181bd4bf6b0ef68929217d97f0

    Comments

    clang-tidy: fix issues found with build-fuzzing
    - curl_sha512_256: add missing, drop redundant, parentheses.
    - doh: drop redundant returns.
    - url: add missing parentheses.
    - vtls: fix unused const variables.
    - tests/unit: fix missing header with clang-tidy and !threaded-resolver.
      Follow-up to 57ff2d6c918d0bb444e5a8a53405217aec116b1b #20106
    
    Closes #20774

    Changed files

    • lib/curl_sha512_256.c
    • lib/doh.c
    • lib/url.c
    • lib/vtls/vtls.c
    • tests/unit/unit1607.c
    • tests/unit/unit1609.c
    • tests/unit/unit2600.c
  3. Change #259375

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 01 Mar 2026 00:24:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7a80082471e5983857c92900dc4858427994e236

    Comments

    GHA/windows: bump clang-tidy job to clang v20 (from v18)
    Adds 50 seconds to the 5m long build step. Also more prerequisites to
    install, with no apparent effect on step time.
    
    Follow-up to 9b52d516bb8990107f20c9786e09dbb6961c30b2 #20732
    
    Closes #20775

    Changed files

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

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 01 Mar 2026 00:24:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1b35c9e1e3bb84336082a8fde12eeeafe6bfa3b2

    Comments

    cmake: rename `testbins` target to `tt`, restore internal option
    To make it easy to type. The internal option is used in CI.
    
    Follow-up to aae361242f30eafacf46085ed731b1524bfd3be9 #20708
    
    Closes #20768

    Changed files

    • RELEASE-NOTES
    • docs/INSTALL-CMAKE.md
    • tests/CMakeLists.txt
    • tests/certs/CMakeLists.txt
    • tests/libtest/CMakeLists.txt
    • tests/server/CMakeLists.txt
    • tests/tunit/CMakeLists.txt
    • tests/unit/CMakeLists.txt