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

Builder curl-unthreaded-solaris11-sparc Build #4405

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisiond57cfc1a8d12403ab693d52257615de4c5a45350
Got Revisiond57cfc1a8d12403ab693d52257615de4c5a45350
Changes2 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 1 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 32 mins, 6 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 4 mins, 46 secs )
    1. stdio

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing
  2. Viktor Szakats

Timing:

StartSat Aug 23 17:22:21 2025
EndSat Aug 23 18:55:53 2025
Elapsed1 hrs, 33 mins, 32 secs

All Changes:

:

  1. Change #243759

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 23 Aug 2025 16:11:00
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 41923af5fc0ec3bd614d9d55032de47619ffce81

    Comments

    GHA/http3-linux: build ngtcp2 for LibreSSL too, add LibreSSL jobs
    Also: Build LibreSSL with cmake. It's 3x faster (90s -> 30s).
    
    Follow-up to e724259bcbb5cf8b3b12e0ff0fd90d2aa47f8f46 #18379
    Follow-up to 31e6798544bf8aafbd8aef61b08623b92312aa42 #18377
    Cherry-picked from #18377
    Closes #18381

    Changed files

    • .github/workflows/http3-linux.yml
  2. Change #243761

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Sat 23 Aug 2025 16:25:39
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d57cfc1a8d12403ab693d52257615de4c5a45350

    Comments

    asyn-thrdd: more simplifications
    - use wakeup sockets non-locked.
    - send wakeup notify only in normal control flow (not cancel). close
      wakeup sockets in unlink only.
    - remove 5ms thread lifetime wait crutch before pthread_cancel().
    
    Closes #18380

    Changed files

    • lib/asyn-thrdd.c
    • lib/curl_threads.h