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

Builder curl-ares-solaris11-sparc Build #4273

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisione32a6dc51005a9ee09db81a54428dd545239ff58
Got Revisione32a6dc51005a9ee09db81a54428dd545239ff58
Changes4 changes

BuildSlave:

unstable11s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-ares-solaris11-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 1 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 33 mins, 30 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 4273 Build
codebase Build
got_revision e32a6dc51005a9ee09db81a54428dd545239ff58 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision e32a6dc51005a9ee09db81a54428dd545239ff58 Build
scheduler schedule-curl-ares-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartWed Jul 30 13:29:02 2025
EndWed Jul 30 14:56:05 2025
Elapsed1 hrs, 27 mins, 2 secs

All Changes:

:

  1. Change #241290

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 30 Jul 2025 11:55:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 217ae24a94d1700d1377f59b4ee829dce4b559a8

    Comments

    build: fix mingw-w64 version guard for mingw32ce
    Follow-up to a28f5f68b965119d9dd1ab6c2a2ccc66c6ed5d1f #18010
    Closes #18095

    Changed files

    • lib/curl_setup.h
  2. Change #241291

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 30 Jul 2025 11:55:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 58906838c562d9e6ffd78403fb0ab057ffe42fcc

    Comments

    schannel: fix recent update for mingw32ce
    Follow-up to 952c929bdf70645ee263c45a19518ae976a0292d #18084
    Closes #18097

    Changed files

    • lib/vtls/schannel_int.h
  3. 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
  4. 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