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

Builder curl-ares-solaris10-i386 Build #3718

Build In Progress:

[waiting for Lock]

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git  
    1. - no logs -
    1. - no logs -
    1. - no logs -
  2. Runtest  
    1. - no logs -
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 3718 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision 2701ac6a4d16a62130dad05be1c484903b8545c7 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. Viktor Szakats

Timing:

StartMon Nov 10 07:39:28 2025
Elapsed2 hrs, 15 mins, 30 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