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

Builder curl-threaded-solaris10-sparc Build #2873

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-threaded-solaris10-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 37 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 11 mins, 56 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave
buildername curl-threaded-solaris10-sparc Builder
buildnumber 2873 Build
codebase Build
got_revision 8c9a9b87c20fd9184e0a6c7b5e2c42d727f0db62 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 8c9a9b87c20fd9184e0a6c7b5e2c42d727f0db62 Build
scheduler schedule-curl-threaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartTue Jun 24 10:03:29 2025
EndTue Jun 24 22:59:33 2025
Elapsed12 hrs, 56 mins, 3 secs

All Changes:

:

  1. Change #237627

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 24 Jun 2025 07:55:16
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c0cb3485fe24874b8d1d9cf0cb09d6a003bc53b1

    Comments

    unit1302: expand the base64 encode/decode tests
    Closes #17726

    Changed files

    • tests/unit/unit1302.c
  2. 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
  3. 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
  4. 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