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

Builder curl-threaded-solaris10-sparc Build #2872

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionbb50dee510a34db03bb963b88b51550166b34c37
Got Revisionbb50dee510a34db03bb963b88b51550166b34c37
Changes11 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 31 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 51 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 2872 Build
codebase Build
got_revision bb50dee510a34db03bb963b88b51550166b34c37 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision bb50dee510a34db03bb963b88b51550166b34c37 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. NINIKA
  3. Stefan Eissing
  4. Viktor Szakats

Timing:

StartMon Jun 23 21:11:53 2025
EndTue Jun 24 10:03:26 2025
Elapsed12 hrs, 51 mins, 33 secs

All Changes:

:

  1. 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
  2. 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
  3. 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
  4. 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
  5. Change #237539

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 23 Jun 2025 13:36:33
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c7a63196981aab13a9434c55774d6db94654b19b

    Comments

    multi: clear the dirty set of transfers no longer processing
    When a transfer is no longer processed, it might still apear in the
    dirty bitset. Clear the dirty bit when this condition is encountered.
    
    Closes #17718

    Changed files

    • lib/multi.c
    • tests/libtest/lib530.c
  6. Change #237543

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 23 Jun 2025 13:41:12
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 36a3cd5374784193233a704181bc1fa8a08b15b5

    Comments

    RELEASE-NOTES: synced

    Changed files

    • RELEASE-NOTES
  7. Change #237544

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 23 Jun 2025 13:49:03
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2636828eee3ea87635a04b680e0fa5d0c6a94c71

    Comments

    tests: drop unused or redundant includes
    Closes #17717

    Changed files

    • tests/client/first.h
    • tests/client/h2_pausing.c
    • tests/libtest/first.c
    • tests/libtest/lib1485.c
    • tests/libtest/lib1500.c
    • tests/libtest/lib1501.c
    • tests/libtest/lib1502.c
    • tests/libtest/lib1506.c
    • tests/libtest/lib1507.c
    • tests/libtest/lib1508.c
    • tests/libtest/lib1509.c
    • tests/libtest/lib1510.c
    • tests/libtest/lib1515.c
    • tests/libtest/lib1522.c
    • tests/libtest/lib1523.c
    • tests/libtest/lib1531.c
    • tests/libtest/lib1540.c
    • tests/libtest/lib1541.c
    • tests/libtest/lib1542.c
    • tests/libtest/lib1552.c
    • tests/libtest/lib1553.c
    • tests/libtest/lib1556.c
    • tests/libtest/lib1557.c
    • tests/libtest/lib1558.c
    • tests/libtest/lib1559.c
    • tests/libtest/lib1560.c
    • tests/libtest/lib1565.c
    • tests/libtest/lib1568.c
    • tests/libtest/lib1569.c
    • tests/libtest/lib1591.c
    • tests/libtest/lib1592.c
    • tests/libtest/lib1598.c
    • tests/libtest/lib1599.c
    • tests/libtest/lib1900.c
    • tests/libtest/lib1901.c
    • tests/libtest/lib1903.c
    • tests/libtest/lib1905.c
    • tests/libtest/lib1906.c
    • tests/libtest/lib1907.c
    • tests/libtest/lib1908.c
    • tests/libtest/lib1910.c
    • tests/libtest/lib1911.c
    • tests/libtest/lib1912.c
    • tests/libtest/lib1913.c
    • tests/libtest/lib1915.c
    • tests/libtest/lib1918.c
    • tests/libtest/lib1919.c
    • tests/libtest/lib1960.c
    • tests/libtest/lib1977.c
    • tests/libtest/lib2032.c
    • tests/libtest/lib2306.c
    • tests/libtest/lib2308.c
    • tests/libtest/lib2309.c
    • tests/libtest/lib2402.c
    • tests/libtest/lib2404.c
    • tests/libtest/lib2405.c
    • tests/libtest/lib2502.c
    • tests/libtest/lib3026.c
    • tests/libtest/lib3027.c
    • tests/libtest/lib3105.c
    • tests/libtest/lib3207.c
    • tests/libtest/lib3208.c
    • tests/libtest/lib502.c
    • tests/libtest/lib503.c
    • tests/libtest/lib504.c
    • tests/libtest/lib505.c
    • tests/libtest/lib507.c
    • tests/libtest/lib509.c
    • tests/libtest/lib518.c
    • tests/libtest/lib525.c
    • tests/libtest/lib526.c
    • tests/libtest/lib530.c
    • tests/libtest/lib533.c
    • tests/libtest/lib537.c
    • tests/libtest/lib540.c
    • tests/libtest/lib541.c
    • tests/libtest/lib542.c
    • tests/libtest/lib555.c
    • tests/libtest/lib557.c
    • tests/libtest/lib559.c
    • tests/libtest/lib560.c
    • tests/libtest/lib562.c
    • tests/libtest/lib564.c
    • tests/libtest/lib568.c
    • tests/libtest/lib571.c
    • tests/libtest/lib572.c
    • tests/libtest/lib573.c
    • tests/libtest/lib575.c
    • tests/libtest/lib576.c
    • tests/libtest/lib582.c
    • tests/libtest/lib583.c
    • tests/libtest/lib591.c
    • tests/libtest/lib597.c
    • tests/libtest/lib653.c
    • tests/libtest/lib658.c
    • tests/libtest/lib659.c
    • tests/libtest/lib670.c
    • tests/libtest/lib674.c
    • tests/libtest/lib677.c
    • tests/libtest/lib678.c
    • tests/libtest/lib751.c
    • tests/libtest/lib753.c
    • tests/libtest/mk-lib1521.pl
    • tests/libtest/test.h
    • tests/libtest/testutil.h
    • tests/tunit/tool1394.c
    • tests/tunit/tool1604.c
    • tests/unit/unit1305.c
  8. Change #237566

    Category curl
    Changed by NINIKA <dcnick3ohnoyoudont@users.noreply.github.com>
    Changed at Mon 23 Jun 2025 16:34:43
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 05382f3e78bd302b00c82c1873f07747adbc3690

    Comments

    asyn-ares: remove redundant NULL check
    Closes #17720

    Changed files

    • lib/asyn-ares.c
  9. Change #237569

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 23 Jun 2025 16:47:14
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 63011ac638d83a92294ed5682dbb91484b1ff8d3

    Comments

    tests: use %b64[] to base64 data
    ... instead of storing the data base64 encoded.
    
    Closes #17721

    Changed files

    • tests/data/test1075
    • tests/data/test1087
    • tests/data/test1088
    • tests/data/test1101
    • tests/data/test1134
    • tests/data/test1168
    • tests/data/test1178
    • tests/data/test1204
    • tests/data/test1212
    • tests/data/test1237
    • tests/data/test1248
    • tests/data/test1249
    • tests/data/test1250
    • tests/data/test1251
    • tests/data/test1259
    • tests/data/test1296
    • tests/data/test1331
    • tests/data/test1401
    • tests/data/test1428
    • tests/data/test16
    • tests/data/test1630
    • tests/data/test167
    • tests/data/test1910
    • tests/data/test2
    • tests/data/test2023
    • tests/data/test2024
    • tests/data/test2025
    • tests/data/test2026
    • tests/data/test2029
    • tests/data/test2032
    • tests/data/test2040
    • tests/data/test208
    • tests/data/test2081
    • tests/data/test233
    • tests/data/test234
    • tests/data/test242
    • tests/data/test256
    • tests/data/test257
    • tests/data/test264
    • tests/data/test275
    • tests/data/test278
    • tests/data/test279
    • tests/data/test299
    • tests/data/test3
    • tests/data/test301
    • tests/data/test3100
    • tests/data/test3101
    • tests/data/test317
    • tests/data/test318
    • tests/data/test346
    • tests/data/test367
    • tests/data/test495
    • tests/data/test503
    • tests/data/test519
    • tests/data/test522
    • tests/data/test523
    • tests/data/test63
    • tests/data/test675
    • tests/data/test679
    • tests/data/test699
    • tests/data/test744
    • tests/data/test80
    • tests/data/test82
    • tests/data/test83
    • tests/data/test84
    • tests/data/test85
    • tests/data/test898
    • tests/data/test899
    • tests/data/test973
    • tests/data/test974
    • tests/data/test975
    • tests/data/test976
    • tests/data/test979
    • tests/data/test998
    • tests/data/test999
  10. Change #237583

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 23 Jun 2025 17:02:43
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1a70977a83c30d58282ec75a1b2352e775209074

    Comments

    build: drop explicit curlx from hdr paths, refer headers with `curlx/` prefix
    To make all src and test code refer to curlx headers the same way.
    
    Also:
    - src: move `curlx.h` include to `tool_setup.h`.
    - src/tool_setup.h: drop stray `curlx/timeval.h`.
    - servers: de-duplicate `curlx.h` and `curl_setup.h` includes.
    - libtests, units: drop stray curlx sub-headers in favor of
      `<curlx/curlx.h>`.
    - tests: include `curlx.h` with `<>` instead of `""`. To match
      other parts of the codebase.
    
    Closes #17680

    Changed files

    • src/CMakeLists.txt
    • src/Makefile.am
    • src/terminal.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_filetime.c
    • src/tool_findfile.c
    • src/tool_formparse.c
    • src/tool_getparam.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_progress.c
    • src/tool_setopt.c
    • src/tool_setup.h
    • src/tool_ssls.c
    • src/tool_urlglob.c
    • src/tool_util.c
    • src/tool_vms.c
    • src/tool_writeout.c
    • src/tool_writeout_json.c
    • src/var.c
    • src/var.h
    • tests/client/CMakeLists.txt
    • tests/client/Makefile.am
    • tests/client/first.h
    • tests/libtest/CMakeLists.txt
    • tests/libtest/Makefile.am
    • tests/libtest/first.h
    • tests/server/CMakeLists.txt
    • tests/server/Makefile.am
    • tests/server/first.h
    • tests/server/sockfilt.c
    • tests/tunit/CMakeLists.txt
    • tests/tunit/Makefile.am
    • tests/unit/CMakeLists.txt
    • tests/unit/Makefile.am
    • tests/unit/unit1302.c
    • tests/unit/unit1305.c
    • tests/unit/unit1323.c
    • tests/unit/unit1602.c
    • tests/unit/unit1603.c
    • tests/unit/unit1616.c
    • tests/unit/unit1650.c
    • tests/unit/unit1664.c
    • tests/unit/unit1979.c
    • tests/unit/unit1980.c
    • tests/unit/unit2600.c
    • tests/unit/unit2602.c
  11. Change #237584

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 23 Jun 2025 17:02:43
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision bb50dee510a34db03bb963b88b51550166b34c37

    Comments

    tests/server: de-dupe/merge three `sockdaemon()` clones into one
    Also: tidy up `if()` expressions here and there.
    
    Follow-up to f4f25505df1d2ede727071eb0c518368a206f64b #15000
    
    Closes #17719

    Changed files

    • tests/server/dnsd.c
    • tests/server/first.h
    • tests/server/mqttd.c
    • tests/server/rtspd.c
    • tests/server/sockfilt.c
    • tests/server/socksd.c
    • tests/server/sws.c
    • tests/server/tftpd.c
    • tests/server/util.c