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

Builder curl-ares-solaris10-i386 Build #3597

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision40caca581f4594db02e9cb923b76e3eaea537af1
Got Revision40caca581f4594db02e9cb923b76e3eaea537af1
Changes2 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 3 hrs, 2 mins, 57 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 5 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 3597 Build
codebase Build
got_revision 40caca581f4594db02e9cb923b76e3eaea537af1 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 40caca581f4594db02e9cb923b76e3eaea537af1 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

Timing:

StartSun Aug 3 22:12:26 2025
EndMon Aug 4 04:11:16 2025
Elapsed5 hrs, 58 mins, 50 secs

All Changes:

:

  1. Change #241768

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Sun 03 Aug 2025 22:03:42
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d07504aa8d97b31643ceb876a53691161b522a8c

    Comments

    unit2600: add another case
    Add a case with 1 ipv4 and 3 ipv6 and check that all are attempted with
    the correct minimum duration before failures. To check that more ipv6
    than ipv4 lead to the correct behaviour.
    
    Closes #18144

    Changed files

    • tests/unit/unit2600.c
  2. Change #241769

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 03 Aug 2025 22:06:26
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 40caca581f4594db02e9cb923b76e3eaea537af1

    Comments

    splay: rename KEY_NOTUSED TO SPLAY_SUBNODE
    - explains its purpose better
    - make it global static const
    - added an assert for a condition that should never happen (that we
      also catch run-time)
    
    Closes #18152

    Changed files

    • lib/splay.c