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

Builder curl-threaded-solaris11-sparc Build #4408

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision03868ca7148f2e3eb7c82c4fa5b4dfb246279a1b
Got Revision03868ca7148f2e3eb7c82c4fa5b4dfb246279a1b
Changes4 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 25 mins, 38 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 4408 Build
codebase Build
got_revision 03868ca7148f2e3eb7c82c4fa5b4dfb246279a1b Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 03868ca7148f2e3eb7c82c4fa5b4dfb246279a1b 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. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartSat Aug 23 00:35:55 2025
EndSat Aug 23 01:59:31 2025
Elapsed1 hrs, 23 mins, 35 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
  3. Change #243699

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

    Comments

    cmake: `CURL_CA_FALLBACK` only works with OpenSSL
    Ref: 2f6524ce3c3a8231c62d1e0c8af509fe5b0228a0 #18364
    Ref: #18362
    
    Closes #18365

    Changed files

    • CMakeLists.txt
    • docs/INSTALL-CMAKE.md
  4. Change #243703

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

    Comments

    asyn-thrdd: fix no `HAVE_GETADDRINFO` builds
    mingw32ce, CM 4.4.0-arm schannel:
    ```
    lib/asyn-thrdd.c: In function 'gethostbyname_thread':
    lib/asyn-thrdd.c:349: error: too many arguments to function 'async_thrd_cleanup'
    ```
    Ref: https://github.com/curl/curl/actions/runs/17158865566/job/48682687295?pr=18039#step:9:21
    
    Follow-up to 88fc6c491f043ed184ea2cf1a17b651427fbbbf5 #18263
    Closes #18371

    Changed files

    • lib/asyn-thrdd.c