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

Builder curl-unthreaded-solaris10-sparc Build #13365

Build In Progress:

[waiting for Lock]

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-unthreaded-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-unthreaded-solaris10-sparc slave
buildername curl-unthreaded-solaris10-sparc Builder
buildnumber 13365 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision eb22e37060a8f3ad4fd9511db136c1edbb3b2a85 Build
scheduler schedule-curl-unthreaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats
  3. renovate[bot]
  4. x2018

Timing:

StartThu Oct 30 19:14:36 2025
Elapsed8 hrs, 13 mins, 34 secs

All Changes:

:

  1. Change #247077

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 30 Oct 2025 09:48:41
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 55d4767876eae8678ab069082aa7fe8fe316a021

    Comments

    tests: use %repeat[] to make tests smaller
    Avoid putting huge chunks of repeated texts in test cases.
    
    test3206, test1060, test1061 and test22
    
    Closes #19279

    Changed files

    • tests/data/test1060
    • tests/data/test1061
    • tests/data/test22
    • tests/data/test3206
  2. Change #247080

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 30 Oct 2025 10:34:08
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c1f1b66d78f27ab17f073c1ce3af595975b6e662

    Comments

    pop3: check for CAPA responses case insensitively
    Reported by ZeroPath
    
    Closes #19278

    Changed files

    • lib/pop3.c
  3. Change #247082

    Category curl
    Changed by x2018 <xkernel.wangohnoyoudont@foxmail.com>
    Changed at Thu 30 Oct 2025 10:38:32
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision fbc4d59151dc4a56052f3a92da3682dc97b32148

    Comments

    conncache: prevent integer overflow in maxconnects calculation
    Closes #19271

    Changed files

    • lib/conncache.c
  4. Change #247114

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 30 Oct 2025 15:40:21
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 80258309b26546e27837432b0121f4e65e74b030

    Comments

    lib: reduce memcpy calls
    socks_gssapi: the malloc + memcpy was superflous and can be skipped
    
    cleartext: avoid malloc + three memcpy with aprintf()
    
    digest_sspi: use memdup0 instead of malloc + memcpy
    
    vtls: use memdup0 instead of malloc + memcpy
    
    Closes #19282

    Changed files

    • lib/socks_gssapi.c
    • lib/vauth/cleartext.c
    • lib/vauth/digest_sspi.c
    • lib/vtls/vtls.c
  5. Change #247115

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 30 Oct 2025 15:41:28
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c5de083bcc92e8edecbb4214b0ca5107496a80f6

    Comments

    base64: make base64_encode() error on too long input
    The maximum size is set to 16MB.
    
    It should not possible to call this function with this large input, but
    this is a precaution to catch mistakes and replaces the earlier check on
    architectures with small size_t.
    
    Closes #19280

    Changed files

    • lib/curlx/base64.c
    • lib/curlx/base64.h
  6. Change #247117

    Category curl
    Changed by renovate[bot] <29139614+renovate[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Thu 30 Oct 2025 16:21:52
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a83eae4d53911aa7fb9396a76b027165f9e63f61

    Comments

    GHA: update libressl/portable to v4.2.1
    Closes #19283

    Changed files

    • .github/workflows/http3-linux.yml
    • .github/workflows/linux.yml
    • .github/workflows/macos.yml
  7. Change #247122

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 30 Oct 2025 16:52:26
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision eb22e37060a8f3ad4fd9511db136c1edbb3b2a85

    Comments

    tests: use %repeat[] to make tests smaller (cont.)
    tests: 46, 265, 304, 316, 397, 443, 551, 552, 559, 651, 742, 775, 1003,
    1005, 1006, 1008, 1062, 1070, 1086, 1112, 1151, 1160, 1178, 1192, 1193,
    1205, 1237, 3207.
    
    Total `test*` size reduction: 2,395,537 -> 2,165,631 bytes.
    
    Follow-up to 55d4767876eae8678ab069082aa7fe8fe316a021 #19279
    
    Closes #19281

    Changed files

    • tests/data/test1003
    • tests/data/test1005
    • tests/data/test1006
    • tests/data/test1008
    • tests/data/test1062
    • tests/data/test1070
    • tests/data/test1086
    • tests/data/test1112
    • tests/data/test1151
    • tests/data/test1160
    • tests/data/test1178
    • tests/data/test1192
    • tests/data/test1193
    • tests/data/test1205
    • tests/data/test1237
    • tests/data/test265
    • tests/data/test304
    • tests/data/test316
    • tests/data/test3207
    • tests/data/test397
    • tests/data/test443
    • tests/data/test46
    • tests/data/test551
    • tests/data/test552
    • tests/data/test559
    • tests/data/test651
    • tests/data/test742
    • tests/data/test775