From 2d407cb83a99470dc97b2f18fe49b01e9a4fc778 Mon Sep 17 00:00:00 2001 From: homelab-runtime-publisher Date: Wed, 22 Jul 2026 20:34:43 +0000 Subject: [PATCH] runtime: publish GITEA-READER-NGINX-PYTHON-APPLY-264 --- .../GITEA-READER-NGINX-PYTHON-APPLY-264.json | 30 ++++++++ .../GITEA-READER-NGINX-PYTHON-APPLY-264.txt | 56 ++++++++++++++ runtime/latest.json | 24 +++--- runtime/latest.txt | 74 ++++++++++--------- 4 files changed, 139 insertions(+), 45 deletions(-) create mode 100644 runtime/history/GITEA-READER-NGINX-PYTHON-APPLY-264.json create mode 100644 runtime/history/GITEA-READER-NGINX-PYTHON-APPLY-264.txt diff --git a/runtime/history/GITEA-READER-NGINX-PYTHON-APPLY-264.json b/runtime/history/GITEA-READER-NGINX-PYTHON-APPLY-264.json new file mode 100644 index 0000000..e663efd --- /dev/null +++ b/runtime/history/GITEA-READER-NGINX-PYTHON-APPLY-264.json @@ -0,0 +1,30 @@ +{ + "schema_version": 1, + "channel": "homelab-runtime", + "command_id": "GITEA-READER-NGINX-PYTHON-APPLY-264", + "status": "FAIL", + "rc": 1, + "host": "pve01", + "mode": "change", + "component": "cluster-admin", + "started_at_utc": "2026-07-22T20:34:42Z", + "finished_at_utc": "2026-07-22T20:34:42Z", + "reference_register_checked": true, + "reference_sha256": "5763f2f8edc75fcf6f3951f8c95896d1cc112ceccb6cf5b64a383f540a4deb8e", + "error_register_checked": true, + "error_register_sha256": "08b3a769b8e38eaa1acec915352fb328180d70caa7ff6cd9d1ec0da426262752", + "command_sha256": "72e1e49d3cd492a4635bf1a74643cf236c4a8f52124d8fc6403e4a4a9c4bfbe3", + "duplicate_failed_command_blocked": false, + "block_reason": null, + "execution_started": true, + "changes_made": true, + "sanitized": true, + "secrets_included": false, + "private_addresses_included": false, + "raw_evidence_retained_locally": true, + "raw_evidence_sha256": "d0b9a8642ef61a3df1f6e47c0720d1235611042322c80e9226919ab0baced96a", + "sanitized_output_sha256": "d0b9a8642ef61a3df1f6e47c0720d1235611042322c80e9226919ab0baced96a", + "output_truncated_in_json": false, + "full_sanitized_output_url": "https://git.gram1.ru/.well-known/homelab-runtime/latest.txt", + "output": "Traceback (most recent call last):\n File \"\", line 27, in \n dump_run=run([\"/usr/sbin/nginx\",\"-T\"],check=False)\n File \"\", line 9, in run\n return subprocess.run(args,text=True,capture_output=True,check=check)\n ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/usr/lib/python3.13/subprocess.py\", line 554, in run\n with Popen(*popenargs, **kwargs) as process:\n ~~~~~^^^^^^^^^^^^^^^^^^^^^^\n File \"/usr/lib/python3.13/subprocess.py\", line 1039, in __init__\n self._execute_child(args, executable, preexec_fn, close_fds,\n ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n pass_fds, cwd, env,\n ^^^^^^^^^^^^^^^^^^^\n ...<5 lines>...\n gid, gids, uid, umask,\n ^^^^^^^^^^^^^^^^^^^^^^\n start_new_session, process_group)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/usr/lib/python3.13/subprocess.py\", line 1857, in _execute_child\n self._posix_spawn(args, executable, env, restore_signals, close_fds,\n ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n p2cread, p2cwrite,\n ^^^^^^^^^^^^^^^^^^\n c2pread, c2pwrite,\n ^^^^^^^^^^^^^^^^^^\n errread, errwrite)\n ^^^^^^^^^^^^^^^^^^\n File \"/usr/lib/python3.13/subprocess.py\", line 1801, in _posix_spawn\n self.pid = os.posix_spawn(executable, args, env, **kwargs)\n ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nFileNotFoundError: [Errno 2] No such file or directory: '/usr/sbin/nginx'\n" +} diff --git a/runtime/history/GITEA-READER-NGINX-PYTHON-APPLY-264.txt b/runtime/history/GITEA-READER-NGINX-PYTHON-APPLY-264.txt new file mode 100644 index 0000000..026a795 --- /dev/null +++ b/runtime/history/GITEA-READER-NGINX-PYTHON-APPLY-264.txt @@ -0,0 +1,56 @@ +CHAT_OUTPUT_BEGIN +COMMAND_ID=GITEA-READER-NGINX-PYTHON-APPLY-264 +STATUS=FAIL +RC=1 +HOST=pve01 +MODE=change +COMPONENT=cluster-admin +REFERENCE_REGISTER_CHECK=OK +REFERENCE_SHA256=5763f2f8edc75fcf6f3951f8c95896d1cc112ceccb6cf5b64a383f540a4deb8e +ERROR_REGISTER_CHECK=OK +ERROR_REGISTER_SHA256=08b3a769b8e38eaa1acec915352fb328180d70caa7ff6cd9d1ec0da426262752 +COMMAND_SHA256=72e1e49d3cd492a4635bf1a74643cf236c4a8f52124d8fc6403e4a4a9c4bfbe3 +DUPLICATE_FAILED_COMMAND_BLOCKED=false +EXECUTION_STARTED=true +CHANGES_MADE=true +SANITIZED=yes +SECRETS_INCLUDED=no +PRIVATE_ADDRESSES_INCLUDED=no +RAW_EVIDENCE_SHA256=d0b9a8642ef61a3df1f6e47c0720d1235611042322c80e9226919ab0baced96a +SANITIZED_OUTPUT_SHA256=d0b9a8642ef61a3df1f6e47c0720d1235611042322c80e9226919ab0baced96a +OUTPUT_BEGIN +Traceback (most recent call last): + File "", line 27, in + dump_run=run(["/usr/sbin/nginx","-T"],check=False) + File "", line 9, in run + return subprocess.run(args,text=True,capture_output=True,check=check) + ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/usr/lib/python3.13/subprocess.py", line 554, in run + with Popen(*popenargs, **kwargs) as process: + ~~~~~^^^^^^^^^^^^^^^^^^^^^^ + File "/usr/lib/python3.13/subprocess.py", line 1039, in __init__ + self._execute_child(args, executable, preexec_fn, close_fds, + ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + pass_fds, cwd, env, + ^^^^^^^^^^^^^^^^^^^ + ...<5 lines>... + gid, gids, uid, umask, + ^^^^^^^^^^^^^^^^^^^^^^ + start_new_session, process_group) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/usr/lib/python3.13/subprocess.py", line 1857, in _execute_child + self._posix_spawn(args, executable, env, restore_signals, close_fds, + ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + p2cread, p2cwrite, + ^^^^^^^^^^^^^^^^^^ + c2pread, c2pwrite, + ^^^^^^^^^^^^^^^^^^ + errread, errwrite) + ^^^^^^^^^^^^^^^^^^ + File "/usr/lib/python3.13/subprocess.py", line 1801, in _posix_spawn + self.pid = os.posix_spawn(executable, args, env, **kwargs) + ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +FileNotFoundError: [Errno 2] No such file or directory: '/usr/sbin/nginx' + +OUTPUT_END +CHAT_OUTPUT_END diff --git a/runtime/latest.json b/runtime/latest.json index 99698c8..e663efd 100644 --- a/runtime/latest.json +++ b/runtime/latest.json @@ -1,30 +1,30 @@ { "schema_version": 1, "channel": "homelab-runtime", - "command_id": "GITEA-READER-NGINX-RC127-ROOTCAUSE-263", - "status": "OK", - "rc": 0, + "command_id": "GITEA-READER-NGINX-PYTHON-APPLY-264", + "status": "FAIL", + "rc": 1, "host": "pve01", - "mode": "read-only", - "component": "cluster-audit", - "started_at_utc": "2026-07-22T20:32:02Z", - "finished_at_utc": "2026-07-22T20:32:02Z", + "mode": "change", + "component": "cluster-admin", + "started_at_utc": "2026-07-22T20:34:42Z", + "finished_at_utc": "2026-07-22T20:34:42Z", "reference_register_checked": true, "reference_sha256": "5763f2f8edc75fcf6f3951f8c95896d1cc112ceccb6cf5b64a383f540a4deb8e", "error_register_checked": true, "error_register_sha256": "08b3a769b8e38eaa1acec915352fb328180d70caa7ff6cd9d1ec0da426262752", - "command_sha256": "b7274e466707f95f8298c4102389fcf7416773db61e0ed6cc7b6037ce72c7ba6", + "command_sha256": "72e1e49d3cd492a4635bf1a74643cf236c4a8f52124d8fc6403e4a4a9c4bfbe3", "duplicate_failed_command_blocked": false, "block_reason": null, "execution_started": true, - "changes_made": false, + "changes_made": true, "sanitized": true, "secrets_included": false, "private_addresses_included": false, "raw_evidence_retained_locally": true, - "raw_evidence_sha256": "0b239513c197b86dfe5a9a462bf221cb31f2dc2e726ef4b28a24e7195fb74876", - "sanitized_output_sha256": "0b239513c197b86dfe5a9a462bf221cb31f2dc2e726ef4b28a24e7195fb74876", + "raw_evidence_sha256": "d0b9a8642ef61a3df1f6e47c0720d1235611042322c80e9226919ab0baced96a", + "sanitized_output_sha256": "d0b9a8642ef61a3df1f6e47c0720d1235611042322c80e9226919ab0baced96a", "output_truncated_in_json": false, "full_sanitized_output_url": "https://git.gram1.ru/.well-known/homelab-runtime/latest.txt", - "output": "PREVIOUS_COMMAND_ID=GITEA-READER-NGINX-ACTIVE-CONFIG-262\n=== EXACT_FAILURE ===\n=== RAW_TAIL ===\n=== BASH_BUILTINS ===\nmapfile is a shell builtin\nreadarray is a shell builtin\n=== EXECUTABLES ===\nMISSING=/usr/sbin/nginx\nOK=/usr/bin/printf\nOK=/usr/bin/grep\nOK=/usr/bin/awk\nOK=/usr/bin/readlink\nOK=/usr/bin/sort\nOK=/usr/bin/test\nOK=/usr/bin/curl\nOK=/usr/bin/jq\nOK=/usr/bin/systemctl\nOK=/usr/bin/mktemp\nOK=/usr/bin/date\nOK=/usr/bin/cp\nOK=/usr/bin/rm\nOK=/usr/bin/chmod\nOK=/usr/bin/cat\nCHANGES_MADE=NO\n" + "output": "Traceback (most recent call last):\n File \"\", line 27, in \n dump_run=run([\"/usr/sbin/nginx\",\"-T\"],check=False)\n File \"\", line 9, in run\n return subprocess.run(args,text=True,capture_output=True,check=check)\n ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/usr/lib/python3.13/subprocess.py\", line 554, in run\n with Popen(*popenargs, **kwargs) as process:\n ~~~~~^^^^^^^^^^^^^^^^^^^^^^\n File \"/usr/lib/python3.13/subprocess.py\", line 1039, in __init__\n self._execute_child(args, executable, preexec_fn, close_fds,\n ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n pass_fds, cwd, env,\n ^^^^^^^^^^^^^^^^^^^\n ...<5 lines>...\n gid, gids, uid, umask,\n ^^^^^^^^^^^^^^^^^^^^^^\n start_new_session, process_group)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/usr/lib/python3.13/subprocess.py\", line 1857, in _execute_child\n self._posix_spawn(args, executable, env, restore_signals, close_fds,\n ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n p2cread, p2cwrite,\n ^^^^^^^^^^^^^^^^^^\n c2pread, c2pwrite,\n ^^^^^^^^^^^^^^^^^^\n errread, errwrite)\n ^^^^^^^^^^^^^^^^^^\n File \"/usr/lib/python3.13/subprocess.py\", line 1801, in _posix_spawn\n self.pid = os.posix_spawn(executable, args, env, **kwargs)\n ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nFileNotFoundError: [Errno 2] No such file or directory: '/usr/sbin/nginx'\n" } diff --git a/runtime/latest.txt b/runtime/latest.txt index 74b70c1..026a795 100644 --- a/runtime/latest.txt +++ b/runtime/latest.txt @@ -1,48 +1,56 @@ CHAT_OUTPUT_BEGIN -COMMAND_ID=GITEA-READER-NGINX-RC127-ROOTCAUSE-263 -STATUS=OK -RC=0 +COMMAND_ID=GITEA-READER-NGINX-PYTHON-APPLY-264 +STATUS=FAIL +RC=1 HOST=pve01 -MODE=read-only -COMPONENT=cluster-audit +MODE=change +COMPONENT=cluster-admin REFERENCE_REGISTER_CHECK=OK REFERENCE_SHA256=5763f2f8edc75fcf6f3951f8c95896d1cc112ceccb6cf5b64a383f540a4deb8e ERROR_REGISTER_CHECK=OK ERROR_REGISTER_SHA256=08b3a769b8e38eaa1acec915352fb328180d70caa7ff6cd9d1ec0da426262752 -COMMAND_SHA256=b7274e466707f95f8298c4102389fcf7416773db61e0ed6cc7b6037ce72c7ba6 +COMMAND_SHA256=72e1e49d3cd492a4635bf1a74643cf236c4a8f52124d8fc6403e4a4a9c4bfbe3 DUPLICATE_FAILED_COMMAND_BLOCKED=false EXECUTION_STARTED=true -CHANGES_MADE=false +CHANGES_MADE=true SANITIZED=yes SECRETS_INCLUDED=no PRIVATE_ADDRESSES_INCLUDED=no -RAW_EVIDENCE_SHA256=0b239513c197b86dfe5a9a462bf221cb31f2dc2e726ef4b28a24e7195fb74876 -SANITIZED_OUTPUT_SHA256=0b239513c197b86dfe5a9a462bf221cb31f2dc2e726ef4b28a24e7195fb74876 +RAW_EVIDENCE_SHA256=d0b9a8642ef61a3df1f6e47c0720d1235611042322c80e9226919ab0baced96a +SANITIZED_OUTPUT_SHA256=d0b9a8642ef61a3df1f6e47c0720d1235611042322c80e9226919ab0baced96a OUTPUT_BEGIN -PREVIOUS_COMMAND_ID=GITEA-READER-NGINX-ACTIVE-CONFIG-262 -=== EXACT_FAILURE === -=== RAW_TAIL === -=== BASH_BUILTINS === -mapfile is a shell builtin -readarray is a shell builtin -=== EXECUTABLES === -MISSING=/usr/sbin/nginx -OK=/usr/bin/printf -OK=/usr/bin/grep -OK=/usr/bin/awk -OK=/usr/bin/readlink -OK=/usr/bin/sort -OK=/usr/bin/test -OK=/usr/bin/curl -OK=/usr/bin/jq -OK=/usr/bin/systemctl -OK=/usr/bin/mktemp -OK=/usr/bin/date -OK=/usr/bin/cp -OK=/usr/bin/rm -OK=/usr/bin/chmod -OK=/usr/bin/cat -CHANGES_MADE=NO +Traceback (most recent call last): + File "", line 27, in + dump_run=run(["/usr/sbin/nginx","-T"],check=False) + File "", line 9, in run + return subprocess.run(args,text=True,capture_output=True,check=check) + ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/usr/lib/python3.13/subprocess.py", line 554, in run + with Popen(*popenargs, **kwargs) as process: + ~~~~~^^^^^^^^^^^^^^^^^^^^^^ + File "/usr/lib/python3.13/subprocess.py", line 1039, in __init__ + self._execute_child(args, executable, preexec_fn, close_fds, + ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + pass_fds, cwd, env, + ^^^^^^^^^^^^^^^^^^^ + ...<5 lines>... + gid, gids, uid, umask, + ^^^^^^^^^^^^^^^^^^^^^^ + start_new_session, process_group) + ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + File "/usr/lib/python3.13/subprocess.py", line 1857, in _execute_child + self._posix_spawn(args, executable, env, restore_signals, close_fds, + ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + p2cread, p2cwrite, + ^^^^^^^^^^^^^^^^^^ + c2pread, c2pwrite, + ^^^^^^^^^^^^^^^^^^ + errread, errwrite) + ^^^^^^^^^^^^^^^^^^ + File "/usr/lib/python3.13/subprocess.py", line 1801, in _posix_spawn + self.pid = os.posix_spawn(executable, args, env, **kwargs) + ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +FileNotFoundError: [Errno 2] No such file or directory: '/usr/sbin/nginx' OUTPUT_END CHAT_OUTPUT_END