Job 1788253161458

Command: powershell -NoProfile -Command "$root='C:\Users\ash\Documents\Codex\2026-08-26\LaptopBridge-DEV';$data=Join-Path $root 'bridge-data';$o=[ordered]@{};foreach($n in 'ha3-supervisor.stdout.log','ha3-supervisor.stderr.log','ha3-status.json','ha3-supervisor.pid','ha3-child.pid'){ $p=Join-Path $data $n;if(Test-Path $p){$fi=Get-Item $p;$o[$n]=[ordered]@{modified=$fi.LastWriteTimeUtc.ToString('o');size=$fi.Length;tail=((Get-Content -Tail 120 -LiteralPath $p -ErrorAction SilentlyContinue)-join "`n")}}else{$o[$n]=[ordered]@{missing=$true}}};$cpid=[int](Get-Content -Raw (Join-Path $data 'ha3-child.pid'));$cp=Get-CimInstance Win32_Process -Filter ('ProcessId='+$cpid) -ErrorAction SilentlyContinue;if($cp){$o['child_process']=[ordered]@{pid=$cp.ProcessId;ppid=$cp.ParentProcessId;created=[string]$cp.CreationDate;cmd=[string]$cp.CommandLine}};$o|ConvertTo-Json -Depth 5 -Compress"
Directory: projects
Status: FAILED
Exit code: 1

Cancel Job Rerun Command Refresh

Error Summary

At line:1 char:458
+ ... -Tail 120 -LiteralPath $p -ErrorAction SilentlyContinue)-join `n)}}el ...
+                                                                  ~
You must provide a value expression following the '-join' operator.
At line:1 char:459
---
You must provide a value expression following the '-join' operator.
At line:1 char:459
+ ... il 120 -LiteralPath $p -ErrorAction SilentlyContinue)-join `n)}}else{ ...
+                                                                ~~
Unexpected token '`n' in expression or statement.
At line:1 char:458
---
Unexpected token '`n' in expression or statement.
At line:1 char:458
+ ... -Tail 120 -LiteralPath $p -ErrorAction SilentlyContinue)-join `n)}}el ...
+                                                                  ~
Missing closing ')' in expression.
At line:1 char:458
---
Missing closing ')' in expression.
At line:1 char:458
+ ... -Tail 120 -LiteralPath $p -ErrorAction SilentlyContinue)-join `n)}}el ...
+                                                                  ~
The hash literal was incomplete.
At line:1 char:283
---
Missing closing '}' in statement block or type definition.
At line:1 char:461
+ ... l 120 -LiteralPath $p -ErrorAction SilentlyContinue)-join `n)}}else{$ ...
+                                                                 ~
Unexpected token ')' in expression or statement.
At line:1 char:462
---
Unexpected token ')' in expression or statement.
At line:1 char:462
+ ...  120 -LiteralPath $p -ErrorAction SilentlyContinue)-join `n)}}else{$o ...
+                                                                 ~
Unexpected token '}' in expression or statement.
At line:1 char:463
---
Unexpected token '}' in expression or statement.
At line:1 char:463
+ ... 120 -LiteralPath $p -ErrorAction SilentlyContinue)-join `n)}}else{$o[ ...
+                                                                 ~
Unexpected token '}' in expression or statement.
At line:1 char:502
---
+                                                                 ~
Unexpected token '}' in expression or statement.
    + CategoryInfo          : ParserError: (:) [], ParentContainsErrorRecordException
    + FullyQualifiedErrorId : ExpectedValueExpression
 
---
Unexpected token '}' in expression or statement.
    + CategoryInfo          : ParserError: (:) [], ParentContainsErrorRecordException
    + FullyQualifiedErrorId : ExpectedValueExpression
 
---
At line:1 char:458
+ ... -Tail 120 -LiteralPath $p -ErrorAction SilentlyContinue)-join `n)}}el ...
+                                                                  ~
You must provide a value expression following the '-join' operator.
At line:1 char:459
+ ... il 120 -LiteralPath $p -ErrorAction SilentlyContinue)-join `n)}}else{ ...
+                                                                ~~
Unexpected token '`n' in expression or statement.
At line:1 char:458
+ ... -Tail 120 -LiteralPath $p -ErrorAction SilentlyContinue)-join `n)}}el ...
+                                                                  ~
Missing closing ')' in expression.
At line:1 char:458
+ ... -Tail 120 -LiteralPath $p -ErrorAction SilentlyContinue)-join `n)}}el ...
+                                                                  ~
The hash literal was incomplete.
At line:1 char:283
+ ... id','ha3-child.pid'){ $p=Join-Path $data $n;if(Test-Path $p){$fi=Get- ...
+                                                                 ~
Missing closing '}' in statement block or type definition.
At line:1 char:243
+ ... log','ha3-status.json','ha3-supervisor.pid','ha3-child.pid'){ $p=Join ...
+                                                                 ~
Missing closing '}' in statement block or type definition.
At line:1 char:461
+ ... l 120 -LiteralPath $p -ErrorAction SilentlyContinue)-join `n)}}else{$ ...
+                                                                 ~
Unexpected token ')' in expression or statement.
At line:1 char:462
+ ...  120 -LiteralPath $p -ErrorAction SilentlyContinue)-join `n)}}else{$o ...
+                                                                 ~
Unexpected token '}' in expression or statement.
At line:1 char:463
+ ... 120 -LiteralPath $p -ErrorAction SilentlyContinue)-join `n)}}else{$o[ ...
+                                                                 ~
Unexpected token '}' in expression or statement.
At line:1 char:502
+ ... lyContinue)-join `n)}}else{$o[$n]=[ordered]@{missing=$true}}};$cpid=[ ...
+                                                                 ~
Unexpected token '}' in expression or statement.
    + CategoryInfo          : ParserError: (:) [], ParentContainsErrorRecordException
    + FullyQualifiedErrorId : ExpectedValueExpression