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

Builder curl-ares-solaris10-i386 Build #3632

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionfaa2db202b9b90a157f1204d1e028b377042841b
Got Revisionfaa2db202b9b90a157f1204d1e028b377042841b
Changes3 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 2 hrs, 59 mins, 44 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 3632 Build
codebase Build
got_revision faa2db202b9b90a157f1204d1e028b377042841b Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision faa2db202b9b90a157f1204d1e028b377042841b 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. Stefan Eissing
  2. Viktor Szakats

Timing:

StartTue Aug 19 18:08:17 2025
EndWed Aug 20 03:01:41 2025
Elapsed8 hrs, 53 mins, 23 secs

All Changes:

:

  1. Change #243255

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 19 Aug 2025 09:47:33
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b48997ba7bfa3a6193ebcd6df2d1a59fc2b1dc4b

    Comments

    GHA/non-native: delete OmniOS job
    It's somewhat flaky, slow (6-8 minutes), needs maintenance, and did not
    turn up real issues to justify keeping.
    
    Notably it did not help catch a regression seen on Solaris OS: #16915
    
    Follow-up to 90e644f944969bb11c6448bf50c6d441b5c0b1e6 #13583
    Closes #18314

    Changed files

    • .github/workflows/non-native.yml
  2. Change #243257

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 19 Aug 2025 10:07:25
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 52775a7fb4ba63d66d60067dea4a5293fb7c55a1

    Comments

    GHA/windows: install `Win32::Process*` perl modules
    To make the CI jobs use native Win32 API calls instead of calling
    external tools to look up and kill PIDs of native Windows test server
    processes.
    
    Follow-up to 2388b0e5878da030fac0e9d1ad490bc5447e37e0 #18308
    Closes #18296

    Changed files

    • .github/workflows/windows.yml
  3. Change #243315

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Tue 19 Aug 2025 17:43:33
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision faa2db202b9b90a157f1204d1e028b377042841b

    Comments

    ares: handle channel being destroyed early
    We are destroying the ares channel already when we shutdown
    resolving. Querying the pollset afterwards is still happening,
    especially in event based processing and needs to work in the
    absence of a channel.
    
    Fixes #18317
    Reported-by: Natris on github
    Closes #18318

    Changed files

    • lib/asyn-ares.c
    • lib/asyn-base.c