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

Builder curl-ares-solaris11-sparc Build #4402

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartSat Aug 23 00:02:30 2025
EndSat Aug 23 01:05:00 2025
Elapsed1 hrs, 2 mins, 30 secs

All Changes:

:

  1. Change #243696

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 22 Aug 2025 23:54:14
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2f6524ce3c3a8231c62d1e0c8af509fe5b0228a0

    Comments

    acinclude: --with-ca-fallback only works with OpenSSL
    Make it error if another TLS backend is used. Also tweaked the
    documentation for it to make it more clear it is only for OpenSSL.
    
    Follow-up to 9cf47593542c6f
    
    Reported-by: Michael Osipov
    Fixes #18362
    Closes #18364

    Changed files

    • acinclude.m4
  2. Change #243697

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 22 Aug 2025 23:55:51
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6d53263f0b448f0c035f282966b70b0dace513c2

    Comments

    TODO: remove the expand ~ idea
    As we can expand evironment variables now, HOME can easily be used
    instead.
    
    Ref: #18240
    Closes #18363

    Changed files

    • docs/TODO