2026-05-16 13:50.50: New job: test ocurrent/obuilder https://github.com/ocurrent/obuilder.git#refs/pull/207/head (f1e8fcac0e7452241290aa7d5e7914e9d293ace2) (linux-x86_64:fedora-43-5.4_opam-2.5) Base: ocaml/opam:fedora-43-ocaml-5.4@sha256:a5750d18ec12c35cb192dd45fe4134424063558b830e16caaf541a439bfe6874 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocurrent/obuilder.git" && cd "obuilder" && git fetch origin "refs/pull/207/head" && git reset --hard f1e8fcac cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:fedora-43-ocaml-5.4@sha256:a5750d18ec12c35cb192dd45fe4134424063558b830e16caaf541a439bfe6874 # fedora-43-5.4_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo dnf install -y findutils RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam RUN cd ~/opam-repository && (git cat-file -e cd085e16bcd6af960ce1cee84dc824ad594362f1 || git fetch origin master) && git reset -q --hard cd085e16bcd6af960ce1cee84dc824ad594362f1 && git log --no-decorate -n1 --oneline RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN opam update -u COPY --chown=1000:1000 obuilder.opam obuilder-spec.opam ./ RUN opam pin add -yn obuilder.dev './' && \ opam pin add -yn obuilder-spec.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="alcotest.1.9.1 alcotest-lwt.1.9.1 astring.0.8.5 base.v0.17.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 checkseum.0.5.3 cmdliner.2.1.1 conf-pkg-config.4 conf-sqlite3.1 cppo.1.8.0 crunch.4.0.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 decompress.1.5.3 dune.3.23.0 dune-compiledb.0.6.0 dune-configurator.3.23.0 extunix.0.4.4 ezjsonm.1.3.0 fmt.0.11.0 fpath.0.7.3 hex.1.5.0 jsonm.1.0.2 logs.0.10.0 lwt.6.1.2 num.1.6 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.2 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 parsexp.v0.17.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_sexp_conv.v0.17.1 ppxlib.0.38.0 ppxlib_jane.v0.17.4 ptime.1.2.0 re.1.14.0 sexplib.v0.17.0 sexplib0.v0.17.0 sha.1.15.4 sqlite3.5.4.1 stdlib-shims.0.3.0 tar.2.6.0 tar-unix.2.6.0 topkg.1.1.1 uutf.1.0.4 yojson.3.0.0" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.5 --depext-only -y obuilder.dev obuilder-spec.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2026-05-16 13:50.50: Using cache hint "ocurrent/obuilder-ocaml/opam:fedora-43-ocaml-5.4@sha256:a5750d18ec12c35cb192dd45fe4134424063558b830e16caaf541a439bfe6874-fedora-43-5.4_opam-2.5-b65d8be0dadfff86bdb5d3875e23c622" 2026-05-16 13:50.50: Using OBuilder spec: ((from ocaml/opam:fedora-43-ocaml-5.4@sha256:a5750d18ec12c35cb192dd45fe4134424063558b830e16caaf541a439bfe6874) (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 (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e cd085e16bcd6af960ce1cee84dc824ad594362f1 || git fetch origin master) && git reset -q --hard cd085e16bcd6af960ce1cee84dc824ad594362f1 && git log --no-decorate -n1 --oneline")) (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 "opam update -u")) (copy (src obuilder.opam obuilder-spec.opam) (dst ./)) (run (network host) (shell "opam pin add -yn obuilder.dev './' && \ \nopam pin add -yn obuilder-spec.dev './'")) (run (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "alcotest.1.9.1 alcotest-lwt.1.9.1 astring.0.8.5 base.v0.17.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 checkseum.0.5.3 cmdliner.2.1.1 conf-pkg-config.4 conf-sqlite3.1 cppo.1.8.0 crunch.4.0.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 decompress.1.5.3 dune.3.23.0 dune-compiledb.0.6.0 dune-configurator.3.23.0 extunix.0.4.4 ezjsonm.1.3.0 fmt.0.11.0 fpath.0.7.3 hex.1.5.0 jsonm.1.0.2 logs.0.10.0 lwt.6.1.2 num.1.6 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.2 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 parsexp.v0.17.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_sexp_conv.v0.17.1 ppxlib.0.38.0 ppxlib_jane.v0.17.4 ptime.1.2.0 re.1.14.0 sexplib.v0.17.0 sexplib0.v0.17.0 sha.1.15.4 sqlite3.5.4.1 stdlib-shims.0.3.0 tar.2.6.0 tar-unix.2.6.0 topkg.1.1.1 uutf.1.0.4 yojson.3.0.0") (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 obuilder.dev obuilder-spec.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-05-16 13:50.50: Waiting for resource in pool OCluster 2026-05-16 14:47.20: Waiting for worker… 2026-05-16 14:50.55: Got resource from pool OCluster Building on doris.caelum.ci.dev HEAD is now at 3ab117d Merge pull request #206 from mtelvers/fix-dot-in-dst-tar-paths HEAD is now at f1e8fca add macos secrets support via a /tmp entry (from ocaml/opam:fedora-43-ocaml-5.4@sha256:a5750d18ec12c35cb192dd45fe4134424063558b830e16caaf541a439bfe6874) Unable to find image 'ocaml/opam:fedora-43-ocaml-5.4@sha256:a5750d18ec12c35cb192dd45fe4134424063558b830e16caaf541a439bfe6874' locally docker.io/ocaml/opam@sha256:a5750d18ec12c35cb192dd45fe4134424063558b830e16caaf541a439bfe6874: Pulling from ocaml/opam 50ce27f2221c: Pulling fs layer 3ccb16ecd06a: Pulling fs layer 18a377ee2211: Pulling fs layer 24696ad16a7d: Pulling fs layer 8744e7b07a32: Pulling fs layer 7bb3c32a1cba: Pulling fs layer 407809b63881: Pulling fs layer 93e4376c7f0b: Pulling fs layer a9781f583df7: Pulling fs layer 6a612b43d6db: Pulling fs layer dc75ae048963: Pulling fs layer 35cbd27d0514: Pulling fs layer 8744e7b07a32: Waiting 7bb3c32a1cba: Waiting 22141018b4f2: Pulling fs layer b88d98f22507: Pulling fs layer a9781f583df7: Waiting 407809b63881: Waiting 6a612b43d6db: Waiting 24696ad16a7d: Waiting 93e4376c7f0b: Waiting dc75ae048963: Waiting 1ccefcc2ece8: Pulling fs layer 4b4d0cfd5290: Pulling fs layer 35cbd27d0514: Waiting 63fddb858358: Pulling fs layer 22141018b4f2: Waiting 1ccefcc2ece8: Waiting 168eefde11ec: Pulling fs layer b88d98f22507: Waiting d43a1a2ad4c2: Pulling fs layer 63fddb858358: Waiting 0633fabe4ce0: Pulling fs layer 4f4fb700ef54: Pulling fs layer 4b4d0cfd5290: Waiting d05a2a92d8f7: Pulling fs layer da5a1948f35d: Pulling fs layer 0633fabe4ce0: Waiting 2403e2a2896b: Pulling fs layer 4f4fb700ef54: Waiting da5a1948f35d: Waiting f3a145d0fc03: Pulling fs layer 2403e2a2896b: Waiting f0937c333384: Pulling fs layer f3a145d0fc03: Waiting d43a1a2ad4c2: Waiting 5df5e3a70f0f: Pulling fs layer f0937c333384: Waiting ee6c4434e3e1: Pulling fs layer 5fb00e330173: Pulling fs layer 168eefde11ec: Waiting 20bbedf126b4: Pulling fs layer 5df5e3a70f0f: Waiting ee6c4434e3e1: Waiting 90488d4c4d0f: Pulling fs layer 5fb00e330173: Waiting 73f23c0cf8dc: Pulling fs layer 20bbedf126b4: Waiting 90488d4c4d0f: Waiting a0803eefe864: Pulling fs layer 73f23c0cf8dc: Waiting 7ddf6bdb86f4: Pulling fs layer a0803eefe864: Waiting c211357ca529: Pulling fs layer 754c7b41bb02: Pulling fs layer 7ddf6bdb86f4: Waiting c211357ca529: Waiting 3bf8fe8afe28: Pulling fs layer 754c7b41bb02: Waiting 924d806d8f3a: Pulling fs layer 3bf8fe8afe28: Waiting 221cb26b7b33: Pulling fs layer f706145ebab3: Pulling fs layer 924d806d8f3a: Waiting 5553cc79478e: Pulling fs layer 18af54990458: Pulling fs layer 5553cc79478e: Waiting de3805f0b04d: Pulling fs layer 221cb26b7b33: Waiting f706145ebab3: Waiting f57a34f59c38: Pulling fs layer de3805f0b04d: Waiting f57a34f59c38: Waiting 3ccb16ecd06a: Verifying Checksum 3ccb16ecd06a: Download complete 24696ad16a7d: Verifying Checksum 24696ad16a7d: Download complete 8744e7b07a32: Download complete 7bb3c32a1cba: Verifying Checksum 7bb3c32a1cba: Download complete 50ce27f2221c: Verifying Checksum 50ce27f2221c: Download complete 407809b63881: Verifying Checksum 407809b63881: Download complete a9781f583df7: Verifying Checksum a9781f583df7: Download complete 93e4376c7f0b: Verifying Checksum 93e4376c7f0b: Download complete 18a377ee2211: Verifying Checksum 18a377ee2211: Download complete dc75ae048963: Verifying Checksum dc75ae048963: Download complete 35cbd27d0514: Verifying Checksum 35cbd27d0514: Download complete 22141018b4f2: Verifying Checksum 22141018b4f2: Download complete b88d98f22507: Download complete 1ccefcc2ece8: Verifying Checksum 1ccefcc2ece8: Download complete 4b4d0cfd5290: Verifying Checksum 4b4d0cfd5290: Download complete 63fddb858358: Verifying Checksum 63fddb858358: Download complete 168eefde11ec: Verifying Checksum 168eefde11ec: Download complete d43a1a2ad4c2: Download complete 0633fabe4ce0: Download complete 4f4fb700ef54: Download complete d05a2a92d8f7: Verifying Checksum d05a2a92d8f7: Download complete da5a1948f35d: Verifying Checksum da5a1948f35d: Download complete 2403e2a2896b: Download complete 6a612b43d6db: Verifying Checksum 6a612b43d6db: Download complete f3a145d0fc03: Download complete 5df5e3a70f0f: Verifying Checksum f0937c333384: Verifying Checksum f0937c333384: Download complete ee6c4434e3e1: Download complete 5fb00e330173: Verifying Checksum 5fb00e330173: Download complete 20bbedf126b4: Verifying Checksum 20bbedf126b4: Download complete 90488d4c4d0f: Download complete a0803eefe864: Verifying Checksum a0803eefe864: Download complete 73f23c0cf8dc: Verifying Checksum 73f23c0cf8dc: Download complete c211357ca529: Download complete 50ce27f2221c: Pull complete 3ccb16ecd06a: Pull complete 3bf8fe8afe28: Download complete 924d806d8f3a: Verifying Checksum 924d806d8f3a: Download complete 221cb26b7b33: Verifying Checksum 221cb26b7b33: Download complete 18a377ee2211: Pull complete 754c7b41bb02: Verifying Checksum 754c7b41bb02: Download complete f706145ebab3: Verifying Checksum f706145ebab3: Download complete 18af54990458: Verifying Checksum 18af54990458: Download complete de3805f0b04d: Verifying Checksum de3805f0b04d: Download complete f57a34f59c38: Verifying Checksum f57a34f59c38: Download complete 5553cc79478e: Verifying Checksum 5553cc79478e: Download complete 7ddf6bdb86f4: Download complete 24696ad16a7d: Pull complete 8744e7b07a32: Pull complete 7bb3c32a1cba: Pull complete 407809b63881: Pull complete 93e4376c7f0b: Pull complete a9781f583df7: Pull complete 6a612b43d6db: Pull complete dc75ae048963: Pull complete 35cbd27d0514: Pull complete 22141018b4f2: Pull complete b88d98f22507: Pull complete 1ccefcc2ece8: Pull complete 4b4d0cfd5290: Pull complete 63fddb858358: Pull complete 168eefde11ec: Pull complete d43a1a2ad4c2: Pull complete 0633fabe4ce0: Pull complete 4f4fb700ef54: Pull complete d05a2a92d8f7: Pull complete da5a1948f35d: Pull complete 2403e2a2896b: Pull complete f3a145d0fc03: Pull complete f0937c333384: Pull complete 5df5e3a70f0f: Pull complete ee6c4434e3e1: Pull complete 5fb00e330173: Pull complete 20bbedf126b4: Pull complete 90488d4c4d0f: Pull complete 73f23c0cf8dc: Pull complete a0803eefe864: Pull complete 7ddf6bdb86f4: Pull complete c211357ca529: Pull complete 754c7b41bb02: Pull complete 3bf8fe8afe28: Pull complete 924d806d8f3a: Pull complete 221cb26b7b33: Pull complete f706145ebab3: Pull complete 5553cc79478e: Pull complete 18af54990458: Pull complete de3805f0b04d: Pull complete f57a34f59c38: Pull complete Digest: sha256:a5750d18ec12c35cb192dd45fe4134424063558b830e16caaf541a439bfe6874 Status: Downloaded newer image for ocaml/opam@sha256:a5750d18ec12c35cb192dd45fe4134424063558b830e16caaf541a439bfe6874 2026-05-16 14:50.56 ---> using "9dc57a7973a8cf52e2c77a71b039db54cd1be09dc3e288515e93363704d1c22c" 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% | 3.8 KiB/s | 986.0 B | 00m00s Fedora 43 - x86_64 - Updates 100% | 92.7 KiB/s | 12.7 KiB | 00m00s Repositories loaded. Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed. Nothing to do. 2026-05-16 14:50.56 ---> using "e4956fae3ad3479dfebb332b8f28b764344dda0f845c39efffda146283f234b1" from cache /src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam")) 2026-05-16 14:50.56 ---> using "4696a8f9dee00a1ad60ef39abff71e6eb302a0a8b128ba5a6089cc7bc0ff8b8e" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e cd085e16bcd6af960ce1cee84dc824ad594362f1 || git fetch origin master) && git reset -q --hard cd085e16bcd6af960ce1cee84dc824ad594362f1 && git log --no-decorate -n1 --oneline")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD fc08333d1b..28d044eb9c master -> origin/master cd085e16bc Merge pull request #29880 from TheNumbat/opam-publish-ocaml_intrinsics_kernel.v0.17.2 2026-05-16 14:50.56 ---> using "ee1165707d737d9843df18e4837f6f7a524240e157c18d4c9c766cbb88fb9cb8" 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.1 to version 2.2, which can't be reverted. You may want to back it up before going further. Continue? [Y/n] y [NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using: opam option jobs=1 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository 2026-05-16 14:50.56 ---> using "f99e246a9642a8aa8469717f53a874a69cb143ab70736d8368c6fbe7452fde21" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-111-generic The OCaml toplevel, version 5.4.1 2.5.1 2026-05-16 14:50.56 ---> using "a818c250892f43f77e36f427f76c8faecbe49122dbbf1a868739c830183d3157" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-05-16 14:50.56 ---> using "85b91a9db377744d2f7c296926d0d0dc172a61e9a2ddfaabe63195d18a94a49d" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update -u")) <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] no changes from git+file:///home/opam/opam-repository Everything as up-to-date as possible The following packages are not being upgraded because the new versions conflict with other installed packages: - ocaml.5.5.0 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-05-16 14:50.56 ---> using "7553626f43ec37605fa0a2e13b1d64f094a3489ef770b5e6914d4de3992d766e" from cache /src: (copy (src obuilder.opam obuilder-spec.opam) (dst ./)) 2026-05-16 14:50.57 ---> saved as "2cf3e0dd0b11b3736cc966f0cb85b17e7ecd5663bb94656d9ded9eb808ecbb69" /src: (run (network host) (shell "opam pin add -yn obuilder.dev './' && \ \nopam pin add -yn obuilder-spec.dev './'")) [obuilder.dev] synchronised (file:///src) obuilder is now pinned to file:///src (version dev) [obuilder-spec.dev] synchronised (file:///src) obuilder-spec is now pinned to file:///src (version dev) 2026-05-16 14:50.58 ---> saved as "738c6ba2086a7052658c44c6fd591d6d4b395ce543fbe577440ec15a58a02c9a" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-05-16 14:50.58 ---> saved as "a5ec2d1db354956b83646641d25f4116f4dfd731ff4fd8230bf54a2f11ce6894" /src: (env DEPS "alcotest.1.9.1 alcotest-lwt.1.9.1 astring.0.8.5 base.v0.17.3 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 checkseum.0.5.3 cmdliner.2.1.1 conf-pkg-config.4 conf-sqlite3.1 cppo.1.8.0 crunch.4.0.0 csexp.1.5.2 cstruct.6.2.0 cstruct-lwt.6.2.0 decompress.1.5.3 dune.3.23.0 dune-compiledb.0.6.0 dune-configurator.3.23.0 extunix.0.4.4 ezjsonm.1.3.0 fmt.0.11.0 fpath.0.7.3 hex.1.5.0 jsonm.1.0.2 logs.0.10.0 lwt.6.1.2 num.1.6 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml_intrinsics_kernel.v0.17.2 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 parsexp.v0.17.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppx_sexp_conv.v0.17.1 ppxlib.0.38.0 ppxlib_jane.v0.17.4 ptime.1.2.0 re.1.14.0 sexplib.v0.17.0 sexplib0.v0.17.0 sha.1.15.4 sqlite3.5.4.1 stdlib-shims.0.3.0 tar.2.6.0 tar-unix.2.6.0 topkg.1.1.1 uutf.1.0.4 yojson.3.0.0") /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 obuilder.dev obuilder-spec.dev $DEPS")) + /usr/sbin/sudo "yum" "makecache" - Updating and loading repositories: - Repositories loaded. - Metadata cache created. <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [obuilder.dev] synchronised (file:///src) [obuilder-spec.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.1). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1). [NOTE] Package ocaml is already installed (current version is 5.4.1). [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: sqlite-devel <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/sbin/sudo "yum" "install" "-y" "sqlite-devel" - Updating and loading repositories: - Repositories loaded. - Package Arch Version Repository Size - Installing: - sqlite-devel x86_64 3.50.2-2.fc43 fedora 684.1 KiB - Installing dependencies: - sqlite x86_64 3.50.2-2.fc43 fedora 1.8 MiB - - Transaction Summary: - Installing: 2 packages - - Total size of inbound packages is 1 MiB. Need to download 1 MiB. - After this operation, 3 MiB extra will be used (install 3 MiB, remove 0 B). - [1/2] sqlite-devel-0:3.50.2-2.fc43.x86_ 100% | 3.0 MiB/s | 151.8 KiB | 00m00s - [2/2] sqlite-0:3.50.2-2.fc43.x86_64 100% | 8.6 MiB/s | 924.5 KiB | 00m00s - -------------------------------------------------------------------------------- - [2/2] Total 100% | 4.0 MiB/s | 1.1 MiB | 00m00s - Running transaction - [1/4] Verify package files 100% | 500.0 B/s | 2.0 B | 00m00s - [2/4] Prepare transaction 100% | 66.0 B/s | 2.0 B | 00m00s - [3/4] Installing sqlite-0:3.50.2-2.fc43 100% | 68.2 MiB/s | 1.8 MiB | 00m00s - [4/4] Installing sqlite-devel-0:3.50.2- 100% | 16.7 MiB/s | 684.8 KiB | 00m00s - Complete! + /usr/sbin/rpm "-q" "--whatprovides" "sqlite-devel" - sqlite-devel-3.50.2-2.fc43.x86_64 # To update the current shell environment, run: eval $(opam env) 2026-05-16 14:51.07 ---> saved as "5e8475f4c9ca504f4be234a2e65a9ab7753e5650f982b7c2d144a40961654713" /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.1). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1). [NOTE] Package ocaml is already installed (current version is 5.4.1). [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 53 packages - install alcotest 1.9.1 - install alcotest-lwt 1.9.1 - install astring 0.8.5 - install base v0.17.3 - install base-bytes base - install camlp-streams 5.0.1 - install checkseum 0.5.3 - install cmdliner 2.1.1 - install conf-pkg-config 4 - install conf-sqlite3 1 - install cppo 1.8.0 - install crunch 4.0.0 - install csexp 1.5.2 - install cstruct 6.2.0 - install cstruct-lwt 6.2.0 - install decompress 1.5.3 - install dune 3.23.0 - install dune-compiledb 0.6.0 - install dune-configurator 3.23.0 - install extunix 0.4.4 - install ezjsonm 1.3.0 - install fmt 0.11.0 - install fpath 0.7.3 - install hex 1.5.0 - install jsonm 1.0.2 - install logs 0.10.0 - install lwt 6.1.2 - install num 1.6 - install ocaml-compiler-libs v0.17.0 - install ocaml-syntax-shims 1.0.0 - install ocaml_intrinsics_kernel v0.17.2 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install ocplib-endian 1.2 - install optint 0.3.0 - install parsexp v0.17.0 - install ppx_derivers 1.2.1 - install ppx_deriving 6.1.1 - install ppx_sexp_conv v0.17.1 - install ppxlib 0.38.0 - install ppxlib_jane v0.17.4 - install ptime 1.2.0 - install re 1.14.0 - install sexplib v0.17.0 - install sexplib0 v0.17.0 - install sha 1.15.4 - install sqlite3 5.4.1 - install stdlib-shims 0.3.0 - install tar 2.6.0 - install tar-unix 2.6.0 - install topkg 1.1.1 - install uutf 1.0.4 - install yojson 3.0.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved alcotest.1.9.1, alcotest-lwt.1.9.1 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved base.v0.17.3 (cached) -> retrieved camlp-streams.5.0.1 (cached) -> retrieved checkseum.0.5.3 (cached) -> retrieved cppo.1.8.0 (cached) -> retrieved cmdliner.2.1.1 (cached) -> installed conf-pkg-config.4 -> retrieved crunch.4.0.0 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved cstruct.6.2.0, cstruct-lwt.6.2.0 (cached) -> installed conf-sqlite3.1 -> retrieved dune-compiledb.0.6.0 (cached) -> retrieved extunix.0.4.4 (cached) -> retrieved ezjsonm.1.3.0 (cached) -> retrieved fmt.0.11.0 (cached) -> retrieved fpath.0.7.3 (cached) -> retrieved decompress.1.5.3 (cached) -> retrieved hex.1.5.0 (cached) -> retrieved jsonm.1.0.2 (cached) -> retrieved logs.0.10.0 (cached) -> retrieved num.1.6 (cached) -> retrieved lwt.6.1.2 (cached) -> retrieved ocaml-compiler-libs.v0.17.0 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocaml_intrinsics_kernel.v0.17.2 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ocplib-endian.1.2 (cached) -> retrieved optint.0.3.0 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved parsexp.v0.17.0 (cached) -> retrieved ppx_deriving.6.1.1 (cached) -> retrieved ppx_sexp_conv.v0.17.1 (cached) -> retrieved ppxlib_jane.v0.17.4 (cached) -> retrieved ptime.1.2.0 (cached) -> retrieved ppxlib.0.38.0 (cached) -> retrieved re.1.14.0 (cached) -> retrieved dune.3.23.0, dune-configurator.3.23.0 (cached) -> retrieved sexplib.v0.17.0 (cached) -> retrieved sexplib0.v0.17.0 (cached) -> retrieved sha.1.15.4 (cached) -> retrieved sqlite3.5.4.1 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved tar.2.6.0, tar-unix.2.6.0 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved topkg.1.1.1 (cached) -> retrieved yojson.3.0.0 (cached) -> installed cmdliner.2.1.1 -> installed num.1.6 -> installed ocamlbuild.0.16.1 -> installed ocamlfind.1.9.8 -> installed base-bytes.base -> installed topkg.1.1.1 -> installed uutf.1.0.4 -> installed fmt.0.11.0 -> installed ptime.1.2.0 -> installed astring.0.8.5 -> installed jsonm.1.0.2 -> installed fpath.0.7.3 -> installed dune.3.23.0 -> installed ppx_derivers.1.2.1 -> installed csexp.1.5.2 -> installed camlp-streams.5.0.1 -> installed cppo.1.8.0 -> installed crunch.4.0.0 -> installed cstruct.6.2.0 -> installed ocaml-compiler-libs.v0.17.0 -> installed ocaml-syntax-shims.1.0.0 -> installed ocaml_intrinsics_kernel.v0.17.2 -> installed optint.0.3.0 -> installed re.1.14.0 -> installed sexplib0.v0.17.0 -> installed stdlib-shims.0.3.0 -> installed yojson.3.0.0 -> installed ocplib-endian.1.2 -> installed hex.1.5.0 -> installed ezjsonm.1.3.0 -> installed dune-configurator.3.23.0 -> installed alcotest.1.9.1 -> installed sha.1.15.4 -> installed parsexp.v0.17.0 -> installed checkseum.0.5.3 -> installed sexplib.v0.17.0 -> installed dune-compiledb.0.6.0 -> installed decompress.1.5.3 -> installed tar.2.6.0 -> installed lwt.6.1.2 -> installed cstruct-lwt.6.2.0 -> installed sqlite3.5.4.1 -> installed tar-unix.2.6.0 -> installed logs.0.10.0 -> installed alcotest-lwt.1.9.1 -> installed base.v0.17.3 -> installed ppxlib.0.38.0 -> installed ppxlib_jane.v0.17.4 -> installed ppx_deriving.6.1.1 -> installed ppx_sexp_conv.v0.17.1 -> installed extunix.0.4.4 Done. # To update the current shell environment, run: eval $(opam env) 2026-05-16 14:52.17 ---> saved as "a74daaaaa9cec5b0a53eb79db07f44873b51ca4787eb8f4d4701b6bf10e79f3e" /src: (copy (src .) (dst /src)) 2026-05-16 14:52.19 ---> saved as "babf1d8ceb2c66504988860d56c66897bcbfe96359f2eb765d934bded074e443" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/lib && /home/opam/.opam/5.4/bin/ocaml-crunch ../static --mode=plain -o Static_files.ml) Generating Static_files.ml Skipping generation of .mli (cd _build/default/test && ./test.exe) Testing `OBuilder'. This run has ID `EV8A5N5H'. [OK] spec 0 Sexp. [OK] spec 1 Cache ID. [OK] spec 2 Docker Windows. [OK] spec 3 Docker UNIX. [OK] tar_transfer 0 Long filename. [OK] tar_transfer 1 Normalize path. [OK] manifest 0 Copy using manifest.bash. [OK] manifest 1 Copy using Manifest. [OK] process 0 Execute a process. [OK] process 1 Read stdout of a process. [OK] build 0 Simple. [OK] build 1 Prune. [OK] build 2 Concurrent. [OK] build 3 Concurrent failure. [OK] build 4 Concurrent failure 2. [OK] build 5 Cancel. [OK] build 6 Cancel 2. [OK] build 7 Cancel 3. [OK] build 8 Cancel 4. [OK] build 9 Cancel 5. [OK] build 10 Delete. [OK] secrets 0 Simple. [OK] secrets 1 No secret provided. Full test results in `/src/_build/default/test/_build/_tests/OBuilder'. Test Successful in 1.146s. 23 tests run. 2026-05-16 14:52.24 ---> saved as "954cf0ed22bc328bc624d1d4a96fe395e5ab13ec3aa9ee350513a510258968d6" Job succeeded 2026-05-16 14:52.24: Job succeeded