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:a5750d18ec12c35cb192dd45fe4134424063558b830e16caaf541a439bfe6874Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocurrent/obuilder.git" && cd "obuilder" && git fetch origin "refs/pull/207/head" && git reset --hard f1e8fcaccat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:fedora-43-ocaml-5.4@sha256:a5750d18ec12c35cb192dd45fe4134424063558b830e16caaf541a439bfe6874# 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 cd ~/opam-repository && (git cat-file -e cd085e16bcd6af960ce1cee84dc824ad594362f1 || git fetch origin master) && git reset -q --hard cd085e16bcd6af960ce1cee84dc824ad594362f1 && git log --no-decorate -n1 --onelineRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN opam update -uCOPY --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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-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 OCluster2026-05-16 14:47.20: Waiting for worker…2026-05-16 14:50.55: Got resource from pool OClusterBuilding on doris.caelum.ci.devHEAD is now at 3ab117d Merge pull request #206 from mtelvers/fix-dot-in-dst-tar-pathsHEAD 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' locallydocker.io/ocaml/opam@sha256:a5750d18ec12c35cb192dd45fe4134424063558b830e16caaf541a439bfe6874: Pulling from ocaml/opam50ce27f2221c: Pulling fs layer3ccb16ecd06a: Pulling fs layer18a377ee2211: Pulling fs layer24696ad16a7d: Pulling fs layer8744e7b07a32: Pulling fs layer7bb3c32a1cba: Pulling fs layer407809b63881: Pulling fs layer93e4376c7f0b: Pulling fs layera9781f583df7: Pulling fs layer6a612b43d6db: Pulling fs layerdc75ae048963: Pulling fs layer35cbd27d0514: Pulling fs layer8744e7b07a32: Waiting7bb3c32a1cba: Waiting22141018b4f2: Pulling fs layerb88d98f22507: Pulling fs layera9781f583df7: Waiting407809b63881: Waiting6a612b43d6db: Waiting24696ad16a7d: Waiting93e4376c7f0b: Waitingdc75ae048963: Waiting1ccefcc2ece8: Pulling fs layer4b4d0cfd5290: Pulling fs layer35cbd27d0514: Waiting63fddb858358: Pulling fs layer22141018b4f2: Waiting1ccefcc2ece8: Waiting168eefde11ec: Pulling fs layerb88d98f22507: Waitingd43a1a2ad4c2: Pulling fs layer63fddb858358: Waiting0633fabe4ce0: Pulling fs layer4f4fb700ef54: Pulling fs layer4b4d0cfd5290: Waitingd05a2a92d8f7: Pulling fs layerda5a1948f35d: Pulling fs layer0633fabe4ce0: Waiting2403e2a2896b: Pulling fs layer4f4fb700ef54: Waitingda5a1948f35d: Waitingf3a145d0fc03: Pulling fs layer2403e2a2896b: Waitingf0937c333384: Pulling fs layerf3a145d0fc03: Waitingd43a1a2ad4c2: Waiting5df5e3a70f0f: Pulling fs layerf0937c333384: Waitingee6c4434e3e1: Pulling fs layer5fb00e330173: Pulling fs layer168eefde11ec: Waiting20bbedf126b4: Pulling fs layer5df5e3a70f0f: Waitingee6c4434e3e1: Waiting90488d4c4d0f: Pulling fs layer5fb00e330173: Waiting73f23c0cf8dc: Pulling fs layer20bbedf126b4: Waiting90488d4c4d0f: Waitinga0803eefe864: Pulling fs layer73f23c0cf8dc: Waiting7ddf6bdb86f4: Pulling fs layera0803eefe864: Waitingc211357ca529: Pulling fs layer754c7b41bb02: Pulling fs layer7ddf6bdb86f4: Waitingc211357ca529: Waiting3bf8fe8afe28: Pulling fs layer754c7b41bb02: Waiting924d806d8f3a: Pulling fs layer3bf8fe8afe28: Waiting221cb26b7b33: Pulling fs layerf706145ebab3: Pulling fs layer924d806d8f3a: Waiting5553cc79478e: Pulling fs layer18af54990458: Pulling fs layer5553cc79478e: Waitingde3805f0b04d: Pulling fs layer221cb26b7b33: Waitingf706145ebab3: Waitingf57a34f59c38: Pulling fs layerde3805f0b04d: Waitingf57a34f59c38: Waiting3ccb16ecd06a: Verifying Checksum3ccb16ecd06a: Download complete24696ad16a7d: Verifying Checksum24696ad16a7d: Download complete8744e7b07a32: Download complete7bb3c32a1cba: Verifying Checksum7bb3c32a1cba: Download complete50ce27f2221c: Verifying Checksum50ce27f2221c: Download complete407809b63881: Verifying Checksum407809b63881: Download completea9781f583df7: Verifying Checksuma9781f583df7: Download complete93e4376c7f0b: Verifying Checksum93e4376c7f0b: Download complete18a377ee2211: Verifying Checksum18a377ee2211: Download completedc75ae048963: Verifying Checksumdc75ae048963: Download complete35cbd27d0514: Verifying Checksum35cbd27d0514: Download complete22141018b4f2: Verifying Checksum22141018b4f2: Download completeb88d98f22507: Download complete1ccefcc2ece8: Verifying Checksum1ccefcc2ece8: Download complete4b4d0cfd5290: Verifying Checksum4b4d0cfd5290: Download complete63fddb858358: Verifying Checksum63fddb858358: Download complete168eefde11ec: Verifying Checksum168eefde11ec: Download completed43a1a2ad4c2: Download complete0633fabe4ce0: Download complete4f4fb700ef54: Download completed05a2a92d8f7: Verifying Checksumd05a2a92d8f7: Download completeda5a1948f35d: Verifying Checksumda5a1948f35d: Download complete2403e2a2896b: Download complete6a612b43d6db: Verifying Checksum6a612b43d6db: Download completef3a145d0fc03: Download complete5df5e3a70f0f: Verifying Checksumf0937c333384: Verifying Checksumf0937c333384: Download completeee6c4434e3e1: Download complete5fb00e330173: Verifying Checksum5fb00e330173: Download complete20bbedf126b4: Verifying Checksum20bbedf126b4: Download complete90488d4c4d0f: Download completea0803eefe864: Verifying Checksuma0803eefe864: Download complete73f23c0cf8dc: Verifying Checksum73f23c0cf8dc: Download completec211357ca529: Download complete50ce27f2221c: Pull complete3ccb16ecd06a: Pull complete3bf8fe8afe28: Download complete924d806d8f3a: Verifying Checksum924d806d8f3a: Download complete221cb26b7b33: Verifying Checksum221cb26b7b33: Download complete18a377ee2211: Pull complete754c7b41bb02: Verifying Checksum754c7b41bb02: Download completef706145ebab3: Verifying Checksumf706145ebab3: Download complete18af54990458: Verifying Checksum18af54990458: Download completede3805f0b04d: Verifying Checksumde3805f0b04d: Download completef57a34f59c38: Verifying Checksumf57a34f59c38: Download complete5553cc79478e: Verifying Checksum5553cc79478e: Download complete7ddf6bdb86f4: Download complete24696ad16a7d: Pull complete8744e7b07a32: Pull complete7bb3c32a1cba: Pull complete407809b63881: Pull complete93e4376c7f0b: Pull completea9781f583df7: Pull complete6a612b43d6db: Pull completedc75ae048963: Pull complete35cbd27d0514: Pull complete22141018b4f2: Pull completeb88d98f22507: Pull complete1ccefcc2ece8: Pull complete4b4d0cfd5290: Pull complete63fddb858358: Pull complete168eefde11ec: Pull completed43a1a2ad4c2: Pull complete0633fabe4ce0: Pull complete4f4fb700ef54: Pull completed05a2a92d8f7: Pull completeda5a1948f35d: Pull complete2403e2a2896b: Pull completef3a145d0fc03: Pull completef0937c333384: Pull complete5df5e3a70f0f: Pull completeee6c4434e3e1: Pull complete5fb00e330173: Pull complete20bbedf126b4: Pull complete90488d4c4d0f: Pull complete73f23c0cf8dc: Pull completea0803eefe864: Pull complete7ddf6bdb86f4: Pull completec211357ca529: Pull complete754c7b41bb02: Pull complete3bf8fe8afe28: Pull complete924d806d8f3a: Pull complete221cb26b7b33: Pull completef706145ebab3: Pull complete5553cc79478e: Pull complete18af54990458: Pull completede3805f0b04d: Pull completef57a34f59c38: Pull completeDigest: sha256:a5750d18ec12c35cb192dd45fe4134424063558b830e16caaf541a439bfe6874Status: Downloaded newer image for ocaml/opam@sha256:a5750d18ec12c35cb192dd45fe4134424063558b830e16caaf541a439bfe68742026-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 | 00m00sFedora 43 - x86_64 - Updates 100% | 92.7 KiB/s | 12.7 KiB | 00m00sRepositories 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_HEADfc08333d1b..28d044eb9c master -> origin/mastercd085e16bc Merge pull request #29880 from TheNumbat/opam-publish-ocaml_intrinsics_kernel.v0.17.22026-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 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repository2026-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-genericThe OCaml toplevel, version 5.4.12.5.12026-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-repositoryEverything as up-to-date as possibleThe following packages are not being upgraded because the new versions conflict with other installed packages:- ocaml.5.5.0However, 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.4Done.# 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.mlSkipping 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 succeeded2026-05-16 14:52.24: Job succeeded