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

Builder curl-ares-solaris11-i386 Build #3645

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Joel Depooter
  2. Viktor Szakats

Timing:

StartTue Jun 24 10:10:57 2025
EndTue Jun 24 13:23:57 2025
Elapsed3 hrs, 12 mins, 59 secs

All Changes:

:

  1. Change #237642

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 24 Jun 2025 09:44:28
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c4f94870897a49fb150954ce88a5c78105d7163f

    Comments

    tidy-up: replace `<memdebug.h>` with `"memdebug.h"` (src, units)
    Closes #17722

    Changed files

    • src/slist_wc.c
    • src/terminal.c
    • src/tool_bname.c
    • src/tool_cb_dbg.c
    • src/tool_cb_hdr.c
    • src/tool_cb_prg.c
    • src/tool_cb_rea.c
    • src/tool_cb_see.c
    • src/tool_cb_wrt.c
    • src/tool_cfgable.c
    • src/tool_dirhie.c
    • src/tool_doswin.c
    • src/tool_easysrc.c
    • src/tool_findfile.c
    • src/tool_formparse.c
    • src/tool_getparam.c
    • src/tool_getpass.c
    • src/tool_help.c
    • src/tool_helpers.c
    • src/tool_ipfs.c
    • src/tool_libinfo.c
    • src/tool_main.c
    • src/tool_msgs.c
    • src/tool_operate.c
    • src/tool_operhlp.c
    • src/tool_paramhlp.c
    • src/tool_parsecfg.c
    • src/tool_setopt.c
    • src/tool_stderr.c
    • src/tool_urlglob.c
    • src/tool_util.c
    • src/tool_vms.c
    • src/tool_writeout.c
    • src/tool_xattr.c
    • src/var.c
    • tests/unit/unit1602.c
    • tests/unit/unit1603.c
    • tests/unit/unit1616.c
  2. Change #237643

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 24 Jun 2025 09:44:28
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3ea0f71ffa5abad001245baf9665c7d6c8560291

    Comments

    build: stop checking for `sys/stat.h`
    It has been used unconditionally in `src` and `tests` since at least
    2011-09-19 via fdecb56cbfcafe5b770c4181133655b89973f41e. There are
    earlier unguarded references in `tests`.
    
    Also de-duplicate to include it just once.
    
    Ref: https://github.com/curl/curl/pull/17717#issuecomment-2996631026
    
    Closes #17724

    Changed files

    • .github/scripts/cmp-config.pl
    • CMake/unix-cache.cmake
    • CMake/win32-cache.cmake
    • CMakeLists.txt
    • configure.ac
    • lib/config-mac.h
    • lib/config-os400.h
    • lib/config-plan9.h
    • lib/config-riscos.h
    • lib/config-win32.h
    • lib/curl_config.h.cmake
    • lib/curl_setup_once.h
    • lib/vssh/libssh.c
    • lib/vtls/vtls.c
    • lib/vtls/vtls_scache.c
    • src/tool_cb_wrt.c
    • src/tool_dirhie.c
    • src/tool_findfile.c
    • src/tool_main.c
  3. Change #237644

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 24 Jun 2025 09:44:28
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8c9a9b87c20fd9184e0a6c7b5e2c42d727f0db62

    Comments

    appveyor: move old cmake from VS2008 to VS2010
    In preparation of dropping the VS2008 job. To keep testing old cmake
    (3.12.2) after that.
    
    Closes #17725

    Changed files

    • appveyor.yml
  4. Change #237646

    Category curl
    Changed by Joel Depooter <joel.depooterohnoyoudont@safe.com>
    Changed at Tue 24 Jun 2025 09:57:42
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c153d9eadf41c894f71ece3dd4355c1990e08b97

    Comments

    cmake: check USE_WINDOWS_SSPI when adding secur32 to CURL_LIBS
    Instead of CURL_WINDOWS_SSPI.
    
    When running CMake on Windows with no additional parameters (ie default
    build configuration), the generated project files do not include the
    `secur32.lib` library in the linker settings. This is because
    the relevant check was looking at `CURL_WINDOWS_SSPI` instead of
    `USE_WINDOWS_SSPI`.
    
    `USE_WINDOWS_SSPI` is enabled when building with SChannel (the default
    on Windows), or if `CURL_WINDOWS_SSPI` is specified on the command line.
    
    Follow-up to 0d71b18153c8edb996738f8a362373fc72d0013b #17413
    
    Closes #17728

    Changed files

    • CMakeLists.txt