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-5.3+flambda_opam-2.4) Base: ocaml/opam:debian-12-ocaml-5.3-flambda@sha256:bc87a3a3e7ab52284be6c3db2016fad5b20704dd9d74b10ac786ae3a7af56f68 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-5.3-flambda@sha256:bc87a3a3e7ab52284be6c3db2016fad5b20704dd9d74b10ac786ae3a7af56f68 # debian-12-5.3+flambda_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-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cstruct.6.2.0 dune.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.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-variants.5.3.0+options ocamlbuild.0.16.1 ocamlfind.1.9.8 parsexp.v0.17.0 sexplib.v0.17.0 sexplib0.v0.17.0 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-5.3-flambda@sha256:bc87a3a3e7ab52284be6c3db2016fad5b20704dd9d74b10ac786ae3a7af56f68-debian-12-5.3+flambda_opam-2.4-492d98e58cb86542032413dadfd3f041" 2025-07-31 07:27.55: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-5.3-flambda@sha256:bc87a3a3e7ab52284be6c3db2016fad5b20704dd9d74b10ac786ae3a7af56f68) (comment debian-12-5.3+flambda_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-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cstruct.6.2.0 dune.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.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-variants.5.3.0+options ocamlbuild.0.16.1 ocamlfind.1.9.8 parsexp.v0.17.0 sexplib.v0.17.0 sexplib0.v0.17.0 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.15: Waiting for worker… 2025-07-31 09:10.38: Got resource from pool OCluster Building on asteria.caelum.ci.dev All commits already cached HEAD is now at f044172 fix typo (from ocaml/opam:debian-12-ocaml-5.3-flambda@sha256:bc87a3a3e7ab52284be6c3db2016fad5b20704dd9d74b10ac786ae3a7af56f68) Unable to find image 'ocaml/opam:debian-12-ocaml-5.3-flambda@sha256:bc87a3a3e7ab52284be6c3db2016fad5b20704dd9d74b10ac786ae3a7af56f68' locally docker.io/ocaml/opam@sha256:bc87a3a3e7ab52284be6c3db2016fad5b20704dd9d74b10ac786ae3a7af56f68: Pulling from ocaml/opam 2b437dab448b: Already exists 97c86bfc0041: Pulling fs layer b134a94e2dab: Pulling fs layer fb6fd243e341: Pulling fs layer beeb65099492: Pulling fs layer aaa2c9a1a445: Pulling fs layer d08a8b89f2c3: Pulling fs layer b134a94e2dab: Waiting fb6fd243e341: Waiting 6d17278fc02e: Pulling fs layer aaa2c9a1a445: Waiting d08a8b89f2c3: Waiting beeb65099492: Waiting 97c86bfc0041: Verifying Checksum 97c86bfc0041: Download complete 97c86bfc0041: Pull complete b134a94e2dab: Download complete b134a94e2dab: Pull complete fb6fd243e341: Verifying Checksum fb6fd243e341: Download complete fb6fd243e341: Pull complete beeb65099492: Verifying Checksum beeb65099492: Download complete aaa2c9a1a445: Verifying Checksum aaa2c9a1a445: Download complete d08a8b89f2c3: Download complete 6d17278fc02e: Verifying Checksum 6d17278fc02e: Download complete beeb65099492: Pull complete aaa2c9a1a445: Pull complete d08a8b89f2c3: Pull complete 6d17278fc02e: Pull complete Digest: sha256:bc87a3a3e7ab52284be6c3db2016fad5b20704dd9d74b10ac786ae3a7af56f68 Status: Downloaded newer image for ocaml/opam@sha256:bc87a3a3e7ab52284be6c3db2016fad5b20704dd9d74b10ac786ae3a7af56f68 2025-07-31 09:10.39 ---> using "8f19063995d2e91975b673384143fa4316c06cf525acaad5ddc9dfe32e879b21" from cache /: (comment debian-12-5.3+flambda_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.39 ---> using "3964d961645aac4701995e7afa81c4230383d448cff22e07a607fd337d9459ea" 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. Continue? [Y/n] y 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. [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 2025-07-31 09:10.39 ---> using "5aebcfda9685f3a603e14fa984661649d5b4c24cad7ac53b2dbd7993b0191857" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-142-generic The OCaml toplevel, version 5.3.0 2.4.1 2025-07-31 09:10.39 ---> using "b3767d8466038a203e474e97e3c72b7e65c6cd3e74da7a70330f79ca1443edbb" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-07-31 09:10.39 ---> using "3777998cb18ca2c1bd519ed60e51da93fddf8559566beec5a9ce7afd99330774" 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 Already up-to-date. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2025-07-31 09:10.39 ---> using "63b31d405cf8a512f06ec83086bb2087cf3a01b407c89d327ccfecbb2baa0e5a" from cache /src: (copy (src dune-compiledb.opam) (dst ./)) 2025-07-31 09:10.39 ---> saved as "52d5b5ba05fccac785ed3d549022be0b0fae19491e9ba782dafc45327ace260d" /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.40 ---> saved as "4293188ddd53c08b65464bea3baa5130f23457f8594723de557f4580b051e787" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-07-31 09:10.41 ---> saved as "d272af76850b7d613fd44ec76803fcf711376f827a761c743610069b4463b52a" /src: (env DEPS "astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base cstruct.6.2.0 dune.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.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-variants.5.3.0+options ocamlbuild.0.16.1 ocamlfind.1.9.8 parsexp.v0.17.0 sexplib.v0.17.0 sexplib0.v0.17.0 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 0s (1116 kB/s) - Reading package lists... <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [dune-compiledb.dev] synchronised (file:///src) [NOTE] Package ocaml-variants is already installed (current version is 5.3.0+options). [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 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). 2025-07-31 09:10.48 ---> saved as "dda27e69380ca0e532bf183f5d8e583ca4138a99bda31d3e0cc9ccff1f559eec" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) [NOTE] Package ocaml-variants is already installed (current version is 5.3.0+options). [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 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 16 packages - install astring 0.8.5 - install cstruct 6.2.0 - install dune 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.17.0 - install sexplib v0.17.0 - install sexplib0 v0.17.0 - install topkg 1.1.0 - install uutf 1.0.4 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved astring.0.8.5 (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 dune.3.19.1 (cached) -> retrieved num.1.6 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved parsexp.v0.17.0 (cached) -> retrieved sexplib.v0.17.0 (cached) -> retrieved sexplib0.v0.17.0 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved topkg.1.1.0 (cached) -> installed num.1.6 -> installed ocamlfind.1.9.8 -> installed ocamlbuild.0.16.1 -> 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 cstruct.6.2.0 -> installed sexplib0.v0.17.0 -> installed hex.1.5.0 -> installed ezjsonm.1.3.0 -> installed parsexp.v0.17.0 -> installed sexplib.v0.17.0 Done. # To update the current shell environment, run: eval $(opam env) 2025-07-31 09:11.30 ---> saved as "021451ac21314b9780454c713a738b279aadf4d249c8b1d934269261b37c2fc0" /src: (copy (src .) (dst /src)) 2025-07-31 09:11.30 ---> saved as "b00ede8d43506534a103a094703a061d7096255f53e50fc4b8815f03307c209b" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default && /home/opam/.opam/5.3/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I src/.main.eobjs/byte -I src/.main.eobjs/native -I /home/opam/.opam/5.3/lib/ezjsonm -I /home/opam/.opam/5.3/lib/fpath -I /home/opam/.opam/5.3/lib/sexplib -I /home/opam/.opam/5.3/lib/sexplib0 -intf-suffix .ml -no-alias-deps -opaque -o src/.main.eobjs/native/dune__exe__Main.cmx -c -impl src/main.ml) File "_none_", line 1: Warning 58 [no-cmx-file]: no cmx file was found in path for module Astring_string, and its interface was not compiled with -opaque File "_none_", line 1: Warning 58 [no-cmx-file]: no cmx file was found in path for module Jsonm, and its interface was not compiled with -opaque 2025-07-31 09:11.31 ---> saved as "ec640bbc039ab30c1c3c482a4a1dbc01deac0f69c12e114968e3d0e1e59ab7e0" Job succeeded 2025-07-31 09:11.31: Job succeeded