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

Builder curl-ares-solaris10-sparc Build #2971

Build In Progress:

[waiting for Lock]

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git  
    1. - no logs -
    1. - no logs -
    1. - no logs -
  2. Runtest  
    1. - no logs -
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave
buildername curl-ares-solaris10-sparc Builder
buildnumber 2971 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision 6550dd0f3d98ff27db9001090d72ee84558d3e4a 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. JimFuller-RedHat
  3. Joshua Rogers
  4. Tatsuhiro Tsujikawa
  5. Viktor Szakats

Timing:

StartSun Oct 19 11:51:16 2025
Elapsed3 hrs, 46 mins, 47 secs

All Changes:

:

  1. Change #246058

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 18 Oct 2025 23:17:16
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ea1eaa6f7c2c88f8c74ca9b454a8b7e7be1d7171

    Comments

    tool_paramhlp: remove outdated comment in str2tls_max()
    The function does not take positive number as input. It takes TLS
    version strings.
    
    Pointed out by ZeroPath
    Closes #19115

    Changed files

    • src/tool_paramhlp.c
  2. Change #246059

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 18 Oct 2025 23:17:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0217aca9f3d5e63edf63613e8ac3b5738147dc53

    Comments

    lib: remove newlines from failf() calls
    Closes #19124

    Changed files

    • lib/vauth/gsasl.c
    • lib/vquic/curl_ngtcp2.c
    • lib/vquic/curl_osslq.c
  3. Change #246061

    Category curl
    Changed by JimFuller-RedHat <jfullerohnoyoudont@redhat.com>
    Changed at Sat 18 Oct 2025 23:26:15
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e4ec666a3d742202c06e76a97934f97f2bc7588c

    Comments

    examples/chkspeed: portable printing when outputting curl_off_t values
    Closes #19112

    Changed files

    • docs/examples/chkspeed.c
  4. Change #246069

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 19 Oct 2025 01:30:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e779650a86c74166954eac22ad995bbad8fd7dc6

    Comments

    GHA/curl-for-win: update container image envs
    Follow-up to https://github.com/curl/curl-for-win/commit/1f31ff06ad389f48059641ffb995af8261ba0233
    
    Closes #19129

    Changed files

    • .github/workflows/curl-for-win.yml
  5. Change #246085

    Category curl
    Changed by Joshua Rogers <MegaManSecohnoyoudont@users.noreply.github.com>
    Changed at Sun 19 Oct 2025 08:23:36
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 66e3ff5d0e3aa9ded372f540a5f5bfd83238a958

    Comments

    schannel: fix memory leak
    - Do not leak memory on failed setting algorithm cipher list.
    
    Discovered by ZeroPath.
    
    
    - Do not free backend->cred after failed AcquireCredentialsHandle.
    
    backend->cred is always freed later, during cleanup.
    
    
    Closes https://github.com/curl/curl/pull/19118

    Changed files

    • lib/vtls/schannel.c
  6. Change #246097

    Category curl
    Changed by Tatsuhiro Tsujikawa <tatsuhiro.tohnoyoudont@gmail.com>
    Changed at Sun 19 Oct 2025 11:07:32
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e0798466a819245549a2041f4230a1dbd12a079d

    Comments

    ngtcp2: adopt ngtcp2_conn_get_stream_user_data if available
    Adopt ngtcp2_conn_get_stream_user_data which has been available since
    ngtcp2 v1.17.0. This improves the time complexity of searching
    h3_stream_ctx from O(n) to O(1) where n is the number of stream.
    
    Closes #19132

    Changed files

    • lib/vquic/curl_ngtcp2.c
  7. Change #246098

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 19 Oct 2025 11:08:14
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6550dd0f3d98ff27db9001090d72ee84558d3e4a

    Comments

    wolfssl: clear variable to avoid uninitialized use
    Pointed out by ZeroPath
    Closes #19126

    Changed files

    • lib/vtls/wolfssl.c