2025-09-07 19:32.43: New job: test mirage/mirage https://github.com/mirage/mirage.git#refs/pull/1611/head (8182915f0e8071efdeede116615335ba90858dcd) (linux-x86_64:debian-12-5.4~alpha1_opam-2.4) Base: ocaml/opam:debian-12-ocaml-5.4-alpha1@sha256:12faae1e15077e3e30cfbd90de2505aff737c268f40ae3a1e39e67384b1c8815 Opam project build To reproduce locally: git clone --recursive "https://github.com/mirage/mirage.git" && cd "mirage" && git fetch origin "refs/pull/1611/head" && git reset --hard 8182915f cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-5.4-alpha1@sha256:12faae1e15077e3e30cfbd90de2505aff737c268f40ae3a1e39e67384b1c8815 # debian-12-5.4~alpha1_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 53c7f25306cd512b69b4c845f4f1e0d210c49129 || git fetch origin master) && git reset -q --hard 53c7f25306cd512b69b4c845f4f1e0d210c49129 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 mirage.opam mirage-runtime.opam ./ RUN opam pin add -yn mirage.dev './' && \ opam pin add -yn mirage-runtime.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="alcotest.1.9.0 angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.10.0 bos.0.2.1 cmdliner.1.3.0 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 domain-name.0.4.1 dune.3.19.1 dune-configurator.3.19.1 emile.1.1 fmt.0.11.0 fpath.0.7.3 ipaddr.5.6.1 logs.0.9.0 lwt.5.9.2 macaddr.5.6.1 ocaml.5.4.0 ocaml-base-compiler.5.4.0~alpha1 ocaml-compiler.5.4.0~alpha1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 opam-monorepo.0.4.3 pecu.0.7 re.1.13.2 rresult.0.7.0 seq.base stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.1.0 uri.4.4.0 uutf.1.0.4" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.4 --depext-only -y mirage.dev mirage-runtime.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-07 19:32.43: Using cache hint "mirage/mirage-ocaml/opam:debian-12-ocaml-5.4-alpha1@sha256:12faae1e15077e3e30cfbd90de2505aff737c268f40ae3a1e39e67384b1c8815-debian-12-5.4~alpha1_opam-2.4-8b839a87507312017e0cfa484828b549" 2025-09-07 19:32.43: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-5.4-alpha1@sha256:12faae1e15077e3e30cfbd90de2505aff737c268f40ae3a1e39e67384b1c8815) (comment debian-12-5.4~alpha1_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 53c7f25306cd512b69b4c845f4f1e0d210c49129 || git fetch origin master) && git reset -q --hard 53c7f25306cd512b69b4c845f4f1e0d210c49129 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src mirage.opam mirage-runtime.opam) (dst ./)) (run (network host) (shell "opam pin add -yn mirage.dev './' && \ \nopam pin add -yn mirage-runtime.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "alcotest.1.9.0 angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.10.0 bos.0.2.1 cmdliner.1.3.0 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 domain-name.0.4.1 dune.3.19.1 dune-configurator.3.19.1 emile.1.1 fmt.0.11.0 fpath.0.7.3 ipaddr.5.6.1 logs.0.9.0 lwt.5.9.2 macaddr.5.6.1 ocaml.5.4.0 ocaml-base-compiler.5.4.0~alpha1 ocaml-compiler.5.4.0~alpha1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 opam-monorepo.0.4.3 pecu.0.7 re.1.13.2 rresult.0.7.0 seq.base stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.1.0 uri.4.4.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 mirage.dev mirage-runtime.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-07 19:32.43: Waiting for resource in pool OCluster 2025-09-07 19:32.44: Waiting for worker… 2025-09-07 19:32.44: Got resource from pool OCluster Building on eumache All commits already cached HEAD is now at 8182915f apply review comments (from ocaml/opam:debian-12-ocaml-5.4-alpha1@sha256:12faae1e15077e3e30cfbd90de2505aff737c268f40ae3a1e39e67384b1c8815) Unable to find image 'ocaml/opam:debian-12-ocaml-5.4-alpha1@sha256:12faae1e15077e3e30cfbd90de2505aff737c268f40ae3a1e39e67384b1c8815' locally docker.io/ocaml/opam@sha256:12faae1e15077e3e30cfbd90de2505aff737c268f40ae3a1e39e67384b1c8815: Pulling from ocaml/opam 19cfe3f94fde: Already exists Digest: sha256:12faae1e15077e3e30cfbd90de2505aff737c268f40ae3a1e39e67384b1c8815 Status: Downloaded newer image for ocaml/opam@sha256:12faae1e15077e3e30cfbd90de2505aff737c268f40ae3a1e39e67384b1c8815 2025-09-07 19:33.22 ---> saved as "62bb3c1960e697a2429d716fef2e4f49455bc513db1fa8b76338449fea94c73a" /: (comment debian-12-5.4~alpha1_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-07 19:33.22 ---> saved as "a1aa0ad1f867568181b5a16b6a98a51236612e02cdab7267c8a9aad68f785a1b" /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 ><><><><><><><><><><><><><><><><><><><><><><><><><><> [ERROR] Could not update repository "beta": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocaml/ocaml-beta-repository/': Could not resolve host: github.com" [default] Initialised 2025-09-07 19:33.44 ---> saved as "257ec582b4a8e2ef8b012c39f5d0db4acd274eea5beef53bdb71d0cea479fc2d" /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-131-generic The OCaml toplevel, version 5.4.0~alpha1 2.4.1 2025-09-07 19:33.44 ---> saved as "67bcf09892340f8addea5253fd1a8be83dd4042796810f0aa90c2998b81c94b5" /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-09-07 19:33.44 ---> saved as "f919d2525429992a47ba2fab485d43bc827e559c509746621bb58c086927554e" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 53c7f25306cd512b69b4c845f4f1e0d210c49129 || git fetch origin master) && git reset -q --hard 53c7f25306cd512b69b4c845f4f1e0d210c49129 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD ee24528071..9c3d4d2c45 master -> origin/master 53c7f25306 Merge pull request #28384 from raphael-proust/opam-publish-lwt.5.9.2 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [beta] no changes from git+https://github.com/ocaml/ocaml-beta-repository [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-09-07 19:34.02 ---> saved as "697b26ba9977457c80db77e19050c5eb6dc9c4f801a68aed8716dc29ff10e120" /src: (copy (src mirage.opam mirage-runtime.opam) (dst ./)) 2025-09-07 19:34.02 ---> saved as "8425b266864ee461236eacdd356c818070083131ba7391cb53576113287a3c44" /src: (run (network host) (shell "opam pin add -yn mirage.dev './' && \ \nopam pin add -yn mirage-runtime.dev './'")) [mirage.dev] synchronised (file:///src) mirage is now pinned to file:///src (version dev) [mirage-runtime.dev] synchronised (file:///src) mirage-runtime is now pinned to file:///src (version dev) 2025-09-07 19:34.05 ---> saved as "90039309c633d8a100eef7f58e9749ac963e66636789f55a7ce6886d03058873" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-09-07 19:34.06 ---> saved as "00368c5f24a48823ee6715781d42846bd7e6162522edf60976df04ea61ac9cb4" /src: (env DEPS "alcotest.1.9.0 angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.10.0 bos.0.2.1 cmdliner.1.3.0 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 domain-name.0.4.1 dune.3.19.1 dune-configurator.3.19.1 emile.1.1 fmt.0.11.0 fpath.0.7.3 ipaddr.5.6.1 logs.0.9.0 lwt.5.9.2 macaddr.5.6.1 ocaml.5.4.0 ocaml-base-compiler.5.4.0~alpha1 ocaml-compiler.5.4.0~alpha1 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 opam-monorepo.0.4.3 pecu.0.7 re.1.13.2 rresult.0.7.0 seq.base stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.1.0 uri.4.4.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 mirage.dev mirage-runtime.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] - 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/main amd64 Packages [8791 kB] - Get:5 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [277 kB] - Fetched 9323 kB in 1s (6324 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [mirage.dev] synchronised (file:///src) [mirage-runtime.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 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.4.0~alpha1). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0~alpha1). [NOTE] Package ocaml is already installed (current version is 5.4.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 system packages will first need to be installed: pkg-config <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "pkg-config" - debconf: delaying package configuration, since apt-utils is not installed - Selecting previously unselected package libpkgconf3:amd64. - (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 18778 files and directories currently installed.) - Preparing to unpack .../libpkgconf3_1.8.1-1_amd64.deb ... - Unpacking libpkgconf3:amd64 (1.8.1-1) ... - Selecting previously unselected package pkgconf-bin. - Preparing to unpack .../pkgconf-bin_1.8.1-1_amd64.deb ... - Unpacking pkgconf-bin (1.8.1-1) ... - Selecting previously unselected package pkgconf:amd64. - Preparing to unpack .../pkgconf_1.8.1-1_amd64.deb ... - Unpacking pkgconf:amd64 (1.8.1-1) ... - Selecting previously unselected package pkg-config:amd64. - Preparing to unpack .../pkg-config_1.8.1-1_amd64.deb ... - Unpacking pkg-config:amd64 (1.8.1-1) ... - Setting up libpkgconf3:amd64 (1.8.1-1) ... - Setting up pkgconf-bin (1.8.1-1) ... - Setting up pkgconf:amd64 (1.8.1-1) ... - Setting up pkg-config:amd64 (1.8.1-1) ... - Processing triggers for libc-bin (2.36-9+deb12u10) ... 2025-09-07 19:34.18 ---> saved as "1bfca67ee61dd8d657e475404bcf654456755f0f77b5ea37c5e30a95f0878b2f" /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 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.4.0~alpha1). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0~alpha1). [NOTE] Package ocaml is already installed (current version is 5.4.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 35 packages - install alcotest 1.9.0 - install angstrom 0.16.1 - install astring 0.8.5 - install base-bytes base - install base64 3.5.1 - install bigstringaf 0.10.0 - install bos 0.2.1 - install cmdliner 1.3.0 - install conf-pkg-config 4 - install cppo 1.8.0 - install csexp 1.5.2 - install domain-name 0.4.1 - install dune 3.19.1 - install dune-configurator 3.19.1 - install emile 1.1 - install fmt 0.11.0 - install fpath 0.7.3 - install ipaddr 5.6.1 - install logs 0.9.0 - install lwt 5.9.2 - install macaddr 5.6.1 - install ocaml-syntax-shims 1.0.0 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install ocplib-endian 1.2 - install opam-monorepo 0.4.3 - install pecu 0.7 - install re 1.13.2 - install rresult 0.7.0 - install seq base - install stdlib-shims 0.3.0 - install stringext 1.6.0 - install topkg 1.1.0 - install uri 4.4.0 - install uutf 1.0.4 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved alcotest.1.9.0 (cached) -> retrieved angstrom.0.16.1 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved base64.3.5.1 (cached) -> retrieved bigstringaf.0.10.0 (cached) -> installed conf-pkg-config.4 -> retrieved bos.0.2.1 (cached) -> retrieved cmdliner.1.3.0 (cached) -> retrieved cppo.1.8.0 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved domain-name.0.4.1 (cached) -> retrieved fmt.0.11.0 (cached) -> retrieved emile.1.1 (cached) -> retrieved fpath.0.7.3 (cached) -> retrieved ipaddr.5.6.1, macaddr.5.6.1 (cached) -> retrieved logs.0.9.0 (cached) -> retrieved lwt.5.9.2 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocplib-endian.1.2 (cached) -> retrieved pecu.0.7 (cached) -> retrieved re.1.13.2 (cached) -> retrieved rresult.0.7.0 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved stringext.1.6.0 (cached) -> retrieved topkg.1.1.0 (cached) -> retrieved uri.4.4.0 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved dune.3.19.1, dune-configurator.3.19.1 (cached) -> retrieved opam-monorepo.0.4.3 (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 rresult.0.7.0 -> installed uutf.1.0.4 -> installed fmt.0.11.0 -> installed astring.0.8.5 -> installed fpath.0.7.3 -> installed dune.3.19.1 -> installed base64.3.5.1 -> installed csexp.1.5.2 -> installed cppo.1.8.0 -> installed domain-name.0.4.1 -> installed macaddr.5.6.1 -> installed ocaml-syntax-shims.1.0.0 -> installed pecu.0.7 -> installed stdlib-shims.0.3.0 -> installed stringext.1.6.0 -> installed re.1.13.2 -> installed ocplib-endian.1.2 -> installed ipaddr.5.6.1 -> installed alcotest.1.9.0 -> installed dune-configurator.3.19.1 -> installed bigstringaf.0.10.0 -> installed angstrom.0.16.1 -> installed emile.1.1 -> installed lwt.5.9.2 -> installed uri.4.4.0 -> installed logs.0.9.0 -> installed bos.0.2.1 -> installed opam-monorepo.0.4.3 Done. # To update the current shell environment, run: eval $(opam env) 2025-09-07 19:35.08 ---> saved as "e025355243d3429dbfa8296a5bb0c31aeed978812a508749bc6c9e0101fe48cc" /src: (copy (src .) (dst /src)) 2025-09-07 19:35.09 ---> saved as "d98b89df7351967759ceac9cdbf737737858382e01143be4949fc958449496af" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/test/functoria && ./test.exe) Testing `functoria'. This run has ID `RV0LB543'. [OK] cli 0 read_full_eval. [OK] cli 1 configure. [OK] cli 2 describe. [OK] cli 3 clean. [OK] cli 4 help. [OK] cli 5 default. [OK] package 0 merge. [OK] package 1 pp. [OK] package 2 invalid names. [OK] graph 0 var_name. [OK] graph 1 impl_name. [OK] graph 2 test_graph. [OK] action 0 bind. [OK] action 1 seq. [OK] action 2 rm. [OK] action 3 mkdir. [OK] action 4 rmdir. [OK] action 5 with_dir. [OK] action 6 pwd. [OK] action 7 is_file. [OK] action 8 is_dir. [OK] action 9 size_of. [OK] action 10 set_var. [OK] action 11 get_var. [OK] action 12 run_cmd. [OK] action 13 run_cmd_out. [OK] action 14 write_file. [OK] action 15 tmp_file. [OK] action 16 ls. [OK] action 17 with_output. [OK] key 0 equal. [OK] key 1 eval. [OK] key 2 get. [OK] key 3 find. [OK] key 4 merge. [OK] key 5 cmdliner. [OK] key 6 opt-all. [OK] version 0 failed_to_parse comments. [OK] version 1 bad comment. [OK] version 2 good comment. [OK] version 3 unmet comment. Full test results in `/src/_build/default/test/functoria/_build/_tests/functoria'. Test Successful in 0.007s. 41 tests run. (cd _build/default/test/mirage && ./test.exe) Testing `mirage'. This run has ID `K1ANMM53'. [OK] basic 0 pp. Full test results in `/src/_build/default/test/mirage/_build/_tests/mirage'. Test Successful in 0.000s. 1 test run. File "test/functoria/e2e/errors.t", line 1, characters 0-0: /usr/bin/git --no-pager diff --no-index --color=always -u _build/.sandbox/8caad55bdd580fcdaabf0c1b686ece26/default/test/functoria/e2e/errors.t _build/.sandbox/8caad55bdd580fcdaabf0c1b686ece26/default/test/functoria/e2e/errors.t.corrected diff --git a/_build/.sandbox/8caad55bdd580fcdaabf0c1b686ece26/default/test/functoria/e2e/errors.t b/_build/.sandbox/8caad55bdd580fcdaabf0c1b686ece26/default/test/functoria/e2e/errors.t.corrected index 637ded6..7a1c9e0 100644 --- a/_build/.sandbox/8caad55bdd580fcdaabf0c1b686ece26/default/test/functoria/e2e/errors.t +++ b/_build/.sandbox/8caad55bdd580fcdaabf0c1b686ece26/default/test/functoria/e2e/errors.t.corrected @@ -6,7 +6,7 @@ of a device's connect function: $ dune build File "errors/in_device.ml", line 6, characters 2-26: Error: Unbound value Unikernel_make__4.start' - Hint: Did you mean start? + Hint: Did you mean Unikernel_make__4.start? [1] $ ./test.exe clean -f errors/in_device.ml @@ -24,7 +24,7 @@ Then, not enough: $ ./test.exe configure -f errors/in_functor_not_enough.ml test.exe: [WARNING] Skipping version check, since our_version ("1.0~test") fails to parse: only digits and . allowed in version $ dune build - File "errors/test/main.ml", line 34, characters 3-26: + File "errors/test/main.ml", line 34, characters 3-20: Error: The module Unikernel_make__4 is a functor, it cannot have any components [1] $ ./test.exe clean -f errors/in_functor_not_enough.ml "/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1 2025-09-07 19:35.16: Job failed: Failed: Build failed