2025-12-18 15:00:26 INFO run /tmp/tmpbppz_uc6source-git-clone# git -c advice.detachedHead=false clone --quiet https://github.com/ARPA-SIMC/PRAGA --branch master 2025-12-18 15:00:38 INFO moncic.cli.build Source type: 2025-12-18 15:00:38 INFO moncic.operations.base Build plugin: Mount the source path inside the container. 2025-12-18 15:00:38 INFO moncic.operations.base Build plugin: Set up the container before starting the build. 2025-12-18 15:00:38 INFO moncic.operations.base Build plugin: Collect source artifacts and make them available in the container. 2025-12-18 15:00:38 INFO moncic.operations.base Build plugin: Build-specific container setup. 2025-12-18 15:00:38 INFO moncic.operations.build Build strategy: method 2025-12-18 15:00:38 INFO image.fedora42 Starting system fedora42 as mc-bopimowa using image /moncic-ci/fedora42 2025-12-18 15:00:38 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-bopimowa --boot --notify-ready=yes --resolv-conf=replace-host --timezone=copy --bind-ro=/tmp/tmprhvlx4d3container-workdir/scripts:/srv/moncic-ci/scripts --bind=/tmp/tmpbppz_uc6source-git-clone/PRAGA:/srv/moncic-ci/source/PRAGA-readonly --ephemeral --suppress-sync=yes systemd.hostname=mc-bopimowa 2025-12-18 15:02:09 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-bopimowa --boot --notify-ready=yes --resolv-conf=replace-host --timezone=copy --bind-ro=/tmp/tmprhvlx4d3container-workdir/scripts:/srv/moncic-ci/scripts --bind=/tmp/tmpbppz_uc6source-git-clone/PRAGA:/srv/moncic-ci/source/PRAGA-readonly --ephemeral --suppress-sync=yes systemd.hostname=mc-bopimowa (exit code 1): b'Job for run-r8fc542ca8d774edea87ae1c5447868a0.service failed because a timeout was exceeded.\nSee "systemctl status run-r8fc542ca8d774edea87ae1c5447868a0.service" and "journalctl -xeu run-r8fc542ca8d774edea87ae1c5447868a0.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/PRAGA", "command_log": [] }, { "name": "https://github.com/ARPA-SIMC/PRAGA", "command_log": [ "git -c advice.detachedHead=false clone --quiet https://github.com/ARPA-SIMC/PRAGA --branch master" ], "path": "/tmp/tmpbppz_uc6source-git-clone/PRAGA", "readonly": false }, { "name": "https://github.com/ARPA-SIMC/PRAGA", "command_log": [], "path": "/tmp/tmpbppz_uc6source-git-clone/PRAGA", "readonly": false, "style": "rpm-arpa", "distro": "42", "specfile_path": "fedora/SPECS/PRAGA.spec" } ], "result": { "name": "PRAGA", "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 118, in run builder.host_main() File "/usr/lib/python3.12/site-packages/moncic/operations/base.py", line 194, 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 171, 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