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

Builder curl-ares-solaris10-sparc Build #3569

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 18 mins, 34 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 3569 Build
codebase Build
got_revision b5ee935f75ecb168364f0a61f43a8692ef7d2dbc Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision b5ee935f75ecb168364f0a61f43a8692ef7d2dbc 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. Viktor Szakats

Timing:

StartSat Apr 25 01:33:51 2026
EndSat Apr 25 14:00:05 2026
Elapsed12 hrs, 26 mins, 14 secs

All Changes:

:

  1. Change #265361

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 24 Apr 2026 15:03:25
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7c0a8fc2106ed4ce0570aa245bfdcaf5ff67cf37

    Comments

    GHA/windows: disable ssh-ed25519 hostkey in libssh2-wincng jobs
    libssh2 built with the WinCNG crypto backend does not support ed25519
    hostkeys.
    
    Ref: #21438
    Follow-up to acda4eae5eeb24a7b0ab9ec7b1783d74eb43687c #21223
    
    Closes #21439

    Changed files

    • .github/workflows/windows.yml
  2. Change #265366

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 24 Apr 2026 17:01:01
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d19a0394723440eea452d519566667d0e52bd5d0

    Comments

    mbedtls: cleanup more without care for 'initialized'
    Several mbedTLS resources (entropy/CTR-DRBG, CA/client certs, keys, CRL)
    are initialized and may allocate memory before initialized is set, and
    must still be cleaned up.
    
    Follow-up to 1c4813c769ea65c128c067004
    
    Caught by Codex Security
    Closes #21440

    Changed files

    • lib/vtls/mbedtls.c
  3. Change #265368

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 24 Apr 2026 17:09:21
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 41f3f94d9191f2454ac12ae9130e44b78c55e1fd

    Comments

    sshserver.pl: add option to enable KEX algorithms in sshd
    Necessary when the libssh2/libssh client library does not support KEX
    algos offered by default by the OpenSSH server. E.g. libssh2 with WinCNG
    combined with OpenSSH 10+.
    
    Also: use this option in GHA/windows.
    
    Follow-up to 3b8bb1a86afbaf967163bf6709b1825e11655bf5 #21219
    Follow-up to c98d0a2e9aa7ec87d16af8b056e6e7c0d614feec #21220
    
    Closes #21438

    Changed files

    • .github/workflows/windows.yml
    • tests/sshserver.pl
  4. Change #265374

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 24 Apr 2026 17:47:30
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7d295145eb7ea07bbf8d4a0cf433f31c3f1ed585

    Comments

    mbedtls: remove failf() call with first argument as NULL
    failf() needs an easy handle to work. This change removes the call since
    there is normnally nowhere to show the output if init fails.
    
    Bonus: improve language in an infof() call
    
    Spotted by Copilot
    
    Closes #21441

    Changed files

    • lib/vtls/mbedtls.c
  5. Change #265375

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 24 Apr 2026 17:50:10
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4840fe3f8a96dc96f2a2ed897cc02155628d4dd1

    Comments

    socks filter: pass operation parameters
    Pass all operations parameters to a SOCKS filter at creation
    time, not relying on "global" connectdata values.
    
    Eliminate modifications to `conn->ip_version` when local resolving
    for SOCKS4.
    
    Do not retrieve the socket for GSSAPI blocking calls from connectdata,
    but from the filters "below" the SOCKS one.
    
    Closes #21436

    Changed files

    • lib/connect.c
    • lib/socks.c
    • lib/socks.h
  6. Change #265376

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 24 Apr 2026 17:50:44
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision bfcc1c6eb4d891d3671a65a6f05c0161c5542578

    Comments

    setup connection filter: mark as setup
    Add CF_TYPE_SETUP to the setup connection filter so that it is
    removed and destroyed after the connection has been established.
    
    Closes #21437

    Changed files

    • lib/cfilters.c
    • lib/connect.c
  7. Change #265381

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 24 Apr 2026 22:29:02
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b5ee935f75ecb168364f0a61f43a8692ef7d2dbc

    Comments

    connect: fix typo on error message [ci skip]
    Pointed out by GitHub Code Quality

    Changed files

    • lib/connect.c