2025-09-16 10:11.35: New job: test mirage/mirage-flow https://github.com/mirage/mirage-flow.git#refs/heads/main (c0efad0f73f95daba1736fb8631708da41ef5f3f) (macos-arm64:macos-homebrew-5.3_arm64_opam-2.4) Base: macos-homebrew-ocaml-5.3 Opam project build To reproduce locally: git clone --recursive "https://github.com/mirage/mirage-flow.git" -b "main" && cd "mirage-flow" && git reset --hard c0efad0f cat > Dockerfile <<'END-OF-DOCKERFILE' FROM macos-homebrew-ocaml-5.3 # macos-homebrew-5.3_arm64_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" RUN ln -f ~/local/bin/opam-2.4 ~/local/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version RUN cd ~/opam-repository && (git cat-file -e 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 mirage-flow.opam mirage-flow-unix.opam mirage-flow-combinators.opam ./src/./ RUN opam pin add -yn mirage-flow.dev './src/./' && \ opam pin add -yn mirage-flow-unix.dev './src/./' && \ opam pin add -yn mirage-flow-combinators.dev './src/./' RUN echo '(lang dune 3.0)' > './src/./dune-project' ENV DEPS="alcotest.1.9.0 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 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 logs.0.9.0 lwt.5.9.2 mirage-mtime.5.2.0 mtime.2.1.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 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 re.1.13.2 seq.base stdlib-shims.0.3.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 mirage-flow.dev mirage-flow-unix.dev mirage-flow-combinators.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . ./src RUN cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2025-09-16 10:11.35: Using cache hint "mirage/mirage-flow-macos-homebrew-ocaml-5.3-macos-homebrew-5.3_arm64_opam-2.4-615803508f68af7bb762e66495140733" 2025-09-16 10:11.35: Using OBuilder spec: ((from macos-homebrew-ocaml-5.3) (comment macos-homebrew-5.3_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 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src mirage-flow.opam mirage-flow-unix.opam mirage-flow-combinators.opam) (dst ./src/./)) (run (network host) (shell "opam pin add -yn mirage-flow.dev './src/./' && \ \nopam pin add -yn mirage-flow-unix.dev './src/./' && \ \nopam pin add -yn mirage-flow-combinators.dev './src/./'")) (run (network host) (shell "echo '(lang dune 3.0)' > './src/./dune-project'")) (env DEPS "alcotest.1.9.0 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 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 logs.0.9.0 lwt.5.9.2 mirage-mtime.5.2.0 mtime.2.1.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 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 re.1.13.2 seq.base stdlib-shims.0.3.0 topkg.1.1.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-flow.dev mirage-flow-unix.dev mirage-flow-combinators.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-09-16 10:11.35: Waiting for resource in pool OCluster 2025-09-16 11:19.30: Waiting for worker… 2025-09-16 13:56.55: Got resource from pool OCluster Building on m1-worker-02 All commits already cached HEAD is now at c0efad0 Merge pull request #53 from hannesm/variants (from macos-homebrew-ocaml-5.3) 2025-09-16 13:56.56 ---> using "6ee950b55569b1a3f8a7953dc679318bf303d3a70ac7d49901c0ac2ca3805d7c" from cache /: (comment macos-homebrew-5.3_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-09-16 13:56.56 ---> using "98f27ffc931cc35f6fd0434c4b7cb74004ae5b966eac1b4d0d724f37574600ad" 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 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] no changes from git+file:///Users/mac1000/opam-repository 2025-09-16 13:56.56 ---> using "05bef02621f4f152ba73fa5008f45408f9224fb6a3f95400ffe628ff48189e9f" from cache /: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Darwin 24.5.0 The OCaml toplevel, version 5.3.0 2.4.1 2025-09-16 13:56.56 ---> using "a78de44d0fa6eb2299c3aff4eac17004df22cc4faa362aec41a39eccbcb56bb5" 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 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD f6368c68f9..7949ff40d8 master -> origin/master 6ef6813522 Merge pull request #28449 from dra27/ocaml-compiler-msvc <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///Users/mac1000/opam-repository Already up-to-date. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2025-09-16 13:56.56 ---> using "c75343fe439a095d4287a0be3640a73f56aad132b898fca37874f86897182883" from cache /: (copy (src mirage-flow.opam mirage-flow-unix.opam mirage-flow-combinators.opam) (dst ./src/./)) 2025-09-16 13:56.58 ---> saved as "c4fc40ff2fe82064e05d7ee6e9fedf6b56cda042fb3ccf04ead0f071530574a3" /: (run (network host) (shell "opam pin add -yn mirage-flow.dev './src/./' && \ \nopam pin add -yn mirage-flow-unix.dev './src/./' && \ \nopam pin add -yn mirage-flow-combinators.dev './src/./'")) [mirage-flow.dev] synchronised (file:///Users/mac1000/src) mirage-flow is now pinned to file:///Users/mac1000/src (version dev) [mirage-flow-unix.dev] synchronised (file:///Users/mac1000/src) mirage-flow-unix is now pinned to file:///Users/mac1000/src (version dev) [mirage-flow-combinators.dev] synchronised (file:///Users/mac1000/src) mirage-flow-combinators is now pinned to file:///Users/mac1000/src (version dev) 2025-09-16 13:57.09 ---> saved as "92705b5e889696494dc2a8a9c846d06ee9fa1fe6d9a4c22d5541f20b82243214" /: (run (network host) (shell "echo '(lang dune 3.0)' > './src/./dune-project'")) 2025-09-16 13:57.10 ---> saved as "1f7461a7605499d188e750830da040dc695ca094ad5b046dae19b5a66b4a1f69" /: (env DEPS "alcotest.1.9.0 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 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 logs.0.9.0 lwt.5.9.2 mirage-mtime.5.2.0 mtime.2.1.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 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 re.1.13.2 seq.base stdlib-shims.0.3.0 topkg.1.1.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-flow.dev mirage-flow-unix.dev mirage-flow-combinators.dev $DEPS")) + /opt/homebrew/bin/brew "update" - ==> Updating Homebrew... - Already up-to-date. <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [mirage-flow-unix.dev] synchronised (file:///Users/mac1000/src) [mirage-flow-combinators.dev] synchronised (file:///Users/mac1000/src) [mirage-flow.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 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml-base-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-09-16 13:57.27 ---> saved as "a6fc9315b726182e499ad3fbd9b809826d01000385578c5c5d0bdad4bd900313" /: (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 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml-base-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 23 packages - install alcotest 1.9.0 - install astring 0.8.5 - install base-bytes base - install cmdliner 1.3.0 - install cppo 1.8.0 - install csexp 1.5.2 - install cstruct 6.2.0 - install dune 3.20.2 - install dune-configurator 3.20.2 - install fmt 0.11.0 - install logs 0.9.0 - install lwt 5.9.2 - install mirage-mtime 5.2.0 - install mtime 2.1.0 - install ocaml-syntax-shims 1.0.0 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install ocplib-endian 1.2 - install re 1.13.2 - install seq base - install stdlib-shims 0.3.0 - install topkg 1.1.0 - install uutf 1.0.4 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved cmdliner.1.3.0 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved alcotest.1.9.0 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved cppo.1.8.0 (cached) -> retrieved cstruct.6.2.0 (cached) -> retrieved fmt.0.11.0 (cached) -> retrieved logs.0.9.0 (cached) -> retrieved mirage-mtime.5.2.0 (cached) -> retrieved mtime.2.1.0 (cached) -> retrieved lwt.5.9.2 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ocplib-endian.1.2 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved re.1.13.2 (cached) -> retrieved topkg.1.1.0 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached) -> installed ocamlbuild.0.16.1 -> installed cmdliner.1.3.0 -> installed ocamlfind.1.9.8 -> installed base-bytes.base -> installed topkg.1.1.0 -> installed uutf.1.0.4 -> installed mtime.2.1.0 -> installed astring.0.8.5 -> installed fmt.0.11.0 -> installed dune.3.20.2 -> installed csexp.1.5.2 -> installed stdlib-shims.0.3.0 -> installed re.1.13.2 -> installed ocaml-syntax-shims.1.0.0 -> installed mirage-mtime.5.2.0 -> installed cstruct.6.2.0 -> installed cppo.1.8.0 -> installed ocplib-endian.1.2 -> installed alcotest.1.9.0 -> installed dune-configurator.3.20.2 -> installed lwt.5.9.2 -> installed logs.0.9.0 Done. # To update the current shell environment, run: eval $(opam env) 2025-09-16 13:58.16 ---> saved as "1c8669e2439218685f63683b405681110013058130fdd07ac974a9e69e2d70cd" /: (copy (src .) (dst ./src)) 2025-09-16 13:58.17 ---> saved as "ffe980411c43746f1eebce6ee81acaa78f43c542f865d5b1d45317c8fd035e01" /: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/test && ./test.exe) Testing `mirage-flow'. This run has ID `RV5SJIYJ'. [OK] string 0 input. [OK] string 1 output. [OK] strings 0 input. [OK] strings 1 output. [OK] cstruct 0 input. [OK] cstruct 1 output. [OK] cstructs 0 input. [OK] cstructs 1 output. [OK] lwt-io 0 input. [OK] lwt-io 1 output. Full test results in `~/src/_build/default/test/_build/_tests/mirage-flow'. Test Successful in 0.001s. 10 tests run. 2025-09-16 13:58.18 ---> saved as "06b53b6b0b5ef99c5538949b29ed249e500a21e43c45b5c3bac44637d95e6c50" Job succeeded 2025-09-16 13:58.22: Job succeeded