Job 1788162011390

Command: powershell -NoProfile -Command "$ErrorActionPreference='Stop';$p=Get-CimInstance Win32_Process -Filter 'ProcessId=16088' -ErrorAction SilentlyContinue;if(-not $p){Write-Output 'PID_ALREADY_GONE';exit 0};if([string]$p.CommandLine -notlike '*dev_bridge_launcher.py*'){throw 'PID16088_IDENTITY_GUARD_FAILED'};if([int]$p.ParentProcessId -ne 17488){throw ('PID16088_PARENT_CHANGED_'+$p.ParentProcessId)};cmd.exe /c taskkill /PID 16088 /T /F;Write-Output ('TASKKILL_RC='+$LASTEXITCODE);Start-Sleep -Seconds 2;Write-Output ('PID_EXISTS='+[bool](Get-Process -Id 16088 -ErrorAction SilentlyContinue));Write-Output '---8766---';netstat -ano|findstr ':8766'"
Directory: projects
Status: SUCCESS
Exit code: 0

Cancel Job Rerun Command Refresh

ERROR: The process with PID 16088 (child process of PID 17488) could not be terminated.
Reason: There is no running instance of the task.

TASKKILL_RC=255
PID_EXISTS=True
---8766---
  TCP    127.0.0.1:8766         0.0.0.0:0              LISTENING       16088