2026-05-05 14:41.32: New job: test MisterDA/ocaml-crunch https://github.com/MisterDA/ocaml-crunch.git#refs/heads/main (f935901cd9715126be398830e6c49c4dfcea3e45) (freebsd-x86_64:freebsd-15.0-4.14_opam-2.5) Base: freebsd-15.0-ocaml-4.14 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 freebsd-15.0-ocaml-4.14 # freebsd-15.0-4.14_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/local/bin/opam-2.5 /usr/local/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 a70af20c7161f9d2e1ede477647f5f9e06d6e78f || git fetch origin master) && git reset -q --hard a70af20c7161f9d2e1ede477647f5f9e06d6e78f && 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.2.1.1 cppo.1.8.0 csexp.1.5.2 dune.3.23.0 dune-configurator.3.23.0 fmt.0.11.0 lwt.6.1.2 mirage-kv.6.1.1 mirage-kv-mem.4.0.1 mirage-ptime.5.2.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 ptime.1.2.0 topkg.1.1.1" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.5 --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 2026-05-05 14:41.32: Using cache hint "MisterDA/ocaml-crunch-freebsd-15.0-ocaml-4.14-freebsd-15.0-4.14_opam-2.5-b89e9ff5fc76391a70cb7f92e028ddc1" 2026-05-05 14:41.32: Using OBuilder spec: ((from freebsd-15.0-ocaml-4.14) (comment freebsd-15.0-4.14_opam-2.5) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/local/bin/opam-2.5 /usr/local/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 a70af20c7161f9d2e1ede477647f5f9e06d6e78f || git fetch origin master) && git reset -q --hard a70af20c7161f9d2e1ede477647f5f9e06d6e78f && 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 (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.2.1.1 cppo.1.8.0 csexp.1.5.2 dune.3.23.0 dune-configurator.3.23.0 fmt.0.11.0 lwt.6.1.2 mirage-kv.6.1.1 mirage-kv-mem.4.0.1 mirage-ptime.5.2.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 ptime.1.2.0 topkg.1.1.1") (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 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")) ) 2026-05-05 14:41.32: Waiting for resource in pool OCluster 2026-05-05 19:00.16: Waiting for worker… 2026-05-05 20:05.39: Got resource from pool OCluster Building on rosemary All commits already cached HEAD is now at f935901 opam: pinned -> dev (from freebsd-15.0-ocaml-4.14) 2026-05-05 19:58.19 ---> using "72cdd96d2d21f8c55140a83e6aa1d871999cc103a298a3bf0e5db4a314024f45" from cache /: (comment freebsd-15.0-4.14_opam-2.5) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/local/bin/opam-2.5 /usr/local/bin/opam")) 2026-05-05 19:58.19 ---> using "4538f703783db625d7bb0efc9c3955070c7cf00e8ba9c026a6fd4f53f70a8773" from cache /src: (run (shell "opam init --reinit -ni")) No configuration file found, using 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.1 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 1 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=1 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] no changes from git+file:///home/opam/opam-repository 2026-05-05 19:58.19 ---> using "5b8ccc8e555d7cd0f1032f902b03180b4a94661bb370b5a12ce602073b7e0ee3" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) FreeBSD 15.0-RELEASE-p6 The OCaml toplevel, version 4.14.3 2.5.0 2026-05-05 19:58.19 ---> using "63dbf484679c53eec2cd63fc0cfb2a328df30922e62a61c8641a841e6a756d1d" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-05-05 19:58.20 ---> using "58d88452eeb4eb022753991a08e7397c7288aff7a4440207912f07c2c5a346a8" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e a70af20c7161f9d2e1ede477647f5f9e06d6e78f || git fetch origin master) && git reset -q --hard a70af20c7161f9d2e1ede477647f5f9e06d6e78f && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD dd592986d4..a70af20c71 master -> origin/master a70af20c71 Merge pull request #29844 from shonfeder/release-dune-3.23.0 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository default (at git+file:///home/opam/opam-repository): [WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html) default (at git+file:///home/opam/opam-repository): [INFO] opam 2.5.1 includes security fixes; please consider upgrading (https://opam.ocaml.org/doc/Install.html) Everything as up-to-date as possible The following packages are not being upgraded because the new versions conflict with other installed packages: - ocaml.5.5.0 - ocaml-config.3 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. 2026-05-05 19:58.20 ---> using "ba2aeb0409a717ae0a502684c8561707c31edf736e0dc4474335c0dbae04a053" from cache /src: (copy (src crunch.opam) (dst ./)) 2026-05-05 19:58.21 ---> saved as "0f67747fddedcf00e5b3db6532478b02a0dffc1f1a5e43911b6c44ec15bfa85b" /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) 2026-05-05 19:58.22 ---> saved as "2559000449d0e0b88eedea60aac639ec2cbdf23b77b3e504872664420b6e8f21" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-05-05 19:58.23 ---> saved as "1f052982dafb29192d2ac6440c40bcca1c19997876fd43befcc850e00feb0a53" /src: (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.2.1.1 cppo.1.8.0 csexp.1.5.2 dune.3.23.0 dune-configurator.3.23.0 fmt.0.11.0 lwt.6.1.2 mirage-kv.6.1.1 mirage-kv-mem.4.0.1 mirage-ptime.5.2.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 ptime.1.2.0 topkg.1.1.1") /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 crunch.dev $DEPS")) [WARNING] Unknown update command for bsd, skipping system update <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [crunch.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.14.3). [NOTE] Package ocaml is already installed (current version is 4.14.3). [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). 2026-05-05 19:58.32 ---> saved as "699cc99727d6d2a2a93627700afe1de041a1c2368967e188270ef16378c70946" /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.14.3). [NOTE] Package ocaml is already installed (current version is 4.14.3). [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 ∗ base-bytes base ∗ cmdliner 2.1.1 ∗ cppo 1.8.0 ∗ csexp 1.5.2 ∗ dune 3.23.0 ∗ dune-configurator 3.23.0 ∗ fmt 0.11.0 ∗ lwt 6.1.2 ∗ mirage-kv 6.1.1 ∗ mirage-kv-mem 4.0.1 ∗ mirage-ptime 5.2.0 ∗ ocamlbuild 0.16.1 ∗ ocamlfind 1.9.8 ∗ ocplib-endian 1.2 ∗ optint 0.3.0 ∗ ptime 1.2.0 ∗ topkg 1.1.1 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> ⬇ retrieved csexp.1.5.2 (cached) ⬇ retrieved cppo.1.8.0 (cached) ⬇ retrieved cmdliner.2.1.1 (cached) ⬇ retrieved lwt.6.1.2 (cached) ⬇ retrieved fmt.0.11.0 (cached) ⬇ retrieved mirage-kv.6.1.1 (cached) ⬇ retrieved mirage-kv-mem.4.0.1 (cached) ⬇ retrieved mirage-ptime.5.2.0 (cached) ⬇ retrieved ocamlfind.1.9.8 (cached) ⬇ retrieved ocplib-endian.1.2 (cached) ⬇ retrieved ocamlbuild.0.16.1 (cached) ⬇ retrieved ptime.1.2.0 (cached) ⬇ retrieved optint.0.3.0 (cached) ⬇ retrieved topkg.1.1.1 (cached) ⬇ retrieved dune.3.23.0, dune-configurator.3.23.0 (cached) ∗ installed cmdliner.2.1.1 ∗ installed ocamlbuild.0.16.1 ∗ installed ocamlfind.1.9.8 ∗ installed base-bytes.base ∗ installed topkg.1.1.1 ∗ installed fmt.0.11.0 ∗ installed ptime.1.2.0 ∗ installed dune.3.23.0 ∗ installed csexp.1.5.2 ∗ installed optint.0.3.0 ∗ installed mirage-ptime.5.2.0 ∗ installed cppo.1.8.0 ∗ installed ocplib-endian.1.2 ∗ installed dune-configurator.3.23.0 ∗ installed lwt.6.1.2 ∗ installed mirage-kv.6.1.1 ∗ installed mirage-kv-mem.4.0.1 Done. 2026-05-05 20:00.37 ---> saved as "75c2e1687e0fdce06558b96ead295f7f916244a0065505cfc15b579876946214" /src: (copy (src .) (dst /src)) 2026-05-05 20:00.39 ---> saved as "ecbc879f9ba1f100c2df730eadd49d05052d31b47334cc84724381a3cc3504b2" /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.14.3/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.14.3/lib/bytes -I /home/opam/.opam/4.14.3/lib/fmt -I /home/opam/.opam/4.14.3/lib/lwt -I /home/opam/.opam/4.14.3/lib/lwt/unix -I /home/opam/.opam/4.14.3/lib/mirage-kv -I /home/opam/.opam/4.14.3/lib/mirage-kv-mem -I /home/opam/.opam/4.14.3/lib/mirage-ptime/unix -I /home/opam/.opam/4.14.3/lib/ocaml/threads -I /home/opam/.opam/4.14.3/lib/ocplib-endian -I /home/opam/.opam/4.14.3/lib/ocplib-endian/bigstring -I /home/opam/.opam/4.14.3/lib/optint -I /home/opam/.opam/4.14.3/lib/ptime -I /home/opam/.opam/4.14.3/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.14.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 test/.consumer.eobjs/byte -I test/.consumer.eobjs/native -I /home/opam/.opam/4.14.3/lib/bytes -I /home/opam/.opam/4.14.3/lib/fmt -I /home/opam/.opam/4.14.3/lib/lwt -I /home/opam/.opam/4.14.3/lib/lwt/unix -I /home/opam/.opam/4.14.3/lib/mirage-kv -I /home/opam/.opam/4.14.3/lib/mirage-kv-mem -I /home/opam/.opam/4.14.3/lib/mirage-ptime/unix -I /home/opam/.opam/4.14.3/lib/ocaml/threads -I /home/opam/.opam/4.14.3/lib/ocplib-endian -I /home/opam/.opam/4.14.3/lib/ocplib-endian/bigstring -I /home/opam/.opam/4.14.3/lib/optint -I /home/opam/.opam/4.14.3/lib/ptime -I /home/opam/.opam/4.14.3/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 jail: /usr/bin/su -l opam -c cd '/src' && env OCAMLCI='true' CI='true' DEPS='base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.2.1.1 cppo.1.8.0 csexp.1.5.2 dune.3.23.0 dune-configurator.3.23.0 fmt.0.11.0 lwt.6.1.2 mirage-kv.6.1.1 mirage-kv-mem.4.0.1 mirage-ptime.5.2.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 ptime.1.2.0 topkg.1.1.1' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam exec -- dune build @install @check @runtest && rm -rf _build': failed "jail" "-c" "name=obuilder_1249_9166" "mount.devfs" "path=/obuilder/result/3cc4099f1cefe73edfe153f1e818df6519510b018d787a3d481675c2e8272797/rootfs" "vnet" "exec.start=/sbin/ifconfig lo0 127.0.0.1/8" "command=/usr/bin/su" "-l" "opam" "-c" "cd '/src' && env OCAMLCI='true' CI='true' DEPS='base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.2.1.1 cppo.1.8.0 csexp.1.5.2 dune.3.23.0 dune-configurator.3.23.0 fmt.0.11.0 lwt.6.1.2 mirage-kv.6.1.1 mirage-kv-mem.4.0.1 mirage-ptime.5.2.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 ptime.1.2.0 topkg.1.1.1' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam exec -- dune build @install @check @runtest && rm -rf _build'" failed with exit status 1 2026-05-05 20:08.06: Job failed: Failed: Build failed