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

Builder curl-unthreaded-solaris10-sparc Build #13277

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision3bfcfe82b9e7fe18cdbd3a06b219a8ce40188a23
Got Revision3bfcfe82b9e7fe18cdbd3a06b219a8ce40188a23
Changes10 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 29 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 5 hrs, 15 mins, 32 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-unthreaded-solaris10-sparc slave
buildername curl-unthreaded-solaris10-sparc Builder
buildnumber 13277 Build
codebase Build
got_revision 3bfcfe82b9e7fe18cdbd3a06b219a8ce40188a23 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 3bfcfe82b9e7fe18cdbd3a06b219a8ce40188a23 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

Timing:

StartThu Jul 31 01:40:09 2025
EndThu Jul 31 17:40:06 2025
Elapsed15 hrs, 59 mins, 56 secs

All Changes:

:

  1. Change #241297

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 30 Jul 2025 12:24:37
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision dfe3844c562ccff182ea442c9626e2c29c18538f

    Comments

    schannel: drop fallbacks for unused `BCRYPT_*` macros
    In case they are used again in the future, the fallbacks are not
    necessary for the supported mingw-w64 (v3+) and MSVC versions.
    
    Follow-up to 6238888ca7f0e473e9713a7c372fac8f025db569 #15621
    
    Closes #18091

    Changed files

    • lib/vtls/schannel.c
  2. Change #241298

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 30 Jul 2025 12:24:37
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e32a6dc51005a9ee09db81a54428dd545239ff58

    Comments

    schannel: drop fallbacks for 4 macros
    They are defined by all mingw-w64 versions and all supported MSVC
    versions (SDK 7.1A+).
    
    Also by OpenWatcom 2:
    https://github.com/open-watcom/open-watcom-v2/blob/ce6c37eb29f3fda95f9c4e8e37dee866b8c4e496/bld/w32api/include/wincrypt.mh
    
    These aren't defined by mingw32ce. And likely defined by MS WinCE SDK,
    but curl code doesn't use them in WinCE builds.
    
    Closes #18093

    Changed files

    • lib/vtls/schannel_int.h
  3. Change #241311

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 30 Jul 2025 14:21:17
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 801800aca24a2186d4f13f2db1524b7270211273

    Comments

    tests: fix prechecks to call the bundle libtest tool
    Some tests make a hard-coded call to the libtest binary in the precheck
    step. With bundle builds the binary changed name and calling convention.
    Before this patch these tests failed the pre-check and did not run for
    the 5 affected tests: 518, 537, 678, 1517, 1960
    
    Fixing, e.g.:
    ```
    test 1517 SKIPPED: precheck command error
    ```
    https://github.com/curl/curl/actions/runs/16611990422/job/46996698437?pr=18039#step:13:4832
    
    It also fixes builds with a custom `CURL_DIRSUFFIX` set.
    
    Follow-up to 2c27a67daa1b76859c18d63e4e1f528db05b5e13 #17590
    Follow-up to 71cf0d1fca9e1f53524e1545ef0c08d174458d80 #14772
    
    Closes #18099

    Changed files

    • tests/data/test1517
    • tests/data/test1960
    • tests/data/test518
    • tests/data/test537
    • tests/data/test678
    • tests/servers.pm
  4. Change #241312

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 30 Jul 2025 14:21:17
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1140c8bc047ff847f8f5f0105802f2c265c3426f

    Comments

    tests: fix perl warnings in http2-server, http3-server
    AM libressl heimdal:
    ```
    Global symbol "$verbose" requires explicit package name (did you forget to declare "my $verbose"?) at tests/http2-server.pl line 52.
    Global symbol "$certfile" requires explicit package name (did you forget to declare "my $certfile"?) at tests/http2-server.pl line 109.
    Global symbol "$keyfile" requires explicit package name (did you forget to declare "my $keyfile"?) at tests/http2-server.pl line 110.
    Execution of tests/http2-server.pl aborted due to compilation errors.
    [...]
    ```
    Ref: https://github.com/curl/curl/actions/runs/16622030370/job/47028537336?pr=18099#step:39:3148
    
    Follow-up to 2ec54556d4e3f3ab551b5298adab0c703d85a463 #17877
    
    Closes #18100

    Changed files

    • tests/http2-server.pl
    • tests/http3-server.pl
  5. Change #241327

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 30 Jul 2025 15:28:28
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d413ed2d400dc5986e8725d2da6abb08f688b6ed

    Comments

    windows: drop `CRYPT_E_*` macro fallbacks, limit one to mingw32ce
    They are defined by all mingw-w64 versions and all supported MSVC
    versions (VS2008 and up).
    
    Also by OpenWatcom 2:
    https://github.com/open-watcom/open-watcom-v2/blob/ce6c37eb29f3fda95f9c4e8e37dee866b8c4e496/bld/w32api/include/winerror.mh
    
    mingw32ce misses `CRYPT_E_NOT_IN_REVOCATION_DATABASE`.
    
    Closes #18092

    Changed files

    • lib/curl_sspi.h
  6. Change #241372

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 30 Jul 2025 23:13:45
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 98bcb885fe8b4003139d95aaa535f2c2dec21c99

    Comments

    curl: make the URL indexes 64 bit
    Otherwise we could misbehave already at 2 billion URLs and we can't have
    that. A few of the counters are already correctly using the right type.
    
    Closes #18096

    Changed files

    • src/tool_operate.c
    • src/tool_operate.h
    • src/tool_sdecls.h
    • src/tool_writeout.c
  7. Change #241373

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 30 Jul 2025 23:16:33
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f028667131025100a0caeb59a8ae8a2bb8722239

    Comments

    test757: MIME parts reused as a child part, using data_cb
    An attempt to reproduce #18070. That turned out to not be a bug, but the
    test is still a good one.
    
    Based on test695
    
    Closes #18101

    Changed files

    • tests/data/Makefile.am
    • tests/data/test757
    • tests/libtest/Makefile.inc
    • tests/libtest/lib757.c
  8. Change #241387

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 31 Jul 2025 00:41:36
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 25119fbaaa76a182d4b08d64853d0a8db9181219

    Comments

    GHA/distcheck: add more tarball builds
    - add AM out-of-tree no perl job.
    - add AM in-tree no perl job.
    - make CM out-of-tree job use no perl.
    - add CM in-tree no perl job.
    - run `curl -V` after builds.
    - show the number of `--manual` lines.
    - set `--enable-werror` in autotools jobs.
    
    Ref: https://github.com/curl/curl/issues/18088#issuecomment-3135112176
    
    Closes #18104

    Changed files

    • .github/workflows/distcheck.yml
  9. Change #241388

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 31 Jul 2025 00:41:36
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 08acef2aabfaa549a1d627f637ba5f23acd85d35

    Comments

    schannel: assume `CERT_CHAIN_REVOCATION_CHECK_CHAIN`
    Always available in supported mingw-w64 and MSVC compilers, except
    in UWP mode. For mingw32ce this macro is defined later in the code.
    
    Also available in OpenWatcom 2.
    https://github.com/open-watcom/open-watcom-v2/blob/ce6c37eb29f3fda95f9c4e8e37dee866b8c4e496/bld/w32api/include/winerror.mh
    
    Closes #18108

    Changed files

    • lib/vtls/schannel_int.h
  10. Change #241392

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 31 Jul 2025 00:43:57
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3bfcfe82b9e7fe18cdbd3a06b219a8ce40188a23

    Comments

    windows: document toolchain support for some macros
    The oldest MS SDK I checked is 6.0A (VS2008). Versions are approximate
    beyond 7.1A. I only have two Win10 SDKs to verify:
    10.0.16299.0 (VS2017-15.4) and 10.0.22621.0 (VS2022).
    
    Ref: https://en.wikipedia.org/wiki/Microsoft_Windows_SDK
    Ref: https://developer.microsoft.com/windows/downloads/sdk-archive/index-legacy (recent versions mostly)
    
    Closes #18085

    Changed files

    • lib/cf-socket.c
    • lib/curl_sspi.h
    • lib/rand.c
    • lib/sha256.c
    • lib/urldata.h
    • lib/vtls/schannel.c
    • lib/vtls/schannel_int.h
    • lib/vtls/schannel_verify.c