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

Builder curl-threaded-solaris11-sparc Build #4230

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision7c23e88d17e0939b4e01c8d05f430e167e148f4b
Got Revision7c23e88d17e0939b4e01c8d05f430e167e148f4b
Changes1 change

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 56 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 26 mins, 5 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartSun Jul 20 00:17:43 2025
EndSun Jul 20 01:46:12 2025
Elapsed1 hrs, 28 mins, 28 secs

All Changes:

:

  1. Change #240198

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 20 Jul 2025 00:02:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7c23e88d17e0939b4e01c8d05f430e167e148f4b

    Comments

    GHA/macos: enable QUIC API with OpenSSL
    In one autotools and one cmake job.
    
    Also:
    - enable OpenSSL QUIC in two more jobs.
    - pytest: add checks to skip h3 tests when there is no h3 server to
      tests 26, 27a, 27b, 27c, 29 in test_02_download. Fixing:
      ```
      FAILED tests/http/test_02_download.py::TestDownload::test_02_26_session_shared_reuse[h3] - AssertionError: expected exit code 0, got 1
      [...]
      ```
      Ref: https://github.com/curl/curl/actions/runs/16392680316/job/46320739635?pr=17973
    
    Ref: https://github.com/Homebrew/homebrew-core/pull/230515
    Ref: https://github.com/Homebrew/homebrew-core/commit/6c8e3eed129ed362da8b97b94f1a5372b2289e09
    
    Closes #17973

    Changed files

    • .github/workflows/macos.yml
    • tests/http/test_02_download.py