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

Builder curl-unthreaded-solaris10-sparc Build #13219

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 24 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 32 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 57 secs )
    1. stdio

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartMon Jun 23 12:33:14 2025
EndTue Jun 24 01:13:46 2025
Elapsed12 hrs, 40 mins, 31 secs

All Changes:

:

  1. Change #237480

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 22 Jun 2025 23:42:14
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 85bf8b19acd9a346c239e3c8c853f0dbe440070e

    Comments

    cmake: sync tests scripts with each other and autotools (more)
    Closes #17711

    Changed files

    • tests/tunit/CMakeLists.txt
    • tests/unit/CMakeLists.txt
  2. Change #237500

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 23 Jun 2025 08:21:05
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2cdc02f49f57faf0a12144b37b10ec7737d715f5

    Comments

    libcurl-env.md: drop LOGNAME, USER and NTLMUSER
    They were used for NTLM-WB, which support was removed for back in 8.8.0
    
    Closes #17713

    Changed files

    • docs/libcurl/libcurl-env.md
  3. Change #237501

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 23 Jun 2025 08:24:09
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision aed828cc5171aeb53d613847b469c2a0160dd3c4

    Comments

    tests/dnsd: read config from file
    Make the <dns> tag in a test case control what is stored there. Also
    documented. Make test 2102 and 2103 use the new tag.
    
    Lets the test case config the A and AAAA contents the server replies
    with. Initial work for the HTTPS RR exists, but does not yet work.
    
    Closes #17543

    Changed files

    • docs/tests/FILEFORMAT.md
    • tests/data/Makefile.am
    • tests/data/test2102
    • tests/data/test2103
    • tests/globalconfig.pm
    • tests/runner.pm
    • tests/server/Makefile.inc
    • tests/server/dnsd.c
  4. Change #237524

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 23 Jun 2025 10:55:31
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a2de3f08e327b749c5a518aef61ef7d06ebcae97

    Comments

    tests/libtest: call `curlx_now_init()` for unit 1399, 2600 (Windows)
    Follow-up to 35d0c047ce713298f15771649ffe7662404628f0 #17641
    
    Closes #17714

    Changed files

    • tests/libtest/Makefile.inc
    • tests/libtest/first.c
  5. Change #237531

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 23 Jun 2025 11:29:41
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6425ce47df7e71d5ba607170a59d5a198bb4f026

    Comments

    tests/libtest: use `curltime` from curlx
    Replacing the local implementation.
    
    Closes #17716

    Changed files

    • tests/libtest/first.c
    • tests/libtest/lib1501.c
    • tests/libtest/lib1507.c
    • tests/libtest/lib1564.c
    • tests/libtest/lib530.c
    • tests/libtest/lib582.c
    • tests/libtest/test.h
    • tests/libtest/testtrace.c
    • tests/libtest/testutil.c
    • tests/libtest/testutil.h