2025-05-28 08:30:08 INFO run /tmp/tmp01a07wpr# git -c advice.detachedHead=false clone --quiet https://github.com/ARPA-SIMC/bufr2json --branch master 2025-05-28 08:30:09 INFO moncic.cli.build Source type: 2025-05-28 08:30:09 INFO moncic.operations.base Build plugin: Set up the container before starting the build. 2025-05-28 08:30:09 INFO moncic.operations.base Build plugin: Mount the source path inside the container. 2025-05-28 08:30:09 INFO moncic.operations.base Build plugin: Collect source artifacts and make them available in the container. 2025-05-28 08:30:09 INFO moncic.operations.base Build plugin: Build-specific container setup. 2025-05-28 08:30:09 INFO moncic.operations.build Build strategy: ARPA 2025-05-28 08:30:09 INFO image.fedora42 Starting system fedora42 as mc-bumoyipo using image /moncic-ci/fedora42 2025-05-28 08:30:09 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-bumoyipo --boot --notify-ready=yes --resolv-conf=replace-host --bind-ro=/tmp/tmp90ss61eq/scripts:/srv/moncic-ci/scripts --bind=/tmp/tmp01a07wpr/bufr2json:/srv/moncic-ci/source/bufr2json-readonly --ephemeral --suppress-sync=yes systemd.hostname=mc-bumoyipo 2025-05-28 08:30:16 INFO image.fedora42 Running script Check user IDs in container 2025-05-28 08:30:16 INFO image.fedora42 Running /srv/moncic-ci/scripts/tmpnso_0a3_ 2025-05-28 08:30:16 INFO image.fedora42 stdout: 0:0 2025-05-28 08:30:16 INFO image.fedora42 Running script Validate user database 2025-05-28 08:30:16 INFO image.fedora42 Running /srv/moncic-ci/scripts/tmpl5n9fp0q 2025-05-28 08:30:16 INFO image.fedora42 Running script Volatile mount setup for /srv/moncic-ci/source/bufr2json 2025-05-28 08:30:16 INFO image.fedora42 Running /srv/moncic-ci/scripts/tmps9yq6m0j 2025-05-28 08:30:16 INFO image.fedora42 Running script Set up the container filesystem 2025-05-28 08:30:16 INFO image.fedora42 Running /srv/moncic-ci/scripts/tmpvgbeo8o8 2025-05-28 08:30:16 INFO image.fedora42 Running script Update container packages before build 2025-05-28 08:30:16 INFO image.fedora42 Running /srv/moncic-ci/scripts/tmpxn4vi2oh 2025-05-28 08:30:33 INFO image.fedora42 stdout: Nothing to do. 2025-05-28 08:30:33 INFO image.fedora42 Running Run the build 2025-05-28 08:30:33 INFO image.fedora42.run /srv/moncic-ci/source/bufr2json# dnf builddep -y /srv/moncic-ci/source/bufr2json/fedora/SPECS/bufr2json.spec 2025-05-28 08:30:33 INFO image.fedora42 stderr: Updating and loading repositories: 2025-05-28 08:30:34 INFO image.fedora42 stderr: Repositories loaded. 2025-05-28 08:30:34 INFO image.fedora42 stderr: Failed to resolve the transaction: 2025-05-28 08:30:34 INFO image.fedora42 stderr: Package "python3-3.13.3-2.fc42.x86_64" is already installed. 2025-05-28 08:30:34 INFO image.fedora42 stderr: No match for argument: python3-dballe >= 8.0 2025-05-28 08:30:34 INFO image.fedora42 stderr: You can try to add to command line: 2025-05-28 08:30:34 INFO image.fedora42 stderr: --skip-unavailable to skip unavailable packages { "source": "https://github.com/ARPA-SIMC/bufr2json", "distro": "fedora:42", "name": "bufr2json", "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/bufr2json", "command_log": [] }, { "name": "https://github.com/ARPA-SIMC/bufr2json", "command_log": [ "git -c advice.detachedHead=false clone --quiet https://github.com/ARPA-SIMC/bufr2json --branch master" ], "path": "/tmp/tmp01a07wpr/bufr2json", "readonly": false }, { "name": "https://github.com/ARPA-SIMC/bufr2json", "command_log": [], "path": "/tmp/tmp01a07wpr/bufr2json", "readonly": false, "style": "rpm-arpa", "distro": "fedora:42", "specfile_path": "fedora/SPECS/bufr2json.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/bufr2json/fedora/SPECS/bufr2json.spec']' returned non-zero exit status 1.