Job 1788159874191

Command: python -c "from pathlib import Path;import hashlib,py_compile,json,subprocess;root=Path(r'C:\Users\ash\Documents\Codex\2026-08-26\LaptopBridge-DEV');p=root/'sheet_relay.py';h=root/'human_assistant_uia.ps1';out={'dev_root_exists':root.is_dir(),'sheet_exists':p.is_file(),'helper_exists':h.is_file()};py_compile.compile(str(p),doraise=True);sb=p.read_bytes();hb=h.read_bytes();s=sb.decode('utf-8','replace');t=hb.decode('utf-8','replace');out.update({'sheet_sha256':hashlib.sha256(sb).hexdigest(),'helper_sha256':hashlib.sha256(hb).hexdigest(),'sheet_compile':'OK','ha2_marker':('HA2' in s),'hidden_launch':('-WindowStyle' in s and 'Hidden' in s),'create_no_window':('CREATE_NO_WINDOW' in s),'helper_modes':all(x in t for x in ('observe','find','click'))});net=subprocess.run(['netstat','-ano'],capture_output=True,text=True,timeout=5).stdout;out['listen_8766']=[x.strip() for x in net.splitlines() if ':8766' in x and 'LISTENING' in x];out['listen_8765']=[x.strip() for x in net.splitlines() if ':8765' in x and 'LISTENING' in x];tl=subprocess.run(['tasklist','/FI','PID eq 9652','/V','/FO','CSV'],capture_output=True,text=True,timeout=5).stdout.strip();out['pid9652_present']=('9652' in tl and 'No tasks are running' not in tl);out['pid9652_tasklist']=tl[:700];c=subprocess.run(['curl.exe','-sS','--max-time','3','http://127.0.0.1:8766/health'],capture_output=True,text=True,timeout=5);out['dev_health_rc']=c.returncode;out['dev_health']=(c.stdout or c.stderr)[:300];print(json.dumps(out,separators=(',',':')))"
Directory: projects
Status: FAILED
Exit code: 1

Cancel Job Rerun Command Refresh

Error Summary

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "C:\Users\ash\AppData\Local\Programs\Python\Python312\Lib\pathlib.py", line 1019, in read_bytes
    with self.open(mode='rb') as f:
---
    return io.open(self, mode, buffering, encoding, errors, newline)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\ash\\Documents\\Codex\\2026-08-26\\LaptopBridge-DEV\\human_assistant_uia.ps1'
---
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "C:\Users\ash\AppData\Local\Programs\Python\Python312\Lib\pathlib.py", line 1019, in read_bytes
    with self.open(mode='rb') as f:
         ^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\ash\AppData\Local\Programs\Python\Python312\Lib\pathlib.py", line 1013, in open
    return io.open(self, mode, buffering, encoding, errors, newline)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\ash\\Documents\\Codex\\2026-08-26\\LaptopBridge-DEV\\human_assistant_uia.ps1'