2026-04-05 11:00.01: New job: test edwintorok/lintcstubs https://github.com/edwintorok/lintcstubs.git#refs/heads/main (ab0d498f8756597fdedc175aeca6ef43a47064f7) (linux-x86_64:fedora-43-5.4_opam-2.5)Base: ocaml/opam:fedora-43-ocaml-5.4@sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc0Opam project buildTo reproduce locally:git clone --recursive "https://github.com/edwintorok/lintcstubs.git" -b "main" && cd "lintcstubs" && git reset --hard ab0d498fcat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:fedora-43-ocaml-5.4@sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc0# fedora-43-5.4_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo dnf install -y findutilsRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 lintcstubs.opam lintcstubs-gen.opam ./RUN opam pin add -yn lintcstubs.dev './' && \opam pin add -yn lintcstubs-gen.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="angstrom.0.16.1 arg-complete.0.2.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base batteries.3.10.0 bigstringaf.0.10.0 bos.0.2.1 camlp-streams.5.0.1 catapult.0.2 catapult-file.0.2 conf-autoconf.0.2 conf-gcc.1.0 conf-gmp.5 conf-graphviz.0.1 conf-perl.2 conf-pkg-config.4 cppo.1.8.0 cpu.2.0.0 csexp.1.5.2 cstruct.6.2.0 ctypes.0.24.0 domain-local-await.1.0.1 domain_shims.0.1.0 dune.3.22.1 dune-build-info.3.22.1 dune-compiledb.0.6.0 dune-configurator.3.22.1 dune-private-libs.3.22.1 dune-site.3.22.1 dyn.3.22.1 ezjsonm.1.3.0 fileutils.0.6.6 fmt.0.11.0 fpath.0.7.3 fs-io.3.22.1 goblint.2.7.1 goblint-cil.2.0.9 hex.1.5.0 integers.0.7.0 json-data-encoding.1.0.1 jsonm.1.0.2 jsonrpc.1.25.0 lintcstubs-arity.0.5.1 logs.0.10.0 num.1.6 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.22.1 parsexp.v0.17.0 pp.2.0.0 ppx_blob.0.9.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_deriving_hash.0.1.3 ppx_deriving_yojson.3.10.0 ppxlib.0.38.0 qcheck-core.0.91 rresult.0.7.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 sha.1.15.4 stdlib-shims.0.3.0 stdune.3.22.1 stringext.1.6.0 thread-table.1.0.0 top-closure.3.22.1 topkg.1.1.1 uri.4.4.0 uuidm.0.9.10 uutf.1.0.4 yaml.3.2.0 yojson.2.2.2 zarith.1.14"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y lintcstubs.dev lintcstubs-gen.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-04-05 11:00.01: Using cache hint "edwintorok/lintcstubs-ocaml/opam:fedora-43-ocaml-5.4@sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc0-fedora-43-5.4_opam-2.5-3b110370db999989b49bfda92dc54000"2026-04-05 11:00.01: Using OBuilder spec:((from ocaml/opam:fedora-43-ocaml-5.4@sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc0)(comment fedora-43-5.4_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (network host)(shell "sudo dnf install -y findutils"))(run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))(run (shell "opam init --reinit -ni"))(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))(workdir /src)(run (shell "sudo chown opam /src"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src lintcstubs.opam lintcstubs-gen.opam) (dst ./))(run (network host)(shell "opam pin add -yn lintcstubs.dev './' && \\nopam pin add -yn lintcstubs-gen.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "angstrom.0.16.1 arg-complete.0.2.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base batteries.3.10.0 bigstringaf.0.10.0 bos.0.2.1 camlp-streams.5.0.1 catapult.0.2 catapult-file.0.2 conf-autoconf.0.2 conf-gcc.1.0 conf-gmp.5 conf-graphviz.0.1 conf-perl.2 conf-pkg-config.4 cppo.1.8.0 cpu.2.0.0 csexp.1.5.2 cstruct.6.2.0 ctypes.0.24.0 domain-local-await.1.0.1 domain_shims.0.1.0 dune.3.22.1 dune-build-info.3.22.1 dune-compiledb.0.6.0 dune-configurator.3.22.1 dune-private-libs.3.22.1 dune-site.3.22.1 dyn.3.22.1 ezjsonm.1.3.0 fileutils.0.6.6 fmt.0.11.0 fpath.0.7.3 fs-io.3.22.1 goblint.2.7.1 goblint-cil.2.0.9 hex.1.5.0 integers.0.7.0 json-data-encoding.1.0.1 jsonm.1.0.2 jsonrpc.1.25.0 lintcstubs-arity.0.5.1 logs.0.10.0 num.1.6 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.22.1 parsexp.v0.17.0 pp.2.0.0 ppx_blob.0.9.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_deriving_hash.0.1.3 ppx_deriving_yojson.3.10.0 ppxlib.0.38.0 qcheck-core.0.91 rresult.0.7.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 sha.1.15.4 stdlib-shims.0.3.0 stdune.3.22.1 stringext.1.6.0 thread-table.1.0.0 top-closure.3.22.1 topkg.1.1.1 uri.4.4.0 uuidm.0.9.10 uutf.1.0.4 yaml.3.2.0 yojson.2.2.2 zarith.1.14")(env CI true)(env OCAMLCI true)(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y lintcstubs.dev lintcstubs-gen.dev $DEPS"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))(copy (src .) (dst /src))(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")))2026-04-05 11:00.01: Waiting for resource in pool OCluster2026-04-05 11:00.01: Waiting for worker…2026-04-05 11:00.01: Got resource from pool OClusterBuilding on laodoke.caelum.ci.devAll commits already cachedHEAD is now at ab0d498 Move to codeberg(from ocaml/opam:fedora-43-ocaml-5.4@sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc0)Unable to find image 'ocaml/opam:fedora-43-ocaml-5.4@sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc0' locallydocker.io/ocaml/opam@sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc0: Pulling from ocaml/opam5bc90b3315da: Pulling fs layer33cde4bdcf90: Pulling fs layerb5955b8be52e: Pulling fs layerfbf1b27930a6: Pulling fs layer5bc90b3315da: Waiting33cde4bdcf90: Waitingb347f3d8654c: Pulling fs layerb5955b8be52e: Waitingfbf1b27930a6: Waiting612ce5ee7018: Pulling fs layerb347f3d8654c: Waiting39a0083c72b4: Pulling fs layer612ce5ee7018: Waiting2a32d726bc66: Pulling fs layer39a0083c72b4: Waitinge11ae392722c: Pulling fs layer2a32d726bc66: Waiting8d611bf8a252: Pulling fs layer0e1351173a64: Pulling fs layere11ae392722c: Waiting8d611bf8a252: Waitingf8d564b68b69: Pulling fs layer0e1646b50296: Pulling fs layer0e1351173a64: Waitingf8d564b68b69: Waiting2801b00e97cb: Pulling fs layer0e1646b50296: Waiting4043da018e76: Pulling fs layer2801b00e97cb: Waiting78d7c0bec0d9: Pulling fs layer4043da018e76: Waiting3b3b2404c3c9: Pulling fs layer8467b570f768: Pulling fs layer78d7c0bec0d9: Waitingaf1b4ee1a3ae: Pulling fs layer3b3b2404c3c9: Waiting8467b570f768: Waitingd8dfc440aace: Pulling fs layeraf1b4ee1a3ae: Waiting49b2a8e5a461: Pulling fs layerd8dfc440aace: Waiting4f4fb700ef54: Pulling fs layer49b2a8e5a461: Waiting8be6bee5bc68: Pulling fs layer3c9a56c64991: Pulling fs layer8be6bee5bc68: Waitinge80b01b68140: Pulling fs layer3c9a56c64991: Waitingfef37f6a2418: Pulling fs layere80b01b68140: Waiting2585abb9d55d: Pulling fs layer120374638853: Pulling fs layerfef37f6a2418: Waiting2585abb9d55d: Waiting63dfb60472ab: Pulling fs layer120374638853: Waitingabc6281a8a2d: Pulling fs layer63dfb60472ab: Waitingeed1b7440d1e: Pulling fs layerabc6281a8a2d: Waiting0a3bf2765d2e: Pulling fs layereed1b7440d1e: Waiting886ab5bf800e: Pulling fs layer0a3bf2765d2e: Waitinga46169c2e251: Pulling fs layer886ab5bf800e: Waiting80ef96b71029: Pulling fs layera46169c2e251: Waiting895656fb7a7a: Pulling fs layer80ef96b71029: Waitingfa1d27dc8eab: Pulling fs layer895656fb7a7a: Waiting3813748e3271: Pulling fs layerfa1d27dc8eab: Waiting55d32576fd82: Pulling fs layer3813748e3271: Waiting77f643b56c63: Pulling fs layer55d32576fd82: Waitingce0f0971e20d: Pulling fs layer77f643b56c63: Waiting9e039d85a4d4: Pulling fs layerce0f0971e20d: Waiting4000d2b4aa9a: Pulling fs layer9e039d85a4d4: Waiting26f209a0e652: Pulling fs layer4000d2b4aa9a: Waiting135e05105094: Pulling fs layer26f209a0e652: Waiting135e05105094: Waiting5bc90b3315da: Verifying Checksum5bc90b3315da: Download complete33cde4bdcf90: Verifying Checksum33cde4bdcf90: Download completeb5955b8be52e: Verifying Checksumb5955b8be52e: Download complete5bc90b3315da: Pull complete33cde4bdcf90: Pull completefbf1b27930a6: Verifying Checksumfbf1b27930a6: Download completeb347f3d8654c: Verifying Checksumb347f3d8654c: Download complete612ce5ee7018: Verifying Checksum612ce5ee7018: Download complete39a0083c72b4: Verifying Checksum39a0083c72b4: Download complete2a32d726bc66: Verifying Checksum2a32d726bc66: Download completee11ae392722c: Verifying Checksume11ae392722c: Download complete8d611bf8a252: Verifying Checksum8d611bf8a252: Download complete0e1351173a64: Verifying Checksum0e1351173a64: Download completeb5955b8be52e: Pull completef8d564b68b69: Verifying Checksumf8d564b68b69: Download complete0e1646b50296: Verifying Checksum0e1646b50296: Download complete2801b00e97cb: Verifying Checksum2801b00e97cb: Download complete4043da018e76: Verifying Checksum4043da018e76: Download complete78d7c0bec0d9: Verifying Checksum78d7c0bec0d9: Download complete3b3b2404c3c9: Verifying Checksum3b3b2404c3c9: Download complete8467b570f768: Download completeaf1b4ee1a3ae: Download completed8dfc440aace: Verifying Checksumd8dfc440aace: Download complete49b2a8e5a461: Verifying Checksum49b2a8e5a461: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete8be6bee5bc68: Verifying Checksum8be6bee5bc68: Download complete3c9a56c64991: Verifying Checksum3c9a56c64991: Download completee80b01b68140: Verifying Checksume80b01b68140: Download completefef37f6a2418: Verifying Checksumfef37f6a2418: Download complete2585abb9d55d: Download complete120374638853: Verifying Checksum120374638853: Download complete63dfb60472ab: Verifying Checksum63dfb60472ab: Download completeabc6281a8a2d: Verifying Checksumabc6281a8a2d: Download completeeed1b7440d1e: Download complete0a3bf2765d2e: Verifying Checksum0a3bf2765d2e: Download completea46169c2e251: Verifying Checksuma46169c2e251: Download complete886ab5bf800e: Download complete895656fb7a7a: Verifying Checksum895656fb7a7a: Download complete3813748e3271: Verifying Checksum3813748e3271: Download complete55d32576fd82: Verifying Checksum55d32576fd82: Download complete77f643b56c63: Verifying Checksum77f643b56c63: Download completece0f0971e20d: Verifying Checksumce0f0971e20d: Download completefa1d27dc8eab: Verifying Checksumfa1d27dc8eab: Download complete4000d2b4aa9a: Download complete26f209a0e652: Verifying Checksum26f209a0e652: Download complete135e05105094: Download complete9e039d85a4d4: Verifying Checksum9e039d85a4d4: Download completefbf1b27930a6: Pull complete80ef96b71029: Verifying Checksum80ef96b71029: Download completeb347f3d8654c: Pull complete612ce5ee7018: Pull complete39a0083c72b4: Pull complete2a32d726bc66: Pull completee11ae392722c: Pull complete8d611bf8a252: Pull complete0e1351173a64: Pull completef8d564b68b69: Pull complete0e1646b50296: Pull complete2801b00e97cb: Pull complete4043da018e76: Pull complete78d7c0bec0d9: Pull complete3b3b2404c3c9: Pull complete8467b570f768: Pull completeaf1b4ee1a3ae: Pull completed8dfc440aace: Pull complete49b2a8e5a461: Pull complete4f4fb700ef54: Pull complete8be6bee5bc68: Pull complete3c9a56c64991: Pull completee80b01b68140: Pull completefef37f6a2418: Pull complete2585abb9d55d: Pull complete120374638853: Pull complete63dfb60472ab: Pull completeabc6281a8a2d: Pull completeeed1b7440d1e: Pull complete0a3bf2765d2e: Pull complete886ab5bf800e: Pull completea46169c2e251: Pull complete80ef96b71029: Pull complete895656fb7a7a: Pull completefa1d27dc8eab: Pull complete3813748e3271: Pull complete55d32576fd82: Pull complete77f643b56c63: Pull completece0f0971e20d: Pull complete9e039d85a4d4: Pull complete4000d2b4aa9a: Pull complete26f209a0e652: Pull complete135e05105094: Pull completeDigest: sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc0Status: Downloaded newer image for ocaml/opam@sha256:ec893d8ac00bb6c06ff30c59cce2f3727107c3133de5ad1c8ede28c001e94cc02026-04-05 11:00.03 ---> using "55235f591e73e0a73aca087590237c1328c7cdaa35a59ddc1b194c05d8428492" from cache/: (comment fedora-43-5.4_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (network host)(shell "sudo dnf install -y findutils"))Updating and loading repositories:Fedora 43 openh264 (From Cisco) - x86_ 100% | 2.2 KiB/s | 986.0 B | 00m00sFedora 43 - x86_64 - Updates 100% | 27.6 KiB/s | 7.6 KiB | 00m00sFedora 43 - x86_64 100% | 113.7 KiB/s | 21.6 KiB | 00m00sRepositories loaded.Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed.Nothing to do.2026-04-05 11:00.03 ---> using "7be4732085dd791e3306e4890e7569aeb833b1c020b82d2656f90ce5709ff383" from cache/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-04-05 11:00.03 ---> using "a71c21cacef3eec18238e988128fcc4b6f9993c22d77b143d9eb518c22533292" from cache/src: (run (shell "opam init --reinit -ni"))Configuring from /home/opam/.opamrc and then from built-in defaults.Checking for available remotes: rsync and local, git.- you won't be able to use mercurial repositories unless you install the hg command on your system.- you won't be able to use darcs repositories unless you install the darcs command on your system.This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.You may want to back it up before going further.Continue? [Y/n] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-04-05 11:00.03 ---> using "2db368f3560f30e6502da68709ea4cd9e55d7fac30af1db9e0e4de129f5987b6" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-106-genericThe OCaml toplevel, version 5.4.02.5.02026-04-05 11:00.03 ---> using "f3d4c2d71b743487228470cbb258b245e8bb4eef88b4bcc7c24bcbdafa500505" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-05 11:00.03 ---> using "9c94321cd96c56d0bfea35e9fa0a7ab6bf97f253006f5c4f91b2747c471fc520" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD4f056bfedf..6445530b48 master -> origin/masterd06cfb1853 Merge pull request #29632 from shonfeder/release-dune-3.22.1<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything as up-to-date as possible (run with --verbose to show unavailable upgrades).However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# To update the current shell environment, run: eval $(opam env)2026-04-05 11:00.03 ---> using "073a3f4a992d5ae3c4395393a4968d31fd18da7644cfae38b152fe905bf97483" from cache/src: (copy (src lintcstubs.opam lintcstubs-gen.opam) (dst ./))2026-04-05 11:00.03 ---> using "d2d372f0d37899bae4e5cae66eb27aa1f969754879a9a1fb28fd5b822ff9cd01" from cache/src: (run (network host)(shell "opam pin add -yn lintcstubs.dev './' && \\nopam pin add -yn lintcstubs-gen.dev './'"))[lintcstubs.dev] synchronised (file:///src)lintcstubs is now pinned to file:///src (version dev)[lintcstubs-gen.dev] synchronised (file:///src)lintcstubs-gen is now pinned to file:///src (version dev)2026-04-05 11:00.03 ---> using "d005fca022f5b0626c6cafb6f77b50b2e9edecbaaaf8a406445eb95f996f50b0" from cache/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-05 11:00.03 ---> using "e44545ca9db2610df80232f0d27ad19ee51a107078369604c555b9657a86b874" from cache/src: (env DEPS "angstrom.0.16.1 arg-complete.0.2.1 astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base batteries.3.10.0 bigstringaf.0.10.0 bos.0.2.1 camlp-streams.5.0.1 catapult.0.2 catapult-file.0.2 conf-autoconf.0.2 conf-gcc.1.0 conf-gmp.5 conf-graphviz.0.1 conf-perl.2 conf-pkg-config.4 cppo.1.8.0 cpu.2.0.0 csexp.1.5.2 cstruct.6.2.0 ctypes.0.24.0 domain-local-await.1.0.1 domain_shims.0.1.0 dune.3.22.1 dune-build-info.3.22.1 dune-compiledb.0.6.0 dune-configurator.3.22.1 dune-private-libs.3.22.1 dune-site.3.22.1 dyn.3.22.1 ezjsonm.1.3.0 fileutils.0.6.6 fmt.0.11.0 fpath.0.7.3 fs-io.3.22.1 goblint.2.7.1 goblint-cil.2.0.9 hex.1.5.0 integers.0.7.0 json-data-encoding.1.0.1 jsonm.1.0.2 jsonrpc.1.25.0 lintcstubs-arity.0.5.1 logs.0.10.0 num.1.6 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.22.1 parsexp.v0.17.0 pp.2.0.0 ppx_blob.0.9.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_deriving_hash.0.1.3 ppx_deriving_yojson.3.10.0 ppxlib.0.38.0 qcheck-core.0.91 rresult.0.7.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 sha.1.15.4 stdlib-shims.0.3.0 stdune.3.22.1 stringext.1.6.0 thread-table.1.0.0 top-closure.3.22.1 topkg.1.1.1 uri.4.4.0 uuidm.0.9.10 uutf.1.0.4 yaml.3.2.0 yojson.2.2.2 zarith.1.14")/src: (env CI true)/src: (env OCAMLCI true)/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y lintcstubs.dev lintcstubs-gen.dev $DEPS"))+ /usr/sbin/sudo "yum" "makecache"- Updating and loading repositories:- Fedora 43 - x86_64 - Updates 100% | 16.5 KiB/s | 6.1 KiB | 00m00s- Repositories loaded.- Metadata cache created.<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[lintcstubs.dev] synchronised (file:///src)[lintcstubs-gen.dev] synchronised (file:///src)[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.0).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).The following system packages will first need to be installed:gmp-devel graphviz perl-ExtUtils-MakeMaker perl-FindBin perl-Pod-Html<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/sbin/sudo "yum" "install" "-y" "gmp-devel" "graphviz" "perl-ExtUtils-MakeMaker" "perl-FindBin" "perl-Pod-Html"- Updating and loading repositories:- Repositories loaded.- Package Arch Version Repository Size- Upgrading:- perl-Errno x86_64 1.38-523.fc43 updates 8.4 KiB- replacing perl-Errno x86_64 1.38-522.fc43 updates 8.4 KiB- perl-interpreter x86_64 4:5.42.2-523.fc43 updates 118.8 KiB- replacing perl-interpreter x86_64 4:5.42.1-522.fc43 updates 118.6 KiB- perl-libs x86_64 4:5.42.2-523.fc43 updates 11.5 MiB- replacing perl-libs x86_64 4:5.42.1-522.fc43 updates 11.5 MiB- Installing:- gmp-devel x86_64 1:6.3.0-4.fc43 fedora 352.3 KiB- graphviz x86_64 13.1.2-3.fc43 updates 4.0 MiB- perl-ExtUtils-MakeMaker noarch 2:7.76-521.fc43 fedora 739.7 KiB- perl-FindBin noarch 1.54-523.fc43 updates 6.8 KiB- perl-Pod-Html noarch 1.35-523.fc43 updates 42.3 KiB- Installing dependencies:- abattis-cantarell-vf-fonts noarch 0.301-15.fc43 fedora 192.7 KiB- add-determinism x86_64 0.6.0-3.fc43 updates 2.3 MiB- adobe-mappings-cmap noarch 20231115-3.fc43 fedora 15.2 MiB- adobe-mappings-cmap-deprecated noarch 20231115-3.fc43 fedora 582.1 KiB- adobe-mappings-pdf noarch 20190401-10.fc43 fedora 4.4 MiB- annobin-docs noarch 12.99-1.fc43 fedora 98.9 KiB- annobin-plugin-gcc x86_64 12.99-1.fc43 fedora 1.0 MiB- ansible-srpm-macros noarch 1-18.1.fc43 fedora 35.7 KiB- avahi-libs x86_64 0.9~rc2-6.fc43 fedora 171.6 KiB- build-reproducibility-srpm-macros noarch 0.6.0-3.fc43 updates 735.0 B- cairo x86_64 1.18.4-2.fc43 fedora 1.8 MiB- cairo-gobject x86_64 1.18.4-2.fc43 fedora 31.1 KiB- cups-filesystem noarch 1:2.4.16-7.fc43 updates 0.0 B- cups-libs x86_64 1:2.4.16-7.fc43 updates 618.7 KiB- default-fonts-core-sans noarch 4.2-5.fc43 fedora 11.9 KiB- dwz x86_64 0.16-2.fc43 fedora 287.1 KiB- efi-srpm-macros noarch 6-4.fc43 fedora 40.1 KiB- file x86_64 5.46-8.fc43 fedora 100.2 KiB- filesystem-srpm-macros noarch 3.18-50.fc43 fedora 38.2 KiB- fontconfig x86_64 2.17.0-3.fc43 fedora 765.9 KiB- fonts-filesystem noarch 1:2.0.5-23.fc43 fedora 0.0 B- fonts-srpm-macros noarch 1:2.0.5-23.fc43 fedora 55.8 KiB- forge-srpm-macros noarch 0.4.0-3.fc43 fedora 38.9 KiB- fpc-srpm-macros noarch 1.3-15.fc43 fedora 144.0 B- freetype x86_64 2.13.3-3.fc43 fedora 850.2 KiB- fribidi x86_64 1.0.16-3.fc43 fedora 190.3 KiB- gap-srpm-macros noarch 2-1.fc43 fedora 2.1 KiB- gcc-plugin-annobin x86_64 15.2.1-7.fc43 updates 57.2 KiB- gd x86_64 2.3.3-19.fc43 fedora 403.6 KiB- gdk-pixbuf2 x86_64 2.44.4-1.fc43 updates 2.5 MiB- ghc-srpm-macros noarch 1.9.2-3.fc43 fedora 779.0 B- glibc-gconv-extra x86_64 2.42-10.fc43 updates 7.2 MiB- glycin-libs x86_64 2.0.8-1.fc43 updates 4.2 MiB- glycin-loaders x86_64 2.0.8-1.fc43 updates 12.7 MiB- gmp-c++ x86_64 1:6.3.0-4.fc43 fedora 27.6 KiB- gnat-srpm-macros noarch 7-1.fc43 updates 1.0 KiB- go-srpm-macros noarch 3.8.0-1.fc43 fedora 61.9 KiB- google-droid-sans-fonts noarch 20200215-23.fc43 fedora 6.3 MiB- google-noto-fonts-common noarch 20251101-2.fc43 updates 17.7 KiB- google-noto-sans-vf-fonts noarch 20251101-2.fc43 updates 1.4 MiB- gpgme x86_64 1.24.3-6.fc43 fedora 587.9 KiB- gpgmepp x86_64 1.24.3-6.fc43 fedora 429.2 KiB- gpgverify noarch 2.2-3.fc43 fedora 8.7 KiB- graphite2 x86_64 1.3.14-19.fc43 fedora 191.8 KiB- graphviz-libs x86_64 13.1.2-3.fc43 updates 1.2 MiB- gts x86_64 0.7.6-51.20121130.fc43 fedora 636.6 KiB- harfbuzz x86_64 11.5.1-2.fc43 updates 2.8 MiB- highway x86_64 1.3.0-1.fc43 updates 5.5 MiB- java-srpm-macros noarch 1-7.fc43 fedora 870.0 B- jbig2dec-libs x86_64 0.20-7.fc43 fedora 164.9 KiB- jbigkit-libs x86_64 2.1-32.fc43 fedora 113.5 KiB- kernel-srpm-macros noarch 1.0-27.fc43 fedora 1.9 KiB- lasi x86_64 1.1.3-17.fc43 fedora 126.7 KiB- lcms2 x86_64 2.16-6.fc43 fedora 433.7 KiB- libICE x86_64 1.1.2-3.fc43 fedora 194.4 KiB- libSM x86_64 1.2.5-3.fc43 fedora 101.0 KiB- libXext x86_64 1.3.6-4.fc43 fedora 90.0 KiB- libXft x86_64 2.3.8-9.fc43 fedora 164.4 KiB- libXpm x86_64 3.5.17-6.fc43 fedora 148.3 KiB- libXrender x86_64 0.9.12-3.fc43 fedora 46.0 KiB- libXt x86_64 1.3.1-3.fc43 fedora 429.8 KiB- libaom x86_64 3.13.1-1.fc43 fedora 5.0 MiB- libavif x86_64 1.3.0-2.fc43 fedora 258.0 KiB- libdatrie x86_64 0.2.13-12.fc43 fedora 53.8 KiB- libdav1d x86_64 1.5.3-1.fc43 updates 1.7 MiB- libgs x86_64 10.05.1-6.fc43 updates 23.5 MiB- libheif x86_64 1.20.2-6.fc43 fedora 1.6 MiB- libijs x86_64 0.35-25.fc43 fedora 61.6 KiB- libimagequant x86_64 4.0.3-8.fc43 fedora 690.9 KiB- libjpeg-turbo x86_64 3.1.3-1.fc43 updates 806.3 KiB- libjxl x86_64 1:0.11.1-7.fc43 updates 4.1 MiB- liblerc x86_64 4.0.0-9.fc43 fedora 624.1 KiB- libopenjph x86_64 0.22.0-2.fc43 fedora 466.2 KiB- libpaper x86_64 1:2.1.1-9.fc43 fedora 48.7 KiB- libpng x86_64 2:1.6.55-1.fc43 updates 241.7 KiB- librsvg2 x86_64 2.61.0-5.fc43 updates 5.1 MiB- libthai x86_64 0.1.29-11.fc43 fedora 783.4 KiB- libtiff x86_64 4.7.1-1.fc43 updates 624.4 KiB- libvmaf x86_64 3.0.0-4.fc43 fedora 827.0 KiB- libwebp x86_64 1.6.0-2.fc43 fedora 956.6 KiB- libyuv x86_64 0-0.57.20240704git96bbdb5.fc43 fedora 679.7 KiB- lua-srpm-macros noarch 1-16.fc43 fedora 1.3 KiB- lzo x86_64 2.10-15.fc43 fedora 178.9 KiB- netpbm x86_64 11.13.00-1.fc43 updates 580.0 KiB- nspr x86_64 4.38.2-4.fc43 updates 315.5 KiB- nss x86_64 3.121.0-1.fc43 updates 1.9 MiB- nss-softokn x86_64 3.121.0-1.fc43 updates 2.0 MiB- nss-softokn-freebl x86_64 3.121.0-1.fc43 updates 991.0 KiB- nss-sysinit x86_64 3.121.0-1.fc43 updates 18.1 KiB- nss-util x86_64 3.121.0-1.fc43 updates 204.8 KiB- ocaml-srpm-macros noarch 11-2.fc43 fedora 1.9 KiB- openblas-srpm-macros noarch 2-20.fc43 fedora 112.0 B- openh264 x86_64 2.6.0-2.fc43 fedora-cisco-openh264 1.1 MiB- openjpeg x86_64 2.5.4-1.fc43 fedora 456.3 KiB- package-notes-srpm-macros noarch 0.5-15.fc43 updates 1.6 KiB- pango x86_64 1.57.1-1.fc43 updates 1.0 MiB- perl-AutoSplit noarch 5.74-523.fc43 updates 23.1 KiB- perl-Benchmark noarch 1.27-523.fc43 updates 36.4 KiB- perl-CPAN-Meta-Requirements noarch 2.143-13.fc43 fedora 81.2 KiB- perl-CPAN-Meta-YAML noarch 0.020-521.fc43 fedora 52.1 KiB- perl-Devel-PPPort x86_64 3.73-521.fc43 fedora 889.8 KiB- perl-ExtUtils-Command noarch 2:7.76-521.fc43 fedora 9.6 KiB- perl-ExtUtils-Constant noarch 0.25-523.fc43 updates 85.9 KiB- perl-ExtUtils-Install noarch 2.22-520.fc43 fedora 85.5 KiB- perl-ExtUtils-Manifest noarch 1:1.75-520.fc43 fedora 84.8 KiB- perl-ExtUtils-ParseXS noarch 1:3.58-2.fc43 fedora 539.6 KiB- perl-Hash-Util x86_64 0.32-523.fc43 updates 55.0 KiB- perl-Hash-Util-FieldHash x86_64 1.27-523.fc43 updates 62.6 KiB- perl-I18N-Langinfo x86_64 0.24-523.fc43 updates 34.7 KiB- perl-JSON-PP noarch 1:4.16-522.fc43 updates 141.9 KiB- perl-Math-BigInt noarch 1:2.0050.03-3.fc43 fedora 1.1 MiB- perl-Math-Complex noarch 1.63-523.fc43 updates 85.1 KiB- perl-Test-Harness noarch 1:3.52-4.fc43 fedora 560.8 KiB- perl-fields noarch 2.27-523.fc43 updates 11.9 KiB- perl-srpm-macros noarch 1-60.fc43 fedora 861.0 B- perl-version x86_64 9:0.99.33-521.fc43 fedora 128.7 KiB- pixman x86_64 0.46.2-2.fc43 fedora 710.3 KiB- poppler x86_64 25.07.0-3.fc43 updates 3.8 MiB- poppler-data noarch 0.4.11-10.fc43 fedora 12.3 MiB- poppler-glib x86_64 25.07.0-3.fc43 updates 633.9 KiB- pyproject-srpm-macros noarch 1.18.7-1.fc43 updates 1.9 KiB- python-srpm-macros noarch 3.14-5.fc43 fedora 51.5 KiB- python3-pyparsing noarch 3.1.2-14.fc43 fedora 1.0 MiB- qt5-srpm-macros noarch 5.15.18-1.fc43 updates 500.0 B- qt6-srpm-macros noarch 6.10.2-1.fc43 updates 472.0 B- rav1e-libs x86_64 0.8.1-2.fc43 updates 3.1 MiB- redhat-rpm-config noarch 343-11.fc43 fedora 182.9 KiB- rust-srpm-macros noarch 28.4-1.fc43 updates 5.5 KiB- shared-mime-info x86_64 2.4-2.fc43 fedora 5.2 MiB- svt-av1-libs x86_64 3.1.2-1.fc43 fedora 5.6 MiB- systemtap-sdt-devel x86_64 5.4-1.fc43 updates 184.0 KiB- systemtap-sdt-dtrace x86_64 5.4-1.fc43 updates 180.6 KiB- tree-sitter-srpm-macros noarch 0.4.2-1.fc43 fedora 8.3 KiB- urw-base35-bookman-fonts noarch 20200910-26.fc43 fedora 1.4 MiB- urw-base35-c059-fonts noarch 20200910-26.fc43 fedora 1.4 MiB- urw-base35-d050000l-fonts noarch 20200910-26.fc43 fedora 84.3 KiB- urw-base35-fonts noarch 20200910-26.fc43 fedora 5.3 KiB- urw-base35-fonts-common noarch 20200910-26.fc43 fedora 37.4 KiB- urw-base35-gothic-fonts noarch 20200910-26.fc43 fedora 1.2 MiB- urw-base35-nimbus-mono-ps-fonts noarch 20200910-26.fc43 fedora 1.0 MiB- urw-base35-nimbus-roman-fonts noarch 20200910-26.fc43 fedora 1.4 MiB- urw-base35-nimbus-sans-fonts noarch 20200910-26.fc43 fedora 2.4 MiB- urw-base35-p052-fonts noarch 20200910-26.fc43 fedora 1.5 MiB- urw-base35-standard-symbols-ps-fonts noarch 20200910-26.fc43 fedora 64.9 KiB- urw-base35-z003-fonts noarch 20200910-26.fc43 fedora 390.8 KiB- xml-common noarch 0.6.3-67.fc43 fedora 78.4 KiB- zig-srpm-macros noarch 1-5.fc43 fedora 1.1 KiB- zip x86_64 3.0-44.fc43 fedora 694.5 KiB- Installing weak dependencies:- perl-CPAN-Meta noarch 2.150010-520.fc43 fedora 592.2 KiB- perl-Encode-Locale noarch 1.05-32.fc43 fedora 19.0 KiB- perl-Time-HiRes x86_64 4:1.9778-520.fc43 fedora 115.8 KiB- perl-devel x86_64 4:5.42.2-523.fc43 updates 3.8 MiB- perl-doc noarch 5.42.2-523.fc43 updates 11.4 MiB-- Transaction Summary:- Installing: 158 packages- Upgrading: 3 packages- Replacing: 3 packages-- Total size of inbound packages is 62 MiB. Need to download 62 MiB.- After this operation, 203 MiB extra will be used (install 215 MiB, remove 12 MiB).- [ 1/161] perl-ExtUtils-Command-2:7.76- 100% | 129.2 KiB/s | 14.0 KiB | 00m00s- [ 2/161] perl-ExtUtils-Install-0:2.22- 100% | 347.1 KiB/s | 43.4 KiB | 00m00s- [ 3/161] perl-ExtUtils-MakeMaker-2:7.7 100% | 2.1 MiB/s | 294.6 KiB | 00m00s- [ 4/161] perl-ExtUtils-Manifest-1:1.75 100% | 629.7 KiB/s | 34.0 KiB | 00m00s- [ 5/161] perl-ExtUtils-ParseXS-1:3.58- 100% | 3.3 MiB/s | 220.7 KiB | 00m00s- [ 6/161] perl-version-9:0.99.33-521.fc 100% | 2.1 MiB/s | 62.8 KiB | 00m00s- [ 7/161] perl-Test-Harness-1:3.52-4.fc 100% | 2.7 MiB/s | 277.7 KiB | 00m00s- [ 8/161] gmp-c++-1:6.3.0-4.fc43.x86_64 100% | 255.6 KiB/s | 18.4 KiB | 00m00s- [ 9/161] gmp-devel-1:6.3.0-4.fc43.x86_ 100% | 2.2 MiB/s | 174.3 KiB | 00m00s- [ 10/161] fontconfig-0:2.17.0-3.fc43.x8 100% | 1.1 MiB/s | 272.2 KiB | 00m00s- [ 11/161] cairo-0:1.18.4-2.fc43.x86_64 100% | 2.4 MiB/s | 729.3 KiB | 00m00s- [ 12/161] freetype-0:2.13.3-3.fc43.x86_ 100% | 3.1 MiB/s | 412.1 KiB | 00m00s- [ 13/161] gd-0:2.3.3-19.fc43.x86_64 100% | 1.0 MiB/s | 136.3 KiB | 00m00s- [ 14/161] lasi-0:1.1.3-17.fc43.x86_64 100% | 407.6 KiB/s | 55.0 KiB | 00m00s- [ 15/161] gts-0:0.7.6-51.20121130.fc43. 100% | 1.1 MiB/s | 239.2 KiB | 00m00s- [ 16/161] libXrender-0:0.9.12-3.fc43.x8 100% | 368.1 KiB/s | 26.9 KiB | 00m00s- [ 17/161] urw-base35-fonts-0:20200910-2 100% | 111.0 KiB/s | 9.9 KiB | 00m00s- [ 18/161] graphviz-0:13.1.2-3.fc43.x86_ 100% | 1.6 MiB/s | 1.3 MiB | 00m01s- [ 19/161] libXext-0:1.3.6-4.fc43.x86_64 100% | 476.3 KiB/s | 39.1 KiB | 00m00s- [ 20/161] libwebp-0:1.6.0-2.fc43.x86_64 100% | 1.3 MiB/s | 324.2 KiB | 00m00s- [ 21/161] default-fonts-core-sans-0:4.2 100% | 398.6 KiB/s | 29.9 KiB | 00m00s- [ 22/161] fonts-filesystem-1:2.0.5-23.f 100% | 87.7 KiB/s | 8.7 KiB | 00m00s- [ 23/161] lzo-0:2.10-15.fc43.x86_64 100% | 315.5 KiB/s | 69.4 KiB | 00m00s- [ 24/161] xml-common-0:0.6.3-67.fc43.no 100% | 796.1 KiB/s | 31.0 KiB | 00m00s- [ 25/161] libXpm-0:3.5.17-6.fc43.x86_64 100% | 698.0 KiB/s | 65.6 KiB | 00m00s- [ 26/161] pixman-0:0.46.2-2.fc43.x86_64 100% | 868.1 KiB/s | 292.5 KiB | 00m00s- [ 27/161] libavif-0:1.3.0-2.fc43.x86_64 100% | 914.4 KiB/s | 120.7 KiB | 00m00s- [ 28/161] libimagequant-0:4.0.3-8.fc43. 100% | 907.1 KiB/s | 313.8 KiB | 00m00s- [ 29/161] urw-base35-d050000l-fonts-0:2 100% | 578.6 KiB/s | 75.2 KiB | 00m00s- [ 30/161] urw-base35-fonts-common-0:202 100% | 192.8 KiB/s | 20.6 KiB | 00m00s- [ 31/161] urw-base35-c059-fonts-0:20200 100% | 1.5 MiB/s | 872.9 KiB | 00m01s- [ 32/161] urw-base35-bookman-fonts-0:20 100% | 1.1 MiB/s | 845.2 KiB | 00m01s- [ 33/161] urw-base35-gothic-fonts-0:202 100% | 2.8 MiB/s | 640.8 KiB | 00m00s- [ 34/161] urw-base35-nimbus-mono-ps-fon 100% | 2.5 MiB/s | 793.8 KiB | 00m00s- [ 35/161] urw-base35-nimbus-roman-fonts 100% | 2.5 MiB/s | 853.1 KiB | 00m00s- [ 36/161] urw-base35-standard-symbols-p 100% | 1.4 MiB/s | 57.7 KiB | 00m00s- [ 37/161] urw-base35-nimbus-sans-fonts- 100% | 2.5 MiB/s | 1.3 MiB | 00m01s- [ 38/161] urw-base35-z003-fonts-0:20200 100% | 1.4 MiB/s | 274.9 KiB | 00m00s- [ 39/161] urw-base35-p052-fonts-0:20200 100% | 2.1 MiB/s | 972.1 KiB | 00m00s- [ 40/161] abattis-cantarell-vf-fonts-0: 100% | 1.4 MiB/s | 120.1 KiB | 00m00s- [ 41/161] libyuv-0:0-0.57.20240704git96 100% | 2.7 MiB/s | 202.1 KiB | 00m00s- [ 42/161] libvmaf-0:3.0.0-4.fc43.x86_64 100% | 3.8 MiB/s | 196.6 KiB | 00m00s- [ 43/161] perl-FindBin-0:1.54-523.fc43. 100% | 219.9 KiB/s | 13.9 KiB | 00m00s- [ 44/161] perl-Pod-Html-0:1.35-523.fc43 100% | 448.3 KiB/s | 29.1 KiB | 00m00s- [ 45/161] libaom-0:3.13.1-1.fc43.x86_64 100% | 4.9 MiB/s | 1.9 MiB | 00m00s- [ 46/161] perl-Benchmark-0:1.27-523.fc4 100% | 587.0 KiB/s | 26.4 KiB | 00m00s- [ 47/161] perl-fields-0:2.27-523.fc43.n 100% | 477.2 KiB/s | 15.7 KiB | 00m00s- [ 48/161] svt-av1-libs-0:3.1.2-1.fc43.x 100% | 5.1 MiB/s | 2.0 MiB | 00m00s- [ 49/161] perl-AutoSplit-0:5.74-523.fc4 100% | 226.1 KiB/s | 21.2 KiB | 00m00s- [ 50/161] libjpeg-turbo-0:3.1.3-1.fc43. 100% | 2.2 MiB/s | 236.8 KiB | 00m00s- [ 51/161] libdav1d-0:1.5.3-1.fc43.x86_6 100% | 3.3 MiB/s | 637.4 KiB | 00m00s- [ 52/161] pango-0:1.57.1-1.fc43.x86_64 100% | 2.0 MiB/s | 358.0 KiB | 00m00s- [ 53/161] libXft-0:2.3.8-9.fc43.x86_64 100% | 760.5 KiB/s | 72.2 KiB | 00m00s- [ 54/161] fribidi-0:1.0.16-3.fc43.x86_6 100% | 423.2 KiB/s | 53.3 KiB | 00m00s- [ 55/161] libdatrie-0:0.2.13-12.fc43.x8 100% | 444.4 KiB/s | 32.0 KiB | 00m00s- [ 56/161] libthai-0:0.1.29-11.fc43.x86_ 100% | 1.7 MiB/s | 210.3 KiB | 00m00s- [ 57/161] rav1e-libs-0:0.8.1-2.fc43.x86 100% | 2.3 MiB/s | 1.1 MiB | 00m00s- [ 58/161] netpbm-0:11.13.00-1.fc43.x86_ 100% | 1.4 MiB/s | 187.7 KiB | 00m00s- [ 59/161] libtiff-0:4.7.1-1.fc43.x86_64 100% | 2.0 MiB/s | 222.4 KiB | 00m00s- [ 60/161] jbigkit-libs-0:2.1-32.fc43.x8 100% | 402.9 KiB/s | 53.2 KiB | 00m00s- [ 61/161] libpng-2:1.6.55-1.fc43.x86_64 100% | 563.4 KiB/s | 123.9 KiB | 00m00s- [ 62/161] liblerc-0:4.0.0-9.fc43.x86_64 100% | 2.0 MiB/s | 215.1 KiB | 00m00s- [ 63/161] graphite2-0:1.3.14-19.fc43.x8 100% | 1.2 MiB/s | 95.6 KiB | 00m00s- [ 64/161] google-noto-fonts-common-0:20 100% | 467.9 KiB/s | 17.3 KiB | 00m00s- [ 65/161] perl-Hash-Util-0:0.32-523.fc4 100% | 697.2 KiB/s | 34.2 KiB | 00m00s- [ 66/161] perl-Hash-Util-FieldHash-0:1. 100% | 1.0 MiB/s | 38.4 KiB | 00m00s- [ 67/161] google-noto-sans-vf-fonts-0:2 100% | 2.7 MiB/s | 614.5 KiB | 00m00s- [ 68/161] gdk-pixbuf2-0:2.44.4-1.fc43.x 100% | 1.5 MiB/s | 484.9 KiB | 00m00s- [ 69/161] shared-mime-info-0:2.4-2.fc43 100% | 1.4 MiB/s | 399.7 KiB | 00m00s- [ 70/161] harfbuzz-0:11.5.1-2.fc43.x86_ 100% | 1.3 MiB/s | 1.1 MiB | 00m01s- [ 71/161] graphviz-libs-0:13.1.2-3.fc43 100% | 1.3 MiB/s | 482.7 KiB | 00m00s- [ 72/161] adobe-mappings-cmap-deprecate 100% | 906.9 KiB/s | 102.5 KiB | 00m00s- [ 73/161] adobe-mappings-pdf-0:20190401 100% | 2.2 MiB/s | 619.3 KiB | 00m00s- [ 74/161] adobe-mappings-cmap-0:2023111 100% | 3.6 MiB/s | 2.2 MiB | 00m01s- [ 75/161] jbig2dec-libs-0:0.20-7.fc43.x 100% | 1.4 MiB/s | 74.0 KiB | 00m00s- [ 76/161] lcms2-0:2.16-6.fc43.x86_64 100% | 2.8 MiB/s | 182.8 KiB | 00m00s- [ 77/161] libXt-0:1.3.1-3.fc43.x86_64 100% | 2.4 MiB/s | 179.2 KiB | 00m00s- [ 78/161] libijs-0:0.35-25.fc43.x86_64 100% | 246.7 KiB/s | 29.1 KiB | 00m00s- [ 79/161] libpaper-1:2.1.1-9.fc43.x86_6 100% | 160.2 KiB/s | 26.6 KiB | 00m00s- [ 80/161] openjpeg-0:2.5.4-1.fc43.x86_6 100% | 961.2 KiB/s | 192.2 KiB | 00m00s- [ 81/161] libICE-0:1.1.2-3.fc43.x86_64 100% | 697.8 KiB/s | 78.1 KiB | 00m00s- [ 82/161] libSM-0:1.2.5-3.fc43.x86_64 100% | 818.9 KiB/s | 44.2 KiB | 00m00s- [ 83/161] google-droid-sans-fonts-0:202 100% | 2.4 MiB/s | 2.7 MiB | 00m01s- [ 84/161] cairo-gobject-0:1.18.4-2.fc43 100% | 940.6 KiB/s | 16.9 KiB | 00m00s- [ 85/161] poppler-glib-0:25.07.0-3.fc43 100% | 983.0 KiB/s | 207.4 KiB | 00m00s- [ 86/161] librsvg2-0:2.61.0-5.fc43.x86_ 100% | 1.8 MiB/s | 1.9 MiB | 00m01s- [ 87/161] gpgmepp-0:1.24.3-6.fc43.x86_6 100% | 1.5 MiB/s | 142.9 KiB | 00m00s- [ 88/161] poppler-0:25.07.0-3.fc43.x86_ 100% | 991.8 KiB/s | 1.3 MiB | 00m01s- [ 89/161] poppler-data-0:0.4.11-10.fc43 100% | 3.1 MiB/s | 2.0 MiB | 00m01s- [ 90/161] gpgme-0:1.24.3-6.fc43.x86_64 100% | 1.7 MiB/s | 218.5 KiB | 00m00s- [ 91/161] libgs-0:10.05.1-6.fc43.x86_64 100% | 959.5 KiB/s | 3.5 MiB | 00m04s- [ 92/161] libheif-0:1.20.2-6.fc43.x86_6 100% | 4.5 MiB/s | 578.1 KiB | 00m00s- [ 93/161] libopenjph-0:0.22.0-2.fc43.x8 100% | 2.2 MiB/s | 154.4 KiB | 00m00s- [ 94/161] openh264-0:2.6.0-2.fc43.x86_6 100% | 882.7 KiB/s | 422.8 KiB | 00m00s- [ 95/161] nspr-0:4.38.2-4.fc43.x86_64 100% | 1.1 MiB/s | 137.7 KiB | 00m00s- [ 96/161] glycin-libs-0:2.0.8-1.fc43.x8 100% | 1.5 MiB/s | 1.5 MiB | 00m01s- [ 97/161] nss-softokn-0:3.121.0-1.fc43. 100% | 1.4 MiB/s | 430.9 KiB | 00m00s- [ 98/161] nss-0:3.121.0-1.fc43.x86_64 100% | 1.5 MiB/s | 716.8 KiB | 00m00s- [ 99/161] nss-sysinit-0:3.121.0-1.fc43. 100% | 609.4 KiB/s | 18.9 KiB | 00m00s- [100/161] glycin-loaders-0:2.0.8-1.fc43 100% | 1.9 MiB/s | 2.8 MiB | 00m02s- [101/161] nss-util-0:3.121.0-1.fc43.x86 100% | 1.4 MiB/s | 86.1 KiB | 00m00s- [102/161] cups-filesystem-1:2.4.16-7.fc 100% | 397.6 KiB/s | 12.3 KiB | 00m00s- [103/161] avahi-libs-0:0.9~rc2-6.fc43.x 100% | 1.6 MiB/s | 69.0 KiB | 00m00s- [104/161] cups-libs-1:2.4.16-7.fc43.x86 100% | 1.6 MiB/s | 260.8 KiB | 00m00s- [105/161] nss-softokn-freebl-0:3.121.0- 100% | 801.7 KiB/s | 372.0 KiB | 00m00s- [106/161] perl-Time-HiRes-4:1.9778-520. 100% | 627.4 KiB/s | 57.1 KiB | 00m00s- [107/161] perl-Encode-Locale-0:1.05-32. 100% | 358.9 KiB/s | 18.3 KiB | 00m00s- [108/161] highway-0:1.3.0-1.fc43.x86_64 100% | 1.7 MiB/s | 694.5 KiB | 00m00s- [109/161] perl-Devel-PPPort-0:3.73-521. 100% | 3.0 MiB/s | 219.9 KiB | 00m00s- [110/161] redhat-rpm-config-0:343-11.fc 100% | 2.0 MiB/s | 79.1 KiB | 00m00s- [111/161] gpgverify-0:2.2-3.fc43.noarch 100% | 370.1 KiB/s | 11.1 KiB | 00m00s- [112/161] libjxl-1:0.11.1-7.fc43.x86_64 100% | 1.9 MiB/s | 1.2 MiB | 00m01s- [113/161] gcc-plugin-annobin-0:15.2.1-7 100% | 387.4 KiB/s | 60.8 KiB | 00m00s- [114/161] annobin-plugin-gcc-0:12.99-1. 100% | 5.0 MiB/s | 996.0 KiB | 00m00s- [115/161] perl-devel-4:5.42.2-523.fc43. 100% | 919.1 KiB/s | 662.7 KiB | 00m01s- [116/161] file-0:5.46-8.fc43.x86_64 100% | 827.4 KiB/s | 48.8 KiB | 00m00s- [117/161] dwz-0:0.16-2.fc43.x86_64 100% | 1.6 MiB/s | 135.5 KiB | 00m00s- [118/161] ansible-srpm-macros-0:1-18.1. 100% | 199.1 KiB/s | 19.9 KiB | 00m00s- [119/161] efi-srpm-macros-0:6-4.fc43.no 100% | 1.1 MiB/s | 22.4 KiB | 00m00s- [120/161] fonts-srpm-macros-1:2.0.5-23. 100% | 937.0 KiB/s | 27.2 KiB | 00m00s- [121/161] forge-srpm-macros-0:0.4.0-3.f 100% | 669.6 KiB/s | 20.1 KiB | 00m00s- [122/161] filesystem-srpm-macros-0:3.18 100% | 278.0 KiB/s | 26.4 KiB | 00m00s- [123/161] fpc-srpm-macros-0:1.3-15.fc43 100% | 563.7 KiB/s | 7.9 KiB | 00m00s- [124/161] gap-srpm-macros-0:2-1.fc43.no 100% | 289.3 KiB/s | 9.0 KiB | 00m00s- [125/161] go-srpm-macros-0:3.8.0-1.fc43 100% | 1.5 MiB/s | 28.3 KiB | 00m00s- [126/161] ghc-srpm-macros-0:1.9.2-3.fc4 100% | 168.2 KiB/s | 8.7 KiB | 00m00s- [127/161] kernel-srpm-macros-0:1.0-27.f 100% | 557.6 KiB/s | 8.9 KiB | 00m00s- [128/161] java-srpm-macros-0:1-7.fc43.n 100% | 158.9 KiB/s | 7.9 KiB | 00m00s- [129/161] lua-srpm-macros-0:1-16.fc43.n 100% | 257.6 KiB/s | 8.8 KiB | 00m00s- [130/161] openblas-srpm-macros-0:2-20.f 100% | 292.1 KiB/s | 7.6 KiB | 00m00s- [131/161] perl-srpm-macros-0:1-60.fc43. 100% | 360.4 KiB/s | 8.3 KiB | 00m00s- [132/161] ocaml-srpm-macros-0:11-2.fc43 100% | 168.4 KiB/s | 9.3 KiB | 00m00s- [133/161] tree-sitter-srpm-macros-0:0.4 100% | 360.8 KiB/s | 13.4 KiB | 00m00s- [134/161] python-srpm-macros-0:3.14-5.f 100% | 417.3 KiB/s | 23.4 KiB | 00m00s- [135/161] zig-srpm-macros-0:1-5.fc43.no 100% | 527.2 KiB/s | 8.4 KiB | 00m00s- [136/161] annobin-docs-0:12.99-1.fc43.n 100% | 1.4 MiB/s | 89.5 KiB | 00m00s- [137/161] perl-CPAN-Meta-0:2.150010-520 100% | 1.4 MiB/s | 190.8 KiB | 00m00s- [138/161] zip-0:3.0-44.fc43.x86_64 100% | 1.2 MiB/s | 261.6 KiB | 00m00s- [139/161] perl-CPAN-Meta-Requirements-0 100% | 861.6 KiB/s | 34.5 KiB | 00m00s- [140/161] perl-CPAN-Meta-YAML-0:0.020-5 100% | 740.7 KiB/s | 26.7 KiB | 00m00s- [141/161] build-reproducibility-srpm-ma 100% | 131.1 KiB/s | 11.9 KiB | 00m00s- [142/161] gnat-srpm-macros-0:7-1.fc43.n 100% | 144.3 KiB/s | 8.7 KiB | 00m00s- [143/161] package-notes-srpm-macros-0:0 100% | 237.1 KiB/s | 9.0 KiB | 00m00s- [144/161] pyproject-srpm-macros-0:1.18. 100% | 326.7 KiB/s | 13.1 KiB | 00m00s- [145/161] qt5-srpm-macros-0:5.15.18-1.f 100% | 195.5 KiB/s | 8.6 KiB | 00m00s- [146/161] glibc-gconv-extra-0:2.42-10.f 100% | 1.1 MiB/s | 1.6 MiB | 00m01s- [147/161] qt6-srpm-macros-0:6.10.2-1.fc 100% | 206.5 KiB/s | 9.1 KiB | 00m00s- [148/161] rust-srpm-macros-0:28.4-1.fc4 100% | 241.1 KiB/s | 10.8 KiB | 00m00s- [149/161] perl-I18N-Langinfo-0:0.24-523 100% | 574.2 KiB/s | 25.3 KiB | 00m00s- [150/161] perl-JSON-PP-1:4.16-522.fc43. 100% | 656.6 KiB/s | 65.7 KiB | 00m00s- [151/161] perl-ExtUtils-Constant-0:0.25 100% | 362.1 KiB/s | 43.4 KiB | 00m00s- [152/161] perl-Math-BigInt-1:2.0050.03- 100% | 891.5 KiB/s | 234.5 KiB | 00m00s- [153/161] systemtap-sdt-devel-0:5.4-1.f 100% | 697.9 KiB/s | 69.8 KiB | 00m00s- [154/161] systemtap-sdt-dtrace-0:5.4-1. 100% | 698.1 KiB/s | 70.5 KiB | 00m00s- [155/161] python3-pyparsing-0:3.1.2-14. 100% | 1.9 MiB/s | 286.9 KiB | 00m00s- [156/161] perl-Math-Complex-0:1.63-523. 100% | 457.8 KiB/s | 45.8 KiB | 00m00s- [157/161] add-determinism-0:0.6.0-3.fc4 100% | 1.0 MiB/s | 893.7 KiB | 00m01s- [158/161] perl-interpreter-4:5.42.2-523 100% | 911.5 KiB/s | 72.0 KiB | 00m00s- [159/161] perl-Errno-0:1.38-523.fc43.x8 100% | 455.4 KiB/s | 14.6 KiB | 00m00s- [160/161] perl-libs-4:5.42.2-523.fc43.x 100% | 1.8 MiB/s | 2.6 MiB | 00m01s- [161/161] perl-doc-0:5.42.2-523.fc43.no 100% | 1.6 MiB/s | 5.0 MiB | 00m03s- --------------------------------------------------------------------------------- [161/161] Total 100% | 3.5 MiB/s | 62.4 MiB | 00m18s- Running transaction- [ 1/166] Verify package files 100% | 236.0 B/s | 161.0 B | 00m01s- [ 2/166] Prepare transaction 100% | 1.3 KiB/s | 164.0 B | 00m00s- [ 3/166] Upgrading perl-libs-4:5.42.2- 100% | 101.3 MiB/s | 11.6 MiB | 00m00s- [ 4/166] Upgrading perl-interpreter-4: 100% | 6.5 MiB/s | 120.5 KiB | 00m00s- [ 5/166] Installing nspr-0:4.38.2-4.fc 100% | 103.3 MiB/s | 317.3 KiB | 00m00s- [ 6/166] Installing libjpeg-turbo-0:3. 100% | 197.3 MiB/s | 808.0 KiB | 00m00s- [ 7/166] Installing libpng-2:1.6.55-1. 100% | 118.6 MiB/s | 243.0 KiB | 00m00s- [ 8/166] Installing fonts-filesystem-1 100% | 769.5 KiB/s | 788.0 B | 00m00s- [ 9/166] Installing urw-base35-fonts-c 100% | 37.5 MiB/s | 38.4 KiB | 00m00s- [ 10/166] Installing nss-util-0:3.121.0 100% | 100.5 MiB/s | 205.8 KiB | 00m00s- [ 11/166] Installing libwebp-0:1.6.0-2. 100% | 134.0 MiB/s | 960.7 KiB | 00m00s- [ 12/166] Installing libXrender-0:0.9.1 100% | 46.2 MiB/s | 47.3 KiB | 00m00s- [ 13/166] Installing perl-version-9:0.9 100% | 64.2 MiB/s | 131.5 KiB | 00m00s- [ 14/166] Installing openjpeg-0:2.5.4-1 100% | 149.2 MiB/s | 458.2 KiB | 00m00s- [ 15/166] Installing lcms2-0:2.16-6.fc4 100% | 141.7 MiB/s | 435.3 KiB | 00m00s- [ 16/166] Installing libdav1d-0:1.5.3-1 100% | 169.3 MiB/s | 1.7 MiB | 00m00s- [ 17/166] Installing libICE-0:1.1.2-3.f 100% | 95.6 MiB/s | 195.8 KiB | 00m00s- [ 18/166] Installing adobe-mappings-cma 100% | 170.7 MiB/s | 15.2 MiB | 00m00s- [ 19/166] Installing shared-mime-info-0 100% | 55.1 MiB/s | 2.6 MiB | 00m00s- [ 20/166] Installing rav1e-libs-0:0.8.1 100% | 162.3 MiB/s | 3.1 MiB | 00m00s- [ 21/166] Installing svt-av1-libs-0:3.1 100% | 168.8 MiB/s | 5.6 MiB | 00m00s- [ 22/166] Installing adobe-mappings-cma 100% | 114.3 MiB/s | 585.2 KiB | 00m00s- [ 23/166] Installing libSM-0:1.2.5-3.fc 100% | 50.0 MiB/s | 102.4 KiB | 00m00s- [ 24/166] Installing libXt-0:1.3.1-3.fc 100% | 140.3 MiB/s | 431.0 KiB | 00m00s- [ 25/166] Installing perl-CPAN-Meta-Req 100% | 40.7 MiB/s | 83.4 KiB | 00m00s- [ 26/166] Installing nss-softokn-freebl 100% | 138.5 MiB/s | 993.0 KiB | 00m00s- [ 27/166] Installing nss-softokn-0:3.12 100% | 164.1 MiB/s | 2.0 MiB | 00m00s- [ 28/166] Installing nss-sysinit-0:3.12 100% | 1.0 MiB/s | 19.2 KiB | 00m00s- [ 29/166] Installing nss-0:3.121.0-1.fc 100% | 75.7 MiB/s | 1.9 MiB | 00m00s- [ 30/166] Installing urw-base35-bookman 100% | 151.7 MiB/s | 1.4 MiB | 00m00s- [ 31/166] Installing urw-base35-c059-fo 100% | 155.0 MiB/s | 1.4 MiB | 00m00s- [ 32/166] Installing urw-base35-d050000 100% | 83.4 MiB/s | 85.4 KiB | 00m00s- [ 33/166] Installing urw-base35-gothic- 100% | 166.1 MiB/s | 1.2 MiB | 00m00s- [ 34/166] Installing urw-base35-nimbus- 100% | 175.3 MiB/s | 1.1 MiB | 00m00s- [ 35/166] Installing urw-base35-nimbus- 100% | 170.7 MiB/s | 1.4 MiB | 00m00s- [ 36/166] Installing urw-base35-nimbus- 100% | 171.0 MiB/s | 2.4 MiB | 00m00s- [ 37/166] Installing urw-base35-p052-fo 100% | 185.9 MiB/s | 1.5 MiB | 00m00s- [ 38/166] Installing urw-base35-standar 100% | 64.4 MiB/s | 66.0 KiB | 00m00s- [ 39/166] Installing urw-base35-z003-fo 100% | 127.5 MiB/s | 391.8 KiB | 00m00s- [ 40/166] Installing urw-base35-fonts-0 100% | 5.5 MiB/s | 5.6 KiB | 00m00s- [ 41/166] Installing abattis-cantarell- 100% | 63.3 MiB/s | 194.4 KiB | 00m00s- [ 42/166] Installing google-droid-sans- 100% | 160.5 MiB/s | 6.3 MiB | 00m00s- [ 43/166] Installing libyuv-0:0-0.57.20 100% | 133.1 MiB/s | 681.3 KiB | 00m00s- [ 44/166] Installing perl-ExtUtils-Comm 100% | 9.9 MiB/s | 10.2 KiB | 00m00s- [ 45/166] Installing perl-ExtUtils-Mani 100% | 84.3 MiB/s | 86.3 KiB | 00m00s- [ 46/166] Installing perl-Benchmark-0:1 100% | 36.0 MiB/s | 36.8 KiB | 00m00s- [ 47/166] Installing perl-AutoSplit-0:5 100% | 23.0 MiB/s | 23.6 KiB | 00m00s- [ 48/166] Installing perl-Hash-Util-Fie 100% | 31.4 MiB/s | 64.3 KiB | 00m00s- [ 49/166] Installing perl-Hash-Util-0:0 100% | 55.1 MiB/s | 56.4 KiB | 00m00s- [ 50/166] Installing perl-fields-0:2.27 100% | 12.0 MiB/s | 12.3 KiB | 00m00s- [ 51/166] Installing perl-ExtUtils-Pars 100% | 26.6 MiB/s | 545.5 KiB | 00m00s- [ 52/166] Installing perl-Devel-PPPort- 100% | 145.2 MiB/s | 892.1 KiB | 00m00s- [ 53/166] Installing perl-CPAN-Meta-YAM 100% | 52.3 MiB/s | 53.6 KiB | 00m00s- [ 54/166] Installing perl-I18N-Langinfo 100% | 35.3 MiB/s | 36.2 KiB | 00m00s- [ 55/166] Installing perl-ExtUtils-Cons 100% | 85.7 MiB/s | 87.7 KiB | 00m00s- [ 56/166] Installing perl-Math-Complex- 100% | 84.0 MiB/s | 86.0 KiB | 00m00s- [ 57/166] Installing perl-Math-BigInt-1 100% | 177.4 MiB/s | 1.1 MiB | 00m00s- [ 58/166] Installing perl-JSON-PP-1:4.1 100% | 7.8 MiB/s | 143.6 KiB | 00m00s- [ 59/166] Upgrading perl-Errno-0:1.38-5 100% | 8.6 MiB/s | 8.8 KiB | 00m00s- [ 60/166] Installing perl-Test-Harness- 100% | 23.7 MiB/s | 583.6 KiB | 00m00s- [ 61/166] Installing perl-ExtUtils-Make 100% | 33.3 MiB/s | 750.3 KiB | 00m00s- [ 62/166] Installing perl-ExtUtils-Inst 100% | 85.1 MiB/s | 87.2 KiB | 00m00s- [ 63/166] Installing python3-pyparsing- 100% | 147.1 MiB/s | 1.0 MiB | 00m00s- [ 64/166] Installing systemtap-sdt-dtra 100% | 11.1 MiB/s | 181.9 KiB | 00m00s- [ 65/166] Installing systemtap-sdt-deve 100% | 181.1 MiB/s | 185.5 KiB | 00m00s- [ 66/166] Installing rust-srpm-macros-0 100% | 6.2 MiB/s | 6.4 KiB | 00m00s- [ 67/166] Installing qt6-srpm-macros-0: 100% | 0.0 B/s | 748.0 B | 00m00s- [ 68/166] Installing qt5-srpm-macros-0: 100% | 0.0 B/s | 776.0 B | 00m00s- [ 69/166] Installing pyproject-srpm-mac 100% | 2.4 MiB/s | 2.5 KiB | 00m00s- [ 70/166] Installing package-notes-srpm 100% | 2.0 MiB/s | 2.0 KiB | 00m00s- [ 71/166] Installing gnat-srpm-macros-0 100% | 0.0 B/s | 1.3 KiB | 00m00s- [ 72/166] Installing add-determinism-0: 100% | 82.2 MiB/s | 2.3 MiB | 00m00s- [ 73/166] Installing build-reproducibil 100% | 0.0 B/s | 1.0 KiB | 00m00s- [ 74/166] Installing annobin-docs-0:12. 100% | 97.7 MiB/s | 100.1 KiB | 00m00s- [ 75/166] Installing annobin-plugin-gcc 100% | 197.4 MiB/s | 1.0 MiB | 00m00s- [ 76/166] Installing zip-0:3.0-44.fc43. 100% | 35.9 MiB/s | 698.4 KiB | 00m00s- [ 77/166] Installing zig-srpm-macros-0: 100% | 1.6 MiB/s | 1.7 KiB | 00m00s- [ 78/166] Installing tree-sitter-srpm-m 100% | 9.1 MiB/s | 9.3 KiB | 00m00s- [ 79/166] Installing perl-srpm-macros-0 100% | 0.0 B/s | 1.1 KiB | 00m00s- [ 80/166] Installing openblas-srpm-macr 100% | 0.0 B/s | 392.0 B | 00m00s- [ 81/166] Installing ocaml-srpm-macros- 100% | 0.0 B/s | 2.1 KiB | 00m00s- [ 82/166] Installing lua-srpm-macros-0: 100% | 1.9 MiB/s | 1.9 KiB | 00m00s- [ 83/166] Installing kernel-srpm-macros 100% | 2.3 MiB/s | 2.3 KiB | 00m00s- [ 84/166] Installing java-srpm-macros-0 100% | 0.0 B/s | 1.1 KiB | 00m00s- [ 85/166] Installing ghc-srpm-macros-0: 100% | 0.0 B/s | 1.0 KiB | 00m00s- [ 86/166] Installing gap-srpm-macros-0: 100% | 2.6 MiB/s | 2.7 KiB | 00m00s- [ 87/166] Installing fpc-srpm-macros-0: 100% | 0.0 B/s | 420.0 B | 00m00s- [ 88/166] Installing filesystem-srpm-ma 100% | 38.0 MiB/s | 38.9 KiB | 00m00s- [ 89/166] Installing efi-srpm-macros-0: 100% | 40.2 MiB/s | 41.1 KiB | 00m00s- [ 90/166] Installing dwz-0:0.16-2.fc43. 100% | 15.7 MiB/s | 288.5 KiB | 00m00s- [ 91/166] Installing ansible-srpm-macro 100% | 35.4 MiB/s | 36.2 KiB | 00m00s- [ 92/166] Installing file-0:5.46-8.fc43 100% | 5.8 MiB/s | 101.7 KiB | 00m00s- [ 93/166] Installing gcc-plugin-annobin 100% | 57.4 MiB/s | 58.8 KiB | 00m00s- [ 94/166] Installing gpgverify-0:2.2-3. 100% | 3.1 MiB/s | 9.4 KiB | 00m00s- [ 95/166] Installing redhat-rpm-config- 100% | 5.6 MiB/s | 189.1 KiB | 00m00s- [ 96/166] Installing forge-srpm-macros- 100% | 19.7 MiB/s | 40.3 KiB | 00m00s- [ 97/166] Installing fonts-srpm-macros- 100% | 55.7 MiB/s | 57.0 KiB | 00m00s- [ 98/166] Installing go-srpm-macros-0:3 100% | 61.6 MiB/s | 63.0 KiB | 00m00s- [ 99/166] Installing python-srpm-macros 100% | 51.6 MiB/s | 52.8 KiB | 00m00s- [100/166] Installing highway-0:1.3.0-1. 100% | 190.8 MiB/s | 5.5 MiB | 00m00s- [101/166] Installing libjxl-1:0.11.1-7. 100% | 186.8 MiB/s | 4.1 MiB | 00m00s- [102/166] Installing avahi-libs-0:0.9~r 100% | 56.7 MiB/s | 174.0 KiB | 00m00s- [103/166] Installing cups-filesystem-1: 100% | 1.7 MiB/s | 1.8 KiB | 00m00s- [104/166] Installing cups-libs-1:2.4.16 100% | 121.1 MiB/s | 620.2 KiB | 00m00s- [105/166] Installing openh264-0:2.6.0-2 100% | 156.6 MiB/s | 1.1 MiB | 00m00s- [106/166] Installing libopenjph-0:0.22. 100% | 152.1 MiB/s | 467.3 KiB | 00m00s- [107/166] Installing gpgme-0:1.24.3-6.f 100% | 28.8 MiB/s | 590.4 KiB | 00m00s- [108/166] Installing gpgmepp-0:1.24.3-6 100% | 105.1 MiB/s | 430.4 KiB | 00m00s- [109/166] Installing poppler-data-0:0.4 100% | 158.8 MiB/s | 12.4 MiB | 00m00s- [110/166] Installing libpaper-1:2.1.1-9 100% | 24.6 MiB/s | 50.4 KiB | 00m00s- [111/166] Installing libijs-0:0.35-25.f 100% | 61.1 MiB/s | 62.5 KiB | 00m00s- [112/166] Installing jbig2dec-libs-0:0. 100% | 81.3 MiB/s | 166.5 KiB | 00m00s- [113/166] Installing adobe-mappings-pdf 100% | 169.1 MiB/s | 4.4 MiB | 00m00s- [114/166] Installing graphviz-libs-0:13 100% | 137.9 MiB/s | 1.2 MiB | 00m00s- [115/166] Installing google-noto-fonts- 100% | 18.1 MiB/s | 18.5 KiB | 00m00s- [116/166] Installing google-noto-sans-v 100% | 154.6 MiB/s | 1.4 MiB | 00m00s- [117/166] Installing default-fonts-core 100% | 4.4 MiB/s | 18.2 KiB | 00m00s- [118/166] Installing graphite2-0:1.3.14 100% | 10.0 MiB/s | 193.9 KiB | 00m00s- [119/166] Installing freetype-0:2.13.3- 100% | 118.8 MiB/s | 851.9 KiB | 00m00s- [120/166] Installing harfbuzz-0:11.5.1- 100% | 166.3 MiB/s | 2.8 MiB | 00m00s- [121/166] Installing liblerc-0:4.0.0-9. 100% | 152.7 MiB/s | 625.6 KiB | 00m00s- [122/166] Installing jbigkit-libs-0:2.1 100% | 56.4 MiB/s | 115.4 KiB | 00m00s- [123/166] Installing libtiff-0:4.7.1-1. 100% | 122.4 MiB/s | 626.6 KiB | 00m00s- [124/166] Installing netpbm-0:11.13.00- 100% | 142.0 MiB/s | 581.8 KiB | 00m00s- [125/166] Installing gts-0:0.7.6-51.201 100% | 28.6 MiB/s | 643.7 KiB | 00m00s- [126/166] Installing libdatrie-0:0.2.13 100% | 53.7 MiB/s | 54.9 KiB | 00m00s- [127/166] Installing libthai-0:0.1.29-1 100% | 153.4 MiB/s | 785.2 KiB | 00m00s- [128/166] Installing fribidi-0:1.0.16-3 100% | 11.1 MiB/s | 192.8 KiB | 00m00s- [129/166] Installing libvmaf-0:3.0.0-4. 100% | 161.8 MiB/s | 828.4 KiB | 00m00s- [130/166] Installing libaom-0:3.13.1-1. 100% | 179.7 MiB/s | 5.0 MiB | 00m00s- [131/166] Installing libavif-0:1.3.0-2. 100% | 84.3 MiB/s | 259.1 KiB | 00m00s- [132/166] Installing libheif-0:1.20.2-6 100% | 155.4 MiB/s | 1.6 MiB | 00m00s- [133/166] Installing libimagequant-0:4. 100% | 135.3 MiB/s | 692.5 KiB | 00m00s- [134/166] Installing libXpm-0:3.5.17-6. 100% | 11.2 MiB/s | 149.7 KiB | 00m00s- [135/166] Installing xml-common-0:0.6.3 100% | 26.4 MiB/s | 81.1 KiB | 00m00s- [136/166] Installing fontconfig-0:2.17. 100% | 646.3 KiB/s | 785.3 KiB | 00m01s- [137/166] Installing gd-0:2.3.3-19.fc43 100% | 98.8 MiB/s | 404.7 KiB | 00m00s- [138/166] Installing libXft-0:2.3.8-9.f 100% | 40.5 MiB/s | 165.9 KiB | 00m00s- [139/166] Installing libgs-0:10.05.1-6. 100% | 177.5 MiB/s | 23.6 MiB | 00m00s- [140/166] Installing poppler-0:25.07.0- 100% | 165.8 MiB/s | 3.8 MiB | 00m00s- [141/166] Installing pixman-0:0.46.2-2. 100% | 139.0 MiB/s | 711.4 KiB | 00m00s- [142/166] Installing lzo-0:2.10-15.fc43 100% | 88.1 MiB/s | 180.5 KiB | 00m00s- [143/166] Installing libXext-0:1.3.6-4. 100% | 89.1 MiB/s | 91.2 KiB | 00m00s- [144/166] Installing cairo-0:1.18.4-2.f 100% | 161.1 MiB/s | 1.8 MiB | 00m00s- [145/166] Installing pango-0:1.57.1-1.f 100% | 38.6 MiB/s | 1.0 MiB | 00m00s- [146/166] Installing lasi-0:1.1.3-17.fc 100% | 62.6 MiB/s | 128.2 KiB | 00m00s- [147/166] Installing cairo-gobject-0:1. 100% | 31.2 MiB/s | 32.0 KiB | 00m00s- [148/166] Installing glycin-loaders-0:2 100% | 195.9 MiB/s | 12.7 MiB | 00m00s- [149/166] Installing glycin-libs-0:2.0. 100% | 169.6 MiB/s | 4.2 MiB | 00m00s- [150/166] Installing gdk-pixbuf2-0:2.44 100% | 101.0 MiB/s | 2.5 MiB | 00m00s- [151/166] Installing librsvg2-0:2.61.0- 100% | 174.7 MiB/s | 5.1 MiB | 00m00s- [152/166] Installing poppler-glib-0:25. 100% | 124.0 MiB/s | 634.9 KiB | 00m00s- [153/166] Installing gmp-c++-1:6.3.0-4. 100% | 27.8 MiB/s | 28.5 KiB | 00m00s- [154/166] Installing gmp-devel-1:6.3.0- 100% | 115.3 MiB/s | 354.1 KiB | 00m00s- [155/166] Installing graphviz-0:13.1.2- 100% | 81.7 MiB/s | 4.0 MiB | 00m00s- [156/166] Installing perl-devel-4:5.42. 100% | 95.2 MiB/s | 3.8 MiB | 00m00s- [157/166] Installing perl-CPAN-Meta-0:2 100% | 119.9 MiB/s | 613.8 KiB | 00m00s- [158/166] Installing perl-Encode-Locale 100% | 19.6 MiB/s | 20.1 KiB | 00m00s- [159/166] Installing perl-Pod-Html-0:1. 100% | 2.5 MiB/s | 43.9 KiB | 00m00s- [160/166] Installing perl-FindBin-0:1.5 100% | 7.0 MiB/s | 7.2 KiB | 00m00s- [161/166] Installing perl-Time-HiRes-4: 100% | 38.4 MiB/s | 117.8 KiB | 00m00s- [162/166] Installing perl-doc-0:5.42.2- 100% | 185.3 MiB/s | 11.5 MiB | 00m00s- [163/166] Installing glibc-gconv-extra- 100% | 97.5 MiB/s | 7.3 MiB | 00m00s- [164/166] Removing perl-Errno-0:1.38-52 100% | 181.0 B/s | 2.0 B | 00m00s- [165/166] Removing perl-interpreter-4:5 100% | 611.0 B/s | 11.0 B | 00m00s- [166/166] Removing perl-libs-4:5.42.1-5 100% | 1.3 KiB/s | 803.0 B | 00m01s- Complete!+ /usr/sbin/rpm "-q" "--whatprovides" "gmp-devel" "graphviz" "perl-ExtUtils-MakeMaker" "perl-FindBin" "perl-Pod-Html"- gmp-devel-6.3.0-4.fc43.x86_64- graphviz-13.1.2-3.fc43.x86_64- perl-ExtUtils-MakeMaker-7.76-521.fc43.noarch- perl-FindBin-1.54-523.fc43.noarch- perl-Pod-Html-1.35-523.fc43.noarch# To update the current shell environment, run: eval $(opam env)2026-04-05 11:00.03 ---> using "29460ac40308afd8a0dcd61af6c4bb20e2089e8611c83be7cf6aa32e25480965" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.0).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).The following actions will be performed:=== install 75 packages- install angstrom 0.16.1- install arg-complete 0.2.1- install astring 0.8.5- install batteries 3.10.0- install bigstringaf 0.10.0- install bos 0.2.1- install camlp-streams 5.0.1- install catapult 0.2- install catapult-file 0.2- install conf-autoconf 0.2- install conf-gcc 1.0- install conf-gmp 5- install conf-graphviz 0.1- install conf-perl 2- install conf-pkg-config 4- install cppo 1.8.0- install cpu 2.0.0- install csexp 1.5.2- install cstruct 6.2.0- install ctypes 0.24.0- install domain-local-await 1.0.1- install domain_shims 0.1.0- install dune 3.22.1- install dune-build-info 3.22.1- install dune-compiledb 0.6.0- install dune-configurator 3.22.1- install dune-private-libs 3.22.1- install dune-site 3.22.1- install dyn 3.22.1- install ezjsonm 1.3.0- install fileutils 0.6.6- install fmt 0.11.0- install fpath 0.7.3- install fs-io 3.22.1- install goblint 2.7.1- install goblint-cil 2.0.9- install hex 1.5.0- install integers 0.7.0- install json-data-encoding 1.0.1- install jsonm 1.0.2- install jsonrpc 1.25.0- install lintcstubs-arity 0.5.1- install logs 0.10.0- install num 1.6- install ocaml-compiler-libs v0.17.0- install ocaml-syntax-shims 1.0.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ordering 3.22.1- install parsexp v0.17.0- install pp 2.0.0- install ppx_blob 0.9.0- install ppx_derivers 1.2.1- install ppx_deriving 6.1.1- install ppx_deriving_hash 0.1.3- install ppx_deriving_yojson 3.10.0- install ppxlib 0.38.0- install qcheck-core 0.91- install rresult 0.7.0- install seq base- install sexplib v0.17.0- install sexplib0 v0.17.0- install sha 1.15.4- install stdlib-shims 0.3.0- install stdune 3.22.1- install stringext 1.6.0- install thread-table 1.0.0- install top-closure 3.22.1- install topkg 1.1.1- install uri 4.4.0- install uuidm 0.9.10- install uutf 1.0.4- install yaml 3.2.0- install yojson 2.2.2- install zarith 1.14<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved angstrom.0.16.1 (cached)-> retrieved arg-complete.0.2.1 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved bigstringaf.0.10.0 (cached)-> retrieved camlp-streams.5.0.1 (cached)-> retrieved bos.0.2.1 (cached)-> retrieved conf-gmp.5 (cached)-> retrieved batteries.3.10.0 (cached)-> retrieved catapult.0.2, catapult-file.0.2 (cached)-> retrieved cppo.1.8.0 (cached)-> installed conf-autoconf.0.2-> installed conf-gcc.1.0-> installed conf-gmp.5-> installed conf-graphviz.0.1-> installed conf-perl.2-> installed conf-pkg-config.4-> retrieved cpu.2.0.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved cstruct.6.2.0 (cached)-> retrieved domain-local-await.1.0.1 (cached)-> retrieved ctypes.0.24.0 (cached)-> retrieved domain_shims.0.1.0 (cached)-> retrieved dune-compiledb.0.6.0 (cached)-> retrieved ezjsonm.1.3.0 (cached)-> retrieved fileutils.0.6.6 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved goblint-cil.2.0.9 (cached)-> retrieved hex.1.5.0 (cached)-> retrieved integers.0.7.0 (cached)-> retrieved goblint.2.7.1 (cached)-> retrieved dune.3.22.1, dune-build-info.3.22.1, dune-configurator.3.22.1, dune-private-libs.3.22.1, dune-site.3.22.1, dyn.3.22.1, fs-io.3.22.1, ordering.3.22.1, stdune.3.22.1, top-closure.3.22.1 (cached)-> retrieved json-data-encoding.1.0.1 (cached)-> retrieved jsonm.1.0.2 (cached)-> retrieved jsonrpc.1.25.0 (cached)-> retrieved lintcstubs-arity.0.5.1 (cached)-> retrieved logs.0.10.0 (cached)-> retrieved num.1.6 (cached)-> retrieved ocaml-compiler-libs.v0.17.0 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved parsexp.v0.17.0 (cached)-> retrieved pp.2.0.0 (cached)-> retrieved ppx_blob.0.9.0 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ppx_deriving.6.1.1 (cached)-> retrieved ppx_deriving_hash.0.1.3 (cached)-> retrieved ppx_deriving_yojson.3.10.0 (cached)-> retrieved rresult.0.7.0 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved qcheck-core.0.91 (cached)-> retrieved sexplib.v0.17.0 (cached)-> retrieved sexplib0.v0.17.0 (cached)-> retrieved ppxlib.0.38.0 (cached)-> retrieved sha.1.15.4 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved stringext.1.6.0 (cached)-> retrieved thread-table.1.0.0 (cached)-> retrieved uuidm.0.9.10 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved uri.4.4.0 (cached)-> retrieved yaml.3.2.0 (cached)-> retrieved yojson.2.2.2 (cached)-> retrieved zarith.1.14 (cached)-> installed num.1.6-> installed ocamlfind.1.9.8-> installed ocamlbuild.0.16.1-> installed zarith.1.14-> installed topkg.1.1.1-> installed uuidm.0.9.10-> installed rresult.0.7.0-> installed uutf.1.0.4-> installed fmt.0.11.0-> installed astring.0.8.5-> installed jsonm.1.0.2-> installed logs.0.10.0-> installed fpath.0.7.3-> installed bos.0.2.1-> installed dune.3.22.1-> installed camlp-streams.5.0.1-> installed catapult.0.2-> installed cppo.1.8.0-> installed csexp.1.5.2-> installed cstruct.6.2.0-> installed domain_shims.0.1.0-> installed dune-build-info.3.22.1-> installed fs-io.3.22.1-> installed lintcstubs-arity.0.5.1-> installed ocaml-compiler-libs.v0.17.0-> installed ocaml-syntax-shims.1.0.0-> installed ordering.3.22.1-> installed pp.2.0.0-> installed ppx_derivers.1.2.1-> installed qcheck-core.0.91-> installed sexplib0.v0.17.0-> installed stdlib-shims.0.3.0-> installed stringext.1.6.0-> installed thread-table.1.0.0-> installed top-closure.3.22.1-> installed yojson.2.2.2-> installed catapult-file.0.2-> installed arg-complete.0.2.1-> installed dune-configurator.3.22.1-> installed hex.1.5.0-> installed fileutils.0.6.6-> installed domain-local-await.1.0.1-> installed integers.0.7.0-> installed dyn.3.22.1-> installed batteries.3.10.0-> installed parsexp.v0.17.0-> installed jsonrpc.1.25.0-> installed bigstringaf.0.10.0-> installed ezjsonm.1.3.0-> installed sha.1.15.4-> installed cpu.2.0.0-> installed angstrom.0.16.1-> installed sexplib.v0.17.0-> installed dune-compiledb.0.6.0-> installed uri.4.4.0-> installed stdune.3.22.1-> installed json-data-encoding.1.0.1-> installed ctypes.0.24.0-> installed dune-private-libs.3.22.1-> installed dune-site.3.22.1-> installed yaml.3.2.0-> installed ppxlib.0.38.0-> installed ppx_blob.0.9.0-> installed ppx_deriving.6.1.1-> installed ppx_deriving_hash.0.1.3-> installed ppx_deriving_yojson.3.10.0-> installed goblint-cil.2.0.9-> installed goblint.2.7.1Done.<><> goblint.2.7.1 installed successfully <><><><><><><><><><><><><><><><><><><>=> Do not benchmark Goblint on OCaml 5 (https://goblint.readthedocs.io/en/latest/user-guide/benchmarking/).# To update the current shell environment, run: eval $(opam env)2026-04-05 11:00.03 ---> using "e2106f93f6a93a6968ea6cd80092afdaf74a3542f61010fd87b7ea867c459599" from cache/src: (copy (src .) (dst /src))2026-04-05 11:00.03 ---> saved as "01859b85add4f428e0ebdd0626966c8bf9530677d2b68dbdf8dc942bd592f24a"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/model/stub/src && /usr/sbin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -Wno-attributes -g -I /home/opam/.opam/5.4/lib/ocaml -I ../../include -o ocaml_runtime.model.o -c ocaml_runtime.model.c)ocaml_runtime.model.c: In function '__caml_maybe_run_finalizer':ocaml_runtime.model.c:225:21: warning: unused variable 'ret' [-Wunused-variable]225 | uintnat ret = ops->deserialize(dst);| ^~~In file included from /home/opam/.opam/5.4/lib/ocaml/caml/alloc.h:20,from ocaml_runtime.model.c:39:ocaml_runtime.model.c: In function '__caml_move':/home/opam/.opam/5.4/lib/ocaml/caml/mlvalues.h:196:21: warning: initialization discards 'volatile' qualifier from pointer target type [-Wdiscarded-qualifiers]196 | #define Hp_val(val) (((volatile header_t *) (val)) - 1)| ^ocaml_runtime.model.c:252:18: note: in expansion of macro 'Hp_val'252 | void *orig = Hp_val(arg);| ^~~~~~ocaml_runtime.model.c: In function '__caml_maybe_run_gc':ocaml_runtime.model.c:282:35: warning: the comparison will always evaluate as 'true' for the address of 'tables' will never be NULL [-Waddress]282 | __goblint_assume(!!lr->tables);| ^In file included from /home/opam/.opam/5.4/lib/ocaml/caml/callback.h:22,from ocaml_runtime.model.c:40:/home/opam/.opam/5.4/lib/ocaml/caml/memory.h:253:10: note: 'tables' declared here253 | value *tables [5];| ^~~~~~ocaml_runtime.model.c: In function 'caml_alloc':ocaml_runtime.model.c:328:14: warning: unused variable 'i' [-Wunused-variable]328 | unsigned i;| ^ocaml_runtime.model.c: In function '__VERIFIER_nondet_value':ocaml_runtime.model.c:169:21: warning: 'val' is used uninitialized [-Wuninitialized]169 | { value val; return val; }| ^~~ocaml_runtime.model.c:169:9: note: 'val' was declared here169 | { value val; return val; }| ^~~ocaml_runtime.model.c: In function '__VERIFIER_nondet_int32':ocaml_runtime.model.c:616:23: warning: 'val' is used uninitialized [-Wuninitialized]616 | { int32_t val; return val; }| ^~~ocaml_runtime.model.c:616:11: note: 'val' was declared here616 | { int32_t val; return val; }| ^~~ocaml_runtime.model.c: In function '__VERIFIER_nondet_int64':ocaml_runtime.model.c:619:23: warning: 'val' is used uninitialized [-Wuninitialized]619 | { int64_t val; return val; }| ^~~ocaml_runtime.model.c:619:11: note: 'val' was declared here619 | { int64_t val; return val; }| ^~~(cd _build/default/example/dune && ../../../install/default/bin/lintcstubs --conf lintcstubs.json --set warn.race-threshold 200 foostubs.c primitives.model.c -I /home/opam/.opam/5.4/lib/ocaml -o foo.sarif) > _build/default/example/dune/foo.logsh: line 1: pygmentize: command not found2026-04-05 11:00.15 ---> saved as "e17495f9775443f7cbbb95ba6b7285fe365d94e65f3bff7490048b7b7de5d857"Job succeeded2026-04-05 11:00.15: Job succeeded