2025-05-27 08:01:49 INFO run /tmp/tmpy6365oqx# git -c advice.detachedHead=false clone --quiet https://github.com/ARPA-SIMC/wreport --branch master 2025-05-27 08:01:51 INFO moncic.cli.build Source type: 2025-05-27 08:01:51 INFO moncic.operations.base Build plugin: Set up the container before starting the build. 2025-05-27 08:01:51 INFO moncic.operations.base Build plugin: Mount the source path inside the container. 2025-05-27 08:01:51 INFO moncic.operations.base Build plugin: Collect source artifacts and make them available in the container. 2025-05-27 08:01:51 INFO moncic.operations.base Build plugin: Build-specific container setup. 2025-05-27 08:01:51 INFO moncic.operations.build Build strategy: ARPA 2025-05-27 08:01:51 INFO image.fedora42 Starting system fedora42 as mc-beyetade using image /moncic-ci/fedora42 2025-05-27 08:01:51 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-beyetade --boot --notify-ready=yes --resolv-conf=replace-host --bind-ro=/tmp/tmp2b3f4c0b/scripts:/srv/moncic-ci/scripts --bind=/tmp/tmpy6365oqx/wreport:/srv/moncic-ci/source/wreport-readonly --ephemeral --suppress-sync=yes systemd.hostname=mc-beyetade 2025-05-27 08:01:58 INFO image.fedora42 Running script Check user IDs in container 2025-05-27 08:01:58 INFO image.fedora42 Running /srv/moncic-ci/scripts/tmpj39t062b 2025-05-27 08:01:58 INFO image.fedora42 stdout: 0:0 2025-05-27 08:01:58 INFO image.fedora42 Running script Validate user database 2025-05-27 08:01:58 INFO image.fedora42 Running /srv/moncic-ci/scripts/tmp0x3qn765 2025-05-27 08:01:58 INFO image.fedora42 Running script Volatile mount setup for /srv/moncic-ci/source/wreport 2025-05-27 08:01:58 INFO image.fedora42 Running /srv/moncic-ci/scripts/tmp1udkyvts 2025-05-27 08:01:58 INFO image.fedora42 Running script Set up the container filesystem 2025-05-27 08:01:58 INFO image.fedora42 Running /srv/moncic-ci/scripts/tmpe549j0is 2025-05-27 08:01:58 INFO image.fedora42 Running script Update container packages before build 2025-05-27 08:01:58 INFO image.fedora42 Running /srv/moncic-ci/scripts/tmpw9xv5gzh 2025-05-27 08:02:04 INFO image.fedora42 stderr: Failed to download metadata (metalink: "https://mirrors.fedoraproject.org/metalink?repo=updates-released-f42&arch=x86_64") for repository "updates" 2025-05-27 08:02:04 INFO image.fedora42 stderr: Librepo error: Cannot prepare internal mirrorlist: Curl error (6): Could not resolve hostname for https://mirrors.fedoraproject.org/metalink?repo=updates-released-f42&arch=x86_64 [Could not resolve host: mirrors.fedoraproject.org] 2025-05-27 08:02:05 INFO image.fedora42 Running Run the build 2025-05-27 08:02:05 INFO image.fedora42.run /srv/moncic-ci/source/wreport# dnf builddep -y /srv/moncic-ci/source/wreport/fedora/SPECS/wreport.spec 2025-05-27 08:02:05 INFO image.fedora42 stderr: Unknown argument "builddep" for command "dnf5". Add "--help" for more information about the arguments. 2025-05-27 08:02:05 INFO image.fedora42 stderr: It could be a command provided by a plugin, try: dnf5 install 'dnf5-command(builddep)' { "source": "https://github.com/ARPA-SIMC/wreport", "distro": "fedora:42", "name": "wreport", "quick": false, "success": false, "artifacts": [], "trace_log": [], "artifacts_dir": null, "source_only": false, "on_success": [], "on_fail": [], "on_end": [], "source_history": [ { "name": "https://github.com/ARPA-SIMC/wreport", "command_log": [] }, { "name": "https://github.com/ARPA-SIMC/wreport", "command_log": [ "git -c advice.detachedHead=false clone --quiet https://github.com/ARPA-SIMC/wreport --branch master" ], "path": "/tmp/tmpy6365oqx/wreport", "readonly": false }, { "name": "https://github.com/ARPA-SIMC/wreport", "command_log": [], "path": "/tmp/tmpy6365oqx/wreport", "readonly": false, "style": "rpm-arpa", "distro": "fedora:42", "specfile_path": "fedora/SPECS/wreport.spec" } ] } Traceback (most recent call last): File "/usr/bin/monci", line 53, in cli.run_main(main) File "/usr/lib/python3.12/site-packages/moncic/cli/base.py", line 69, in run_main sys.exit(func()) ^^^^^^ File "/usr/bin/monci", line 49, in main return handler.run() ^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/moncic/cli/build.py", line 112, in run builder.host_main() File "/usr/lib/python3.12/site-packages/moncic/utils/guest.py", line 22, in wrapper return f(*args, **kw) ^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/moncic/operations/base.py", line 244, in host_main result = container.run_callable(self.guest_main, run_config) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/moncic/container/container.py", line 264, in run_callable return completed.result() ^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/moncic/runner.py", line 181, in result raise self.exc_info[1].with_traceback(self.exc_info[2]) File "/usr/lib/python3.12/site-packages/moncic/runner.py", line 513, in execute res = self.func(*self.args) File "/usr/lib/python3.12/site-packages/moncic/utils/guest.py", line 37, in wrapper return f(*args, **kw) ^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/moncic/operations/build.py", line 95, in guest_main self.build.build() ^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/moncic/utils/guest.py", line 37, in wrapper return f(*args, **kw) ^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/moncic/build/arpa.py", line 85, in build run(self.builddep + ["-y", specfile.as_posix()]) ^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.12/site-packages/moncic/utils/run.py", line 35, in run return subprocess.run(cmd, check=check, **kw) ^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.12/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, ^^^^^^^^^^^^^^^ subprocess.CalledProcessError: Command '['dnf', 'builddep', '-y', '/srv/moncic-ci/source/wreport/fedora/SPECS/wreport.spec']' returned non-zero exit status 2.