2026-04-03 11:38.30: New job: test ocurrent/obuilder https://github.com/ocurrent/obuilder.git#refs/pull/204/head (8dbe1e9e098f7303897d3bfbf0d86991bbfac696) (linux-x86_64:ubuntu-25.04-4.14_opam-2.5) Base: ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:683ef4972bca296aa1b1038d8ec22b51b10da72395472fb4b9066c6118dd8e6e Opam project build To reproduce locally: git clone --recursive "https://github.com/ocurrent/obuilder.git" && cd "obuilder" && git fetch origin "refs/pull/204/head" && git reset --hard 8dbe1e9e cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:683ef4972bca296aa1b1038d8ec22b51b10da72395472fb4b9066c6118dd8e6e # ubuntu-25.04-4.14_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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && 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.16.4 base-bigarray.base base-bytes.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.1 dune-compiledb.0.6.0 dune-configurator.3.22.1 extunix.0.4.3 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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 ptime.1.2.0 re.1.14.0 sexplib.v0.16.0 sexplib0.v0.16.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-03 11:38.30: Using cache hint "ocurrent/obuilder-ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:683ef4972bca296aa1b1038d8ec22b51b10da72395472fb4b9066c6118dd8e6e-ubuntu-25.04-4.14_opam-2.5-4230f292148518a6057e8f08a8a59b4d" 2026-04-03 11:38.30: Using OBuilder spec: ((from ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:683ef4972bca296aa1b1038d8ec22b51b10da72395472fb4b9066c6118dd8e6e) (comment ubuntu-25.04-4.14_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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && 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.16.4 base-bigarray.base base-bytes.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.1 dune-compiledb.0.6.0 dune-configurator.3.22.1 extunix.0.4.3 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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 ptime.1.2.0 re.1.14.0 sexplib.v0.16.0 sexplib0.v0.16.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-03 11:38.30: Waiting for resource in pool OCluster 2026-04-03 21:36.34: Waiting for worker… 2026-04-03 21:37.55: Got resource from pool OCluster Building on eumache.caelum.ci.dev All commits already cached HEAD is now at 8dbe1e9 Failed builds should return a failure (from ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:683ef4972bca296aa1b1038d8ec22b51b10da72395472fb4b9066c6118dd8e6e) Unable to find image 'ocaml/opam:ubuntu-25.04-ocaml-4.14@sha256:683ef4972bca296aa1b1038d8ec22b51b10da72395472fb4b9066c6118dd8e6e' locally docker.io/ocaml/opam@sha256:683ef4972bca296aa1b1038d8ec22b51b10da72395472fb4b9066c6118dd8e6e: Pulling from ocaml/opam c62190a9ab61: Already exists 7ca3d7ce83d6: Pulling fs layer e98b96bfe3c8: Pulling fs layer 367a4f863195: Pulling fs layer 254019f06735: Pulling fs layer 5db1a0246e57: Pulling fs layer aad8e693df08: Pulling fs layer 254019f06735: Waiting 116c4ea2d9e8: Pulling fs layer 5db1a0246e57: Waiting e3a288415c6d: Pulling fs layer aad8e693df08: Waiting f6040445814b: Pulling fs layer 6d3246e093fe: Pulling fs layer 116c4ea2d9e8: Waiting e3a288415c6d: Waiting 14980c64e543: Pulling fs layer f6040445814b: Waiting 24166de9f84d: Pulling fs layer 6d3246e093fe: Waiting 67f839dd317c: Pulling fs layer 24166de9f84d: Waiting 14980c64e543: Waiting a76507c440e9: Pulling fs layer 67f839dd317c: Waiting 5e9f9df8e278: Pulling fs layer 3c66f44b76f6: Pulling fs layer 5e9f9df8e278: Waiting 3c66f44b76f6: Waiting 6a3139e1664c: Pulling fs layer fbaa2d651ab1: Pulling fs layer 6a3139e1664c: Waiting 03dbd03d3a26: Pulling fs layer fbaa2d651ab1: Waiting e754164114dd: Pulling fs layer 03dbd03d3a26: Waiting 4f4fb700ef54: Pulling fs layer e754164114dd: Waiting a9eed926b1df: Pulling fs layer 4f4fb700ef54: Waiting b390fdfbde73: Pulling fs layer a9eed926b1df: Waiting 89314797225f: Pulling fs layer b390fdfbde73: Waiting bfe60495abbd: Pulling fs layer 89314797225f: Waiting 7080f8c5742e: Pulling fs layer bfe60495abbd: Waiting 4cc4327ed8eb: Pulling fs layer 7090362bb95b: Pulling fs layer 7080f8c5742e: Waiting 65f6ded004e6: Pulling fs layer 4cc4327ed8eb: Waiting 40a292c1e890: Pulling fs layer 65f6ded004e6: Waiting a49d3a1fa024: Pulling fs layer 40a292c1e890: Waiting af141c11f2b0: Pulling fs layer a49d3a1fa024: Waiting 3d1488031e50: Pulling fs layer af141c11f2b0: Waiting d33f3b0de656: Pulling fs layer a838df19cfa7: Pulling fs layer 3d1488031e50: Waiting d33f3b0de656: Waiting 6ab65d940a97: Pulling fs layer d5fab96d9013: Pulling fs layer 8524466b64a4: Pulling fs layer d5fab96d9013: Waiting a838df19cfa7: Waiting 6ab65d940a97: Waiting ea1f379e4cb9: Pulling fs layer 48970c1c3e9f: Pulling fs layer 8524466b64a4: Waiting ea1f379e4cb9: Waiting d6251606560c: Pulling fs layer 48970c1c3e9f: Waiting aba7c570d9ba: Pulling fs layer d6251606560c: Waiting 95dea4e5ed14: Pulling fs layer aba7c570d9ba: Waiting 95dea4e5ed14: Waiting 7ca3d7ce83d6: Verifying Checksum 7ca3d7ce83d6: Download complete 7ca3d7ce83d6: Pull complete e98b96bfe3c8: Verifying Checksum e98b96bfe3c8: Download complete e98b96bfe3c8: Pull complete 367a4f863195: Verifying Checksum 367a4f863195: Download complete 254019f06735: Verifying Checksum 254019f06735: Download complete aad8e693df08: Verifying Checksum aad8e693df08: Download complete 367a4f863195: Pull complete 254019f06735: Pull complete 116c4ea2d9e8: Verifying Checksum 116c4ea2d9e8: Download complete f6040445814b: Download complete 5db1a0246e57: Verifying Checksum 5db1a0246e57: Download complete e3a288415c6d: Verifying Checksum e3a288415c6d: Download complete 14980c64e543: Verifying Checksum 14980c64e543: Download complete 6d3246e093fe: Verifying Checksum 6d3246e093fe: Download complete 24166de9f84d: Verifying Checksum 24166de9f84d: Download complete a76507c440e9: Verifying Checksum a76507c440e9: Download complete 67f839dd317c: Verifying Checksum 67f839dd317c: Download complete 5e9f9df8e278: Verifying Checksum 5e9f9df8e278: Download complete 3c66f44b76f6: Verifying Checksum 3c66f44b76f6: Download complete 6a3139e1664c: Verifying Checksum 6a3139e1664c: Download complete fbaa2d651ab1: Download complete 03dbd03d3a26: Download complete e754164114dd: Verifying Checksum e754164114dd: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete b390fdfbde73: Download complete a9eed926b1df: Download complete 89314797225f: Verifying Checksum 89314797225f: Download complete 7080f8c5742e: Verifying Checksum 7080f8c5742e: Download complete bfe60495abbd: Verifying Checksum bfe60495abbd: Download complete 4cc4327ed8eb: Verifying Checksum 4cc4327ed8eb: Download complete 7090362bb95b: Verifying Checksum 7090362bb95b: Download complete 65f6ded004e6: Verifying Checksum 65f6ded004e6: Download complete 40a292c1e890: Verifying Checksum 40a292c1e890: Download complete a49d3a1fa024: Download complete af141c11f2b0: Download complete 3d1488031e50: Verifying Checksum 3d1488031e50: Download complete a838df19cfa7: Download complete d5fab96d9013: Verifying Checksum d5fab96d9013: Download complete 8524466b64a4: Verifying Checksum 8524466b64a4: Download complete ea1f379e4cb9: Verifying Checksum ea1f379e4cb9: Download complete 6ab65d940a97: Download complete d6251606560c: Download complete aba7c570d9ba: Verifying Checksum aba7c570d9ba: Download complete d33f3b0de656: Verifying Checksum d33f3b0de656: Download complete 95dea4e5ed14: Verifying Checksum 95dea4e5ed14: Download complete 5db1a0246e57: Pull complete aad8e693df08: Pull complete 116c4ea2d9e8: Pull complete e3a288415c6d: Pull complete f6040445814b: Pull complete 48970c1c3e9f: Verifying Checksum 48970c1c3e9f: Download complete 6d3246e093fe: Pull complete 14980c64e543: Pull complete 24166de9f84d: Pull complete 67f839dd317c: Pull complete a76507c440e9: Pull complete 5e9f9df8e278: Pull complete 3c66f44b76f6: Pull complete 6a3139e1664c: Pull complete fbaa2d651ab1: Pull complete 03dbd03d3a26: Pull complete e754164114dd: Pull complete 4f4fb700ef54: Pull complete a9eed926b1df: Pull complete b390fdfbde73: Pull complete 89314797225f: Pull complete bfe60495abbd: Pull complete 7080f8c5742e: Pull complete 4cc4327ed8eb: Pull complete 7090362bb95b: Pull complete 65f6ded004e6: Pull complete 40a292c1e890: Pull complete a49d3a1fa024: Pull complete af141c11f2b0: Pull complete 3d1488031e50: Pull complete d33f3b0de656: Pull complete a838df19cfa7: Pull complete 6ab65d940a97: Pull complete d5fab96d9013: Pull complete 8524466b64a4: Pull complete ea1f379e4cb9: Pull complete 48970c1c3e9f: Pull complete d6251606560c: Pull complete aba7c570d9ba: Pull complete 95dea4e5ed14: Pull complete Digest: sha256:683ef4972bca296aa1b1038d8ec22b51b10da72395472fb4b9066c6118dd8e6e Status: Downloaded newer image for ocaml/opam@sha256:683ef4972bca296aa1b1038d8ec22b51b10da72395472fb4b9066c6118dd8e6e 2026-04-03 21:37.55 ---> using "401062e43f1653b6c3f90c38157915a3447b6dab558d4091c02b03b6272092fd" from cache /: (comment ubuntu-25.04-4.14_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-03 21:37.55 ---> using "6934aa5d464358b93f6a1b86f0291670b6be382450f75bc3dd6c7be55400a96f" 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-03 21:37.55 ---> using "477cfe1b41831fd13b883b03b8a05bf39788b0546888c81e1ba52665af9e3780" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-173-generic The OCaml toplevel, version 4.14.2 2.5.0 2026-04-03 21:37.55 ---> using "d4ec702a067c2fe88e907bc92ca3064dae0b748c99535260d7eab04bfa311118" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-04-03 21:37.55 ---> using "e969ea05671a2fba932c57d9f00653daea3536375c0cbe0d0c66fc57b24d4f3b" 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_HEAD 76bf2ed944..d28e8bf13a master -> origin/master d06cfb1853 Merge pull request #29632 from shonfeder/release-dune-3.22.1 <><> 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-03 21:37.55 ---> using "8044d8d612d1b76257953ce8fb47e39f63762c759adc47a2ca7c73d7ee8633a8" from cache /src: (copy (src obuilder.opam obuilder-spec.opam) (dst ./)) 2026-04-03 21:37.56 ---> saved as "5988a8e52451d5d042dbc3afd3c636a858df6e26a8c0bfc886b078efc63b2ab2" /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-03 21:38.02 ---> saved as "108475067566cc492c87397ec2110b7473a74e10dd76f273f03dcd8bc15e7106" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-04-03 21:38.02 ---> saved as "d059249a669146513a8b814e86d6ca8d37395296c2f55392380e971ed66a9aa0" /src: (env DEPS "alcotest.1.9.1 alcotest-lwt.1.9.1 astring.0.8.5 base.v0.16.4 base-bigarray.base base-bytes.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.1 dune-compiledb.0.6.0 dune-configurator.3.22.1 extunix.0.4.3 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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 ptime.1.2.0 re.1.14.0 sexplib.v0.16.0 sexplib0.v0.16.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" - Hit:1 http://archive.ubuntu.com/ubuntu plucky InRelease - Hit:2 http://archive.ubuntu.com/ubuntu plucky-updates InRelease - Hit:3 http://archive.ubuntu.com/ubuntu plucky-backports InRelease - Hit:4 http://security.ubuntu.com/ubuntu plucky-security InRelease - 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 2). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2). [NOTE] Package ocaml is already installed (current version is 4.14.2). [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-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" - Selecting previously unselected package libpkgconf3:amd64. - (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 ... 16503 files and directories currently installed.) - Preparing to unpack .../libpkgconf3_1.8.1-4_amd64.deb ... - Unpacking libpkgconf3:amd64 (1.8.1-4) ... - Selecting previously unselected package libsqlite3-dev:amd64. - Preparing to unpack .../libsqlite3-dev_3.46.1-3ubuntu0.3_amd64.deb ... - Unpacking libsqlite3-dev:amd64 (3.46.1-3ubuntu0.3) ... - Selecting previously unselected package pkgconf-bin. - Preparing to unpack .../pkgconf-bin_1.8.1-4_amd64.deb ... - Unpacking pkgconf-bin (1.8.1-4) ... - Selecting previously unselected package pkgconf:amd64. - Preparing to unpack .../pkgconf_1.8.1-4_amd64.deb ... - Unpacking pkgconf:amd64 (1.8.1-4) ... - Selecting previously unselected package pkg-config:amd64. - Preparing to unpack .../pkg-config_1.8.1-4_amd64.deb ... - Unpacking pkg-config:amd64 (1.8.1-4) ... - Setting up libpkgconf3:amd64 (1.8.1-4) ... - Setting up libsqlite3-dev:amd64 (3.46.1-3ubuntu0.3) ... - Setting up pkgconf-bin (1.8.1-4) ... - Setting up pkgconf:amd64 (1.8.1-4) ... - Setting up pkg-config:amd64 (1.8.1-4) ... - Processing triggers for libc-bin (2.41-6ubuntu1.2) ... # To update the current shell environment, run: eval $(opam env) 2026-04-03 21:38.39 ---> saved as "0091d51fdbf932070c8f6799a93c58d7d85365a7b364fae56a981dad7667f5f0" /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 2). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2). [NOTE] Package ocaml is already installed (current version is 4.14.2). [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-bigarray is already installed (current version is base). The following actions will be performed: === install 51 packages - install alcotest 1.9.1 - install alcotest-lwt 1.9.1 - install astring 0.8.5 - install base v0.16.4 - 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.1 - install dune-compiledb 0.6.0 - install dune-configurator 3.22.1 - install extunix 0.4.3 - 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.12.4 - install ocaml-syntax-shims 1.0.0 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install ocplib-endian 1.2 - install optint 0.3.0 - install parsexp v0.16.0 - install ppx_derivers 1.2.1 - install ppx_deriving 6.0.3 - install ppx_sexp_conv v0.16.0 - install ppxlib 0.35.0 - install ptime 1.2.0 - install re 1.14.0 - install sexplib v0.16.0 - install sexplib0 v0.16.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.16.4 (cached) -> retrieved camlp-streams.5.0.1 (cached) -> retrieved checkseum.0.5.2 (cached) -> retrieved cppo.1.8.0 (cached) -> installed conf-pkg-config.4 -> retrieved cmdliner.2.1.0 (cached) -> retrieved crunch.4.0.0 (cached) -> retrieved csexp.1.5.2 (cached) -> installed conf-sqlite3.1 -> retrieved cstruct.6.2.0, cstruct-lwt.6.2.0 (cached) -> retrieved dune-compiledb.0.6.0 (cached) -> retrieved extunix.0.4.3 (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 logs.0.10.0 (cached) -> retrieved lwt.6.1.1 (cached) -> retrieved num.1.6 (cached) -> retrieved ocaml-compiler-libs.v0.12.4 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved decompress.1.5.3 (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 parsexp.v0.16.0 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved ppx_deriving.6.0.3 (cached) -> retrieved ppx_sexp_conv.v0.16.0 (cached) -> retrieved ptime.1.2.0 (cached) -> retrieved re.1.14.0 (cached) -> retrieved sexplib.v0.16.0 (cached) -> retrieved sexplib0.v0.16.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 topkg.1.1.1 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved yojson.3.0.0 (cached) -> retrieved ppxlib.0.35.0 (cached) -> retrieved dune.3.22.1, dune-configurator.3.22.1 (cached) -> installed num.1.6 -> installed cmdliner.2.1.0 -> 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.1 -> installed ppx_derivers.1.2.1 -> installed camlp-streams.5.0.1 -> installed csexp.1.5.2 -> installed cppo.1.8.0 -> installed crunch.4.0.0 -> installed cstruct.6.2.0 -> installed ocaml-syntax-shims.1.0.0 -> installed optint.0.3.0 -> installed ocaml-compiler-libs.v0.12.4 -> installed re.1.14.0 -> installed sexplib0.v0.16.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 alcotest.1.9.1 -> installed dune-configurator.3.22.1 -> installed sha.1.15.4 -> installed parsexp.v0.16.0 -> installed checkseum.0.5.2 -> installed sexplib.v0.16.0 -> installed dune-compiledb.0.6.0 -> installed decompress.1.5.3 -> installed lwt.6.1.1 -> installed sqlite3.5.4.0 -> installed tar.2.6.0 -> installed cstruct-lwt.6.2.0 -> installed tar-unix.2.6.0 -> installed logs.0.10.0 -> installed alcotest-lwt.1.9.1 -> installed base.v0.16.4 -> installed ppxlib.0.35.0 -> installed ppx_deriving.6.0.3 -> installed ppx_sexp_conv.v0.16.0 -> installed extunix.0.4.3 Done. # To update the current shell environment, run: eval $(opam env) 2026-04-03 21:42.22 ---> saved as "cb2ca031001011152bb5526be9e41bef8e81c644810bfbcf01af18dd2865c940" /src: (copy (src .) (dst /src)) 2026-04-03 21:42.23 ---> saved as "ee97e0a8dd1ac9760f4761f627387688ff0f2bb5b1bbe37ca008a62ecf80293e" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/lib && /home/opam/.opam/4.14/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 `DM2AI03U'. [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. [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.124s. 22 tests run. 2026-04-03 21:42.35 ---> saved as "c43ed5c36fe432df53328802d6b61a40bf7b8fc03e7aad8e93eea83686d1c2e6" Job succeeded 2026-04-03 21:42.35: Job succeeded