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

Builder curl-unthreaded-solaris10-sparc Build #13868

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 36 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 6 hrs, 46 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartFri Mar 20 10:07:08 2026
EndSat Mar 21 04:02:21 2026
Elapsed17 hrs, 55 mins, 13 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
  2. Change #261666

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 20 Mar 2026 01:42:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 585955cd9ad7b1863477e4425d10646150e42d58

    Comments

    servers.pm: fix to check gopher6 server on its ipv6 port
    Found by Codex Security
    
    Closes #21016

    Changed files

    • tests/servers.pm
  3. Change #261675

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 20 Mar 2026 07:47:57
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 98d8e82c7471232639841eb63e16bb979a30acb4

    Comments

    lib: move all UNITTEST prototypes to C files
    - make extract-unit-protos handle multi-line prototypes - but they need
      to be above the implementation
    
    - Prototypes for static functions we use in unit tests should not be in
      header files. We generate lib/unitprotos.h for this purpose
    
    - Removed some function wrappers written for unit tests and make them
      use UNITTEST function directly.
    
    - Renamed time2str() in the tool to timebuf() since we have the same
      name in lib/ and in unit tests they can both be used non-static in a
      build.
    
    This reverts commit f95fadd116d54f9031e3ba081e09e5a4f3aa7209.
    
    Follow-up to #21010
    
    Closes #21014

    Changed files

    • lib/doh.c
    • lib/doh.h
    • lib/http_aws_sigv4.c
    • lib/http_aws_sigv4.h
    • lib/noproxy.c
    • lib/noproxy.h
    • lib/progress.c
    • lib/progress.h
    • lib/uint-bset.c
    • lib/uint-bset.h
    • lib/uint-hash.c
    • lib/uint-hash.h
    • lib/urlapi-int.h
    • lib/urlapi.c
    • lib/vtls/x509asn1.c
    • lib/vtls/x509asn1.h
    • scripts/extract-unit-protos
    • src/tool_progress.c
    • src/tool_progress.h
    • tests/data/test1622
    • tests/data/test1656
    • tests/data/test1657
    • tests/libtest/first.h
    • tests/tunit/tool1622.c
    • tests/unit/unit1300.c
    • tests/unit/unit1395.c
    • tests/unit/unit1606.c
    • tests/unit/unit1608.c
    • tests/unit/unit1616.c
    • tests/unit/unit1636.c
    • tests/unit/unit1650.c
    • tests/unit/unit1653.c
    • tests/unit/unit1655.c
    • tests/unit/unit1656.c
    • tests/unit/unit1657.c
    • tests/unit/unit1658.c
    • tests/unit/unit1666.c
    • tests/unit/unit1979.c
    • tests/unit/unit1980.c
    • tests/unit/unit3211.c
    • tests/unit/unit3212.c
    • tests/unit/unit3213.c
  4. Change #261682

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 20 Mar 2026 07:56:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2b3332e749cd35607a6201cfcc70e60fd4e9518a

    Comments

    tests/unit/README: describe how to unit test static functions
    UNITTEST explained
    
    Closes #21018

    Changed files

    • tests/unit/README.md