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

Builder curl-unthreaded-solaris10-sparc Build #13975

Build In Progress:

Runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-unthreaded-solaris10-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 26 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( running )
    1. stdio
    2. resultlog
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave
buildername curl-unthreaded-solaris10-sparc Builder
buildnumber 13975 Build
codebase Build
got_revision ef068fc8b7c2392cf1f322aa4420c8e94e767c02 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision ef068fc8b7c2392cf1f322aa4420c8e94e767c02 Build
scheduler schedule-curl-unthreaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartFri May 15 02:20:00 2026
Elapsed9 hrs, 13 mins, 35 secs

All Changes:

:

  1. Change #267126

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 14 May 2026 16:33:23
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1a69c3a9c03667895b6ce7aaff8d60c82f9f7fb6

    Comments

    cmake: unfold a line

    Changed files

    • lib/CMakeLists.txt
  2. Change #267137

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 14 May 2026 18:35:49
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 27936d411a1e842a1bdd08db96e6600501de24f4

    Comments

    lib: make `__STDC_VERSION__` literals `L` (where missing)

    Changed files

    • lib/curl_setup.h
    • lib/curl_sha512_256.c
  3. 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
  4. 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
  5. 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