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

Builder curl-unthreaded-solaris10-sparc Build #13982

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 14 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 5 hrs, 47 mins, 36 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 13982 Build
codebase Build
got_revision 5c1e0179875427b68dad3827b70675c7fe82380f Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 5c1e0179875427b68dad3827b70675c7fe82380f 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. Mark Esler
  3. Viktor Szakats

Timing:

StartMon May 18 15:18:20 2026
EndTue May 19 03:12:24 2026
Elapsed11 hrs, 54 mins, 3 secs

All Changes:

:

  1. Change #267537

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 18 May 2026 07:53:52
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 240408a725429b021d0e7785d12f06a20fc019e8

    Comments

    scripts/contri*: fix the Credits-to regex
    On my suggestion, the regex turned up wrong when looking for Credits-to
    in git logs. This adjustment allows the leading spaces.
    
    Follow-up to 64adc43a6ea07e4d807bbf9b5
    
    Closes #21655

    Changed files

    • scripts/contributors.sh
    • scripts/contrithanks.sh
  2. Change #267570

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 18 May 2026 13:57:13
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a55750af0bbd7b9a2bd88f3792be5dbfc96b4e33

    Comments

    mk-unity.pl: `#include`, and not concatenate input headers
    When using `-D_CURL_TESTS_CONCAT=ON` with CMake, do not concatenate
    `first.h` (or any future header) into the output C file, but `#include`
    it instead. This is to play nice with compilers and analyzers which may
    apply different checker rules on logic found in headers, vs. the input
    source file. As seen for example with `-Wunused-macro` enabled in CI.
    After this patch concatenated sources behave closer to regular C
    sources.
    
    Also:
    - first.h: drop some `-Wunused-macro` silencers that became redundant
      with this patch.
    
    Follow-up to 47f411c6d840dcee63a2ac9cbc0bfbea522ac5cd #21554
    Follow-up to 39542f09935aba0b7130c20b6aae0be5cd6ff709 #20667
    
    Closes #21656

    Changed files

    • scripts/mk-unity.pl
    • tests/libtest/first.h
  3. Change #267571

    Category curl
    Changed by Mark Esler <markohnoyoudont@markesler.com>
    Changed at Mon 18 May 2026 13:59:11
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8a86fa13f39142407d84531559dcd2230d08c034

    Comments

    vtls_scache: include signature_algorithms in the SSL peer cache key
    Curl_ssl_peer_key_make() omitted ssl->signature_algorithms, although
    match_ssl_primary_config() compares the field. Two handles differing
    only in CURLOPT_SSL_SIGNATURE_ALGORITHMS therefore shared a peer key and
    could resume each other's sessions across a shared CURLSH SSL session
    cache.
    
    Add :SIGALGS-%s next to the other ssl_primary_config fields.
    
    Closes #21651

    Changed files

    • lib/vtls/vtls_scache.c
  4. Change #267577

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 18 May 2026 15:07:00
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5c1e0179875427b68dad3827b70675c7fe82380f

    Comments

    curl_easy_setopt.md: change options when no transfer runs
    Underscore this. Changing them mid-transfer may cause problems.
    
    Fixes #21604
    Reported-by: Joshua Rogers
    Closes #21657

    Changed files

    • docs/libcurl/curl_easy_setopt.md