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

Builder curl-threaded-solaris11-sparc Build #5653

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 23 mins, 27 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 5653 Build
codebase Build
got_revision e0dd6eb4a4fb07bc53f8bb7a798dcea5d023f970 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision e0dd6eb4a4fb07bc53f8bb7a798dcea5d023f970 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:

StartTue Apr 14 01:17:50 2026
EndTue Apr 14 01:44:09 2026
Elapsed26 mins, 18 secs

All Changes:

:

  1. Change #264358

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 14 Apr 2026 01:08:32
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e0dd6eb4a4fb07bc53f8bb7a798dcea5d023f970

    Comments

    tidy-up: miscellaneous
    - examples: sync debug output printf masks.
    - INSTALL-CMAKE.md: tidy up section for some options.
    - curl_sha512_256: delete comment suggesting an optimization.
    - vtls/keylog: scope a variable.
    - vtls/openssl: make a source code URL a permalink.
    - vtls/schannel: drop redundant parentheses.
    - test1119.pl: robustify `$1` -> `$s`.
    - sync arg names in comments to match the code.
    - tidy up and minor fixes to comments.
    - fix formatting/indenting/comment/newline/include nits.
    - move `UNITTEST` protos next to definitions, sync their argument names.
    - make variables static.
    - add parentheses to Perl `open()` calls.
    - drop unnecessary double quotes in Perl.
    - clang-format.
    
    Closes #21000

    Changed files

    • .clang-tidy.yml
    • .github/workflows/http3-linux.yml
    • .github/workflows/linux.yml
    • CMake/PickyWarnings.cmake
    • docs/INSTALL-CMAKE.md
    • docs/examples/debug.c
    • docs/examples/multi-debugcallback.c
    • docs/libcurl/opts/CURLOPT_DEBUGFUNCTION.md
    • lib/asyn-ares.c
    • lib/asyn-thrdd.c
    • lib/asyn.h
    • lib/cf-dns.c
    • lib/cf-dns.h
    • lib/cf-h2-proxy.c
    • lib/cf-ip-happy.c
    • lib/cf-socket.c
    • lib/config-os400.h
    • lib/config-win32.h
    • lib/cookie.c
    • lib/cookie.h
    • lib/curl_ctype.h
    • lib/curl_gssapi.c
    • lib/curl_ntlm_core.c
    • lib/curl_setup.h
    • lib/curl_sha512_256.c
    • lib/curl_threads.c
    • lib/curl_threads.h
    • lib/dict.c
    • lib/dnscache.c
    • lib/dnscache.h
    • lib/doh.c
    • lib/easy_lock.h
    • lib/easygetopt.c
    • lib/ftp.c
    • lib/ftplistparser.c
    • lib/hash.c
    • lib/hash.h
    • lib/hmac.c
    • lib/hostip.c
    • lib/hostip.h
    • lib/hostip4.c
    • lib/http.c
    • lib/http.h
    • lib/http2.c
    • lib/http_aws_sigv4.c
    • lib/http_chunks.c
    • lib/httpsrr.c
    • lib/httpsrr.h
    • lib/idn.c
    • lib/md4.c
    • lib/md5.c
    • lib/mime.c
    • lib/mprintf.c
    • lib/multi.c
    • lib/progress.c
    • lib/protocol.c
    • lib/request.h
    • lib/rtsp.c
    • lib/select.c
    • lib/select.h
    • lib/sendf.c
    • lib/setup-os400.h
    • lib/sha256.c
    • lib/socketpair.h
    • lib/socks_gssapi.c
    • lib/telnet.c
    • lib/uint-spbset.c
    • lib/uint-table.c
    • lib/url.c
    • lib/url.h
    • lib/urlapi-int.h
    • lib/urldata.h
    • lib/version.c
    • lib/vssh/libssh.c
    • lib/vssh/libssh2.c
    • lib/vtls/keylog.c
    • lib/vtls/openssl.c
    • lib/vtls/schannel.c
    • lib/vtls/vtls.c
    • lib/vtls/x509asn1.c
    • m4/curl-functions.m4
    • scripts/badwords
    • scripts/delta
    • src/tool_cfgable.c
    • src/tool_findfile.c
    • src/tool_getparam.c
    • src/tool_libinfo.c
    • src/tool_operate.c
    • src/tool_util.c
    • tests/libtest/cli_h2_upgrade_extreme.c
    • tests/libtest/cli_tls_session_reuse.c
    • tests/libtest/lib1560.c
    • tests/libtest/lib1965.c
    • tests/libtest/lib3102.c
    • tests/libtest/lib517.c
    • tests/libtest/mk-lib1521.pl
    • tests/libtest/test1013.pl
    • tests/libtest/test1022.pl
    • tests/pathhelp.pm
    • tests/runner.pm
    • tests/servers.pm
    • tests/sshserver.pl
    • tests/test1119.pl
    • tests/test1167.pl
    • tests/tunit/tool1394.c
    • tests/tunit/tool1604.c
    • tests/tunit/tool1621.c
    • tests/tunit/tool1622.c
    • tests/tunit/tool1623.c
    • tests/unit/unit1300.c
    • tests/unit/unit1302.c
    • tests/unit/unit1303.c
    • tests/unit/unit1304.c
    • tests/unit/unit1307.c
    • tests/unit/unit1309.c
    • tests/unit/unit1397.c
    • tests/unit/unit1399.c
    • tests/unit/unit1600.c
    • tests/unit/unit1601.c
    • tests/unit/unit1602.c
    • tests/unit/unit1603.c
    • tests/unit/unit1605.c
    • tests/unit/unit1607.c
    • tests/unit/unit1609.c
    • tests/unit/unit1610.c
    • tests/unit/unit1611.c
    • tests/unit/unit1612.c
    • tests/unit/unit1614.c
    • tests/unit/unit1615.c
    • tests/unit/unit1620.c
    • tests/unit/unit1625.c
    • tests/unit/unit1626.c
    • tests/unit/unit1627.c
    • tests/unit/unit1651.c
    • tests/unit/unit1652.c
    • tests/unit/unit1654.c
    • tests/unit/unit1656.c
    • tests/unit/unit1657.c
    • tests/unit/unit1658.c
    • tests/unit/unit1660.c
    • tests/unit/unit2601.c
    • tests/unit/unit2602.c
    • tests/unit/unit2603.c
    • tests/unit/unit3205.c
    • tests/unit/unit3212.c
    • tests/unit/unit3213.c
    • tests/unit/unit3214.c
    • tests/unit/unit3216.c