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

Builder curl-unthreaded-solaris10-sparc Build #13832

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision0824bae8b05727038dff702e735752c7ae963fbf
Got Revision0824bae8b05727038dff702e735752c7ae963fbf
Changes8 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 58 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 6 hrs, 20 mins, 9 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 20 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 13832 Build
codebase Build
got_revision 0824bae8b05727038dff702e735752c7ae963fbf Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 0824bae8b05727038dff702e735752c7ae963fbf 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:

StartSun Feb 22 19:02:38 2026
EndMon Feb 23 13:09:09 2026
Elapsed18 hrs, 6 mins, 31 secs

All Changes:

:

  1. Change #258475

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 22 Feb 2026 00:58:04
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 139307865a32a1a229e7517946e979e19e2f42c0

    Comments

    clang-tidy: check `bugprone-macro-parentheses`, fix fallouts
    Also:
    - lib/parsedate: avoid relying on side-effect of missing parentheses.
    - lib/http: drop redundant parentheses.
    - fix cases in headers missed by clang-tidy.
    
    Ref: https://clang.llvm.org/extra/clang-tidy/checks/bugprone/macro-parentheses.html
    
    Closes #20647

    Changed files

    • .clang-tidy.yml
    • include/curl/curl.h
    • lib/cf-socket.c
    • lib/cfilters.h
    • lib/curl_sasl.h
    • lib/curl_share.h
    • lib/curlx/strparse.c
    • lib/ftp.c
    • lib/getinfo.c
    • lib/hash.c
    • lib/http.c
    • lib/http2.c
    • lib/http_aws_sigv4.c
    • lib/idn.c
    • lib/mprintf.c
    • lib/parsedate.c
    • lib/setopt.c
    • lib/sigpipe.h
    • lib/telnet.c
    • lib/uint-hash.c
    • lib/url.c
    • lib/urlapi.c
    • lib/urldata.h
    • src/tool_cb_wrt.c
    • src/tool_parsecfg.c
    • src/tool_setopt.c
    • src/tool_setopt.h
    • src/tool_vms.h
    • src/var.c
    • tests/libtest/first.h
    • tests/libtest/lib2405.c
    • tests/libtest/lib557.c
    • tests/libtest/mk-lib1521.pl
    • tests/libtest/unitcheck.h
    • tests/server/first.h
    • tests/server/tftpd.c
  2. Change #258476

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 22 Feb 2026 00:58:04
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 25512ab34e1852c6a33aff56075989e132919a3b

    Comments

    build: adjust minimum version for some clang picky warnings
    Enable 3 warnings earlier with autotools, update comments for the rest.
    
    Ref: https://godbolt.org/
    
    Closes #20665

    Changed files

    • CMake/PickyWarnings.cmake
    • m4/curl-compilers.m4
  3. Change #258530

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 22 Feb 2026 13:51:02
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e009beab89f88fa0fc347789b26e734e3febeabe

    Comments

    clang-tidy: add missing parentheses to debug macro arguments
    Follow-up to 139307865a32a1a229e7517946e979e19e2f42c0 #20647
    
    Closes #20674

    Changed files

    • lib/curl_setup.h
  4. Change #258531

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 22 Feb 2026 13:51:02
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 912aa7c8676701ff7358e5bf8b2a5c6ac0ac1c3b

    Comments

    cmake: omit `curl.rc` from curltool lib
    It's unnecessary for static libs, and saves one build step when building
    tests on Windows.
    
    Closes #20671

    Changed files

    • src/CMakeLists.txt
  5. Change #258542

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 22 Feb 2026 14:56:07
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8e3a2a64d103a46508e17cde76595993de96ea6c

    Comments

    tool: improve config error messaging
    - make sure that errors for specific options in config files identify
      the file, line number and shows the error about the correct option
    
    - improve some error message wording
    
    - add warning for leading single quote of arguments in config files
      (verified in test 1712)
    
    - adjust test error outputs accordingly
    
    test1712 introduces mode=warn
    
    Use the mode="warn" attribute if the output curl warning output, as it
    then makes the check without newlines and the prefix to better handle
    that the lines may wrap at different points depending on the lengths of
    the lines and terminal width.
    
    Fixes #20598
    Closes #20666

    Changed files

    • docs/tests/FILEFORMAT.md
    • src/tool_getparam.h
    • src/tool_helpers.c
    • src/tool_parsecfg.c
    • tests/data/Makefile.am
    • tests/data/test1712
    • tests/data/test459
    • tests/runtests.pl
  6. Change #258548

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 22 Feb 2026 16:05:10
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 898ec9f2fb6028057afc0b6368876610f74d1210

    Comments

    cmake: limit clang-tidy to the shared libcurl if static is also built
    On platforms that require building static and shared libcurl separately,
    after this change clang-tidy is only run on one of them, to reduce build
    time by avoiding the double-work. From a clang-tidy standpoint, static
    and shared libs are identical.
    
    Except `dllmain.c` on Windows, which is only present in shared. To keep
    running it through clang-tidy, prefer the shared library for clang-tidy.
    
    Closes #20675

    Changed files

    • lib/CMakeLists.txt
  7. Change #258552

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 22 Feb 2026 16:17:49
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 84112673a006017739148f36d05ff6b1229e5905

    Comments

    socks_sspi: split Curl_SOCKS5_gssapi_negotiate into sub functions
    Create and use socks5_sspi_setup(), socks5_sspi_loop() and
    socks5_sspi_encryption(). Reduces complexity.
    
    Closes #20581

    Changed files

    • lib/socks_sspi.c
  8. Change #258556

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 22 Feb 2026 16:28:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0824bae8b05727038dff702e735752c7ae963fbf

    Comments

    config2setopts: split into smaller functions
    Reduces complexity from 63 to 45
    
    Closes #20676

    Changed files

    • src/config2setopts.c