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

Builder curl-ares-solaris10-sparc Build #2846

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision4d4d09eb7f4233ce0e03aec7bbf99a70892630fb
Got Revision4d4d09eb7f4233ce0e03aec7bbf99a70892630fb
Changes5 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

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

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartSun Jun 22 15:04:30 2025
EndMon Jun 23 03:52:43 2025
Elapsed12 hrs, 48 mins, 12 secs

All Changes:

:

  1. Change #237381

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 22 Jun 2025 09:00:53
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e29f11f2d63f5ab7f0a1c071cd5280ad2b84d11e

    Comments

    tests/server: drop `memdebug.h`
    It's no longer used in any build configuration.
    
    Follow-up to fffec3d7e90b032a03eee2192e68f8baf913b3b4 #17629
    
    Closes #17700

    Changed files

    • tests/server/dnsd.c
    • tests/server/getpart.c
    • tests/server/mqttd.c
    • tests/server/resolve.c
    • tests/server/rtspd.c
    • tests/server/sockfilt.c
    • tests/server/socksd.c
    • tests/server/sws.c
    • tests/server/tftpd.c
  2. Change #237397

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 22 Jun 2025 12:58:53
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 52f58ebb104033a5a06779efd60c608e94729d37

    Comments

    curl_get_line: make sure lines end with newline
    Verify with test 792 and 793
    
    Reported-by: z2_
    Closes #17697

    Changed files

    • lib/curl_get_line.c
    • tests/data/Makefile.am
    • tests/data/test744
    • tests/data/test792
    • tests/data/test793
  3. Change #237402

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 22 Jun 2025 13:15:13
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 855acb3bb07e0dd06b5722218eb5fded333f7ce0

    Comments

    cmake: add target property dumper helper function
    It's pretty rough and a giant hack, but helps debugging and findind ways
    while navigating the CMake maze. I find it sad CMake doesn't have
    a built-in function for this that works correctly in all situations.
    It's invaluable to be able to see what properties and values an object
    has.
    
    It's also possible there is a better solution to this, but I could not
    find it.
    
    Cherry-picked from #16973
    
    Closes #17701

    Changed files

    • CMake/Utilities.cmake
  4. Change #237403

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 22 Jun 2025 13:15:13
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 855ae7651360d5fbe490634edb86da9f05d1d559

    Comments

    tests/libtest: drop `TEST_HANG_TIMEOUT` redefinition hack
    Before this patch the code relied on re-initializing `TEST_HANG_TIMEOUT`
    macro before compiling each test, to allow them each to override it to
    a custom value for single tests. Thie required re-including `test.h`
    into each test.
    
    After this patch this macro becomes a global, immutable, default. Tests
    which want to override it can now use alternate macros that do accept
    a custom timeout. The only test currently affected is lib1501.
    
    Follow-up to 2c27a67daa1b76859c18d63e4e1f528db05b5e13 #17590
    
    Closes #17702

    Changed files

    • tests/libtest/lib1501.c
    • tests/libtest/test.h
  5. Change #237404

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 22 Jun 2025 13:19:15
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4d4d09eb7f4233ce0e03aec7bbf99a70892630fb

    Comments

    cmake: drop reference to future variable [ci skip]
    Follow-up to 855acb3bb07e0dd06b5722218eb5fded333f7ce0 #17701

    Changed files

    • CMake/Utilities.cmake