2025-07-31 07:27.55: New job: test edwintorok/dune-compiledb https://github.com/edwintorok/dune-compiledb.git#refs/heads/main (f0441721de9b4d1c8418a41ff6fc3f715505e7f0) (linux-x86_64:debian-12-4.10_opam-2.4) Base: ocaml/opam:debian-12-ocaml-4.10@sha256:35f574d8ac8947fdcf675084273149c7694655bdc0ca756de59254225a26fc4a Opam project build To reproduce locally: git clone --recursive "https://github.com/edwintorok/dune-compiledb.git" -b "main" && cd "dune-compiledb" && git reset --hard f0441721 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-4.10@sha256:35f574d8ac8947fdcf675084273149c7694655bdc0ca756de59254225a26fc4a # debian-12-4.10_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.4 /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 e77940d8ff8706305602d0d643bf01c77beef2e7 || git fetch origin master) && git reset -q --hard e77940d8ff8706305602d0d643bf01c77beef2e7 && 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.19.1 dune-configurator.3.19.1 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.10.2 ocaml-base-compiler.4.10.2 ocaml-config.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 parsexp.v0.15.0 sexplib.v0.15.1 sexplib0.v0.15.1 topkg.1.1.0 uutf.1.0.4" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.4 --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 2025-07-31 07:27.55: Using cache hint "edwintorok/dune-compiledb-ocaml/opam:debian-12-ocaml-4.10@sha256:35f574d8ac8947fdcf675084273149c7694655bdc0ca756de59254225a26fc4a-debian-12-4.10_opam-2.4-a684715a8a6f044cda008bce2785b142" 2025-07-31 07:27.55: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.10@sha256:35f574d8ac8947fdcf675084273149c7694655bdc0ca756de59254225a26fc4a) (comment debian-12-4.10_opam-2.4) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/bin/opam-2.4 /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 e77940d8ff8706305602d0d643bf01c77beef2e7 || git fetch origin master) && git reset -q --hard e77940d8ff8706305602d0d643bf01c77beef2e7 && 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 (network host) (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.19.1 dune-configurator.3.19.1 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.10.2 ocaml-base-compiler.4.10.2 ocaml-config.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 parsexp.v0.15.0 sexplib.v0.15.1 sexplib0.v0.15.1 topkg.1.1.0 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.4 --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")) ) 2025-07-31 07:27.55: Waiting for resource in pool OCluster 2025-07-31 09:07.21: Waiting for worker… 2025-07-31 09:10.50: Got resource from pool OCluster Building on toxis.caelum.ci.dev All commits already cached HEAD is now at f044172 fix typo (from ocaml/opam:debian-12-ocaml-4.10@sha256:35f574d8ac8947fdcf675084273149c7694655bdc0ca756de59254225a26fc4a) Unable to find image 'ocaml/opam:debian-12-ocaml-4.10@sha256:35f574d8ac8947fdcf675084273149c7694655bdc0ca756de59254225a26fc4a' locally docker.io/ocaml/opam@sha256:35f574d8ac8947fdcf675084273149c7694655bdc0ca756de59254225a26fc4a: Pulling from ocaml/opam 2b437dab448b: Already exists 93dc4c23dfaa: Pulling fs layer aebd431fa6af: Pulling fs layer 0bada8489d0d: Pulling fs layer a72d5e1474dc: Pulling fs layer a72d5e1474dc: Waiting aebd431fa6af: Verifying Checksum aebd431fa6af: Download complete 0bada8489d0d: Verifying Checksum 0bada8489d0d: Download complete a72d5e1474dc: Verifying Checksum a72d5e1474dc: Download complete 93dc4c23dfaa: Verifying Checksum 93dc4c23dfaa: Download complete 93dc4c23dfaa: Pull complete aebd431fa6af: Pull complete 0bada8489d0d: Pull complete a72d5e1474dc: Pull complete Digest: sha256:35f574d8ac8947fdcf675084273149c7694655bdc0ca756de59254225a26fc4a Status: Downloaded newer image for ocaml/opam@sha256:35f574d8ac8947fdcf675084273149c7694655bdc0ca756de59254225a26fc4a 2025-07-31 09:10.51 ---> using "7cc30aadd15913f0f325db00caebbe27f64ec97be9f4efb3614646ea80c9e486" from cache /: (comment debian-12-4.10_opam-2.4) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam")) 2025-07-31 09:10.51 ---> using "a3370d9dcd101ce216ab9d5e92d8ecc3fe47a7996c0457e72e35f4af5c0c25bf" 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 2025-07-31 09:10.51 ---> using "a48b040063ed6f37cc02e1cfb879b755bcae1caf32ac6a09a8efab9c5d204a2e" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-134-generic The OCaml toplevel, version 4.10.2 2.4.1 2025-07-31 09:10.51 ---> using "1bc6a1cdf4d88bb7c813f7d1916d6ec54a0accb858f2b33e87266e23f3d0062d" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-07-31 09:10.51 ---> using "aed644f4642f0c029c70dfab38b02aa9845d967e5b4a554f9bdbe7d6fbc05516" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e e77940d8ff8706305602d0d643bf01c77beef2e7 || git fetch origin master) && git reset -q --hard e77940d8ff8706305602d0d643bf01c77beef2e7 && git log --no-decorate -n1 --oneline && opam update -u")) e77940d8ff Merge pull request #28255 from dbuenzli/b0-publish-fmt.0.11.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.3.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) 2025-07-31 09:10.51 ---> using "7e18e6b838101752db236c089ed010be99e0e694d89478b68815e327d1123467" from cache /src: (copy (src dune-compiledb.opam) (dst ./)) 2025-07-31 09:10.52 ---> saved as "31ae3e3a9744361bad2c34d1ec1dc7c18f029812bab2946b70785f022db7663f" /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) 2025-07-31 09:10.55 ---> saved as "cba891a5295d3fb5c0ecef23b8f1fd6a89c63ebd443cc9e6eb534a0fd47cace6" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-07-31 09:10.56 ---> saved as "409c8379627080d3b0db3f0a6c991a2814d0e589ea3ef4057c0ded015d4222cf" /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.19.1 dune-configurator.3.19.1 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.10.2 ocaml-base-compiler.4.10.2 ocaml-config.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 parsexp.v0.15.0 sexplib.v0.15.1 sexplib0.v0.15.1 topkg.1.1.0 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.4 --depext-only -y dune-compiledb.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Hit:1 http://deb.debian.org/debian bookworm InRelease - Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] - Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] - Get:4 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [19.6 kB] - Ign:4 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index - Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [6916 B] - Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [272 kB] - Fetched 402 kB in 1s (421 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [dune-compiledb.dev] synchronised (file:///src) [NOTE] Package ocaml-config is already installed (current version is 1). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.10.2). [NOTE] Package ocaml is already installed (current version is 4.10.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). 2025-07-31 09:11.17 ---> saved as "cb3846fdd822a84e20c384ff1db31f7543d8b94f3b540d4a0ca27cf30ab20276" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) [NOTE] Package ocaml-config is already installed (current version is 1). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.10.2). [NOTE] Package ocaml is already installed (current version is 4.10.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 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.19.1 - install dune-configurator 3.19.1 - 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.0 - 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 jsonm.1.0.2 (cached) -> retrieved num.1.6 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ocamlbuild.0.16.1 (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.0 (cached) -> retrieved dune.3.19.1, dune-configurator.3.19.1 (cached) -> installed num.1.6 -> installed ocamlbuild.0.16.1 -> installed ocamlfind.1.9.8 -> installed topkg.1.1.0 -> 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.19.1 -> 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.19.1 -> 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) 2025-07-31 09:13.58 ---> saved as "0a817490f68f81a9f6451c1b3b2116b3d77ad835fbf35d33ac5c53f1c600c739" /src: (copy (src .) (dst /src)) 2025-07-31 09:13.58 ---> saved as "8475b57a4db8b20a312f1e6c08e1fb2194f7ca8d4d472b4b0db3bc8bdd2b3bce" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2025-07-31 09:14.00 ---> saved as "bf2f8bf521bcde843e307e1e9d8ecf560c8d2b0fb9c6d248b059c26f9fc23a34" Job succeeded 2025-07-31 09:14.00: Job succeeded