2026-04-14 08:12.53: New job: test edwintorok/dune-compiledb https://github.com/edwintorok/dune-compiledb.git#refs/heads/main (31e2a6c6e78e95752dd7b6e34875449b49afa157) (linux-x86_64:debian-13-4.12_opam-2.5) Base: ocaml/opam:debian-13-ocaml-4.12@sha256:1dfe09f108f487a9668b4b953b7d8c46659d639f9573dfcf0f691ff55b8cca53 Opam project build To reproduce locally: git clone --recursive "https://github.com/edwintorok/dune-compiledb.git" -b "main" && cd "dune-compiledb" && git reset --hard 31e2a6c6 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-4.12@sha256:1dfe09f108f487a9668b4b953b7d8c46659d639f9573dfcf0f691ff55b8cca53 # debian-13-4.12_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 dune-compiledb.opam ./ RUN opam pin add -yn dune-compiledb.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="astring.0.8.5 base.v0.15.1 base-bigarray.base base-threads.base base-unix.base csexp.1.5.2 cstruct.6.2.0 dune.3.22.2 dune-configurator.3.22.2 ezjsonm.1.3.0 fmt.0.11.0 fpath.0.7.3 hex.1.5.0 jsonm.1.0.2 num.1.6 ocaml.4.12.1 ocaml-base-compiler.4.12.1 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 parsexp.v0.15.0 sexplib.v0.15.1 sexplib0.v0.15.1 topkg.1.1.1 uutf.1.0.4" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.5 --depext-only -y dune-compiledb.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:12.53: Using cache hint "edwintorok/dune-compiledb-ocaml/opam:debian-13-ocaml-4.12@sha256:1dfe09f108f487a9668b4b953b7d8c46659d639f9573dfcf0f691ff55b8cca53-debian-13-4.12_opam-2.5-fdecfdd5624f2951d9ead9745fb98490" 2026-04-14 08:12.53: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-4.12@sha256:1dfe09f108f487a9668b4b953b7d8c46659d639f9573dfcf0f691ff55b8cca53) (comment debian-13-4.12_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 dune-compiledb.opam) (dst ./)) (run (network host) (shell "opam pin add -yn dune-compiledb.dev './'")) (run (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "astring.0.8.5 base.v0.15.1 base-bigarray.base base-threads.base base-unix.base csexp.1.5.2 cstruct.6.2.0 dune.3.22.2 dune-configurator.3.22.2 ezjsonm.1.3.0 fmt.0.11.0 fpath.0.7.3 hex.1.5.0 jsonm.1.0.2 num.1.6 ocaml.4.12.1 ocaml-base-compiler.4.12.1 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 parsexp.v0.15.0 sexplib.v0.15.1 sexplib0.v0.15.1 topkg.1.1.1 uutf.1.0.4") (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 dune-compiledb.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:12.53: Waiting for resource in pool OCluster 2026-04-14 10:42.29: Waiting for worker… 2026-04-14 10:46.01: Got resource from pool OCluster Building on clete.caelum.ci.dev All commits already cached HEAD is now at 31e2a6c ci update (from ocaml/opam:debian-13-ocaml-4.12@sha256:1dfe09f108f487a9668b4b953b7d8c46659d639f9573dfcf0f691ff55b8cca53) Unable to find image 'ocaml/opam:debian-13-ocaml-4.12@sha256:1dfe09f108f487a9668b4b953b7d8c46659d639f9573dfcf0f691ff55b8cca53' locally docker.io/ocaml/opam@sha256:1dfe09f108f487a9668b4b953b7d8c46659d639f9573dfcf0f691ff55b8cca53: Pulling from ocaml/opam 8f6ad858d0a4: Already exists 9cb5e198c8cf: Already exists 2d346d36dcf2: Already exists cdc35e289b8d: Already exists aeb7244bb580: Already exists fc1943254a0d: Already exists 84238c416f8e: Already exists fbbfe75d3112: Already exists 221fdc5d9929: Already exists 1fec9149b52a: Already exists 9c6e52557f24: Already exists 8737f5036aae: Already exists d69c4074de14: Already exists 7237152a5f04: Already exists fba4b414d8a0: Already exists 40d552afb3ef: Already exists 077cc17dc8e4: Already exists 077cc17dc8e4: Already exists 169e1be36a55: Already exists 0a8a005097ab: Already exists caba3ec4b361: Already exists 6a364dc641f8: Already exists 4f4fb700ef54: Already exists ab8052928cdc: Already exists f5717a28dd6a: Already exists 79233a9b9bed: Already exists d832d53e7392: Already exists 1872dad82243: Already exists bfd849b08ba7: Already exists 834a8024ef15: Already exists 98ccec79258b: Already exists fb48f36a0542: Already exists 3688b13db8e7: Already exists a5c099f5f72c: Already exists 1ff1760de5b0: Already exists 98eec6764aa5: Already exists aa22ae69debd: Already exists 12bfb7b962a2: Already exists ec25ce9bb816: Already exists beadd3cf7357: Already exists d0d0c65a426d: Already exists c3c164cc5e5a: Pulling fs layer 6b47f390f43e: Pulling fs layer b665720ff384: Pulling fs layer fea1d95301ac: Pulling fs layer fea1d95301ac: Waiting 6b47f390f43e: Verifying Checksum 6b47f390f43e: Download complete b665720ff384: Verifying Checksum b665720ff384: Download complete fea1d95301ac: Verifying Checksum fea1d95301ac: Download complete c3c164cc5e5a: Verifying Checksum c3c164cc5e5a: Download complete c3c164cc5e5a: Pull complete 6b47f390f43e: Pull complete b665720ff384: Pull complete fea1d95301ac: Pull complete Digest: sha256:1dfe09f108f487a9668b4b953b7d8c46659d639f9573dfcf0f691ff55b8cca53 Status: Downloaded newer image for ocaml/opam@sha256:1dfe09f108f487a9668b4b953b7d8c46659d639f9573dfcf0f691ff55b8cca53 2026-04-14 10:46.01 ---> using "49e0d3103015dd4631fb312f4cb9031b28cf76d7db5fb7c58e95be7228e6216c" from cache /: (comment debian-13-4.12_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:46.01 ---> using "4f3996d54785b1f8f9e80f4353f0905f01553b53e9e5cc691bc74c0a6e7140d4" 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:46.01 ---> using "562c8cb88d9074d70265b83b02e363498154e348892754d5dd3559ed8c911420" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-107-generic The OCaml toplevel, version 4.12.1 2.5.0 2026-04-14 10:46.01 ---> using "bbe16f94c9e2aac0e1c77c3a71ebc70ca22e2619e7dfa36d059047ae580ef5a1" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-04-14 10:46.01 ---> using "b88c272a4ba2c618868363b9585e0ecd7fc80377b3cb0098df415b9dec365212" 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 95972b8834..23068bb422 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:46.01 ---> using "0ec6aaa0ef822abd391ed352e1520e547432c22634421e317bcf24a61e37b552" from cache /src: (copy (src dune-compiledb.opam) (dst ./)) 2026-04-14 10:46.02 ---> saved as "a3d5dd7ae39a6177835e3ea652f9aaae43ff3ed10b84e35f1da7781c1fea4f53" /src: (run (network host) (shell "opam pin add -yn dune-compiledb.dev './'")) [dune-compiledb.dev] synchronised (file:///src) dune-compiledb is now pinned to file:///src (version dev) 2026-04-14 10:46.05 ---> saved as "4a94dad325bf94d245c35d195172a2459f246eac2ccc94f90e7dc83b6c113bb7" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-04-14 10:46.06 ---> saved as "1f58ca2bcfe21f1887a7a858e2795dd7b6b0fbaaa235306d2f006291027b6bf3" /src: (env DEPS "astring.0.8.5 base.v0.15.1 base-bigarray.base base-threads.base base-unix.base csexp.1.5.2 cstruct.6.2.0 dune.3.22.2 dune-configurator.3.22.2 ezjsonm.1.3.0 fmt.0.11.0 fpath.0.7.3 hex.1.5.0 jsonm.1.0.2 num.1.6 ocaml.4.12.1 ocaml-base-compiler.4.12.1 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 parsexp.v0.15.0 sexplib.v0.15.1 sexplib0.v0.15.1 topkg.1.1.1 uutf.1.0.4") /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 dune-compiledb.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Hit:1 http://deb.debian.org/debian trixie InRelease - 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-security trixie-security/main amd64 Packages [123 kB] - Fetched 213 kB in 0s (1109 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [dune-compiledb.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.12.1). [NOTE] Package ocaml is already installed (current version is 4.12.1). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). # To update the current shell environment, run: eval $(opam env) 2026-04-14 10:46.29 ---> saved as "143cd8da505279218b8f075b076e2dbc6acc5213554c40c2ae74452092062ae8" /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.12.1). [NOTE] Package ocaml is already installed (current version is 4.12.1). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). The following actions will be performed: === install 19 packages - install astring 0.8.5 - install base v0.15.1 - install csexp 1.5.2 - install cstruct 6.2.0 - install dune 3.22.2 - install dune-configurator 3.22.2 - 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 num 1.6 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install parsexp v0.15.0 - install sexplib v0.15.1 - install sexplib0 v0.15.1 - install topkg 1.1.1 - install uutf 1.0.4 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved astring.0.8.5 (cached) -> retrieved base.v0.15.1 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved cstruct.6.2.0 (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 num.1.6 (cached) -> retrieved jsonm.1.0.2 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved parsexp.v0.15.0 (cached) -> retrieved sexplib.v0.15.1 (cached) -> retrieved sexplib0.v0.15.1 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved topkg.1.1.1 (cached) -> retrieved dune.3.22.2, dune-configurator.3.22.2 (cached) -> installed num.1.6 -> installed ocamlbuild.0.16.1 -> installed ocamlfind.1.9.8 -> installed topkg.1.1.1 -> installed uutf.1.0.4 -> installed fmt.0.11.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 cstruct.6.2.0 -> installed sexplib0.v0.15.1 -> installed hex.1.5.0 -> installed ezjsonm.1.3.0 -> installed dune-configurator.3.22.2 -> installed base.v0.15.1 -> installed parsexp.v0.15.0 -> installed sexplib.v0.15.1 Done. # To update the current shell environment, run: eval $(opam env) 2026-04-14 10:48.58 ---> saved as "006095e74a7fe50e74c9e7bce8066ed55f2387b0db20ed4971bbbcdee7ff246e" /src: (copy (src .) (dst /src)) 2026-04-14 10:48.59 ---> saved as "a545c62c2c1d705b44da9ca38dba25716bd8c0b4329f043e18f5beddc9657eba" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2026-04-14 10:49.00 ---> saved as "d0ce67682b390d22cdbd489eabdc4b4fdcd3777eddb535bc0076be7a5772b0ca" Job succeeded 2026-04-14 10:49.00: Job succeeded