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

Builder curl-threaded-solaris10-sparc Build #2898

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 27 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 3 hrs, 49 mins, 22 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 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 2898 Build
codebase Build
got_revision 7ffb2cbf3e8f65fc60aa0be5b67071b6b727d1a6 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 7ffb2cbf3e8f65fc60aa0be5b67071b6b727d1a6 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
  3. renovate[bot]

Timing:

StartWed Jul 9 11:55:56 2025
EndThu Jul 10 00:39:32 2025
Elapsed12 hrs, 43 mins, 36 secs

All Changes:

:

  1. Change #238737

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 09 Jul 2025 00:55:28
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9db91370666090f9b40ff4196fc8c71b7c2c3646

    Comments

    tests: fix 1301, 1308 to fail on error
    They were using a macro designed for unit tests. It does not fail when
    used in libtests. Make similar macros for these tests, and make them
    return a failure.
    
    Also:
    - makes these two tests align with the rest of libtests, by including
      `first.h` instead of `curlcheck.h`.
    - since libtests no longer need to depend on tests/unit, drop this
      dependency from build scripts.
    
    Closes #17867

    Changed files

    • tests/libtest/CMakeLists.txt
    • tests/libtest/Makefile.am
    • tests/libtest/lib1301.c
    • tests/libtest/lib1308.c
  2. Change #238745

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 09 Jul 2025 02:29:25
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 784c17b7d98caa9b500a56e345c1aadca9d009ed

    Comments

    tests: move `curlcheck.h` to libtest as `unitcheck.h`
    To simplify dependencies, and sync tunits and units builds further.
    
    `curlcheck.h` already depended on logic implemented within libtests:
    it referenced a global variable (`unitfail`) defined in `first.c` and
    declared in `test.h`.
    
    Also:
    - rename to `unitcheck.h` to indicate it's meant for unit tests.
    - make `unitcheck.h` include `first.h` instead of `test.h`.
      This brings header use closer to libtests. It also includes
      `curlx/curlx.h` for all unit tests by default now.
    - move `unitfail` declaration from `test.h` to `first.h`.
      To match its definition in `first.c`.
    - drop now redundant per-test curlx header includes.
    
    Closes #17868

    Changed files

    • tests/libtest/Makefile.inc
    • tests/libtest/first.h
    • tests/libtest/test.h
    • tests/libtest/unitcheck.h
    • tests/tunit/CMakeLists.txt
    • tests/tunit/Makefile.am
    • tests/tunit/tool1394.c
    • tests/tunit/tool1604.c
    • tests/tunit/tool1621.c
    • tests/unit/CMakeLists.txt
    • tests/unit/Makefile.am
    • tests/unit/Makefile.inc
    • tests/unit/README.md
    • tests/unit/curlcheck.h
    • tests/unit/unit1300.c
    • tests/unit/unit1302.c
    • tests/unit/unit1303.c
    • tests/unit/unit1304.c
    • tests/unit/unit1305.c
    • tests/unit/unit1307.c
    • tests/unit/unit1309.c
    • tests/unit/unit1323.c
    • tests/unit/unit1330.c
    • tests/unit/unit1395.c
    • tests/unit/unit1396.c
    • tests/unit/unit1397.c
    • tests/unit/unit1398.c
    • tests/unit/unit1399.c
    • tests/unit/unit1600.c
    • tests/unit/unit1601.c
    • tests/unit/unit1602.c
    • tests/unit/unit1603.c
    • tests/unit/unit1605.c
    • tests/unit/unit1606.c
    • tests/unit/unit1607.c
    • tests/unit/unit1608.c
    • tests/unit/unit1609.c
    • tests/unit/unit1610.c
    • tests/unit/unit1611.c
    • tests/unit/unit1612.c
    • tests/unit/unit1614.c
    • tests/unit/unit1615.c
    • tests/unit/unit1616.c
    • tests/unit/unit1620.c
    • tests/unit/unit1650.c
    • tests/unit/unit1651.c
    • tests/unit/unit1652.c
    • tests/unit/unit1653.c
    • tests/unit/unit1654.c
    • tests/unit/unit1655.c
    • tests/unit/unit1656.c
    • tests/unit/unit1657.c
    • tests/unit/unit1658.c
    • tests/unit/unit1660.c
    • tests/unit/unit1661.c
    • tests/unit/unit1663.c
    • tests/unit/unit1664.c
    • tests/unit/unit1979.c
    • tests/unit/unit1980.c
    • tests/unit/unit2600.c
    • tests/unit/unit2601.c
    • tests/unit/unit2602.c
    • tests/unit/unit2603.c
    • tests/unit/unit2604.c
    • tests/unit/unit3200.c
    • tests/unit/unit3205.c
    • tests/unit/unit3211.c
    • tests/unit/unit3212.c
    • tests/unit/unit3213.c
    • tests/unit/unit3214.c
  3. Change #238753

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 09 Jul 2025 10:32:26
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9990c14ba54a428920d5f1e83931b3ef310b2522

    Comments

    RELEASE-NOTES: synced

    Changed files

    • RELEASE-NOTES
  4. Change #238758

    Category curl
    Changed by renovate[bot] <29139614+renovate[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Wed 09 Jul 2025 10:40:36
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7ffb2cbf3e8f65fc60aa0be5b67071b6b727d1a6

    Comments

    renovate.json: migrate config to new format
    Closes #17854

    Changed files

    • renovate.json