2026-06-04 12:40:42 INFO run /tmp/tmpye2t_ok9source-git-clone# git -c advice.detachedHead=false clone --quiet https://github.com/ARPA-SIMC/meteo-vm2 --branch master 2026-06-04 12:40:44 INFO moncic.cli.build Source type: 2026-06-04 12:40:44 INFO moncic.operations.base Build plugin: Mount the source path inside the container. 2026-06-04 12:40:44 INFO moncic.operations.base Build plugin: Set up the container before starting the build. 2026-06-04 12:40:44 INFO moncic.operations.base Build plugin: Collect source artifacts and make them available in the container. 2026-06-04 12:40:44 INFO moncic.operations.base Build plugin: Build-specific container setup. 2026-06-04 12:40:44 INFO moncic.operations.build Build strategy: method 2026-06-04 12:40:44 INFO image.rocky8 Starting system rocky8 as mc-bogaluca using image /moncic-ci/rocky8 2026-06-04 12:40:44 INFO image.rocky8 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/rocky8 --machine=mc-bogaluca --boot --notify-ready=yes --resolv-conf=replace-host --timezone=copy --bind-ro=/tmp/tmpoh1mm7xqcontainer-workdir/scripts:/srv/moncic-ci/scripts --bind=/tmp/tmpye2t_ok9source-git-clone/meteo-vm2:/srv/moncic-ci/source/meteo-vm2-readonly --ephemeral --suppress-sync=yes systemd.hostname=mc-bogaluca 2026-06-04 12:43:45 ERROR image.rocky8 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/rocky8 --machine=mc-bogaluca --boot --notify-ready=yes --resolv-conf=replace-host --timezone=copy --bind-ro=/tmp/tmpoh1mm7xqcontainer-workdir/scripts:/srv/moncic-ci/scripts --bind=/tmp/tmpye2t_ok9source-git-clone/meteo-vm2:/srv/moncic-ci/source/meteo-vm2-readonly --ephemeral --suppress-sync=yes systemd.hostname=mc-bogaluca (exit code 1): b'Job for run-p2756464-i69857189.service failed because a timeout was exceeded.\nSee "systemctl status run-p2756464-i69857189.service" and "journalctl -xeu run-p2756464-i69857189.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/meteo-vm2", "command_log": [] }, { "name": "https://github.com/ARPA-SIMC/meteo-vm2", "command_log": [ "git -c advice.detachedHead=false clone --quiet https://github.com/ARPA-SIMC/meteo-vm2 --branch master" ], "path": "/tmp/tmpye2t_ok9source-git-clone/meteo-vm2", "readonly": false }, { "name": "https://github.com/ARPA-SIMC/meteo-vm2", "command_log": [], "path": "/tmp/tmpye2t_ok9source-git-clone/meteo-vm2", "readonly": false, "style": "rpm-arpa", "distro": "8", "specfile_path": "fedora/SPECS/meteo-vm2.spec" } ], "result": { "name": "meteo-vm2", "success": false, "artifacts": [], "trace_log": [], "scripts": [] } } Traceback (most recent call last): File "/usr/bin/monci", line 6, in main() ~~~~^^ File "/usr/lib/python3.13/site-packages/moncic/__main__.py", line 51, in main return handler.run() ~~~~~~~~~~~^^ File "/usr/lib/python3.13/site-packages/moncic/cli/build.py", line 142, in run builder.host_main() ~~~~~~~~~~~~~~~~~^^ File "/usr/lib/python3.13/site-packages/moncic/operations/base.py", line 244, in host_main with self.container() as container: ~~~~~~~~~~~~~~^^ File "/usr/lib64/python3.13/contextlib.py", line 141, in __enter__ return next(self.gen) File "/usr/lib/python3.13/site-packages/moncic/operations/base.py", line 218, in container with self.image.container(config=config) as container: ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^ File "/usr/lib/python3.13/site-packages/moncic/container/container.py", line 127, in __enter__ container_stack.enter_context(self._container()) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.13/contextlib.py", line 530, in enter_context result = _enter(cm) File "/usr/lib64/python3.13/contextlib.py", line 141, in __enter__ return next(self.gen) File "/usr/lib/python3.13/site-packages/moncic/nspawn/container.py", line 157, in _container with self._container_in_path(self.image.path): ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.13/contextlib.py", line 141, in __enter__ return next(self.gen) File "/usr/lib/python3.13/site-packages/moncic/nspawn/container.py", line 170, in _container_in_path self._run_nspawn(cmd) ~~~~~~~~~~~~~~~~^^^^^ File "/usr/lib/python3.13/site-packages/moncic/nspawn/container.py", line 107, in _run_nspawn raise RuntimeError("Failed to start container") RuntimeError: Failed to start container