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

Builder curl-ares-solaris10-i386 Build #3499

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision2636828eee3ea87635a04b680e0fa5d0c6a94c71
Got Revision2636828eee3ea87635a04b680e0fa5d0c6a94c71
Changes7 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 2 hrs, 52 mins, 46 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 3499 Build
codebase Build
got_revision 2636828eee3ea87635a04b680e0fa5d0c6a94c71 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 2636828eee3ea87635a04b680e0fa5d0c6a94c71 Build
scheduler schedule-curl-ares-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing
  3. Viktor Szakats

Timing:

StartMon Jun 23 14:09:38 2025
EndMon Jun 23 22:48:38 2025
Elapsed8 hrs, 38 mins, 59 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