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

Builder curl-threaded-solaris10-sparc Build #3582

Build In Progress:

[waiting for Lock]

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-threaded-solaris10-sparc' 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-unstable10s/slave/curl-threaded-solaris10-sparc slave
buildername curl-threaded-solaris10-sparc Builder
buildnumber 3582 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision 70a159527c4e0312c556e1e42bc0c98626f276fb Build
scheduler schedule-curl-threaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing
  3. Viktor Szakats

Timing:

StartMon Apr 20 21:00:55 2026
Elapsed3 hrs, 16 mins, 53 secs

All Changes:

:

  1. Change #265019

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 20 Apr 2026 10:47:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 85e825770a161ae23336ba8f7d381fd2653f6ea7

    Comments

    GHA: bump test minimums (more)
    Follow-up to 701a8319ec96c0b73c39e16c5db68dd758419c2 #21353
    
    Closes #21382

    Changed files

    • .github/workflows/http3-linux.yml
    • .github/workflows/linux.yml
    • .github/workflows/macos.yml
    • .github/workflows/non-native.yml
    • .github/workflows/windows.yml
  2. Change #265025

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 20 Apr 2026 11:22:00
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5448495cfd782de2d65d596c021a23f6505d1196

    Comments

    vtls_scache: check reentrancy
    Track lock status of session cache, add DEBUGASSERT()s for proper
    calling sequences. Add check of lock status.
    
    Use lock status check to prevent reentry of import/export calls.
    Deny such calls with CURLE_RECURSIVE_API_CALL.
    
    Closes #21383

    Changed files

    • lib/easy.c
    • lib/vtls/vtls_scache.c
    • lib/vtls/vtls_scache.h
  3. Change #265040

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 20 Apr 2026 14:28:43
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d087a7e4ecbe72aeecd9b171fdf3fab95c65dfb5

    Comments

    mime: only allow 40 levels of calls
    To avoid problems when doing insane things.
    
    Closes #21384

    Changed files

    • lib/mime.c
  4. Change #265047

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 20 Apr 2026 14:56:31
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision db13c08c589fa6d5b26812d5f9e0d7155421ffb6

    Comments

    lib: fix typos in comments
    Closes #21385

    Changed files

    • lib/vtls/vtls_scache.h
    • lib/ws.c
  5. Change #265052

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 20 Apr 2026 16:29:25
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 70a159527c4e0312c556e1e42bc0c98626f276fb

    Comments

    build: link `bcrypt.lib` via vcxproj files
    And drop pragma from `rand.c`.
    
    Closes #21386

    Changed files

    • lib/rand.c
    • projects/Windows/tmpl/curl.vcxproj
    • projects/Windows/tmpl/libcurl.vcxproj