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

Builder curl-pr-unthreaded-solaris10-sparc Build #2373

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build

Steps and Logfiles:

  1. git update ( 42 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 hrs, 54 mins, 4 secs )
    1. stdio
    2. resultlog

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc slave
buildername curl-pr-unthreaded-solaris10-sparc Builder
buildnumber 2373 Build
codebase Build
got_revision 18b0a584cb0d899d1af0fbe1ccfafac9811ed149 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl/curl Build
repository https://github.com/curl/curl Build
revision 18b0a584cb0d899d1af0fbe1ccfafac9811ed149 Build
scheduler schedule-curl-pr Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing
  2. Viktor Szakats

Timing:

StartFri Mar 21 10:15:32 2025
EndFri Mar 21 13:10:21 2025
Elapsed2 hrs, 54 mins, 49 secs

All Changes:

:

  1. Change #225419

    Category None
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 19 Mar 2025 23:25:53
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 99f78cbf6ed376391f519de18d289a6924228591

    Comments

    runtests: fix bundle detection by not looking for `units`
    
    `units` may be not be built in certain cases when using autotools.
    
    Fixes:
    https://app.circleci.com/pipelines/github/curl/curl/12669/workflows/8516da2b-b351-40b2-bf13-7c4ab4bcdd55/jobs/127197
    
    Bug: https://github.com/curl/curl/pull/16750#issuecomment-2738041943
    Follow-up to a9b7cbf34f8db80e8c05ee3680cafdce67ca9430 #16750
    
    Closes #16770

    Changed files

    • tests/runtests.pl
  2. Change #225431

    Category None
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 20 Mar 2025 01:57:44
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 7d420a1632b9da1f0688519219d66066bb452008

    Comments

    GHA/linux: enable ECH in wolfssl-opensslextra
    
    To have it in the coexist-capable wolfSSL local build. This allows
    to test ECH combinations in MultiSSL builds with OpenSSL.
    
    Also enable ECH in the wolfssl-opensslextra consumer job.
    
    Closes #16773

    Changed files

    • .github/workflows/linux.yml
  3. Change #225432

    Category None
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 20 Mar 2025 02:00:34
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 7d313e603b42c7640a4dea8327cd69289c3c6eac

    Comments

    GHA/linux: fix filter expressions for skipall/skiprun
    
    For cases when `install_steps` contains extra components.
    
    After this patch, msh3 and rustls CM jobs skip building and running
    tests, saving 2 minutes CI time, as originally intended.
    
    Closes #16772

    Changed files

    • .github/workflows/linux.yml
  4. Change #225438

    Category None
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 20 Mar 2025 03:31:24
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 08553aba97d655cf4098c2ced77564f2ba5908ca

    Comments

    configure: fix ECH detection with MultiSSL
    
    Detect OpenSSL and wolfSSL support independently. Pass detection if
    either of them has support. Before this patch wolfSSL results overwrote
    OpenSSL detection results when both backends were enabled.
    
    Also fix output message when both of them support ECH.
    
    Closes #16774

    Changed files

    • configure.ac
  5. Change #225463

    Category None
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 20 Mar 2025 11:28:56
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision 18b0a584cb0d899d1af0fbe1ccfafac9811ed149

    Comments

    autotools: add dependency of libtest and unit bundles to Makefile.inc
    
    So that changes in libtests and unit tests are picked up.
    
    Closes #16763

    Changed files

    • tests/libtest/Makefile.am
    • tests/unit/Makefile.am