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

Builder curl-unthreaded-solaris11-sparc Build #5532

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 22 mins, 32 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 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 5532 Build
codebase Build
got_revision 20914e37530022957ee16397ac9fa7270088479c Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 20914e37530022957ee16397ac9fa7270088479c 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. Viktor Szakats

Timing:

StartThu Mar 26 14:25:28 2026
EndThu Mar 26 14:48:09 2026
Elapsed22 mins, 40 secs

All Changes:

:

  1. Change #262370

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 26 Mar 2026 11:20:03
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a56ab9dbc84d6f20c3a91af8a11bc0edc2897b56

    Comments

    cmake: add CMake Config-based dependency detection for c-ares, wolfSSL
    For wolfSSL it requires v5.2.1+, and with 5.9.0+ it's also supported when
    wolfSSL was built with autotools.
    
    Follow-up to 8fce3e17e6cb310cd6dbe38ff14869b8fe5827d2 #20814
    
    Closes #21098

    Changed files

    • CMake/FindCares.cmake
    • CMake/FindWolfSSL.cmake
    • docs/INSTALL-CMAKE.md
  2. Change #262394

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 26 Mar 2026 14:20:07
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 20914e37530022957ee16397ac9fa7270088479c

    Comments

    perl: harden external command invocations
    In `adddocsref.pl`, `checksrc-all.pl`, `singleuse.pl` and tests 307, 1013,
    1022, 1275, 1707, 1708, 1710.
    
    Closes #21097

    Changed files

    • docs/examples/adddocsref.pl
    • scripts/checksrc-all.pl
    • scripts/singleuse.pl
    • tests/data/test1707
    • tests/data/test1708
    • tests/data/test1710
    • tests/libtest/test1013.pl
    • tests/libtest/test1022.pl
    • tests/libtest/test307.pl
    • tests/test1275.pl
    • tests/test1707.pl