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

Builder curl-threaded-solaris10-i386 Build #4410

Build In Progress:

Runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-threaded-solaris10-i386' triggered this build

Steps and Logfiles:

  1. git update ( 13 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/slave/curl-threaded-solaris10-i386 slave
buildername curl-threaded-solaris10-i386 Builder
buildnumber 4410 Build
codebase Build
got_revision 976eb1d50d56dcb1fe55a65ebe095d5012627f7e Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 976eb1d50d56dcb1fe55a65ebe095d5012627f7e Build
scheduler schedule-curl-threaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartFri May 15 04:41:47 2026
Elapsed8 hrs, 25 mins, 43 secs

All Changes:

:

  1. 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
  2. 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
  3. 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
  4. 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
  5. Change #267188

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 15 May 2026 03:41:33
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 976eb1d50d56dcb1fe55a65ebe095d5012627f7e

    Comments

    windows: update MS SDK versions in comments
    To make them more accurate.
    
    Also:
    - show Visual Studio version, where missing.
    - ease the formatting.
    - schannel_int.h: clang-tidy fallback code.
    
    Used: `rg -l --sort=path CERT_FIND_HAS_PRIVATE_KEY`
    
    Closes #21621

    Changed files

    • lib/cf-socket.c
    • lib/curl_setup.h
    • lib/curl_sspi.h
    • lib/urldata.h
    • lib/vtls/schannel.c
    • lib/vtls/schannel_int.h
    • lib/vtls/schannel_verify.c
    • src/tool_doswin.c