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

Builder curl-ares-solaris11-sparc Build #4325

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionc1372df2e2fa93d4435aeb50d068643b53194000
Got Revisionc1372df2e2fa93d4435aeb50d068643b53194000
Changes1 change

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 43 mins, 50 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 6 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 4325 Build
codebase Build
got_revision c1372df2e2fa93d4435aeb50d068643b53194000 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision c1372df2e2fa93d4435aeb50d068643b53194000 Build
scheduler schedule-curl-ares-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing

Timing:

StartThu Aug 7 13:12:53 2025
EndThu Aug 7 15:28:03 2025
Elapsed2 hrs, 15 mins, 10 secs

All Changes:

:

  1. Change #242352

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 07 Aug 2025 11:35:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c1372df2e2fa93d4435aeb50d068643b53194000

    Comments

    ares: destroy channel on shutdown
    When we cancel async resolv operations, we have kept an existing ares
    channel open. This seems unreliable as reported in #18216.
    
    To get reliable behaviour, always destroy the ares channel on async
    shutdown and create a new one on demand.
    
    Fixes #18216
    Reported-by: devgs on github
    Closes #18217

    Changed files

    • lib/asyn-ares.c