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

Builder curl-unthreaded-solaris11-i386 Build #4012

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-unthreaded-solaris11-i386' triggered this build

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 58 mins, 14 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 16 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave
buildername curl-unthreaded-solaris11-i386 Builder
buildnumber 4012 Build
codebase Build
got_revision 2701ac6a4d16a62130dad05be1c484903b8545c7 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 2701ac6a4d16a62130dad05be1c484903b8545c7 Build
scheduler schedule-curl-unthreaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartMon Nov 10 02:07:52 2025
EndMon Nov 10 03:06:32 2025
Elapsed58 mins, 39 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