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

Builder curl-threaded-solaris11-sparc Build #5826

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionef068fc8b7c2392cf1f322aa4420c8e94e767c02
Got Revisionef068fc8b7c2392cf1f322aa4420c8e94e767c02
Changes3 changes

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, 33 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 5826 Build
codebase Build
got_revision ef068fc8b7c2392cf1f322aa4420c8e94e767c02 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision ef068fc8b7c2392cf1f322aa4420c8e94e767c02 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:

StartFri May 15 01:43:01 2026
EndFri May 15 02:32:53 2026
Elapsed49 mins, 52 secs

All Changes:

:

  1. Change #267182

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 15 May 2026 01:37:38
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5a869edb0fa3a79c0b4bf6e389afaa660c7f3bd8

    Comments

    creds: drop redundant `CURL_UNCONST()`s
    Follow-up to 8f71d0fde515aa4c68002477356c35bd79927729 #21548
    
    Closes #21612

    Changed files

    • lib/creds.c
  2. Change #267183

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 15 May 2026 01:37:38
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision cc5eb4aba98361094b4ca2e63ae1bf80b58af9ee

    Comments

    docs: fix a couple of typos
    Spotted by GitHub Code Quality
    
    Closes #21617

    Changed files

    • docs/FAQ.md
    • lib/curl_sha512_256.c
  3. Change #267184

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 15 May 2026 01:37:39
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ef068fc8b7c2392cf1f322aa4420c8e94e767c02

    Comments

    GHA: pin containers to hash (where missing)
    Fixing this with zizmor v1.25.0:
    ```
    error[unpinned-images]: unpinned image references
      --> .github/workflows/linux-old.yml:59:5
    59 |     container: 'debian:stretch'
       |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ container image is not pinned to a SHA256 hash
       = help: audit documentation -> https://docs.zizmor.sh/audits/#unpinned-images
    [...]
    ```
    Ref: https://github.com/curl/curl/actions/runs/25890035949/job/76090925291?pr=21618
    
    Sadly there is no automatic mechanism to bump them..
    
    Also:
    - replace `debian-stretch` with its slim variant.
    - bump one of the two Alpine jobs from 3.20 to 3.23.4.
    
    Closes #21619

    Changed files

    • .github/workflows/linux-old.yml
    • .github/workflows/linux.yml