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

Builder curl-threaded-solaris11-sparc Build #5527

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

StartWed Mar 25 11:05:36 2026
EndWed Mar 25 11:57:05 2026
Elapsed51 mins, 29 secs

All Changes:

:

  1. Change #262273

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 25 Mar 2026 11:02:08
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ff3251a538949f20e120e56f5e4f30b7499d299c

    Comments

    sha256, sha512_256: switch to wolfCrypt API
    Replacing the OpenSSL-like compatibility interface, and syncing with
    existing API use within lib/wolfssl.c for SHA-256.
    
    Ref: https://www.wolfssl.com/documentation/manuals/wolfssl/group__SHA.html
    
    Follow-up to 28f0932073bfbcb977e2638e137e2519cb2b14e2 #21077
    Follow-up to 988b352f917151452c4f1483214ba7012299b1e2 #21078
    
    Closes #21090

    Changed files

    • lib/curl_sha512_256.c
    • lib/sha256.c
  2. Change #262274

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 25 Mar 2026 11:02:08
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 62d77b12fce55d3481bb0b2e70e0f921c8cbfe5e

    Comments

    spacecheck: check long lines and repeat spaces, fix fallouts
    Verify if lines are not longer than 192 characters. Also verify if lines
    have less than 79 repeat spaces (and fix one fallout).
    
    To improve readability by avoiding long lines and to prevent adding
    overly long lines with text that may go unnoticed in an editor or diff
    viewer.
    
    In addition to pre-existing line length limits: 79 for C, 132 for CMake
    sources.
    
    Also:
    - spacecheck: fix/harden allowlist regexes.
    - spacecheck: tidy-up quotes and simplify escaping.
    - spacecheck: allow folding strings with repeat spaces.
    - GHA: fix a suppressed shellcheck warning.
    - GHA/macos: simplify by dropping brew bundle.
    - test1119.pl: precompile a regex.
    - FAQ.md: delete very long link to a Windows 7/2008 support article
      that's lost it relevance.
    
    Closes #21087

    Changed files

    • .github/scripts/typos.toml
    • .github/scripts/verify-examples.pl
    • .github/scripts/verify-synopsis.pl
    • .github/workflows/codeql.yml
    • .github/workflows/configure-vs-cmake.yml
    • .github/workflows/distcheck.yml
    • .github/workflows/http3-linux.yml
    • .github/workflows/linux-old.yml
    • .github/workflows/linux.yml
    • .github/workflows/macos.yml
    • .github/workflows/windows.yml
    • CMake/PickyWarnings.cmake
    • LICENSES/BSD-4-Clause-UC.txt
    • acinclude.m4
    • configure.ac
    • docs/ECH.md
    • docs/FAQ.md
    • docs/HTTP3.md
    • docs/INSTALL-CMAKE.md
    • docs/INSTALL.md
    • docs/wcurl.md
    • lib/Makefile.am
    • m4/curl-compilers.m4
    • scripts/mk-ca-bundle.pl
    • scripts/spacecheck.pl
    • src/Makefile.am
    • tests/libtest/lib557.c
    • tests/test1119.pl