2025-07-04 15:15.05: New job: test mirage/ocaml-hvsock https://github.com/mirage/ocaml-hvsock.git#refs/heads/master (6b90ba4ab43257e05e377672f4e07b2d1b643588) (macos-x86_64:macos-homebrew-4.14_opam-2.3) Base: macos-homebrew-ocaml-4.14 Opam project build To reproduce locally: git clone --recursive "https://github.com/mirage/ocaml-hvsock.git" -b "master" && cd "ocaml-hvsock" && git reset --hard 6b90ba4a cat > Dockerfile <<'END-OF-DOCKERFILE' FROM macos-homebrew-ocaml-4.14 # macos-homebrew-4.14_opam-2.3 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" RUN ln -f ~/local/bin/opam-2.3 ~/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 382e02b4c17b5b59d503254784ac3a5d78916d5a || git fetch origin master) && git reset -q --hard 382e02b4c17b5b59d503254784ac3a5d78916d5a && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 hvsock.opam ./src/./ RUN opam pin add -yn hvsock.dev './src/./' RUN echo '(lang dune 3.0)' > './src/./dune-project' ENV DEPS="alcotest.1.9.0 angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.10.0 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.19.1 dune-configurator.3.19.1 duration.0.2.1 fmt.0.10.0 logs.0.8.0 lwt.5.9.1 mirage-flow.5.0.0 mirage-flow-combinators.5.0.0 mirage-mtime.5.0.0 mirage-time.3.0.0 mtime.2.1.0 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 re.1.13.2 seq.base sha.1.15.4 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.0.8 uri.4.4.0 uuidm.0.9.10 uutf.1.0.4" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.3 --depext-only -y hvsock.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-07-04 15:15.05: Using cache hint "mirage/ocaml-hvsock-macos-homebrew-ocaml-4.14-macos-homebrew-4.14_opam-2.3-8febfc627d472e8de3efde9083d00bee" 2025-07-04 15:15.05: Using OBuilder spec: ((from macos-homebrew-ocaml-4.14) (comment macos-homebrew-4.14_opam-2.3) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (run (shell "ln -f ~/local/bin/opam-2.3 ~/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 382e02b4c17b5b59d503254784ac3a5d78916d5a || git fetch origin master) && git reset -q --hard 382e02b4c17b5b59d503254784ac3a5d78916d5a && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src hvsock.opam) (dst ./src/./)) (run (network host) (shell "opam pin add -yn hvsock.dev './src/./'")) (run (network host) (shell "echo '(lang dune 3.0)' > './src/./dune-project'")) (env DEPS "alcotest.1.9.0 angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.10.0 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.19.1 dune-configurator.3.19.1 duration.0.2.1 fmt.0.10.0 logs.0.8.0 lwt.5.9.1 mirage-flow.5.0.0 mirage-flow-combinators.5.0.0 mirage-mtime.5.0.0 mirage-time.3.0.0 mtime.2.1.0 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 re.1.13.2 seq.base sha.1.15.4 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.0.8 uri.4.4.0 uuidm.0.9.10 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.3 --depext-only -y hvsock.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-07-04 15:15.05: Waiting for resource in pool OCluster 2025-07-05 01:59.49: Waiting for worker… 2025-07-05 05:12.05: Got resource from pool OCluster Building on i7-worker-02 All commits already cached HEAD is now at 6b90ba4 Merge pull request #68 from djs55/remove-cmdliner-dep (from macos-homebrew-ocaml-4.14) 2025-07-05 05:12.08 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache /: (comment macos-homebrew-4.14_opam-2.3) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (run (shell "ln -f ~/local/bin/opam-2.3 ~/local/bin/opam")) 2025-07-05 05:12.09 ---> using "d185bb362ab7a62e22c76fe28c4578fe7a4e17f7cc7bc09a3073972dfb5efd3b" 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-07-05 05:12.09 ---> using "1a239dab0512a5f76e4948de67b26faca67b4de935df003aa7f81d4e2d68958d" from cache /: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Darwin 23.4.0 The OCaml toplevel, version 4.14.2 2.3.0 2025-07-05 05:12.10 ---> using "f52eecff7be584d99550d2f8c42b8f22f9135c2276c46c827a485f089226c5ac" 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 382e02b4c17b5b59d503254784ac3a5d78916d5a || git fetch origin master) && git reset -q --hard 382e02b4c17b5b59d503254784ac3a5d78916d5a && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 67e940587b..ee56c84f60 master -> origin/master 382e02b4c1 Merge pull request #28124 from kit-ty-kate/opam-publish-re.1.13.2 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///Users/mac1000/opam-repository Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). 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, 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-07-05 05:12.10 ---> using "52ef6060efda8fca6d5658ef1472b4e0a186a948d88ead6d10983e4f82a1db7f" from cache /: (copy (src hvsock.opam) (dst ./src/./)) 2025-07-05 05:12.23 ---> saved as "3673578ffc9270555b16c353944a6aa3bf2ed51baf17736d9f06f21f147b0204" /: (run (network host) (shell "opam pin add -yn hvsock.dev './src/./'")) [hvsock.dev] synchronised (file:///Users/mac1000/src) hvsock is now pinned to file:///Users/mac1000/src (version dev) 2025-07-05 05:12.45 ---> saved as "d9e7d27e8f987eefcc8392a7b54dfaa9db2314c3953b9831db60f1602ffbcc90" /: (run (network host) (shell "echo '(lang dune 3.0)' > './src/./dune-project'")) 2025-07-05 05:12.48 ---> saved as "5cc3d686e3c763a95e3cd443c9dd4fc2e82edcf61224d5295c9c577832698372" /: (env DEPS "alcotest.1.9.0 angstrom.0.16.1 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.5.1 bigstringaf.0.10.0 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 dune.3.19.1 dune-configurator.3.19.1 duration.0.2.1 fmt.0.10.0 logs.0.8.0 lwt.5.9.1 mirage-flow.5.0.0 mirage-flow-combinators.5.0.0 mirage-mtime.5.0.0 mirage-time.3.0.0 mtime.2.1.0 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 re.1.13.2 seq.base sha.1.15.4 stdlib-shims.0.3.0 stringext.1.6.0 topkg.1.0.8 uri.4.4.0 uuidm.0.9.10 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.3 --depext-only -y hvsock.dev $DEPS")) + /usr/local/bin/brew "update" - ==> Updating Homebrew... - Already up-to-date. <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [hvsock.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). 2025-07-05 05:13.31 ---> saved as "67590bc89b25ffeab4e78cffecdaa7142123a44cbf86652f90371f7d5c0be82d" /: (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.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 cmdliner 1.3.0 - install cppo 1.8.0 - install csexp 1.5.2 - install cstruct 6.2.0 - install dune 3.19.1 - install dune-configurator 3.19.1 - install duration 0.2.1 - install fmt 0.10.0 - install logs 0.8.0 - install lwt 5.9.1 - install mirage-flow 5.0.0 - install mirage-flow-combinators 5.0.0 - install mirage-mtime 5.0.0 - install mirage-time 3.0.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 sha 1.15.4 - install stdlib-shims 0.3.0 - install stringext 1.6.0 - install topkg 1.0.8 - install uri 4.4.0 - install uuidm 0.9.10 - install uutf 1.0.4 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved astring.0.8.5 (cached) -> retrieved angstrom.0.16.1 (cached) -> retrieved base64.3.5.1 (cached) -> retrieved bigstringaf.0.10.0 (cached) -> retrieved alcotest.1.9.0 (cached) -> retrieved cppo.1.8.0 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved cstruct.6.2.0 (cached) -> retrieved cmdliner.1.3.0 (cached) -> retrieved fmt.0.10.0 (cached) -> retrieved duration.0.2.1 (cached) -> retrieved logs.0.8.0 (cached) -> retrieved mirage-flow.5.0.0, mirage-flow-combinators.5.0.0 (cached) -> retrieved lwt.5.9.1 (cached) -> retrieved mirage-mtime.5.0.0 (cached) -> retrieved mirage-time.3.0.0 (cached) -> retrieved mtime.2.1.0 (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 sha.1.15.4 (cached) -> retrieved re.1.13.2 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved stringext.1.6.0 (cached) -> retrieved topkg.1.0.8 (cached) -> retrieved uri.4.4.0 (cached) -> retrieved uuidm.0.9.10 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved dune.3.19.1, dune-configurator.3.19.1 (cached) -> installed ocamlbuild.0.16.1 -> installed cmdliner.1.3.0 -> installed ocamlfind.1.9.8 -> installed base-bytes.base -> installed topkg.1.0.8 -> installed uuidm.0.9.10 -> installed uutf.1.0.4 -> installed mtime.2.1.0 -> installed fmt.0.10.0 -> installed astring.0.8.5 -> installed dune.3.19.1 -> installed csexp.1.5.2 -> installed stringext.1.6.0 -> installed stdlib-shims.0.3.0 -> installed re.1.13.2 -> installed ocaml-syntax-shims.1.0.0 -> installed mirage-mtime.5.0.0 -> installed duration.0.2.1 -> installed cstruct.6.2.0 -> installed cppo.1.8.0 -> installed base64.3.5.1 -> installed ocplib-endian.1.2 -> installed sha.1.15.4 -> installed dune-configurator.3.19.1 -> installed alcotest.1.9.0 -> installed bigstringaf.0.10.0 -> installed angstrom.0.16.1 -> installed uri.4.4.0 -> installed lwt.5.9.1 -> installed mirage-flow.5.0.0 -> installed mirage-time.3.0.0 -> installed logs.0.8.0 -> installed mirage-flow-combinators.5.0.0 Done. # To update the current shell environment, run: eval $(opam env) 2025-07-05 05:15.54 ---> saved as "041f93af4d909e9737edc859449ab796746bae40a0eef36465a10a1c6651c499" /: (copy (src .) (dst ./src)) 2025-07-05 05:15.57 ---> saved as "83684c9122964728b236d5c740e23d35dd00e8b0ab888a88c8ab41de27b75858" /: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default && /Users/mac1000/.opam/4.14.2/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 -w A-4-41-44 -warn-error +1..49 -safe-string -principal -strict-sequence -g -bin-annot -I lib/.hvsock.objs/byte -I /Users/mac1000/.opam/4.14.2/lib/angstrom -I /Users/mac1000/.opam/4.14.2/lib/base64 -I /Users/mac1000/.opam/4.14.2/lib/bigstringaf -I /Users/mac1000/.opam/4.14.2/lib/cstruct -I /Users/mac1000/.opam/4.14.2/lib/stringext -I /Users/mac1000/.opam/4.14.2/lib/uri -I /Users/mac1000/.opam/4.14.2/lib/uuidm -I /Users/mac1000/.opam/4.14.2/lib/uutf -no-alias-deps -opaque -open Hvsock -o lib/.hvsock.objs/byte/hvsock__Af_common.cmo -c -impl lib/af_common.ml) File "lib/af_common.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. (cd _build/default && /Users/mac1000/.opam/4.14.2/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 -safe-string -principal -strict-sequence -g -bin-annot -I lwt/.hvsock_lwt.objs/byte -I /Users/mac1000/.opam/4.14.2/lib/angstrom -I /Users/mac1000/.opam/4.14.2/lib/base64 -I /Users/mac1000/.opam/4.14.2/lib/bigstringaf -I /Users/mac1000/.opam/4.14.2/lib/bytes -I /Users/mac1000/.opam/4.14.2/lib/cstruct -I /Users/mac1000/.opam/4.14.2/lib/duration -I /Users/mac1000/.opam/4.14.2/lib/fmt -I /Users/mac1000/.opam/4.14.2/lib/logs -I /Users/mac1000/.opam/4.14.2/lib/lwt -I /Users/mac1000/.opam/4.14.2/lib/mirage-flow -I /Users/mac1000/.opam/4.14.2/lib/mirage-flow-combinators -I /Users/mac1000/.opam/4.14.2/lib/mirage-mtime -I /Users/mac1000/.opam/4.14.2/lib/mirage-time -I /Users/mac1000/.opam/4.14.2/lib/ocaml/threads -I /Users/mac1000/.opam/4.14.2/lib/stringext -I /Users/mac1000/.opam/4.14.2/lib/uri -I /Users/mac1000/.opam/4.14.2/lib/uuidm -I /Users/mac1000/.opam/4.14.2/lib/uutf -I lib/.hvsock.objs/byte -no-alias-deps -opaque -open Hvsock_lwt -o lwt/.hvsock_lwt.objs/byte/hvsock_lwt__Flow.cmi -c -intf lwt/flow.mli) File "lwt/flow.mli", line 24, characters 10-46: 24 | include Mirage_flow_combinators.SHUTDOWNABLE with type error := error ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Error: Unbound module type Mirage_flow_combinators.SHUTDOWNABLE (cd _build/default && /Users/mac1000/.opam/4.14.2/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 -safe-string -principal -strict-sequence -g -bin-annot -I lwt/.hvsock_lwt.objs/byte -I /Users/mac1000/.opam/4.14.2/lib/angstrom -I /Users/mac1000/.opam/4.14.2/lib/base64 -I /Users/mac1000/.opam/4.14.2/lib/bigstringaf -I /Users/mac1000/.opam/4.14.2/lib/bytes -I /Users/mac1000/.opam/4.14.2/lib/cstruct -I /Users/mac1000/.opam/4.14.2/lib/duration -I /Users/mac1000/.opam/4.14.2/lib/fmt -I /Users/mac1000/.opam/4.14.2/lib/logs -I /Users/mac1000/.opam/4.14.2/lib/lwt -I /Users/mac1000/.opam/4.14.2/lib/mirage-flow -I /Users/mac1000/.opam/4.14.2/lib/mirage-flow-combinators -I /Users/mac1000/.opam/4.14.2/lib/mirage-mtime -I /Users/mac1000/.opam/4.14.2/lib/mirage-time -I /Users/mac1000/.opam/4.14.2/lib/ocaml/threads -I /Users/mac1000/.opam/4.14.2/lib/stringext -I /Users/mac1000/.opam/4.14.2/lib/uri -I /Users/mac1000/.opam/4.14.2/lib/uuidm -I /Users/mac1000/.opam/4.14.2/lib/uutf -I lib/.hvsock.objs/byte -no-alias-deps -opaque -open Hvsock_lwt -o lwt/.hvsock_lwt.objs/byte/hvsock_lwt__Flow_shutdown.cmi -c -intf lwt/flow_shutdown.mli) File "lwt/flow_shutdown.mli", line 32, characters 10-46: 32 | include Mirage_flow_combinators.SHUTDOWNABLE with type error := error ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Error: Unbound module type Mirage_flow_combinators.SHUTDOWNABLE "/usr/bin/env" "bash" "-c" "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1 2025-07-05 05:16.05: Job failed: Failed: Build failed