2026-03-19 08:07.44: New job: test ocurrent/obuilder https://github.com/ocurrent/obuilder.git#refs/pull/204/head (7d8adabf856c9cde23f77094dc87dfbf4c3f36db) (linux-x86_64:debian-13-5.3_opam-2.5) Base: ocaml/opam:debian-13-ocaml-5.3@sha256:d68d2901c08ff08c488598e952eb1fdf628ab2d548c42615080cd232ee37a8d1 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 7d8adabf cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-5.3@sha256:d68d2901c08ff08c488598e952eb1fdf628ab2d548c42615080cd232ee37a8d1 # debian-13-5.3_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 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && 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.0 dune-compiledb.0.6.0 dune-configurator.3.22.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.1 num.1.6 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.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.37.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-03-19 08:07.44: Using cache hint "ocurrent/obuilder-ocaml/opam:debian-13-ocaml-5.3@sha256:d68d2901c08ff08c488598e952eb1fdf628ab2d548c42615080cd232ee37a8d1-debian-13-5.3_opam-2.5-0969a8c685e5564c2e29663ba765de7a" 2026-03-19 08:07.44: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-5.3@sha256:d68d2901c08ff08c488598e952eb1fdf628ab2d548c42615080cd232ee37a8d1) (comment debian-13-5.3_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 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && 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.0 dune-compiledb.0.6.0 dune-configurator.3.22.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.1 num.1.6 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.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.37.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-03-19 08:07.44: Waiting for resource in pool OCluster 2026-03-19 17:33.49: Waiting for worker… 2026-03-19 17:37.20: Got resource from pool OCluster Building on doris.caelum.ci.dev All commits already cached HEAD is now at 7d8adab Add HCS (Host Compute Service) backend for Windows containers (from ocaml/opam:debian-13-ocaml-5.3@sha256:d68d2901c08ff08c488598e952eb1fdf628ab2d548c42615080cd232ee37a8d1) Unable to find image 'ocaml/opam:debian-13-ocaml-5.3@sha256:d68d2901c08ff08c488598e952eb1fdf628ab2d548c42615080cd232ee37a8d1' locally docker.io/ocaml/opam@sha256:d68d2901c08ff08c488598e952eb1fdf628ab2d548c42615080cd232ee37a8d1: Pulling from ocaml/opam 866771c43bf5: Pulling fs layer 1e49bea09367: Pulling fs layer e793768537e6: Pulling fs layer ed323d3d481a: Pulling fs layer 7df34a5cd5f1: Pulling fs layer fd712d3eb935: Pulling fs layer 4b9fb8c99118: Pulling fs layer 9d9a01948b94: Pulling fs layer 0f1514f90b32: Pulling fs layer e1ec5a753447: Pulling fs layer 03cc323e2f71: Pulling fs layer c09c08ea9749: Pulling fs layer fd712d3eb935: Waiting b36b619f8e6b: Pulling fs layer 4b9fb8c99118: Waiting 195344ca5274: Pulling fs layer 228ee78582a6: Pulling fs layer ed323d3d481a: Waiting 9d9a01948b94: Waiting 504bde1c25b3: Pulling fs layer 7df34a5cd5f1: Waiting 9d8b1356c89f: Pulling fs layer c09c08ea9749: Waiting 0f1514f90b32: Waiting 195344ca5274: Waiting 568fb6dda155: Pulling fs layer b36b619f8e6b: Waiting e1ec5a753447: Waiting 228ee78582a6: Waiting c499c9198aea: Pulling fs layer 9d8b1356c89f: Waiting 03cc323e2f71: Waiting 504bde1c25b3: Waiting 048e5e358118: Pulling fs layer c499c9198aea: Waiting 568fb6dda155: Waiting 871ca48eb45d: Pulling fs layer 048e5e358118: Waiting 4f4fb700ef54: Pulling fs layer 871ca48eb45d: Waiting a5a2568b9df9: Pulling fs layer 4f4fb700ef54: Waiting 068cf3106ac8: Pulling fs layer a5a2568b9df9: Waiting 559f54ec9b29: Pulling fs layer 798ffd96fde5: Pulling fs layer 068cf3106ac8: Waiting e9a891bf80d7: Pulling fs layer 559f54ec9b29: Waiting 798ffd96fde5: Waiting d720cfe12674: Pulling fs layer c81c932f4a91: Pulling fs layer d720cfe12674: Waiting 79f24fa3bb11: Pulling fs layer 8c1debcd8c20: Pulling fs layer c81c932f4a91: Waiting 79f24fa3bb11: Waiting 1bb2cfea7250: Pulling fs layer 2b3d3ca75e4c: Pulling fs layer 8c1debcd8c20: Waiting 557cacaf263c: Pulling fs layer 2b3d3ca75e4c: Waiting d10483022eef: Pulling fs layer 557cacaf263c: Waiting 7b62a90d8223: Pulling fs layer 28ce8ea66e72: Pulling fs layer d10483022eef: Waiting 7b62a90d8223: Waiting d975909ea717: Pulling fs layer 5c215c69c247: Pulling fs layer 28ce8ea66e72: Waiting d975909ea717: Waiting e7c082452a54: Pulling fs layer d07fbd330640: Pulling fs layer e7c082452a54: Waiting 7d6e07f490b4: Pulling fs layer d07fbd330640: Waiting 7c969737c994: Pulling fs layer 7d6e07f490b4: Waiting 5f4b58380b1f: Pulling fs layer 0baab51bcd0b: Pulling fs layer 7c969737c994: Waiting 044b3ed4ba51: Pulling fs layer 5f4b58380b1f: Waiting 2be224ec2bff: Pulling fs layer 044b3ed4ba51: Waiting 2be224ec2bff: Waiting e793768537e6: Download complete 1e49bea09367: Verifying Checksum 1e49bea09367: Download complete ed323d3d481a: Verifying Checksum ed323d3d481a: Download complete 866771c43bf5: Verifying Checksum 866771c43bf5: Download complete 4b9fb8c99118: Verifying Checksum 4b9fb8c99118: Download complete 9d9a01948b94: Verifying Checksum 9d9a01948b94: Download complete 7df34a5cd5f1: Verifying Checksum 7df34a5cd5f1: Download complete 0f1514f90b32: Verifying Checksum 0f1514f90b32: Download complete e1ec5a753447: Verifying Checksum e1ec5a753447: Download complete c09c08ea9749: Download complete 03cc323e2f71: Verifying Checksum 03cc323e2f71: Download complete b36b619f8e6b: Verifying Checksum b36b619f8e6b: Download complete 195344ca5274: Verifying Checksum 195344ca5274: Download complete 228ee78582a6: Verifying Checksum 228ee78582a6: Download complete 504bde1c25b3: Download complete 9d8b1356c89f: Verifying Checksum 9d8b1356c89f: Download complete 866771c43bf5: Pull complete 1e49bea09367: Pull complete e793768537e6: Pull complete 568fb6dda155: Download complete c499c9198aea: Download complete 048e5e358118: Download complete 871ca48eb45d: Verifying Checksum 871ca48eb45d: Download complete ed323d3d481a: Pull complete 7df34a5cd5f1: Pull complete fd712d3eb935: Verifying Checksum fd712d3eb935: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete a5a2568b9df9: Verifying Checksum a5a2568b9df9: Download complete 068cf3106ac8: Verifying Checksum 068cf3106ac8: Download complete 559f54ec9b29: Verifying Checksum 559f54ec9b29: Download complete 798ffd96fde5: Verifying Checksum 798ffd96fde5: Download complete e9a891bf80d7: Verifying Checksum e9a891bf80d7: Download complete c81c932f4a91: Download complete d720cfe12674: Verifying Checksum d720cfe12674: Download complete 79f24fa3bb11: Verifying Checksum 79f24fa3bb11: Download complete 8c1debcd8c20: Verifying Checksum 8c1debcd8c20: Download complete 1bb2cfea7250: Verifying Checksum 1bb2cfea7250: Download complete 2b3d3ca75e4c: Verifying Checksum 2b3d3ca75e4c: Download complete 557cacaf263c: Download complete 7b62a90d8223: Verifying Checksum 7b62a90d8223: Download complete d975909ea717: Download complete 5c215c69c247: Verifying Checksum 5c215c69c247: Download complete e7c082452a54: Verifying Checksum e7c082452a54: Download complete d07fbd330640: Download complete 7d6e07f490b4: Verifying Checksum 7d6e07f490b4: Download complete 7c969737c994: Verifying Checksum 7c969737c994: Download complete 28ce8ea66e72: Verifying Checksum 28ce8ea66e72: Download complete 0baab51bcd0b: Verifying Checksum 2be224ec2bff: Download complete 5f4b58380b1f: Verifying Checksum 5f4b58380b1f: Download complete fd712d3eb935: Pull complete 4b9fb8c99118: Pull complete 9d9a01948b94: Pull complete 0f1514f90b32: Pull complete e1ec5a753447: Pull complete 03cc323e2f71: Pull complete c09c08ea9749: Pull complete b36b619f8e6b: Pull complete d10483022eef: Verifying Checksum d10483022eef: Download complete 195344ca5274: Pull complete 228ee78582a6: Pull complete 504bde1c25b3: Pull complete 9d8b1356c89f: Pull complete 568fb6dda155: Pull complete c499c9198aea: Pull complete 048e5e358118: Pull complete 871ca48eb45d: Pull complete 4f4fb700ef54: Pull complete a5a2568b9df9: Pull complete 068cf3106ac8: Pull complete 559f54ec9b29: Pull complete 798ffd96fde5: Pull complete e9a891bf80d7: Pull complete d720cfe12674: Pull complete c81c932f4a91: Pull complete 79f24fa3bb11: Pull complete 8c1debcd8c20: Pull complete 1bb2cfea7250: Pull complete 2b3d3ca75e4c: Pull complete 557cacaf263c: Pull complete d10483022eef: Pull complete 7b62a90d8223: Pull complete 28ce8ea66e72: Pull complete d975909ea717: Pull complete 5c215c69c247: Pull complete e7c082452a54: Pull complete d07fbd330640: Pull complete 7d6e07f490b4: Pull complete 7c969737c994: Pull complete 5f4b58380b1f: Pull complete 0baab51bcd0b: Pull complete 044b3ed4ba51: Pull complete 2be224ec2bff: Pull complete Digest: sha256:d68d2901c08ff08c488598e952eb1fdf628ab2d548c42615080cd232ee37a8d1 Status: Downloaded newer image for ocaml/opam@sha256:d68d2901c08ff08c488598e952eb1fdf628ab2d548c42615080cd232ee37a8d1 2026-03-19 17:42.10 ---> using "fa087069cd4913e9575aba52692d4f0e549203496289924a2b385444c7b95f42" from cache /: (comment debian-13-5.3_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-03-19 17:42.53 ---> using "65a89563dad9e49507b822a7e48d4ee1adb3b7e988d00271e2242e8d7b23612b" 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 [NOTE] The 'jobs' option was reset, its value was 71 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=71 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2026-03-19 17:43.40 ---> using "efb3e27c48ef6bb8e7692ace1582d326dd8b3cec177d782dbb5496b9e9009d6f" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-94-generic The OCaml toplevel, version 5.3.0 2.5.0 2026-03-19 17:44.28 ---> using "c97f89925c634fa7327e31393c7a9cf98fae3fe9dae76ef165dd1735a2e1bd2f" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-03-19 17:45.05 ---> using "24d739d2e3d927c0f45a4990ccba9d44992ed6aec8944e77d4f6ed43c062e418" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD ffb54b9bdd..9f189ca4f9 master -> origin/master 9f189ca4f9 Merge pull request #29562 from shonfeder/release-dune-3.22.0 <><> 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-03-19 17:46.04 ---> using "06e90039d8f644132c6c3253bc2cd18c46dbc1f84c105a3558b78a7d92bd6dea" from cache /src: (copy (src obuilder.opam obuilder-spec.opam) (dst ./)) 2026-03-19 17:51.01 ---> saved as "fde2915d4fa6341faf86441899bacbe82c2bb2ff1267b924d520263f7616a613" /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-03-19 17:57.11 ---> saved as "6a7674d80abb41c970981ad9ac4d23d6ccf049d4c23a89de08edd7e3422560d1" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-03-19 18:02.42 ---> saved as "7fc59f2944301f0958de7ce583e603e2911c1ea7a6efbb3058dc5fa207890367" /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.0 dune-compiledb.0.6.0 dune-configurator.3.22.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.1 num.1.6 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.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.37.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 amd64 Packages [9671 kB] - Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [115 kB] - Fetched 10.0 MB in 2s (5786 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.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.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 ... 20654 files and directories currently installed.) - Preparing to unpack .../libsqlite3-0_3.46.1-7+deb13u1_amd64.deb ... - Unpacking libsqlite3-0:amd64 (3.46.1-7+deb13u1) over (3.46.1-7) ... - Setting up libsqlite3-0:amd64 (3.46.1-7+deb13u1) ... - 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 ... 20654 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-7+deb13u1_amd64.deb ... - Unpacking libsqlite3-dev:amd64 (3.46.1-7+deb13u1) ... - 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-7+deb13u1) ... - 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-12+deb13u1) ... # To update the current shell environment, run: eval $(opam env) 2026-03-19 18:16.07 ---> saved as "bce61a226e543ebcb8ed8b3b8ad494c67f52d8dbd56071c09dbd082e59dd1122" /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.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.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.0 - install dune-compiledb 0.6.0 - install dune-configurator 3.22.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.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.37.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) -> 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.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 parsexp.v0.17.0 (cached) -> retrieved ppx_derivers.1.2.1 (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 ppxlib.0.37.0 (cached) -> retrieved sexplib.v0.17.0 (cached) -> retrieved sexplib0.v0.17.0 (cached) -> retrieved sha.1.15.4 (cached) -> retrieved dune.3.22.0, dune-configurator.3.22.0 (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) -> 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.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.1 -> 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.22.0 -> installed alcotest.1.9.1 -> installed sha.1.15.4 -> installed parsexp.v0.17.0 -> 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.37.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-03-19 18:34.59 ---> saved as "3f299673fb22bb45282f30912f444b422525acec4f8ea7e8b3cc01f7172819cc" /src: (copy (src .) (dst /src)) 2026-03-19 18:37.20: Cancelling: Timeout (60.0 minutes) Job cancelled 2026-03-19 18:48.21: Timeout (60.0 minutes)