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

Builder curl-ares-solaris10-sparc Build #3465

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision57a1cc558795a4a96c27de7042a3e1634cead3f6
Got Revision57a1cc558795a4a96c27de7042a3e1634cead3f6
Changes10 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 1 mins, 6 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 5 hrs, 58 mins, 30 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-ares-solaris10-sparc slave
buildername curl-ares-solaris10-sparc Builder
buildnumber 3465 Build
codebase Build
got_revision 57a1cc558795a4a96c27de7042a3e1634cead3f6 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 57a1cc558795a4a96c27de7042a3e1634cead3f6 Build
scheduler schedule-curl-ares-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartMon Feb 23 00:52:28 2026
EndMon Feb 23 19:09:04 2026
Elapsed18 hrs, 16 mins, 35 secs

All Changes:

:

  1. 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
  2. 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
  3. 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
  4. 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
  5. 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
  6. 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
  7. Change #258563

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

    Comments

    cmake: force-disable unity for clang-tidied build targets only
    Instead of globally disabling unity for all targets when clang-tidy is
    enabled.
    
    After this patch `CMAKE_UNITY_BUILD=ON` is honored for:
    - static libcurl when building both static and shared separately.
    - libcurlu and libcurltool internal libraries when building the test
      target.
    
    While keeping unity disabled for the libcurl build pass running
    clang-tidy, and the curl tool, also running clang-tidy.
    
    To make clang-tidy-enabled builds finish faster when unity mode is
    enabled, yet performs the same clang-tidy checks as before this patch.
    
    Effect on:
    - GHA/macos: core build: same, buils tests 5-12 seconds faster,
      with steps going down from 259 to 25.
    
      52s: https://github.com/curl/curl/actions/runs/22279958340/job/64448913325 ->
      47s: https://github.com/curl/curl/actions/runs/22279873606/job/64448710743
    
    - GHA/windows (not enabled): it'd save about 1 minute, bringing total
      time barely below 10m, still one of the slowest jobs overall.
      (#20667 is trying a way for 4x speed-up (with a drawback)).
    
      5m21s: https://github.com/curl/curl/actions/runs/22222907068/job/64284556852 ->
      4m26s: https://github.com/curl/curl/actions/runs/22281033369/job/64451601548
    
    Closes #20670

    Changed files

    • CMakeLists.txt
    • docs/INSTALL-CMAKE.md
    • lib/CMakeLists.txt
    • src/CMakeLists.txt
  8. Change #258568

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

    Comments

    GHA/non-native: enable FreeBSD on arm again
    Upstream package install is working again.
    
    Follow-up to 41a6eeadf6de719caf414c3520e912db989a6d43 #20267
    
    Closes #20678

    Changed files

    • .github/workflows/non-native.yml
  9. Change #258572

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

    Comments

    tests/server: silence clang-tidy warning
    It looks like a case that can never happen in practice.
    
    Seen on mingw-w64 with experimental concatenated (vs. #included) test
    sources:
    ```
    tests/server/util.c:662:16: error: Null pointer passed as 1st
     argument to string length function [clang-analyzer-unix.cstring.NullArg]
      662 |   size_t len = strlen(unix_socket);
          |                ^
    ```
    Ref: https://github.com/curl/curl/actions/runs/22267482855/job/64416261156#step:10:273
    
    Closes #20668

    Changed files

    • tests/server/util.c
  10. Change #258581

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 23 Feb 2026 00:01:18
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 57a1cc558795a4a96c27de7042a3e1634cead3f6

    Comments

    URL-SYNTAX.md: fix port number mistakes for IMAP and LDAP
    Reported-by: Augment code
    URL: https://github.com/curl/curl/pull/20673#pullrequestreview-3838139961
    Closes #20679

    Changed files

    • docs/URL-SYNTAX.md