2025-09-15 18:36.53: New job: test MisterDA/ocaml-crunch https://github.com/MisterDA/ocaml-crunch.git#refs/heads/main (f935901cd9715126be398830e6c49c4dfcea3e45) (linux-x86_64:debian-13-4.10_opam-2.4) Base: ocaml/opam:debian-13-ocaml-4.10@sha256:5d2106d5f018c3b61509cc87e2599ff68888f929b651901116ffdd79779167d4 Opam project build To reproduce locally: git clone --recursive "https://github.com/MisterDA/ocaml-crunch.git" -b "main" && cd "ocaml-crunch" && git reset --hard f935901c cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-13-ocaml-4.10@sha256:5d2106d5f018c3b61509cc87e2599ff68888f929b651901116ffdd79779167d4 # debian-13-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 109398e2fd61803126becd398df0f1eabc9f3ca2 || git fetch origin master) && git reset -q --hard 109398e2fd61803126becd398df0f1eabc9f3ca2 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 crunch.opam ./ RUN opam pin add -yn crunch.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 lwt.5.9.2 mirage-kv.6.1.1 mirage-kv-mem.4.0.0 mirage-ptime.5.1.0 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-config.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 ptime.1.2.0 topkg.1.1.0" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.4 --depext-only -y crunch.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-09-15 18:36.53: Using cache hint "MisterDA/ocaml-crunch-ocaml/opam:debian-13-ocaml-4.10@sha256:5d2106d5f018c3b61509cc87e2599ff68888f929b651901116ffdd79779167d4-debian-13-4.10_opam-2.4-87e05b18a880e18441221415cc857d7e" 2025-09-15 18:36.53: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-4.10@sha256:5d2106d5f018c3b61509cc87e2599ff68888f929b651901116ffdd79779167d4) (comment debian-13-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 109398e2fd61803126becd398df0f1eabc9f3ca2 || git fetch origin master) && git reset -q --hard 109398e2fd61803126becd398df0f1eabc9f3ca2 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src crunch.opam) (dst ./)) (run (network host) (shell "opam pin add -yn crunch.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 lwt.5.9.2 mirage-kv.6.1.1 mirage-kv-mem.4.0.0 mirage-ptime.5.1.0 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-config.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 ptime.1.2.0 topkg.1.1.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.4 --depext-only -y crunch.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-09-15 18:36.53: Waiting for resource in pool OCluster 2025-09-15 19:04.33: Waiting for worker… 2025-09-15 19:07.13: Got resource from pool OCluster Building on toxis.caelum.ci.dev All commits already cached HEAD is now at f935901 opam: pinned -> dev (from ocaml/opam:debian-13-ocaml-4.10@sha256:5d2106d5f018c3b61509cc87e2599ff68888f929b651901116ffdd79779167d4) Unable to find image 'ocaml/opam:debian-13-ocaml-4.10@sha256:5d2106d5f018c3b61509cc87e2599ff68888f929b651901116ffdd79779167d4' locally docker.io/ocaml/opam@sha256:5d2106d5f018c3b61509cc87e2599ff68888f929b651901116ffdd79779167d4: Pulling from ocaml/opam 9a44fb8aefb5: Pulling fs layer 9a44fb8aefb5: Waiting 9a44fb8aefb5: Verifying Checksum 9a44fb8aefb5: Download complete 9a44fb8aefb5: Pull complete Digest: sha256:5d2106d5f018c3b61509cc87e2599ff68888f929b651901116ffdd79779167d4 Status: Downloaded newer image for ocaml/opam@sha256:5d2106d5f018c3b61509cc87e2599ff68888f929b651901116ffdd79779167d4 2025-09-15 19:07.14 ---> using "5fd3a5fca27d3eb25404aa4a087bc9755f10827d4a1eea4734f24bf67e5470a7" from cache /: (comment debian-13-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-09-15 19:07.14 ---> using "6651ac641b5e5a6b0728ee88e0abf932f96c52731eacd8b6c19c138b29b4b39a" 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-09-15 19:07.14 ---> using "c1d782c18d3efa30688cd0913d6ea996ef627faba5e8bf0b7d1d38b6b1687515" 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-09-15 19:07.14 ---> using "b2497177abd2a56a2a6f1016f54c7f587efe1c0455cbb2841c38ede0066f04f3" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-09-15 19:07.14 ---> using "62d8bdc6ec7e7afb5d7829363172e8e496739245b042c207d022738a8321f8f6" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 109398e2fd61803126becd398df0f1eabc9f3ca2 || git fetch origin master) && git reset -q --hard 109398e2fd61803126becd398df0f1eabc9f3ca2 && git log --no-decorate -n1 --oneline && opam update -u")) 109398e2fd Merge pull request #28437 from maiste/release-dune-3.20.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.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-09-15 19:07.14 ---> using "a17bf450e07be36c02e3d955ff82d786092f045c674442ba5fb31adc8987c329" from cache /src: (copy (src crunch.opam) (dst ./)) 2025-09-15 19:07.14 ---> saved as "a7513201890b724fb3b6c2398827d107f310dfde5a256c118022270a6d13de50" /src: (run (network host) (shell "opam pin add -yn crunch.dev './'")) [crunch.dev] synchronised (file:///src) crunch is now pinned to file:///src (version dev) 2025-09-15 19:07.17 ---> saved as "85c07927a5d493d044f86cc760dcffaa4e0fd84cb23d624041c9d957cecae658" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-09-15 19:07.18 ---> saved as "24a8e9f8e265f93db61429e66602c7490c8fcbce3cefb86dc9f476bb74ac7ec1" /src: (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 lwt.5.9.2 mirage-kv.6.1.1 mirage-kv-mem.4.0.0 mirage-ptime.5.1.0 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-config.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 ptime.1.2.0 topkg.1.1.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.4 --depext-only -y crunch.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 [40.2 kB] - Fetched 131 kB in 0s (766 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [crunch.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-09-15 19:07.38 ---> saved as "4c5e831361bf2bd595118c5dab71ec3f3aa20c00bf598f4e042d342103013975" /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 17 packages - install base-bytes base - install cmdliner 1.3.0 - install cppo 1.8.0 - install csexp 1.5.2 - install dune 3.20.2 - install dune-configurator 3.20.2 - install fmt 0.11.0 - install lwt 5.9.2 - install mirage-kv 6.1.1 - install mirage-kv-mem 4.0.0 - install mirage-ptime 5.1.0 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install ocplib-endian 1.2 - install optint 0.3.0 - install ptime 1.2.0 - install topkg 1.1.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved cmdliner.1.3.0 (cached) -> retrieved cppo.1.8.0 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved fmt.0.11.0 (cached) -> retrieved mirage-kv.6.1.1 (cached) -> retrieved mirage-kv-mem.4.0.0 (cached) -> retrieved mirage-ptime.5.1.0 (cached) -> retrieved lwt.5.9.2 (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 ptime.1.2.0 (cached) -> retrieved topkg.1.1.0 (cached) -> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached) -> installed cmdliner.1.3.0 -> installed ocamlbuild.0.16.1 -> installed ocamlfind.1.9.8 -> installed base-bytes.base -> installed topkg.1.1.0 -> installed ptime.1.2.0 -> installed fmt.0.11.0 -> installed dune.3.20.2 -> installed csexp.1.5.2 -> installed cppo.1.8.0 -> installed mirage-ptime.5.1.0 -> installed optint.0.3.0 -> installed ocplib-endian.1.2 -> installed dune-configurator.3.20.2 -> installed lwt.5.9.2 -> installed mirage-kv.6.1.1 -> installed mirage-kv-mem.4.0.0 Done. # To update the current shell environment, run: eval $(opam env) 2025-09-15 19:09.36 ---> saved as "b9d824d28fbb709399dbae5f591184a647abd526c9f2f6fb57e9f123c9104c5e" /src: (copy (src .) (dst /src)) 2025-09-15 19:09.36 ---> saved as "2f1390504595b55f49a2417d039a70f0537004b2bd8deccf327241fa0b3ff6fc" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/test && ../../install/default/bin/ocaml-crunch --mode=lwt -o t1.ml t1) Generating t1.ml Generating t1.mli (cd _build/default/test && ../../install/default/bin/ocaml-crunch --mode=plain -o t1_plain.ml t1) Generating t1_plain.ml Skipping generation of .mli (cd _build/default && /home/opam/.opam/4.10/bin/ocamlc.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 -bin-annot -I test/.consumer.eobjs/byte -I /home/opam/.opam/4.10/lib/bytes -I /home/opam/.opam/4.10/lib/fmt -I /home/opam/.opam/4.10/lib/lwt -I /home/opam/.opam/4.10/lib/lwt/unix -I /home/opam/.opam/4.10/lib/mirage-kv -I /home/opam/.opam/4.10/lib/mirage-kv-mem -I /home/opam/.opam/4.10/lib/mirage-ptime/unix -I /home/opam/.opam/4.10/lib/ocaml/threads -I /home/opam/.opam/4.10/lib/ocplib-endian -I /home/opam/.opam/4.10/lib/ocplib-endian/bigstring -I /home/opam/.opam/4.10/lib/optint -I /home/opam/.opam/4.10/lib/ptime -I /home/opam/.opam/4.10/lib/ptime/clock -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/.consumer.eobjs/byte/dune__exe__T1.cmo -c -impl test/t1.ml) File "test/t1.ml", line 42, characters 8-26: 42 | include Mirage_kv_mem.Make (C) ^^^^^^^^^^^^^^^^^^ Error: Unbound module Mirage_kv_mem.Make (cd _build/default && /home/opam/.opam/4.10/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 test/.consumer.eobjs/byte -I test/.consumer.eobjs/native -I /home/opam/.opam/4.10/lib/bytes -I /home/opam/.opam/4.10/lib/fmt -I /home/opam/.opam/4.10/lib/lwt -I /home/opam/.opam/4.10/lib/lwt/unix -I /home/opam/.opam/4.10/lib/mirage-kv -I /home/opam/.opam/4.10/lib/mirage-kv-mem -I /home/opam/.opam/4.10/lib/mirage-ptime/unix -I /home/opam/.opam/4.10/lib/ocaml/threads -I /home/opam/.opam/4.10/lib/ocplib-endian -I /home/opam/.opam/4.10/lib/ocplib-endian/bigstring -I /home/opam/.opam/4.10/lib/optint -I /home/opam/.opam/4.10/lib/ptime -I /home/opam/.opam/4.10/lib/ptime/clock -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o test/.consumer.eobjs/native/dune__exe__T1.cmx -c -impl test/t1.ml) File "test/t1.ml", line 42, characters 8-26: 42 | include Mirage_kv_mem.Make (C) ^^^^^^^^^^^^^^^^^^ Error: Unbound module Mirage_kv_mem.Make "/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1 2025-09-15 19:09.38: Job failed: Failed: Build failed