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

Builder curl-unthreaded-solaris10-i386 Build #16605

Build In Progress:

[waiting for Lock]

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git  
    1. - no logs -
    1. - no logs -
    1. - no logs -
  2. Runtest  
    1. - no logs -
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave
buildername curl-unthreaded-solaris10-i386 Builder
buildnumber 16605 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision 976eb1d50d56dcb1fe55a65ebe095d5012627f7e Build
scheduler schedule-curl-unthreaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartFri May 15 09:43:16 2026
Elapsed1 hrs, 55 mins, 10 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
  4. 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