2025-10-09 20:14.28: New job: test mirage/mirage https://github.com/mirage/mirage.git#refs/pull/1618/head (b582a7a2add3e3099b0cae1139ddc59093f8c1c7) (macos-arm64:macos-homebrew-4.14_arm64_opam-2.4)Base: macos-homebrew-ocaml-4.14Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mirage/mirage.git" && cd "mirage" && git fetch origin "refs/pull/1618/head" && git reset --hard b582a7a2cat > Dockerfile <<'END-OF-DOCKERFILE'FROM macos-homebrew-ocaml-4.14# macos-homebrew-4.14_arm64_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"RUN ln -f ~/local/bin/opam-2.4 ~/local/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionRUN cd ~/opam-repository && (git cat-file -e 241aae26db44294142794da0ce695e8beac418df || git fetch origin master) && git reset -q --hard 241aae26db44294142794da0ce695e8beac418df && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 mirage.opam mirage-runtime.opam ./src/./RUN opam pin add -yn mirage.dev './src/./' && \opam pin add -yn mirage-runtime.dev './src/./'RUN echo '(lang dune 3.0)' > './src/./dune-project'ENV DEPS="alcotest.1.9.1 angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 bos.0.2.1 cmdliner.2.0.0 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 domain-name.0.4.1 dune.3.20.2 dune-configurator.3.20.2 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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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.14.0 rresult.0.7.0 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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . ./srcRUN cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-10-09 20:14.28: Using cache hint "mirage/mirage-macos-homebrew-ocaml-4.14-macos-homebrew-4.14_arm64_opam-2.4-6df2c7f52e58ae476fbb67c231e6bc88"2025-10-09 20:14.28: Using OBuilder spec:((from macos-homebrew-ocaml-4.14)(comment macos-homebrew-4.14_arm64_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(run (shell "ln -f ~/local/bin/opam-2.4 ~/local/bin/opam"))(run (shell "opam init --reinit -ni"))(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 241aae26db44294142794da0ce695e8beac418df || git fetch origin master) && git reset -q --hard 241aae26db44294142794da0ce695e8beac418df && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src mirage.opam mirage-runtime.opam) (dst ./src/./))(run (network host)(shell "opam pin add -yn mirage.dev './src/./' && \\nopam pin add -yn mirage-runtime.dev './src/./'"))(run (network host)(shell "echo '(lang dune 3.0)' > './src/./dune-project'"))(env DEPS "alcotest.1.9.1 angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 bos.0.2.1 cmdliner.2.0.0 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 domain-name.0.4.1 dune.3.20.2 dune-configurator.3.20.2 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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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.14.0 rresult.0.7.0 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 /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(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 /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "opam install $DEPS"))(copy (src .) (dst ./src))(run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build")))2025-10-09 20:14.28: Waiting for resource in pool OCluster2025-10-09 20:14.28: Waiting for worker…2025-10-09 20:16.59: Got resource from pool OClusterBuilding on m1-worker-03All commits already cachedHEAD is now at b582a7a2 re-add conflict(from macos-homebrew-ocaml-4.14)2025-10-09 20:17.00 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache/: (comment macos-homebrew-4.14_arm64_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (run (shell "ln -f ~/local/bin/opam-2.4 ~/local/bin/opam"))2025-10-09 20:17.00 ---> using "16fd332aba96a180769fbf49639a0f9a6aa6ed7d2edfa24c2b9bea4039176eb4" from cache/: (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 /Users/mac1000/.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 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from git+file:///Users/mac1000/opam-repository2025-10-09 20:17.00 ---> using "441082522a992e4675bb61cf184ac4d487fcb27eccab875ab68ef480e42527a0" from cache/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Darwin 24.5.0The OCaml toplevel, version 4.14.22.4.12025-10-09 20:17.00 ---> using "73a23ad864bce177bda3ef5ed15fdc258f712e067e25e839184501078d169a1f" from cache/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 241aae26db44294142794da0ce695e8beac418df || git fetch origin master) && git reset -q --hard 241aae26db44294142794da0ce695e8beac418df && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADec0dc125ad..551314ad15 master -> origin/master241aae26db Merge pull request #28629 from dinosaure/release-alcotest-1.9.1<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///Users/mac1000/opam-repositoryEverything as up-to-date as possibleThe following packages are not being upgraded because the new versions conflict with other installed packages:- ocaml.5.3.0- ocaml-config.3However, 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-10-09 20:17.00 ---> using "077ea80a50ea4af477949d3a25c0c5202a76dbd931a00e093374634ef78840d7" from cache/: (copy (src mirage.opam mirage-runtime.opam) (dst ./src/./))2025-10-09 20:17.01 ---> using "54be1f52201d0c115cf65e2f717854cdc6f9df290cffe9f121daae2815857983" from cache/: (run (network host)(shell "opam pin add -yn mirage.dev './src/./' && \\nopam pin add -yn mirage-runtime.dev './src/./'"))[mirage.dev] synchronised (file:///Users/mac1000/src)mirage is now pinned to file:///Users/mac1000/src (version dev)[mirage-runtime.dev] synchronised (file:///Users/mac1000/src)mirage-runtime is now pinned to file:///Users/mac1000/src (version dev)2025-10-09 20:17.01 ---> using "a003fa13a65d661351f5ed4da8045a09103e5cd7a4decd88273d2e1d466358ce" from cache/: (run (network host)(shell "echo '(lang dune 3.0)' > './src/./dune-project'"))2025-10-09 20:17.01 ---> using "4df9b49220903c5872c85a1912fe973a45561d282bdf7db2f7450607dc51076f" from cache/: (env DEPS "alcotest.1.9.1 angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.2 bigstringaf.0.10.0 bos.0.2.1 cmdliner.2.0.0 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 domain-name.0.4.1 dune.3.20.2 dune-configurator.3.20.2 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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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.14.0 rresult.0.7.0 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 /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "opam update --depexts && opam install --cli=2.4 --depext-only -y mirage.dev mirage-runtime.dev $DEPS"))+ /opt/homebrew/bin/brew "update"- ==> Updating Homebrew...- Already up-to-date.<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[mirage-runtime.dev] synchronised (file:///Users/mac1000/src)[mirage.dev] synchronised (file:///Users/mac1000/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.2).[NOTE] Package ocaml is already installed (current version is 4.14.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 system packages will first need to be installed:pkgconf<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /opt/homebrew/bin/brew "install" "pkgconf"- ==> Fetching downloads for: pkgconf- ==> Downloading https://ghcr.io/v2/homebrew/core/pkgconf/manifests/2.5.1- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e0bf05fafcedcfbde9a9a488dc3a083cadd19584ac19f4cc053a9c265f841120--pkgconf-2.5.1.bottle_manifest.json- ==> Fetching pkgconf- ==> Downloading https://ghcr.io/v2/homebrew/core/pkgconf/blobs/sha256:6fabdc3d0a656e2d505aec4e39b2f8e354601ee141469554fa71eabc3386e18f- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/1a24d1ad02d9375a2488968c81e160cf6edbbb0709cc51dbeeb5c7f9c5e473b0--pkgconf--2.5.1.arm64_sequoia.bottle.tar.gz- ==> Pouring pkgconf--2.5.1.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/pkgconf/2.5.1: 28 files, 518.6KB- ==> Running `brew cleanup pkgconf`...- Disable this behaviour by setting `HOMEBREW_NO_INSTALL_CLEANUP=1`.- Hide these hints with `HOMEBREW_NO_ENV_HINTS=1` (see `man brew`).2025-10-09 20:17.01 ---> using "efb6dfdd979216c720761d2ca1cf6dee54a8e44979e96d1d989afad818b9f5d3" from cache/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(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.2).[NOTE] Package ocaml is already installed (current version is 4.14.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 34 packages- install alcotest 1.9.1- install angstrom 0.16.1- install astring 0.8.5- install base-bytes base- install base64 3.5.2- install bigstringaf 0.10.0- install bos 0.2.1- install cmdliner 2.0.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.20.2- install dune-configurator 3.20.2- 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.14.0- install rresult 0.7.0- 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 astring.0.8.5 (cached)-> retrieved angstrom.0.16.1 (cached)-> retrieved base64.3.5.2 (cached)-> retrieved alcotest.1.9.1 (cached)-> retrieved bos.0.2.1 (cached)-> retrieved bigstringaf.0.10.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved domain-name.0.4.1 (cached)-> installed conf-pkg-config.4-> retrieved emile.1.1 (cached)-> retrieved cmdliner.2.0.0 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved ipaddr.5.6.1, macaddr.5.6.1 (cached)-> retrieved logs.0.9.0 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved lwt.5.9.2 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved pecu.0.7 (cached)-> retrieved re.1.14.0 (cached)-> retrieved rresult.0.7.0 (cached)-> 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.20.2, dune-configurator.3.20.2 (cached)-> installed ocamlbuild.0.16.1-> retrieved opam-monorepo.0.4.3 (cached)-> installed cmdliner.2.0.0-> 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.20.2-> installed ocaml-syntax-shims.1.0.0-> installed macaddr.5.6.1-> installed domain-name.0.4.1-> installed csexp.1.5.2-> installed cppo.1.8.0-> installed ipaddr.5.6.1-> installed stdlib-shims.0.3.0-> installed re.1.14.0-> installed pecu.0.7-> installed base64.3.5.2-> installed stringext.1.6.0-> installed ocplib-endian.1.2-> installed alcotest.1.9.1-> installed dune-configurator.3.20.2-> installed bigstringaf.0.10.0-> installed angstrom.0.16.1-> installed emile.1.1-> installed uri.4.4.0-> installed lwt.5.9.2-> installed logs.0.9.0-> installed bos.0.2.1-> installed opam-monorepo.0.4.3Done.# To update the current shell environment, run: eval $(opam env)2025-10-09 20:17.01 ---> using "c1196dc288d88c406d4f550db35288754ab90c8cd88811e2e668fe0e01855cfb" from cache/: (copy (src .) (dst ./src))2025-10-09 20:17.02 ---> saved as "540fbe5f5289c13db708ab263fd882c75d3399c0a30e559ca51cbb5aa5ffbb19"/: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/test/functoria && ./test.exe)Testing `functoria'.This run has ID `JUB8CSIH'.[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.004s. 41 tests run.(cd _build/default/test/mirage && ./test.exe)Testing `mirage'.This run has ID `BA4RJ7G9'.[OK] basic 0 pp.Full test results in `~/src/_build/default/test/mirage/_build/_tests/mirage'.Test Successful in 0.000s. 1 test run.2025-10-09 20:17.10 ---> saved as "96e5d05a7648f161cc20061b120efda44a80107d07715330b162ff401eb97afd"Job succeeded2025-10-09 20:17.16: Job succeeded