2025-11-05 21:20:20 INFO run /tmp/tmpqro5lsur# git -c advice.detachedHead=false clone --quiet https://github.com/ARPA-SIMC/CRITERIA3D --branch master 2025-11-05 21:21:24 INFO moncic.cli.build Source type: 2025-11-05 21:21:24 INFO moncic.operations.base Build plugin: Mount the source path inside the container. 2025-11-05 21:21:24 INFO moncic.operations.base Build plugin: Set up the container before starting the build. 2025-11-05 21:21:24 INFO moncic.operations.base Build plugin: Collect source artifacts and make them available in the container. 2025-11-05 21:21:24 INFO moncic.operations.base Build plugin: Build-specific container setup. 2025-11-05 21:21:24 INFO moncic.operations.build Build strategy: method 2025-11-05 21:21:24 INFO image.fedora42 Starting system fedora42 as mc-bobakife using image /moncic-ci/fedora42 2025-11-05 21:21:24 INFO image.fedora42 Running systemd-run --property=KillMode=mixed --property=Type=notify --property=RestartForceExitStatus=133 --property=SuccessExitStatus=133 --property=Slice=machine.slice --property=Delegate=yes --property=TasksMax=16384 --property=WatchdogSec=3min systemd-nspawn --quiet --directory=/moncic-ci/fedora42 --machine=mc-bobakife --boot --notify-ready=yes --resolv-conf=replace-host --timezone=copy --bind-ro=/tmp/tmp_aqnjh41/scripts:/srv/moncic-ci/scripts --bind=/tmp/tmpqro5lsur/CRITERIA3D:/srv/moncic-ci/source/CRITERIA3D-readonly --ephemeral --suppress-sync=yes systemd.hostname=mc-bobakife 2025-11-05 21:22:56 ERROR image.fedora42 Failed to run systemd-run --property=KillMode=mixed --property=Type=notify --property=RestartForceExitStatus=133 --property=SuccessExitStatus=133 --property=Slice=machine.slice --property=Delegate=yes --property=TasksMax=16384 --property=WatchdogSec=3min systemd-nspawn --quiet --directory=/moncic-ci/fedora42 --machine=mc-bobakife --boot --notify-ready=yes --resolv-conf=replace-host --timezone=copy --bind-ro=/tmp/tmp_aqnjh41/scripts:/srv/moncic-ci/scripts --bind=/tmp/tmpqro5lsur/CRITERIA3D:/srv/moncic-ci/source/CRITERIA3D-readonly --ephemeral --suppress-sync=yes systemd.hostname=mc-bobakife (exit code 1): b'Job for run-rc0fcfb0c114b484ca428a4635e1efad3.service failed because a timeout was exceeded.\nSee "systemctl status run-rc0fcfb0c114b484ca428a4635e1efad3.service" and "journalctl -xeu run-rc0fcfb0c114b484ca428a4635e1efad3.service" for details.\n' { "config": { "quick": false, "artifacts_dir": null, "source_only": false, "on_success": [], "on_fail": [], "on_end": [] }, "source_history": [ { "name": "https://github.com/ARPA-SIMC/CRITERIA3D", "command_log": [] }, { "name": "https://github.com/ARPA-SIMC/CRITERIA3D", "command_log": [ "git -c advice.detachedHead=false clone --quiet https://github.com/ARPA-SIMC/CRITERIA3D --branch master" ], "path": "/tmp/tmpqro5lsur/CRITERIA3D", "readonly": false }, { "name": "https://github.com/ARPA-SIMC/CRITERIA3D", "command_log": [], "path": "/tmp/tmpqro5lsur/CRITERIA3D", "readonly": false, "style": "rpm-arpa", "distro": "42", "specfile_path": "fedora/SPECS/CRITERIA3D.spec" } ], "result": { "name": "CRITERIA3D", "success": false, "artifacts": [], "trace_log": [], "scripts": [] } } Traceback (most recent call last): File "/usr/bin/monci", line 6, in main() File "/usr/lib/python3.12/site-packages/moncic/__main__.py", line 47, in main return handler.run() ^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/moncic/cli/build.py", line 119, in run builder.host_main() File "/usr/lib/python3.12/site-packages/moncic/operations/base.py", line 192, in host_main with self.container() as container: ^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.12/contextlib.py", line 137, in __enter__ return next(self.gen) ^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/moncic/operations/base.py", line 169, in container with self.image.container(config=config) as container: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/moncic/container/container.py", line 110, in __enter__ self.stack.enter_context(self._container()) File "/usr/lib64/python3.12/contextlib.py", line 526, in enter_context result = _enter(cm) ^^^^^^^^^^ File "/usr/lib64/python3.12/contextlib.py", line 137, in __enter__ return next(self.gen) ^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/moncic/nspawn/container.py", line 142, in _container with self._container_in_path(self.image.path): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.12/contextlib.py", line 137, in __enter__ return next(self.gen) ^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/moncic/nspawn/container.py", line 150, in _container_in_path self._run_nspawn(cmd) File "/usr/lib/python3.12/site-packages/moncic/nspawn/container.py", line 99, in _run_nspawn raise RuntimeError("Failed to start container") RuntimeError: Failed to start container