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

Builder curl-ares-solaris11-sparc Build #4113

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 25 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 4113 Build
codebase Build
got_revision 8c9a9b87c20fd9184e0a6c7b5e2c42d727f0db62 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 8c9a9b87c20fd9184e0a6c7b5e2c42d727f0db62 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:

StartTue Jun 24 09:53:27 2025
EndTue Jun 24 10:44:11 2025
Elapsed50 mins, 43 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