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

Builder curl-ares-solaris10-sparc Build #3614

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision64824e439d5228f6337ce1d8de615457d47c4646
Got Revision64824e439d5228f6337ce1d8de615457d47c4646
Changes7 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 39 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 18 mins, 32 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 3614 Build
codebase Build
got_revision 64824e439d5228f6337ce1d8de615457d47c4646 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 64824e439d5228f6337ce1d8de615457d47c4646 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. Mark Esler
  3. Stefan Eissing
  4. Viktor Szakats

Timing:

StartMon May 18 21:24:33 2026
EndTue May 19 09:43:44 2026
Elapsed12 hrs, 19 mins, 10 secs

All Changes:

:

  1. 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
  2. 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
  3. 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
  4. Change #267580

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 18 May 2026 15:18:09
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4ae1d7cc2643e4773a136395f12bc02fc6867854

    Comments

    netrc: scanner refactor
    Refactor the netrc scanner. Add test case for checking that the last
    matched machine with unmatched login does not return the password as
    success (unit1304).
    
    Closes #21624

    Changed files

    • lib/netrc.c
    • lib/netrc.h
    • lib/url.c
    • tests/unit/unit1304.c
  5. Change #267581

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 18 May 2026 15:19:22
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7ca5f939c8403db7ede21e2ccb805a65d3329ef8

    Comments

    test1646: netrc parsing without user match but user in URL
    Follow-up to 4ae1d7cc2643e

    Changed files

    • tests/data/Makefile.am
    • tests/data/test1646
  6. Change #267586

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 18 May 2026 15:51:08
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9107e8ba98f5a27f4e88401ed4ec4e6db6fbc6a6

    Comments

    curl_easy_pause.md: rephrase the stream cache when pause clause
    - mention HTTP/3
    - it is 10 MB per stream these days
    
    Closes #21658

    Changed files

    • docs/libcurl/curl_easy_pause.md
  7. Change #267593

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 18 May 2026 16:19:06
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 64824e439d5228f6337ce1d8de615457d47c4646

    Comments

    VULN-DISCLOSURE-POLICY.md: test code is not secure
    Don't tell us about it
    
    Closes #21660

    Changed files

    • docs/VULN-DISCLOSURE-POLICY.md