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

Builder curl-threaded-solaris11-sparc Build #5382

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision35bbb2e830aeb8181bd4bf6b0ef68929217d97f0
Got Revision35bbb2e830aeb8181bd4bf6b0ef68929217d97f0
Changes1 change

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 22 mins, 52 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-threaded-solaris11-sparc slave
buildername curl-threaded-solaris11-sparc Builder
buildnumber 5382 Build
codebase Build
got_revision 35bbb2e830aeb8181bd4bf6b0ef68929217d97f0 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 35bbb2e830aeb8181bd4bf6b0ef68929217d97f0 Build
scheduler schedule-curl-threaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartSun Mar 1 00:15:16 2026
EndSun Mar 1 01:01:12 2026
Elapsed45 mins, 55 secs

All Changes:

:

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