runtime: publish GITEA-READER-NGINX-PYTHON-APPLY-264
This commit is contained in:
@@ -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 \"<string>\", line 27, in <module>\n dump_run=run([\"/usr/sbin/nginx\",\"-T\"],check=False)\n File \"<string>\", 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"
|
||||||
|
}
|
||||||
@@ -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 "<string>", line 27, in <module>
|
||||||
|
dump_run=run(["/usr/sbin/nginx","-T"],check=False)
|
||||||
|
File "<string>", 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
|
||||||
+12
-12
@@ -1,30 +1,30 @@
|
|||||||
{
|
{
|
||||||
"schema_version": 1,
|
"schema_version": 1,
|
||||||
"channel": "homelab-runtime",
|
"channel": "homelab-runtime",
|
||||||
"command_id": "GITEA-READER-NGINX-RC127-ROOTCAUSE-263",
|
"command_id": "GITEA-READER-NGINX-PYTHON-APPLY-264",
|
||||||
"status": "OK",
|
"status": "FAIL",
|
||||||
"rc": 0,
|
"rc": 1,
|
||||||
"host": "pve01",
|
"host": "pve01",
|
||||||
"mode": "read-only",
|
"mode": "change",
|
||||||
"component": "cluster-audit",
|
"component": "cluster-admin",
|
||||||
"started_at_utc": "2026-07-22T20:32:02Z",
|
"started_at_utc": "2026-07-22T20:34:42Z",
|
||||||
"finished_at_utc": "2026-07-22T20:32:02Z",
|
"finished_at_utc": "2026-07-22T20:34:42Z",
|
||||||
"reference_register_checked": true,
|
"reference_register_checked": true,
|
||||||
"reference_sha256": "5763f2f8edc75fcf6f3951f8c95896d1cc112ceccb6cf5b64a383f540a4deb8e",
|
"reference_sha256": "5763f2f8edc75fcf6f3951f8c95896d1cc112ceccb6cf5b64a383f540a4deb8e",
|
||||||
"error_register_checked": true,
|
"error_register_checked": true,
|
||||||
"error_register_sha256": "08b3a769b8e38eaa1acec915352fb328180d70caa7ff6cd9d1ec0da426262752",
|
"error_register_sha256": "08b3a769b8e38eaa1acec915352fb328180d70caa7ff6cd9d1ec0da426262752",
|
||||||
"command_sha256": "b7274e466707f95f8298c4102389fcf7416773db61e0ed6cc7b6037ce72c7ba6",
|
"command_sha256": "72e1e49d3cd492a4635bf1a74643cf236c4a8f52124d8fc6403e4a4a9c4bfbe3",
|
||||||
"duplicate_failed_command_blocked": false,
|
"duplicate_failed_command_blocked": false,
|
||||||
"block_reason": null,
|
"block_reason": null,
|
||||||
"execution_started": true,
|
"execution_started": true,
|
||||||
"changes_made": false,
|
"changes_made": true,
|
||||||
"sanitized": true,
|
"sanitized": true,
|
||||||
"secrets_included": false,
|
"secrets_included": false,
|
||||||
"private_addresses_included": false,
|
"private_addresses_included": false,
|
||||||
"raw_evidence_retained_locally": true,
|
"raw_evidence_retained_locally": true,
|
||||||
"raw_evidence_sha256": "0b239513c197b86dfe5a9a462bf221cb31f2dc2e726ef4b28a24e7195fb74876",
|
"raw_evidence_sha256": "d0b9a8642ef61a3df1f6e47c0720d1235611042322c80e9226919ab0baced96a",
|
||||||
"sanitized_output_sha256": "0b239513c197b86dfe5a9a462bf221cb31f2dc2e726ef4b28a24e7195fb74876",
|
"sanitized_output_sha256": "d0b9a8642ef61a3df1f6e47c0720d1235611042322c80e9226919ab0baced96a",
|
||||||
"output_truncated_in_json": false,
|
"output_truncated_in_json": false,
|
||||||
"full_sanitized_output_url": "https://git.gram1.ru/.well-known/homelab-runtime/latest.txt",
|
"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 \"<string>\", line 27, in <module>\n dump_run=run([\"/usr/sbin/nginx\",\"-T\"],check=False)\n File \"<string>\", 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"
|
||||||
}
|
}
|
||||||
|
|||||||
+41
-33
@@ -1,48 +1,56 @@
|
|||||||
CHAT_OUTPUT_BEGIN
|
CHAT_OUTPUT_BEGIN
|
||||||
COMMAND_ID=GITEA-READER-NGINX-RC127-ROOTCAUSE-263
|
COMMAND_ID=GITEA-READER-NGINX-PYTHON-APPLY-264
|
||||||
STATUS=OK
|
STATUS=FAIL
|
||||||
RC=0
|
RC=1
|
||||||
HOST=pve01
|
HOST=pve01
|
||||||
MODE=read-only
|
MODE=change
|
||||||
COMPONENT=cluster-audit
|
COMPONENT=cluster-admin
|
||||||
REFERENCE_REGISTER_CHECK=OK
|
REFERENCE_REGISTER_CHECK=OK
|
||||||
REFERENCE_SHA256=5763f2f8edc75fcf6f3951f8c95896d1cc112ceccb6cf5b64a383f540a4deb8e
|
REFERENCE_SHA256=5763f2f8edc75fcf6f3951f8c95896d1cc112ceccb6cf5b64a383f540a4deb8e
|
||||||
ERROR_REGISTER_CHECK=OK
|
ERROR_REGISTER_CHECK=OK
|
||||||
ERROR_REGISTER_SHA256=08b3a769b8e38eaa1acec915352fb328180d70caa7ff6cd9d1ec0da426262752
|
ERROR_REGISTER_SHA256=08b3a769b8e38eaa1acec915352fb328180d70caa7ff6cd9d1ec0da426262752
|
||||||
COMMAND_SHA256=b7274e466707f95f8298c4102389fcf7416773db61e0ed6cc7b6037ce72c7ba6
|
COMMAND_SHA256=72e1e49d3cd492a4635bf1a74643cf236c4a8f52124d8fc6403e4a4a9c4bfbe3
|
||||||
DUPLICATE_FAILED_COMMAND_BLOCKED=false
|
DUPLICATE_FAILED_COMMAND_BLOCKED=false
|
||||||
EXECUTION_STARTED=true
|
EXECUTION_STARTED=true
|
||||||
CHANGES_MADE=false
|
CHANGES_MADE=true
|
||||||
SANITIZED=yes
|
SANITIZED=yes
|
||||||
SECRETS_INCLUDED=no
|
SECRETS_INCLUDED=no
|
||||||
PRIVATE_ADDRESSES_INCLUDED=no
|
PRIVATE_ADDRESSES_INCLUDED=no
|
||||||
RAW_EVIDENCE_SHA256=0b239513c197b86dfe5a9a462bf221cb31f2dc2e726ef4b28a24e7195fb74876
|
RAW_EVIDENCE_SHA256=d0b9a8642ef61a3df1f6e47c0720d1235611042322c80e9226919ab0baced96a
|
||||||
SANITIZED_OUTPUT_SHA256=0b239513c197b86dfe5a9a462bf221cb31f2dc2e726ef4b28a24e7195fb74876
|
SANITIZED_OUTPUT_SHA256=d0b9a8642ef61a3df1f6e47c0720d1235611042322c80e9226919ab0baced96a
|
||||||
OUTPUT_BEGIN
|
OUTPUT_BEGIN
|
||||||
PREVIOUS_COMMAND_ID=GITEA-READER-NGINX-ACTIVE-CONFIG-262
|
Traceback (most recent call last):
|
||||||
=== EXACT_FAILURE ===
|
File "<string>", line 27, in <module>
|
||||||
=== RAW_TAIL ===
|
dump_run=run(["/usr/sbin/nginx","-T"],check=False)
|
||||||
=== BASH_BUILTINS ===
|
File "<string>", line 9, in run
|
||||||
mapfile is a shell builtin
|
return subprocess.run(args,text=True,capture_output=True,check=check)
|
||||||
readarray is a shell builtin
|
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
=== EXECUTABLES ===
|
File "/usr/lib/python3.13/subprocess.py", line 554, in run
|
||||||
MISSING=/usr/sbin/nginx
|
with Popen(*popenargs, **kwargs) as process:
|
||||||
OK=/usr/bin/printf
|
~~~~~^^^^^^^^^^^^^^^^^^^^^^
|
||||||
OK=/usr/bin/grep
|
File "/usr/lib/python3.13/subprocess.py", line 1039, in __init__
|
||||||
OK=/usr/bin/awk
|
self._execute_child(args, executable, preexec_fn, close_fds,
|
||||||
OK=/usr/bin/readlink
|
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
OK=/usr/bin/sort
|
pass_fds, cwd, env,
|
||||||
OK=/usr/bin/test
|
^^^^^^^^^^^^^^^^^^^
|
||||||
OK=/usr/bin/curl
|
...<5 lines>...
|
||||||
OK=/usr/bin/jq
|
gid, gids, uid, umask,
|
||||||
OK=/usr/bin/systemctl
|
^^^^^^^^^^^^^^^^^^^^^^
|
||||||
OK=/usr/bin/mktemp
|
start_new_session, process_group)
|
||||||
OK=/usr/bin/date
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
OK=/usr/bin/cp
|
File "/usr/lib/python3.13/subprocess.py", line 1857, in _execute_child
|
||||||
OK=/usr/bin/rm
|
self._posix_spawn(args, executable, env, restore_signals, close_fds,
|
||||||
OK=/usr/bin/chmod
|
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
OK=/usr/bin/cat
|
p2cread, p2cwrite,
|
||||||
CHANGES_MADE=NO
|
^^^^^^^^^^^^^^^^^^
|
||||||
|
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
|
OUTPUT_END
|
||||||
CHAT_OUTPUT_END
|
CHAT_OUTPUT_END
|
||||||
|
|||||||
Reference in New Issue
Block a user