Tests on windows-latest (2019) no longer allowed to kill processes? #5060
Labels
Area: Rust
bug report
investigate
Collect additional information, like space on disk, other tool incompatibilities etc.
OS: Windows
Description
In https://github.com/rustls/hyper-rustls/runs/5098841616?check_suite_focus=true, windows-latest jobs started failing like this:
The line at
tests.rs:53
issrv.kill().unwrap();
, wheresrv
is aChild
process, calling thekill
method.Virtual environments affected
Image version and build link
Current runner version: '2.287.1'
Operating System
Microsoft Windows Server 2019
10.0.17763
Datacenter
Virtual Environment
Environment: windows-2019
Version: 20220131.1
Included Software: https://github.com/actions/virtual-environments/blob/win19/20220131.1/images/win/Windows2019-Readme.md
Image Release: https://github.com/actions/virtual-environments/releases/tag/win19%2F20220131.1
Virtual Environment Provisioner
1.0.0.0-main-20220128-1
Is it regression?
Yes, succeeded in https://github.com/rustls/hyper-rustls/runs/4695816351?check_suite_focus=true (runner 2.285.1, windows-2019 20211219.1)
Expected behavior
Child process gets killed.
Actual behavior
Process kill is permission denied (OS error code 5).
Repro steps
Run a job that kills a child process.
The text was updated successfully, but these errors were encountered: