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

Builder curl-threaded-solaris11-i386 Build #3785

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-threaded-solaris11-i386' triggered this build

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 4 mins, 8 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 3 mins, 25 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-threaded-solaris11-i386 slave
buildername curl-threaded-solaris11-i386 Builder
buildnumber 3785 Build
codebase Build
got_revision 3bfcfe82b9e7fe18cdbd3a06b219a8ce40188a23 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 3bfcfe82b9e7fe18cdbd3a06b219a8ce40188a23 Build
scheduler schedule-curl-threaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartThu Jul 31 02:49:04 2025
EndThu Jul 31 06:11:29 2025
Elapsed3 hrs, 22 mins, 24 secs

All Changes:

:

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