Job 1788347721598

Command: python -c "from pathlib import Path;import hashlib,py_compile,subprocess,sys;p=Path('scheduler_v2.py');print('EXISTS='+str(p.exists()));print('SHA256='+hashlib.sha256(p.read_bytes()).hexdigest());py_compile.compile(str(p),doraise=True);r=subprocess.run([sys.executable,str(p),'--self-test'],capture_output=True,text=True,timeout=20);print(r.stdout,end='');print(r.stderr,end='');print('SELFTEST_RC='+str(r.returncode));raise SystemExit(r.returncode)"
Directory: projects
Status: SUCCESS
Exit code: 0

Cancel Job Rerun Command Refresh

EXISTS=True
SHA256=ccd0b9f19884460c76601d1fd37650093737e9828cb8ae17ca1d07c0be6f7605
{"ok":true,"revision":"20260902-01-SCHEDV2-SHADOW","first":"b1","second":"a2","states":{"a1":"superseded","a2":"pending","b1":"pending","c1":"pending","c2":"expired"},"execution_enabled":false}
SELFTEST_RC=0