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

Builder curl-unthreaded-solaris10-i386 Build #15813

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 14 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 3 hrs, 22 mins, 58 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave
buildername curl-unthreaded-solaris10-i386 Builder
buildnumber 15813 Build
codebase Build
got_revision 3bfcfe82b9e7fe18cdbd3a06b219a8ce40188a23 Git
osplatform I386 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-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartThu Jul 31 07:04:36 2025
EndThu Jul 31 16:40:04 2025
Elapsed9 hrs, 35 mins, 27 secs

All Changes:

:

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