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

Builder curl-ares-solaris11-sparc Build #5918

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 mins, 42 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 5918 Build
codebase Build
got_revision cdb266738b9057cf73a241f267271a6a5e47d1ca Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision cdb266738b9057cf73a241f267271a6a5e47d1ca Build
scheduler schedule-curl-ares-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartWed May 27 23:34:46 2026
EndThu May 28 00:26:01 2026
Elapsed51 mins, 14 secs

All Changes:

:

  1. Change #268590

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 27 May 2026 23:12:27
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4f8ed62c49c426fd7e06d4799f5b4e6533bcebe8

    Comments

    cf-h3-proxy.c: bring back include
    Without it, it breaks regular (non-unity) builds.
    
    Fix regression from 7e1001bcd69967707c
    
    Closes #21785

    Changed files

    • lib/cf-h3-proxy.c
  2. Change #268591

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 27 May 2026 23:13:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ead2e13a8e26b517f29e90bf953e298de3cb2eb0

    Comments

    dnscache: remove Curl_dns_entry_link
    Unused function
    
    Closes #21774

    Changed files

    • lib/dnscache.c
    • lib/dnscache.h
  3. Change #268592

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 27 May 2026 23:15:29
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7bc2bf7917afbc4a0abb836f942e1a55e95494e4

    Comments

    http_proxy: make two proxy_create functions static
    And drop their `Curl_` prefixes. They are only used within this file.
    
    Closes #21775

    Changed files

    • lib/http_proxy.c
    • lib/http_proxy.h
  4. Change #268593

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 27 May 2026 23:16:51
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 98431e89bbfdae6ea096403fcd0cd1eb7599e3bc

    Comments

    creds: remove two unused functions
    Curl_creds_same_user and Curl_creds_same_password
    
    Closes #21776

    Changed files

    • lib/creds.c
    • lib/creds.h
  5. Change #268594

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 27 May 2026 23:17:44
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 73c2b4b4355aab31561af4b74d2f9a7732f75ae8

    Comments

    capsule: make capsule_encap_udp_hdr static
    And drop the Curl_ prefix.
    
    Closes #21777

    Changed files

    • lib/capsule.c
    • lib/capsule.h
  6. Change #268601

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 27 May 2026 23:26:20
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 15356f0d3651dc044423bcd361d58ac6ba8843bb

    Comments

    lib1560: fix to propagate failure from `get_nothing()`
    Also:
    - check `curl_url()` for NULL where missing.
    - free memory `curl_url_get()` return pointer where missing.
    - propagate `curl_url_set()` errors in `clear_url()`, where missing.
    - add missing NULL-check before `strcmp()` in `clear_url()`.
    
    Closes #21780

    Changed files

    • tests/libtest/lib1560.c
  7. Change #268602

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 27 May 2026 23:26:20
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a5fcaa85536603d765234d9e97156458bf95c485

    Comments

    m4: drop redundant conditions in TLS library detections
    Omit checking `OPT_<BACKEND>` against `no` twice.
    
    Also:
    - openssl: drop stray `OPT_OPENSSL=off` check.
      Follow-up to 68d89f242cf9f6326e3b2f6fe119b7c74ef41c66 #6897
    - rustls: drop no-op line.
      Follow-up to 9c4209837094781d5eef69ae6bcad0e86b64bf99 #13202
    - gnutls: fix casing in comment.
    - merge `if` branches where possible after these changes.
    
    Closes #21781

    Changed files

    • m4/curl-amissl.m4
    • m4/curl-gnutls.m4
    • m4/curl-mbedtls.m4
    • m4/curl-openssl.m4
    • m4/curl-rustls.m4
    • m4/curl-schannel.m4
    • m4/curl-wolfssl.m4
  8. Change #268603

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 27 May 2026 23:27:04
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision cdb266738b9057cf73a241f267271a6a5e47d1ca

    Comments

    pytest: re-enable test test_05_01 and test_05_02 for quiche 0.29.0+
    The upstream issue seems to have been fixed or mitigated in quiche
    v0.29.0. Though the original upstream report and patch remain open at
    the time of writing this.
    
    Ref: https://github.com/cloudflare/quiche/issues/2277
    Ref: https://github.com/cloudflare/quiche/pull/2278
    
    Follow-up to 252b82f693574e884fb36dfde9371b409716a0fc #21730
    Follow-up to 91b422d356a52d32708c02514d8ede66363e8847 #20952
    Follow-up to 14478429e71ef0eee6d12b73113e9ff8e3ae9e75 #19916
    
    Closes #21784

    Changed files

    • tests/http/test_05_errors.py