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

Builder curl-ares-solaris10-sparc Build #3592

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisiondf315692d722ca0fd0dc93d0e43f29cc6975d728
Got Revisiondf315692d722ca0fd0dc93d0e43f29cc6975d728
Changes11 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 1 mins, 28 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 26 mins, 1 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 3592 Build
codebase Build
got_revision df315692d722ca0fd0dc93d0e43f29cc6975d728 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision df315692d722ca0fd0dc93d0e43f29cc6975d728 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. Stefan Eissing
  3. parasol-aser

Timing:

StartThu May 7 19:31:38 2026
EndFri May 8 07:42:49 2026
Elapsed12 hrs, 11 mins, 11 secs

All Changes:

:

  1. Change #266469

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 07 May 2026 07:57:56
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 67bf021e97bbebadade7e40217a4967042ac6a07

    Comments

    mbedtls: null terminate the private key blob
    Unfortunately, mbedtls_pk_parse_key() requires the data to be
    null-terminated if the data is PEM encoded (even when provided the exact
    length), so this function needs to make a copy that has one.
    
    Reported-by: Elise Vance
    Closes #21515

    Changed files

    • lib/vtls/mbedtls.c
  2. Change #266470

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 07 May 2026 07:58:26
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a946fbb5e60d6c4ca3fab5cd5cf041ea9ca23e10

    Comments

    setopt: gate a few proxy TLS options by checking backend support
    The same way the corresponding non-proxy options are checked.
    
    Closes #21514

    Changed files

    • lib/setopt.c
  3. Change #266471

    Category curl
    Changed by parasol-aser <jeffwalt630ohnoyoudont@gmail.com>
    Changed at Thu 07 May 2026 08:00:03
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 74bc655bdfec8d7966b965d3c72f5e314a1d2b74

    Comments

    tool1622: assert width and exact format boundaries
    Convert the silent "was too long!" diagnostics in the timebuf and
    max5data width loops into fail_unless assertions, so a regression in
    output width fails the unit test directly instead of only printing.
    
    Add small exact-output tables that probe format-transition boundaries
    not necessarily hit by the geometric value sweep: the 99999/100000
    suffix kick-in for max5data, and the 6d/01h, 51m, 136y, and >99999y roll
    points for timebuf.
    
    Closes #21516

    Changed files

    • tests/tunit/tool1622.c
  4. Change #266484

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 07 May 2026 09:10:24
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 98d818cf2b216227d12c2fa30e128e18686a573b

    Comments

    tool_formparse: tool2curlparts is no longer recursive
    It could otherwise trigger a stack overflow in extreme cases
    
    Reported-by: Andrew Nesbit
    Closes #21518

    Changed files

    • src/tool_formparse.c
  5. Change #266487

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 07 May 2026 09:11:30
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 94729ce4e41a446f2c197772fc408adf89834140

    Comments

    CURLOPT_HAPROXYPROTOCOL.md: only sent for newly setup connections
    Closes #21517

    Changed files

    • docs/libcurl/opts/CURLOPT_HAPROXYPROTOCOL.md
  6. Change #266493

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 07 May 2026 10:04:51
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3e9817cd1bb6aa53d3d3bf10572bb245d064870c

    Comments

    url: remove ssh_config_matches
    The CURLOPT_SSH_HOST_PUBLIC_KEY_* options are documented to verify the
    host at connect time and not for connection reuse. Once the SSH host has
    been deemed okay, it remains okay as long as the connection survives.
    
    In addition: this function currently always returned TRUE since the
    pointers have been NULLed in the SSH backend code before this function
    is called.
    
    Follow-up to c31fcf2decfbf1259cc1f31
    
    Reported-by: Andrew Nesbit
    Closes #21519

    Changed files

    • lib/url.c
  7. Change #266506

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 07 May 2026 14:02:13
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 71a5725563f21bfd52a4f47312a603f1f69f5609

    Comments

    ftp: remove 2 Curl_resolv_blocking() calls
    They are no longer needed with the new peers and dns filter.
    Connection setup will take care of the resoling and connecting.
    
    Closes #21512

    Changed files

    • lib/cf-dns.c
    • lib/cf-dns.h
    • lib/connect.c
    • lib/connect.h
    • lib/ftp.c
    • lib/url.c
  8. Change #266507

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 07 May 2026 14:03:00
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision fdd27a538c4d69c4bb5030b3f9694183cf0077da

    Comments

    auth: cleanups
    - rename `req->proxyuserpwd` to `req->hd_proxy_auth`
    - rename `req->userpwd` to `req->hd_auth`
    - rename parameter `proxytunnel` to `is_connect` for Curl_http_output_auth()
    - move path+query concatenation into Curl_http_output_auth(), saving an alloc when no auth is in play
    - rename `H1_HD_USER_AUTH` into `H1_HD_AUTH`
    
    Closes #21513

    Changed files

    • lib/cf-h1-proxy.c
    • lib/cf-h2-proxy.c
    • lib/http.c
    • lib/http.h
    • lib/http_aws_sigv4.c
    • lib/http_digest.c
    • lib/http_negotiate.c
    • lib/http_ntlm.c
    • lib/http_proxy.c
    • lib/request.c
    • lib/request.h
    • lib/rtsp.c
  9. Change #266508

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 07 May 2026 14:03:48
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ef3b7903aa7cc45cf012a3f222f102414e4c5037

    Comments

    ftp: remove bits.ftp_use_control_ssl
    It's not needed since we can check the connection for SSL use.
    
    Closes #21521

    Changed files

    • lib/ftp.c
    • lib/urldata.h
  10. Change #266510

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 07 May 2026 14:37:25
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a86efdd7ca5433de9231e650f18247de8319ad16

    Comments

    url: fix connection reuse for starttls protocols
    When a connection is tested for reuse in a transfer that *may* upgrade
    to TLS (commonly via STARTTLS), the SSL configuration must match the
    existing connection.
    
    Reported-by: Andrew Nesbit
    Closes #21522

    Changed files

    • lib/url.c
  11. Change #266514

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 07 May 2026 14:53:55
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision df315692d722ca0fd0dc93d0e43f29cc6975d728

    Comments

    ftp: simplify ftp_done
    Closes #21520

    Changed files

    • lib/ftp.c