2026-04-14 08:13.11: New job: test ocurrent/obuilder https://github.com/ocurrent/obuilder.git#refs/heads/master (a4329f09abdf762b019b83c9218c1d8dd1d6a093) (linux-arm64:debian-13-5.4_arm64_opam-2.5) Base: ocaml/opam:debian-13-ocaml-5.4@sha256:c1830cb89505d82ce4f4b4097f1d002748603cb00382aa65e938776c377fa13a Opam project build To reproduce locally: git clone --recursive "https://github.com/ocurrent/obuilder.git" -b "master" && cd "obuilder" && git reset --hard a4329f09 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-5.4@sha256:c1830cb89505d82ce4f4b4097f1d002748603cb00382aa65e938776c377fa13a # debian-13-5.4_arm64_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN cd ~/opam-repository && (git cat-file -e 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && 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.2 cmdliner.2.1.0 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.22.2 dune-compiledb.0.6.0 dune-configurator.3.22.2 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.1 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 ocaml_intrinsics_kernel.v0.17.1 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.0 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-04-14 08:13.11: Using cache hint "ocurrent/obuilder-ocaml/opam:debian-13-ocaml-5.4@sha256:c1830cb89505d82ce4f4b4097f1d002748603cb00382aa65e938776c377fa13a-debian-13-5.4_arm64_opam-2.5-921ac12332afad2b9f8d57f191717763" 2026-04-14 08:13.11: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-5.4@sha256:c1830cb89505d82ce4f4b4097f1d002748603cb00382aa65e938776c377fa13a) (comment debian-13-5.4_arm64_opam-2.5) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (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 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && 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.2 cmdliner.2.1.0 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.22.2 dune-compiledb.0.6.0 dune-configurator.3.22.2 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.1 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 ocaml_intrinsics_kernel.v0.17.1 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.0 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-04-14 08:13.11: Waiting for resource in pool OCluster 2026-04-14 09:56.59: Waiting for worker… 2026-04-14 10:12.27: Got resource from pool OCluster Building on kydoime.caelum.ci.dev All commits already cached HEAD is now at a4329f0 Merge pull request #205 from mtelvers/fix-dot-slash-tar-paths (from ocaml/opam:debian-13-ocaml-5.4@sha256:c1830cb89505d82ce4f4b4097f1d002748603cb00382aa65e938776c377fa13a) Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:c1830cb89505d82ce4f4b4097f1d002748603cb00382aa65e938776c377fa13a' locally docker.io/ocaml/opam@sha256:c1830cb89505d82ce4f4b4097f1d002748603cb00382aa65e938776c377fa13a: Pulling from ocaml/opam ac9148dc57ca: Pulling fs layer 7888403f6ebd: Pulling fs layer c624d8e138d3: Pulling fs layer bae5329cb92a: Pulling fs layer 6228156e24ec: Pulling fs layer d851fec6b77f: Pulling fs layer 45e3afcdcfef: Pulling fs layer b3e7f2150c0a: Pulling fs layer 91048a8ba3a7: Pulling fs layer 26a15cffb83a: Pulling fs layer 3c2f2520de0f: Pulling fs layer 9f731cc5daa6: Pulling fs layer 0809377d5f3c: Pulling fs layer ec4e42e8f98c: Pulling fs layer 065e3401ccf2: Pulling fs layer bce3ceded749: Pulling fs layer c4a4a6ab703b: Pulling fs layer 6228156e24ec: Waiting aa84bc2cf05b: Pulling fs layer 0fb96351134e: Pulling fs layer d851fec6b77f: Waiting 45e3afcdcfef: Waiting 91048a8ba3a7: Waiting a1735f92ccde: Pulling fs layer b3e7f2150c0a: Waiting dce836972d90: Pulling fs layer 8a0c641e2184: Pulling fs layer bae5329cb92a: Waiting 4f4fb700ef54: Pulling fs layer 44a2b50d619a: Pulling fs layer 26a15cffb83a: Waiting e27f63ab21e8: Pulling fs layer 3c2f2520de0f: Waiting 826c3a0f7d41: Pulling fs layer ec4e42e8f98c: Waiting 7fe544c7b3e6: Pulling fs layer 9f731cc5daa6: Waiting 0809377d5f3c: Waiting 065e3401ccf2: Waiting efa4af957d6d: Pulling fs layer bce3ceded749: Waiting a2fa2f09a7e4: Pulling fs layer c4a4a6ab703b: Waiting a1735f92ccde: Waiting aa84bc2cf05b: Waiting 3e0efbdba3cc: Pulling fs layer dce836972d90: Waiting 4f299997ffd7: Pulling fs layer 0fb96351134e: Waiting 8a0c641e2184: Waiting f868b4e81e65: Pulling fs layer 87577251fd14: Pulling fs layer 4f4fb700ef54: Waiting a2fa2f09a7e4: Waiting 7fe544c7b3e6: Waiting 826c3a0f7d41: Waiting e27f63ab21e8: Waiting f868b4e81e65: Waiting 5e9e2e42ec71: Pulling fs layer 44a2b50d619a: Waiting 4f299997ffd7: Waiting 99812197be51: Pulling fs layer 87577251fd14: Waiting 5e9e2e42ec71: Waiting 8b48f92b9c03: Pulling fs layer 99812197be51: Waiting 3e0efbdba3cc: Waiting 6336fa3f0edf: Pulling fs layer 8b48f92b9c03: Waiting f03483f6ff47: Pulling fs layer 26c2642c44cf: Pulling fs layer 35e7bc3e512e: Pulling fs layer fb2e4e264f0c: Pulling fs layer aa2081614483: Pulling fs layer 6336fa3f0edf: Waiting 526a1409cb54: Pulling fs layer 26c2642c44cf: Waiting fb2e4e264f0c: Waiting f03483f6ff47: Waiting 3a2eac8aba41: Pulling fs layer 663c0b5229f0: Pulling fs layer aa2081614483: Waiting f07447d54e12: Pulling fs layer 663c0b5229f0: Waiting 8eca58e2e466: Pulling fs layer 269ed2830268: Pulling fs layer f07447d54e12: Waiting 35e7bc3e512e: Waiting 269ed2830268: Waiting 8eca58e2e466: Waiting 526a1409cb54: Waiting 3a2eac8aba41: Waiting 7888403f6ebd: Verifying Checksum 7888403f6ebd: Download complete c624d8e138d3: Download complete 6228156e24ec: Download complete bae5329cb92a: Download complete ac9148dc57ca: Verifying Checksum ac9148dc57ca: Download complete 45e3afcdcfef: Verifying Checksum 45e3afcdcfef: Download complete b3e7f2150c0a: Verifying Checksum b3e7f2150c0a: Download complete 26a15cffb83a: Verifying Checksum 26a15cffb83a: Download complete 91048a8ba3a7: Verifying Checksum 91048a8ba3a7: Download complete 3c2f2520de0f: Verifying Checksum 3c2f2520de0f: Download complete ac9148dc57ca: Pull complete 7888403f6ebd: Pull complete c624d8e138d3: Pull complete 9f731cc5daa6: Verifying Checksum 9f731cc5daa6: Download complete bae5329cb92a: Pull complete 6228156e24ec: Pull complete 0809377d5f3c: Verifying Checksum 0809377d5f3c: Download complete ec4e42e8f98c: Verifying Checksum ec4e42e8f98c: Download complete 065e3401ccf2: Download complete bce3ceded749: Verifying Checksum bce3ceded749: Download complete c4a4a6ab703b: Download complete aa84bc2cf05b: Verifying Checksum aa84bc2cf05b: Download complete 0fb96351134e: Verifying Checksum 0fb96351134e: Download complete a1735f92ccde: Verifying Checksum a1735f92ccde: Download complete dce836972d90: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete 8a0c641e2184: Verifying Checksum 8a0c641e2184: Download complete 44a2b50d619a: Verifying Checksum 44a2b50d619a: Download complete e27f63ab21e8: Verifying Checksum e27f63ab21e8: Download complete 7fe544c7b3e6: Download complete 826c3a0f7d41: Download complete efa4af957d6d: Verifying Checksum efa4af957d6d: Download complete a2fa2f09a7e4: Verifying Checksum a2fa2f09a7e4: Download complete d851fec6b77f: Verifying Checksum d851fec6b77f: Download complete 3e0efbdba3cc: Verifying Checksum 3e0efbdba3cc: Download complete 4f299997ffd7: Verifying Checksum 4f299997ffd7: Download complete f868b4e81e65: Verifying Checksum f868b4e81e65: Download complete 87577251fd14: Verifying Checksum 87577251fd14: Download complete 5e9e2e42ec71: Verifying Checksum 5e9e2e42ec71: Download complete 99812197be51: Verifying Checksum 99812197be51: Download complete 6336fa3f0edf: Verifying Checksum 6336fa3f0edf: Download complete 26c2642c44cf: Verifying Checksum 26c2642c44cf: Download complete 35e7bc3e512e: Verifying Checksum 35e7bc3e512e: Download complete fb2e4e264f0c: Verifying Checksum fb2e4e264f0c: Download complete aa2081614483: Download complete 526a1409cb54: Download complete 3a2eac8aba41: Verifying Checksum 3a2eac8aba41: Download complete f03483f6ff47: Verifying Checksum f03483f6ff47: Download complete f07447d54e12: Verifying Checksum f07447d54e12: Download complete 8eca58e2e466: Verifying Checksum 8eca58e2e466: Download complete 269ed2830268: Verifying Checksum 269ed2830268: Download complete d851fec6b77f: Pull complete 45e3afcdcfef: Pull complete b3e7f2150c0a: Pull complete 91048a8ba3a7: Pull complete 26a15cffb83a: Pull complete 663c0b5229f0: Verifying Checksum 663c0b5229f0: Download complete 3c2f2520de0f: Pull complete 9f731cc5daa6: Pull complete 0809377d5f3c: Pull complete ec4e42e8f98c: Pull complete 065e3401ccf2: Pull complete bce3ceded749: Pull complete c4a4a6ab703b: Pull complete aa84bc2cf05b: Pull complete 0fb96351134e: Pull complete a1735f92ccde: Pull complete dce836972d90: Pull complete 8a0c641e2184: Pull complete 4f4fb700ef54: Pull complete 44a2b50d619a: Pull complete e27f63ab21e8: Pull complete 826c3a0f7d41: Pull complete 7fe544c7b3e6: Pull complete efa4af957d6d: Pull complete a2fa2f09a7e4: Pull complete 3e0efbdba3cc: Pull complete 4f299997ffd7: Pull complete f868b4e81e65: Pull complete 87577251fd14: Pull complete 5e9e2e42ec71: Pull complete 99812197be51: Pull complete 8b48f92b9c03: Download complete 8b48f92b9c03: Pull complete 6336fa3f0edf: Pull complete f03483f6ff47: Pull complete 26c2642c44cf: Pull complete 35e7bc3e512e: Pull complete fb2e4e264f0c: Pull complete aa2081614483: Pull complete 526a1409cb54: Pull complete 3a2eac8aba41: Pull complete 663c0b5229f0: Pull complete f07447d54e12: Pull complete 8eca58e2e466: Pull complete 269ed2830268: Pull complete Digest: sha256:c1830cb89505d82ce4f4b4097f1d002748603cb00382aa65e938776c377fa13a Status: Downloaded newer image for ocaml/opam@sha256:c1830cb89505d82ce4f4b4097f1d002748603cb00382aa65e938776c377fa13a 2026-04-14 10:12.28 ---> using "d3aef2d93064c0f54a54ca210e09e3e24634a77abbb58d114299d90d4843ce0d" from cache /: (comment debian-13-5.4_arm64_opam-2.5) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam")) 2026-04-14 10:12.28 ---> using "26fbe6c6f6005ce5948b37f283839b24f93e5ed4d96bbb09998ab7c0ef2162df" 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] y Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2026-04-14 10:12.28 ---> using "7c4abe0c556bf71da30fbdbef06c92f36bad545e3ab8919a0691b5d347cee360" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-107-generic The OCaml toplevel, version 5.4.0 2.5.0 2026-04-14 10:12.28 ---> using "6cb0208b5c98d92a52f29957d4c163cc844d1602926f5fdab97837e3ced98827" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-04-14 10:12.28 ---> using "d6529484688c91d5d67aa4125460c67769e01fb0c9a9c84795637f03b8c38f5b" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD ffb54b9bdd..5f7bb1a6e6 master -> origin/master 5f7bb1a6e6 Merge pull request #29704 from shonfeder/release-dune-3.22.2 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Everything 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-14 10:12.28 ---> using "1e407fcfb0a9f9ee605b614b3c5f5611d39075a59c54b1e090f283158ed1d6a7" from cache /src: (copy (src obuilder.opam obuilder-spec.opam) (dst ./)) 2026-04-14 10:12.28 ---> saved as "735e47552b6b4f6f203665d7bca03495eef51231bb992ffe209725d511063eb6" /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-04-14 10:12.31 ---> saved as "fad437e82af90368e031f374b8164fe51077378598b62f952b14424140f56bd7" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-04-14 10:12.31 ---> saved as "7cf8f630e9d182a9b79699b4d6124cd80e2220ce28a7806c11159055845ab71f" /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.2 cmdliner.2.1.0 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.22.2 dune-compiledb.0.6.0 dune-configurator.3.22.2 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.1 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 ocaml_intrinsics_kernel.v0.17.1 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.0 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/bin/sudo "apt-get" "update" - Get:1 http://deb.debian.org/debian trixie InRelease [140 kB] - Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB] - Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB] - Get:4 http://deb.debian.org/debian trixie/main arm64 Packages [9607 kB] - Get:5 http://deb.debian.org/debian-security trixie-security/main arm64 Packages [122 kB] - Fetched 9960 kB in 1s (8237 kB/s) - Reading package lists... <><> 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.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: libsqlite3-dev pkg-config <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libsqlite3-dev" "pkg-config" - (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 20768 files and directories currently installed.) - Preparing to unpack .../libsqlite3-0_3.46.1-7+deb13u1_arm64.deb ... - Unpacking libsqlite3-0:arm64 (3.46.1-7+deb13u1) over (3.46.1-7) ... - Setting up libsqlite3-0:arm64 (3.46.1-7+deb13u1) ... - Selecting previously unselected package libpkgconf3:arm64. - (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 20768 files and directories currently installed.) - Preparing to unpack .../libpkgconf3_1.8.1-4_arm64.deb ... - Unpacking libpkgconf3:arm64 (1.8.1-4) ... - Selecting previously unselected package libsqlite3-dev:arm64. - Preparing to unpack .../libsqlite3-dev_3.46.1-7+deb13u1_arm64.deb ... - Unpacking libsqlite3-dev:arm64 (3.46.1-7+deb13u1) ... - Selecting previously unselected package pkgconf-bin. - Preparing to unpack .../pkgconf-bin_1.8.1-4_arm64.deb ... - Unpacking pkgconf-bin (1.8.1-4) ... - Selecting previously unselected package pkgconf:arm64. - Preparing to unpack .../pkgconf_1.8.1-4_arm64.deb ... - Unpacking pkgconf:arm64 (1.8.1-4) ... - Selecting previously unselected package pkg-config:arm64. - Preparing to unpack .../pkg-config_1.8.1-4_arm64.deb ... - Unpacking pkg-config:arm64 (1.8.1-4) ... - Setting up libpkgconf3:arm64 (1.8.1-4) ... - Setting up libsqlite3-dev:arm64 (3.46.1-7+deb13u1) ... - Setting up pkgconf-bin (1.8.1-4) ... - Setting up pkgconf:arm64 (1.8.1-4) ... - Setting up pkg-config:arm64 (1.8.1-4) ... - Processing triggers for libc-bin (2.41-12+deb13u1) ... # To update the current shell environment, run: eval $(opam env) 2026-04-14 10:12.47 ---> saved as "6dca39448af8df70841f54fde2a3300183ee56287f248c83f80a4485494baf35" /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 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.2 - install cmdliner 2.1.0 - 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.22.2 - install dune-compiledb 0.6.0 - install dune-configurator 3.22.2 - 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.1 - install num 1.6 - install ocaml-compiler-libs v0.17.0 - install ocaml-syntax-shims 1.0.0 - install ocaml_intrinsics_kernel v0.17.1 - 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.0 - 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.2 (cached) -> installed conf-pkg-config.4 -> retrieved cmdliner.2.1.0 (cached) -> retrieved cppo.1.8.0 (cached) -> retrieved crunch.4.0.0 (cached) -> installed conf-sqlite3.1 -> retrieved csexp.1.5.2 (cached) -> retrieved cstruct.6.2.0, cstruct-lwt.6.2.0 (cached) -> 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 hex.1.5.0 (cached) -> retrieved jsonm.1.0.2 (cached) -> retrieved decompress.1.5.3 (cached) -> retrieved logs.0.10.0 (cached) -> retrieved lwt.6.1.1 (cached) -> retrieved num.1.6 (cached) -> retrieved ocaml-compiler-libs.v0.17.0 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocaml_intrinsics_kernel.v0.17.1 (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 re.1.14.0 (cached) -> retrieved dune.3.22.2, dune-configurator.3.22.2 (cached) -> retrieved ppxlib.0.38.0 (cached) -> retrieved sexplib.v0.17.0 (cached) -> retrieved sexplib0.v0.17.0 (cached) -> retrieved sha.1.15.4 (cached) -> retrieved sqlite3.5.4.0 (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) -> installed cmdliner.2.1.0 -> installed num.1.6 -> retrieved yojson.3.0.0 (cached) -> 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.22.2 -> installed stdlib-shims.0.3.0 -> installed ppx_derivers.1.2.1 -> installed csexp.1.5.2 -> installed camlp-streams.5.0.1 -> installed crunch.4.0.0 -> installed cstruct.6.2.0 -> installed ocaml-syntax-shims.1.0.0 -> installed ocaml_intrinsics_kernel.v0.17.1 -> installed optint.0.3.0 -> installed sexplib0.v0.17.0 -> installed cppo.1.8.0 -> installed sha.1.15.4 -> installed yojson.3.0.0 -> installed hex.1.5.0 -> installed ocaml-compiler-libs.v0.17.0 -> installed re.1.14.0 -> installed ezjsonm.1.3.0 -> installed ocplib-endian.1.2 -> installed dune-configurator.3.22.2 -> installed parsexp.v0.17.0 -> installed alcotest.1.9.1 -> installed checkseum.0.5.2 -> 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.1 -> installed cstruct-lwt.6.2.0 -> installed sqlite3.5.4.0 -> 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-04-14 10:14.26 ---> saved as "d5288b481bc915878d4f88e53e1491ff70406af238761797f5b3cd0d8e2fe67b" /src: (copy (src .) (dst /src)) 2026-04-14 10:14.29 ---> saved as "37ae76354c7ffa811700e84e28714731839dc5008d445e8991a98b95cf0850e9" /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 File "test/dune", line 10, characters 7-11: 10 | (name test) ^^^^ (cd _build/default/test && ./test.exe) Testing `OBuilder'. This run has ID `83GS97DE'. [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] 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. [FAIL] 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. ┌──────────────────────────────────────────────────────────────────────────────┐ │ [FAIL] build 5 Cancel. │ └──────────────────────────────────────────────────────────────────────────────┘ test.exe: [INFO] b: "(from base)" test.exe: [INFO] Base image not present; importing "base"… test.exe: [INFO] Exec "sudo" "--" "mkdir" "-m" "755" "--" "/tmp/build_7c266e_dune/mock-store-1970b0/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs" exec: [|sudo; --; mkdir; -m; 755; --; /tmp/build_7c266e_dune/mock-store-1970b0/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs|] test.exe: [INFO] Exec "docker" "create" "--" "base" exec: [|docker; create; --; base|] test.exe: [INFO] Exec "docker" "export" "--" "base-5" exec: [|docker; export; --; base-5|] test.exe: [INFO] Exec "sudo" "--" "tar" "-C" "/tmp/build_7c266e_dune/mock-store-1970b0/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs" "-xf" "-" exec: [|sudo; --; tar; -C; /tmp/build_7c266e_dune/mock-store-1970b0/cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2-tmp/rootfs; -xf; -|] test.exe: [INFO] Exec "docker" "rm" "--force" "--" "base-5" exec: [|docker; rm; --force; --; base-5|] docker rm --force "base-5" test.exe: [INFO] Exec "docker" "image" "inspect" "--format" "{{range .Config.Env}}{{print . "\x00"}}{{end}}" "--" "base" exec: [|docker; image; inspect; --format; {{range .Config.Env}}{{print . "\x00"}}{{end}}; --; base|] test.exe: [INFO] b: "---> saved as \"cae662172fd450bb0cd710a769079c05bfc5d8e35efa6576edc7d0377afdd4a2\"" test.exe: [INFO] b: "/: (run (shell Wait))" test.exe: [INFO] b: "Wait\n" test.exe: [INFO] User cancelled job (users now = 0) ASSERT Final result test.exe: [INFO] Waiting for 1 builds to finish [exception] Unix.Unix_error(Unix.ENOENT, "lstat", "/tmp/build_7c266e_dune/mock-store-1970b0/state/db/db.sqlite-shm") Raised by primitive operation at Lwt_unix.self_result in file "src/unix/lwt_unix.cppo.ml", line 231, characters 14-31 Logs saved to `/src/_build/default/test/_build/_tests/OBuilder/build.005.output'. ────────────────────────────────────────────────────────────────────────────── Full test results in `/src/_build/default/test/_build/_tests/OBuilder'. 1 failure! in 7.348s. 22 tests run. "/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1 2026-04-14 10:14.44: Job failed: Failed: Build failed