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

Builder curl-ares-solaris11-sparc Build #4624

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 29 mins, 5 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-solaris11-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 4624 Build
codebase Build
got_revision 2701ac6a4d16a62130dad05be1c484903b8545c7 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 2701ac6a4d16a62130dad05be1c484903b8545c7 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. Viktor Szakats

Timing:

StartMon Nov 10 02:07:56 2025
EndMon Nov 10 03:32:48 2025
Elapsed1 hrs, 24 mins, 51 secs

All Changes:

:

  1. Change #248168

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 10 Nov 2025 02:00:17
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2701ac6a4d16a62130dad05be1c484903b8545c7

    Comments

    processhelp.pm: log taskkill pid info, add debug envs, enable in CI
    To debug the Windows CI fails further. Acting on the suspicions that
    `taskkill` may sometimes be applied to the wrong process.
    
    - log task info, and task child info before calling `taskkill` on a PID.
      (on native Windows.)
      One of the calls needs PowerShell.
    
    - add env `CURL_TEST_NO_TASKKILL` to disable using `taskkill`.
    
    - add env `CURL_TEST_NO_TASKKILL_TREE` to use `taskkill` without
      `-t`, meaning to kill the process, but not child processes.
    
    - GHA/windows: disable `taskkill` calls, to see what happens.
      I'll revert or tweak this in a future commit depending on results.
    
    Ref: https://github.com/curl/curl/discussions/14854#discussioncomment-13062859
    Ref: https://github.com/curl/curl/discussions/14854#discussioncomment-14913014
    
    Closes #19421

    Changed files

    • .github/scripts/typos.toml
    • .github/workflows/windows.yml
    • tests/processhelp.pm