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

Builder curl-threaded-solaris11-sparc Build #5997

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisione35ba09f47d55ff315a381032856e35f6da3f6dd
Got Revisione35ba09f47d55ff315a381032856e35f6da3f6dd
Changes2 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

StartThu Jun 11 20:03:35 2026
EndThu Jun 11 20:54:03 2026
Elapsed50 mins, 27 secs

All Changes:

:

  1. Change #270502

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 11 Jun 2026 19:48:07
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2a606c68faa10ac726a246d3a78f03488b22c26c

    Comments

    tidy-up: miscellaneous
    - GHA/windows: drop redundant double-quotes.
    - CMake/PickyWarnings: improve/shorten comment.
    - INTERNALS: fix typo in LibreSSL release date.
    - drop redundant parentheses from single variables and sole `#if`
      expressions.
    - cf-ip-happy: fix missing space from error string.
    - telnet: fix parentheses in commented PP code.
    - lib1922: fix typo test output text.
    - smbserver: unfold lines.
    - smbserver: use f-string.
    - smbserver: initialize binary string as b``.
    - fix typos in comments.
    
    Closes #21972

    Changed files

    • .github/workflows/windows.yml
    • CMake/PickyWarnings.cmake
    • docs/INTERNALS.md
    • docs/examples/chkspeed.c
    • docs/examples/http2-download.c
    • docs/examples/http2-upload.c
    • lib/cf-ip-happy.c
    • lib/http2.c
    • lib/multi.c
    • lib/peer.h
    • lib/telnet.c
    • lib/vquic/cf-ngtcp2-proxy.c
    • lib/vtls/schannel_verify.c
    • tests/data/test1922
    • tests/libtest/lib1922.c
    • tests/smbserver.py
  2. Change #270503

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 11 Jun 2026 19:52:01
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e35ba09f47d55ff315a381032856e35f6da3f6dd

    Comments

    tidy-up: add spaces around equal operators where missing
    Found via regex search: `=[^~>= ]`
    
    Closes #21975

    Changed files

    • .github/scripts/randcurl.pl
    • docs/examples/adddocsref.pl
    • docs/examples/version-check.pl
    • docs/libcurl/mksymbolsmanpage.pl
    • docs/libcurl/symbols.pl
    • lib/optiontable.pl
    • scripts/badwords
    • scripts/cd2cd
    • scripts/cd2nroff
    • scripts/cdall
    • scripts/checksrc.pl
    • scripts/managen
    • scripts/mdlinkcheck
    • scripts/nroff2cd
    • scripts/release-notes.pl
    • scripts/singleuse.pl
    • scripts/top-complexity
    • scripts/top-length
    • src/mkhelp.pl
    • tests/allversions.pm
    • tests/appveyor.pm
    • tests/ftpserver.pl
    • tests/getpart.pm
    • tests/globalconfig.pm
    • tests/http2-server.pl
    • tests/http3-server.pl
    • tests/libtest/mk-lib1521.pl
    • tests/libtest/test1013.pl
    • tests/libtest/test1022.pl
    • tests/memanalyze.pl
    • tests/memanalyzer.pm
    • tests/pathhelp.pm
    • tests/runtests.pl
    • tests/secureserver.pl
    • tests/serverhelp.pm
    • tests/servers.pm
    • tests/test1119.pl
    • tests/test1135.pl
    • tests/test1139.pl
    • tests/test1140.pl
    • tests/test1165.pl
    • tests/test1167.pl
    • tests/test1173.pl
    • tests/test1175.pl
    • tests/test1177.pl
    • tests/test1222.pl
    • tests/test1275.pl
    • tests/test1276.pl
    • tests/test1477.pl
    • tests/test1486.pl
    • tests/test1488.pl
    • tests/test1544.pl
    • tests/test745.pl
    • tests/test971.pl
    • tests/testcurl.pl
    • tests/testutil.pm