2026-04-18 20:58.07: New job: test ocurrent/obuilder https://github.com/ocurrent/obuilder.git#refs/heads/master (a4329f09abdf762b019b83c9218c1d8dd1d6a093) (linux-x86_64:ubuntu-22.04-4.14_opam-2.5) Base: ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:ee7d8a3a4cace31d410c47ddbd98caf693324ad5c7e83d32c213a00aabdb9d00 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:ubuntu-22.04-ocaml-4.14@sha256:ee7d8a3a4cace31d410c47ddbd98caf693324ad5c7e83d32c213a00aabdb9d00 # ubuntu-22.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 a8ee7279413c53a7b29c76b0c216b2680bb8b6e6 || git fetch origin master) && git reset -q --hard a8ee7279413c53a7b29c76b0c216b2680bb8b6e6 && 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.2 dune-compiledb.0.6.0 dune-configurator.3.22.2 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.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-04-18 20:58.07: Using cache hint "ocurrent/obuilder-ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:ee7d8a3a4cace31d410c47ddbd98caf693324ad5c7e83d32c213a00aabdb9d00-ubuntu-22.04-4.14_opam-2.5-63ba1a4198c6330bd2dd090d578c1a35" 2026-04-18 20:58.07: Using OBuilder spec: ((from ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:ee7d8a3a4cace31d410c47ddbd98caf693324ad5c7e83d32c213a00aabdb9d00) (comment ubuntu-22.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 a8ee7279413c53a7b29c76b0c216b2680bb8b6e6 || git fetch origin master) && git reset -q --hard a8ee7279413c53a7b29c76b0c216b2680bb8b6e6 && 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.2 dune-compiledb.0.6.0 dune-configurator.3.22.2 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.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-04-18 20:58.07: Waiting for resource in pool OCluster 2026-04-18 21:04.26: Waiting for worker… 2026-04-18 21:11.27: Got resource from pool OCluster Building on laodoke.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:ubuntu-22.04-ocaml-4.14@sha256:ee7d8a3a4cace31d410c47ddbd98caf693324ad5c7e83d32c213a00aabdb9d00) Unable to find image 'ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:ee7d8a3a4cace31d410c47ddbd98caf693324ad5c7e83d32c213a00aabdb9d00' locally docker.io/ocaml/opam@sha256:ee7d8a3a4cace31d410c47ddbd98caf693324ad5c7e83d32c213a00aabdb9d00: Pulling from ocaml/opam b1cba2e842ca: Pulling fs layer 421afdaed246: Pulling fs layer 4f870a39d887: Pulling fs layer 55a213a632b1: Pulling fs layer 45b4d0733e62: Pulling fs layer b1cba2e842ca: Waiting 421afdaed246: Waiting 3aeb1fde2a5c: Pulling fs layer 4f870a39d887: Waiting 45b4d0733e62: Waiting aafef83927b6: Pulling fs layer 3aeb1fde2a5c: Waiting bcf6200713a7: Pulling fs layer 44126a1f4f31: Pulling fs layer aafef83927b6: Waiting bcf6200713a7: Waiting 640d0ce4ea89: Pulling fs layer 44126a1f4f31: Waiting b5d13c755b81: Pulling fs layer d4f408980979: Pulling fs layer b5d13c755b81: Waiting a89dafa13071: Pulling fs layer 640d0ce4ea89: Waiting d4f408980979: Waiting 636fd786dcef: Pulling fs layer 31dae2391bd4: Pulling fs layer 636fd786dcef: Waiting a89dafa13071: Waiting 8b28883ae878: Pulling fs layer 31dae2391bd4: Waiting 4a187d75ee24: Pulling fs layer 8b28883ae878: Waiting 4a187d75ee24: Waiting 4f4fb700ef54: Pulling fs layer 15ef0a4fe052: Pulling fs layer 4f4fb700ef54: Waiting 15ef0a4fe052: Waiting 81aef10b7468: Pulling fs layer 8492c04426b2: Pulling fs layer 81aef10b7468: Waiting 8492c04426b2: Waiting 931be6b45df3: Pulling fs layer b3b41b093e1c: Pulling fs layer 931be6b45df3: Waiting c66a499f18f1: Pulling fs layer dc859d65a979: Pulling fs layer b3b41b093e1c: Waiting c66a499f18f1: Waiting dc859d65a979: Waiting f9a4b7e83cbc: Pulling fs layer 8406175b74f2: Pulling fs layer f9a4b7e83cbc: Waiting d8a867e68b39: Pulling fs layer 8406175b74f2: Waiting 1b4507b9d94f: Pulling fs layer d8a867e68b39: Waiting 86753f729f41: Pulling fs layer bb1554100fd0: Pulling fs layer 1b4507b9d94f: Waiting 86753f729f41: Waiting 79f063451047: Pulling fs layer af19aefa8c28: Pulling fs layer 18ae77be10c6: Pulling fs layer bb1554100fd0: Waiting af19aefa8c28: Waiting 79f063451047: Waiting 23748796c9e7: Pulling fs layer 8a87c1d60ed6: Pulling fs layer 18ae77be10c6: Waiting f59dc0679c75: Pulling fs layer 8a87c1d60ed6: Waiting 23748796c9e7: Waiting f59dc0679c75: Waiting d71672fc129c: Pulling fs layer 44dd0ab5fdef: Pulling fs layer d71672fc129c: Waiting 931c13510f32: Pulling fs layer 44dd0ab5fdef: Waiting 75ed66e4849a: Pulling fs layer 931c13510f32: Waiting 75ed66e4849a: Waiting 19cc32431784: Pulling fs layer 6b082b8f59d1: Pulling fs layer 19cc32431784: Waiting 6b082b8f59d1: Waiting 421afdaed246: Download complete b1cba2e842ca: Verifying Checksum b1cba2e842ca: Download complete 4f870a39d887: Verifying Checksum 4f870a39d887: Download complete b1cba2e842ca: Pull complete 421afdaed246: Pull complete 4f870a39d887: Pull complete 45b4d0733e62: Verifying Checksum 45b4d0733e62: Download complete 55a213a632b1: Verifying Checksum 55a213a632b1: Download complete aafef83927b6: Download complete 55a213a632b1: Pull complete 45b4d0733e62: Pull complete 3aeb1fde2a5c: Verifying Checksum 3aeb1fde2a5c: Download complete bcf6200713a7: Verifying Checksum bcf6200713a7: Download complete 640d0ce4ea89: Verifying Checksum 640d0ce4ea89: Download complete 44126a1f4f31: Verifying Checksum 44126a1f4f31: Download complete 3aeb1fde2a5c: Pull complete aafef83927b6: Pull complete bcf6200713a7: Pull complete b5d13c755b81: Verifying Checksum b5d13c755b81: Download complete d4f408980979: Verifying Checksum d4f408980979: Download complete 44126a1f4f31: Pull complete 640d0ce4ea89: Pull complete a89dafa13071: Verifying Checksum a89dafa13071: Download complete b5d13c755b81: Pull complete 636fd786dcef: Verifying Checksum 636fd786dcef: Download complete d4f408980979: Pull complete a89dafa13071: Pull complete 8b28883ae878: Verifying Checksum 8b28883ae878: Download complete 636fd786dcef: Pull complete 31dae2391bd4: Verifying Checksum 31dae2391bd4: Download complete 31dae2391bd4: Pull complete 8b28883ae878: Pull complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete 4a187d75ee24: Download complete 4a187d75ee24: Pull complete 81aef10b7468: Download complete 8492c04426b2: Verifying Checksum 8492c04426b2: Download complete 15ef0a4fe052: Verifying Checksum 15ef0a4fe052: Download complete b3b41b093e1c: Verifying Checksum b3b41b093e1c: Download complete 931be6b45df3: Verifying Checksum 931be6b45df3: Download complete dc859d65a979: Download complete c66a499f18f1: Verifying Checksum c66a499f18f1: Download complete 4f4fb700ef54: Pull complete 15ef0a4fe052: Pull complete 81aef10b7468: Pull complete 8492c04426b2: Pull complete 931be6b45df3: Pull complete b3b41b093e1c: Pull complete c66a499f18f1: Pull complete dc859d65a979: Pull complete f9a4b7e83cbc: Download complete f9a4b7e83cbc: Pull complete d8a867e68b39: Download complete 8406175b74f2: Verifying Checksum 1b4507b9d94f: Verifying Checksum 1b4507b9d94f: Download complete 8406175b74f2: Pull complete d8a867e68b39: Pull complete 1b4507b9d94f: Pull complete 86753f729f41: Verifying Checksum 86753f729f41: Download complete 86753f729f41: Pull complete bb1554100fd0: Verifying Checksum bb1554100fd0: Download complete bb1554100fd0: Pull complete af19aefa8c28: Verifying Checksum af19aefa8c28: Download complete 79f063451047: Download complete 79f063451047: Pull complete af19aefa8c28: Pull complete 23748796c9e7: Verifying Checksum 23748796c9e7: Download complete 18ae77be10c6: Verifying Checksum 18ae77be10c6: Download complete f59dc0679c75: Download complete d71672fc129c: Download complete 44dd0ab5fdef: Verifying Checksum 44dd0ab5fdef: Download complete 18ae77be10c6: Pull complete 23748796c9e7: Pull complete 8a87c1d60ed6: Verifying Checksum 8a87c1d60ed6: Download complete 75ed66e4849a: Verifying Checksum 75ed66e4849a: Download complete 19cc32431784: Verifying Checksum 19cc32431784: Download complete 6b082b8f59d1: Verifying Checksum 6b082b8f59d1: Download complete 931c13510f32: Verifying Checksum 931c13510f32: Download complete 8a87c1d60ed6: Pull complete f59dc0679c75: Pull complete d71672fc129c: Pull complete 44dd0ab5fdef: Pull complete 931c13510f32: Pull complete 75ed66e4849a: Pull complete 19cc32431784: Pull complete 6b082b8f59d1: Pull complete Digest: sha256:ee7d8a3a4cace31d410c47ddbd98caf693324ad5c7e83d32c213a00aabdb9d00 Status: Downloaded newer image for ocaml/opam@sha256:ee7d8a3a4cace31d410c47ddbd98caf693324ad5c7e83d32c213a00aabdb9d00 2026-04-18 21:20.14 ---> saved as "752ab5c6ad79de967908e3073b7fceaa0abf89b6f293aaa06b19d969149dde3c" /: (comment ubuntu-22.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-18 21:20.14 ---> saved as "1a1eff4052ea3104fb7e5ec5761842d0cfe9656287a6882b1eac7caa3efa349f" /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-18 21:20.39 ---> saved as "2e1e4395ca2a0d261913003a3e43f34a1f0efdc272202fe92ed711df2d6f3e43" /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-106-generic The OCaml toplevel, version 4.14.2 2.5.0 2026-04-18 21:20.40 ---> saved as "95ff2ee8d7fe66b59ec0e45f834976653a81c7090dc41602580dd6f1b36445d7" /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-04-18 21:20.40 ---> saved as "71b4ea2e8ceb4f55c80eaf0cf25522e581c7d7b5464709106ded0f2c4ab7d51b" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e a8ee7279413c53a7b29c76b0c216b2680bb8b6e6 || git fetch origin master) && git reset -q --hard a8ee7279413c53a7b29c76b0c216b2680bb8b6e6 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD ffb54b9bdd..fe0da7a967 master -> origin/master a8ee727941 Merge pull request #29737 from mmottl/release-sqlite3-5.4.1 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository default (at git+file:///home/opam/opam-repository): [WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html) default (at git+file:///home/opam/opam-repository): [INFO] opam 2.5.1 includes security fixes; please consider upgrading (https://opam.ocaml.org/doc/Install.html) 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-18 21:21.03 ---> saved as "e337fdce027cb7b1ae9136e5e6f97b120868d18276d714163b3678cd283a4711" /src: (copy (src obuilder.opam obuilder-spec.opam) (dst ./)) 2026-04-18 21:21.03 ---> saved as "f7a9a0f00ff7d87f01700410e1ebca05b525f2f4c1c03f8bf00c02fac7ee51a4" /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-18 21:21.08 ---> saved as "bc9f40f02fc5a4c737d89c56f60570fa9037a297357190b7cef582a5e17e1858" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-04-18 21:21.08 ---> saved as "b0c1e778f5b4bbca37ce754bfde0ccebe5e87b0eab93dd861978a6ee226e52a9" /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.2 dune-compiledb.0.6.0 dune-configurator.3.22.2 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.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/bin/sudo "apt-get" "update" - Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] - Get:2 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [7015 kB] - Hit:3 http://archive.ubuntu.com/ubuntu jammy InRelease - Get:4 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] - Get:5 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] - Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1623 kB] - Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [7232 kB] - Get:8 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [4264 kB] - Get:9 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [35.9 kB] - Get:10 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [84.0 kB] - Get:11 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [3929 kB] - Get:12 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1311 kB] - Fetched 25.9 MB in 24s (1075 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 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" - debconf: delaying package configuration, since apt-utils is not installed - Selecting previously unselected package libglib2.0-0: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 ... 15645 files and directories currently installed.) - Preparing to unpack .../0-libglib2.0-0_2.72.4-0ubuntu2.9_amd64.deb ... - Unpacking libglib2.0-0:amd64 (2.72.4-0ubuntu2.9) ... - Selecting previously unselected package libglib2.0-data. - Preparing to unpack .../1-libglib2.0-data_2.72.4-0ubuntu2.9_all.deb ... - Unpacking libglib2.0-data (2.72.4-0ubuntu2.9) ... - Selecting previously unselected package libicu70:amd64. - Preparing to unpack .../2-libicu70_70.1-2_amd64.deb ... - Unpacking libicu70:amd64 (70.1-2) ... - Selecting previously unselected package libxml2:amd64. - Preparing to unpack .../3-libxml2_2.9.13+dfsg-1ubuntu0.11_amd64.deb ... - Unpacking libxml2:amd64 (2.9.13+dfsg-1ubuntu0.11) ... - Selecting previously unselected package shared-mime-info. - Preparing to unpack .../4-shared-mime-info_2.1-2_amd64.deb ... - Unpacking shared-mime-info (2.1-2) ... - Selecting previously unselected package xdg-user-dirs. - Preparing to unpack .../5-xdg-user-dirs_0.17-2ubuntu4_amd64.deb ... - Unpacking xdg-user-dirs (0.17-2ubuntu4) ... - Selecting previously unselected package libsqlite3-dev:amd64. - Preparing to unpack .../6-libsqlite3-dev_3.37.2-2ubuntu0.5_amd64.deb ... - Unpacking libsqlite3-dev:amd64 (3.37.2-2ubuntu0.5) ... - Selecting previously unselected package pkg-config. - Preparing to unpack .../7-pkg-config_0.29.2-1ubuntu3_amd64.deb ... - Unpacking pkg-config (0.29.2-1ubuntu3) ... - Setting up xdg-user-dirs (0.17-2ubuntu4) ... - Setting up libglib2.0-0:amd64 (2.72.4-0ubuntu2.9) ... - No schema files found: doing nothing. - Setting up libglib2.0-data (2.72.4-0ubuntu2.9) ... - Setting up libsqlite3-dev:amd64 (3.37.2-2ubuntu0.5) ... - Setting up pkg-config (0.29.2-1ubuntu3) ... - Setting up libicu70:amd64 (70.1-2) ... - Setting up libxml2:amd64 (2.9.13+dfsg-1ubuntu0.11) ... - Setting up shared-mime-info (2.1-2) ... - Processing triggers for libc-bin (2.35-0ubuntu3.13) ... # To update the current shell environment, run: eval $(opam env) 2026-04-18 21:21.54 ---> saved as "de903a334434e94296970b56ad591a05838d343df446f6323bef7797ae1b066b" /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.2 - install dune-compiledb 0.6.0 - install dune-configurator 3.22.2 - 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.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.16.4 (cached) -> retrieved camlp-streams.5.0.1 (cached) -> retrieved checkseum.0.5.2 (cached) -> retrieved cppo.1.8.0 (cached) -> retrieved cmdliner.2.1.0 (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.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 decompress.1.5.3 (cached) -> retrieved jsonm.1.0.2 (cached) -> retrieved logs.0.10.0 (cached) -> retrieved num.1.6 (cached) -> retrieved lwt.6.1.1 (cached) -> retrieved ocaml-compiler-libs.v0.12.4 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (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.16.0 (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 ppxlib.0.35.0 (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 topkg.1.1.1 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved dune.3.22.2, dune-configurator.3.22.2 (cached) -> retrieved yojson.3.0.0 (cached) -> installed cmdliner.2.1.0 -> 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.22.2 -> installed csexp.1.5.2 -> installed camlp-streams.5.0.1 -> installed crunch.4.0.0 -> installed cstruct.6.2.0 -> installed cppo.1.8.0 -> installed ocaml-syntax-shims.1.0.0 -> installed ocaml-compiler-libs.v0.12.4 -> installed optint.0.3.0 -> installed ppx_derivers.1.2.1 -> installed re.1.14.0 -> installed sexplib0.v0.16.0 -> installed stdlib-shims.0.3.0 -> installed yojson.3.0.0 -> installed hex.1.5.0 -> installed ocplib-endian.1.2 -> installed ezjsonm.1.3.0 -> installed dune-configurator.3.22.2 -> installed alcotest.1.9.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 tar.2.6.0 -> installed lwt.6.1.1 -> 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.16.4 -> installed ppxlib.0.35.0 -> installed ppx_sexp_conv.v0.16.0 -> installed ppx_deriving.6.0.3 -> installed extunix.0.4.3 Done. # To update the current shell environment, run: eval $(opam env) 2026-04-18 21:23.16 ---> saved as "df3082d1a8a504ac72923b6f9b26567bc946a3764091eaa5e81ac6645b1fdd15" /src: (copy (src .) (dst /src)) 2026-04-18 21:23.16 ---> saved as "f8e3f650cc00fc5a37da786b85f6216e5bb455554ab1ebc308677e87c4ce589a" /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 `NXN6GGM2'. [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 0.384s. 22 tests run. 2026-04-18 21:23.21 ---> saved as "a382e26a62e17669427d97ccce2d1fc00576c398988c9341f9cf30f00dcda955" Job succeeded 2026-04-18 21:23.21: Job succeeded