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

Builder curl-threaded-solaris10-sparc Build #3021

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision1afc4bb76890e24266aca5d86c2c083ac3666adf
Got Revision1afc4bb76890e24266aca5d86c2c083ac3666adf
Changes5 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 14 mins, 12 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-threaded-solaris10-sparc slave
buildername curl-threaded-solaris10-sparc Builder
buildnumber 3021 Build
codebase Build
got_revision 1afc4bb76890e24266aca5d86c2c083ac3666adf Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 1afc4bb76890e24266aca5d86c2c083ac3666adf Build
scheduler schedule-curl-threaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

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

Timing:

StartFri Oct 31 03:37:32 2025
EndFri Oct 31 16:37:15 2025
Elapsed12 hrs, 59 mins, 43 secs

All Changes:

:

  1. 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
  2. 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
  3. 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
  4. 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
  5. Change #247139

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 30 Oct 2025 20:22:37
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1afc4bb76890e24266aca5d86c2c083ac3666adf

    Comments

    tool/var: explain how the null termination byte is there
    Closes #19287

    Changed files

    • src/var.c