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

Builder curl-ares-solaris10-sparc Build #3616

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 29 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 20 mins, 24 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 3616 Build
codebase Build
got_revision a4dca608e185e2831dcf18ca0c0149484a554206 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision a4dca608e185e2831dcf18ca0c0149484a554206 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. Joshua Rogers
  3. Viktor Szakats

Timing:

StartTue May 19 21:47:30 2026
EndWed May 20 10:12:44 2026
Elapsed12 hrs, 25 mins, 14 secs

All Changes:

:

  1. Change #267685

    Category curl
    Changed by Joshua Rogers <MegaManSecohnoyoudont@users.noreply.github.com>
    Changed at Tue 19 May 2026 15:10:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 81da4ee249ddd0a21a57b740fb1cc93fcad592ba

    Comments

    vtls: use Curl_safecmp for CRLfile and pinned_key comparison
    Both are filesystem paths (or case-sensitive hash strings for
    pinned_key). curl_strequal is case-insensitive and would treat
    /etc/ssl/Crl.pem and /etc/ssl/crl.pem as the same file, unlike the other
    path fields (CApath, CAfile, issuercert, clientcert) which already use
    Curl_safecmp.
    
    Closes #21668

    Changed files

    • lib/vtls/vtls.c
  2. Change #267707

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 19 May 2026 16:55:45
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6999ccb8e016acf9fdb21fc73a5a81388f12bf76

    Comments

    managen: apply minor fixes and improvements
    - replace `goto` with `while` loop.
    - fix newlines in a warning message.
    - handle open error for `curl/curlver.h` header.
    
    Ref: #21646
    
    Closes #21670

    Changed files

    • scripts/managen
  3. Change #267708

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 19 May 2026 16:55:45
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a7bfbc09d4cce16f542c11a8c0f9b822ad74c54a

    Comments

    unit1304: use enum type and values, rename `result` to `res`
    Ref: #21646
    
    Closes #21673

    Changed files

    • tests/unit/unit1304.c
  4. Change #267709

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 19 May 2026 16:55:45
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1fb734bc2de356353b4d152749de9d185e34074f

    Comments

    docs: tidy-up scheme references
    After this patch `://` schemes are lowercase and enclosed in backticks.
    
    Also:
    - docs/libcurl/libcurl-multi.md: drop a stray C code fence.
    - docs/libcurl/libcurl-tutorial.md: replace single/double quotes with
      Markdown markup where applicable.
    
    Ref: #21646
    
    Closes #21674

    Changed files

    • docs/FAQ.md
    • docs/HISTORY.md
    • docs/HTTPSRR.md
    • docs/INFRASTRUCTURE.md
    • docs/MANUAL.md
    • docs/TODO.md
    • docs/URL-SYNTAX.md
    • docs/cmdline-opts/_PROTOCOLS.md
    • docs/cmdline-opts/_PROXYPREFIX.md
    • docs/cmdline-opts/_URL.md
    • docs/cmdline-opts/hsts.md
    • docs/cmdline-opts/http1.1.md
    • docs/cmdline-opts/preproxy.md
    • docs/cmdline-opts/proxy.md
    • docs/cmdline-opts/socks4.md
    • docs/cmdline-opts/socks4a.md
    • docs/cmdline-opts/socks5-hostname.md
    • docs/cmdline-opts/socks5.md
    • docs/examples/ftpsget.c
    • docs/libcurl/curl_easy_pause.md
    • docs/libcurl/libcurl-errors.md
    • docs/libcurl/libcurl-multi.md
    • docs/libcurl/libcurl-security.md
    • docs/libcurl/libcurl-tutorial.md
    • docs/libcurl/libcurl-ws.md
    • docs/libcurl/opts/CURLOPT_HSTS.md
    • docs/libcurl/opts/CURLOPT_MAX_RECV_SPEED_LARGE.md
    • docs/libcurl/opts/CURLOPT_MAX_SEND_SPEED_LARGE.md
    • docs/libcurl/opts/CURLOPT_NEW_DIRECTORY_PERMS.md
    • docs/libcurl/opts/CURLOPT_NEW_FILE_PERMS.md
    • docs/libcurl/opts/CURLOPT_PRE_PROXY.md
    • docs/libcurl/opts/CURLOPT_PROXY.md
    • docs/libcurl/opts/CURLOPT_URL.md
    • docs/tests/FILEFORMAT.md
    • lib/cw-out.c
    • lib/sendf.c
  5. Change #267710

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 19 May 2026 16:55:45
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 000de81fb1ea3418d097b1006345aeb7c9ed51c6

    Comments

    tidy-up: rename more `CURLcode` variables to `result`
    Follow-up to 885b553545a74365f4fc2541a0829f7745e80d37 #21348
    
    Closes #21676

    Changed files

    • lib/http_aws_sigv4.c
    • lib/mime.c
    • lib/multi.c
    • lib/multi_ev.c
    • lib/thrdpool.c
    • lib/vquic/curl_ngtcp2.c
    • lib/vtls/vtls_scache.c
    • lib/vtls/vtls_spack.c
    • projects/OS400/ccsidcurl.c
    • tests/unit/unit3300.c
    • tests/unit/unit3301.c
  6. Change #267711

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 19 May 2026 16:55:45
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d99dcfb04a70fa0e49a7745de63ed6041e5b67f5

    Comments

    BUFQ.md: re-sync with source code
    Also:
    - move bullet points out from C code fences.
    - fold long lines.
    
    Follow-up to d4983ffc134addd20bea18987dec7c3b771e74a4 #17396
    
    Closes #21678

    Changed files

    • docs/internals/BUFQ.md
  7. Change #267713

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 19 May 2026 17:14:16
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5c225384b8d52c67ce8259c6e4203bc57aacb567

    Comments

    url: detect proxy changes read from environment
    When a proxy is set from an environment variable, detect if that proxy
    is not the same as previously and flush state.
    
    Verified by test1647: verify changing proxy with env variables and make
    sure Digest state is flushed in the second use
    
    Closes #21666

    Changed files

    • lib/url.c
    • lib/urldata.h
    • tests/data/Makefile.am
    • tests/data/test1647
    • tests/libtest/Makefile.inc
    • tests/libtest/lib1647.c
  8. Change #267719

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 19 May 2026 19:03:58
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a4dca608e185e2831dcf18ca0c0149484a554206

    Comments

    GHA/non-native: alpha-sort BSD jobs
    Closes #21680

    Changed files

    • .github/workflows/non-native.yml