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

Builder curl-ares-solaris11-sparc Build #5490

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 23 mins, 33 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 37 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 5490 Build
codebase Build
got_revision 43397b0283d4cdb10797e7ead6eacbe09f8a3e77 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 43397b0283d4cdb10797e7ead6eacbe09f8a3e77 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. Viktor Szakats

Timing:

StartThu Mar 19 18:05:14 2026
EndThu Mar 19 19:15:26 2026
Elapsed1 hrs, 10 mins, 12 secs

All Changes:

:

  1. Change #261623

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 19 Mar 2026 17:54:10
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 43397b0283d4cdb10797e7ead6eacbe09f8a3e77

    Comments

    cmake: extend C89-specific warning suppressions to all llvm/clang
    From Apple clang-only prior to this patch.
    
    Silencing (seen after macos-15 runner accidentally switched to
    llvm/clang by default):
    ```
    /Users/runner/work/curl/curl/lib/curlx/warnless.h:64:1: error: '_Bool' is a C99 extension [-Werror,-Wc99-extensions]
       64 | bool curlx_sztouz(ssize_t sznum, size_t *puznum);
          | ^
    /opt/homebrew/Cellar/llvm@18/18.1.8/lib/clang/18/include/stdbool.h:20:14: note: expanded from macro 'bool'
       20 | #define bool _Bool
          |              ^
    [...]
    ```
    Ref: https://github.com/curl/curl/actions/runs/23304345180/job/67774031335?pr=21014#step:11:39
    
    Follow-up to 09c9afdd711d0b2ee9f524a235803e755e1074b7 #20363
    Ref: https://github.com/actions/runner-images/issues/13827
    
    Closes #21015

    Changed files

    • CMake/PickyWarnings.cmake