2024-11-06 15:53.47: New job: test nomadic-labs/lwt-watcher https://gitlab.com/nomadic-labs/lwt-watcher.git#refs/heads/master (70f826c503cc094ed2de3aa81fa385ea9fddb903) (macos-arm64:macos-homebrew-5.2_arm64_opam-2.2)Base: macos-homebrew-ocaml-5.2Opam project buildTo reproduce locally:git clone --recursive "https://gitlab.com/nomadic-labs/lwt-watcher.git" -b "master" && cd "lwt-watcher" && git reset --hard 70f826c5cat > Dockerfile <<'END-OF-DOCKERFILE'FROM macos-homebrew-ocaml-5.2# macos-homebrew-5.2_arm64_opam-2.2USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"RUN ln -f ~/local/bin/opam-2.2 ~/local/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionRUN cd ~/opam-repository && (git cat-file -e 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a || git fetch origin master) && git reset -q --hard 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 lwt-watcher.opam ./src/./RUN opam pin add -yn lwt-watcher.dev './src/./'ENV DEPS="base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base cppo.1.7.0 csexp.1.5.2 dune.3.16.1 dune-configurator.3.16.1 host-arch-arm64.1 host-system-other.1 lwt.5.8.0 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlfind.1.9.6 ocplib-endian.1.2"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.2 --depext-only -y lwt-watcher.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-BLOCK2024-11-06 15:53.47: Using cache hint "nomadic-labs/lwt-watcher-macos-homebrew-ocaml-5.2-macos-homebrew-5.2_arm64_opam-2.2-aabc230a375bf56a364aabcbec1a869a"2024-11-06 15:53.47: Using OBuilder spec:((from macos-homebrew-ocaml-5.2)(comment macos-homebrew-5.2_arm64_opam-2.2)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(run (shell "ln -f ~/local/bin/opam-2.2 ~/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 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a || git fetch origin master) && git reset -q --hard 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src lwt-watcher.opam) (dst ./src/./))(run (network host)(shell "opam pin add -yn lwt-watcher.dev './src/./'"))(env DEPS "base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base cppo.1.7.0 csexp.1.5.2 dune.3.16.1 dune-configurator.3.16.1 host-arch-arm64.1 host-system-other.1 lwt.5.8.0 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlfind.1.9.6 ocplib-endian.1.2")(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.2 --depext-only -y lwt-watcher.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")))2024-11-06 15:53.47: Waiting for resource in pool OCluster2024-11-06 15:53.47: Waiting for worker…2024-11-06 15:55.45: Got resource from pool OClusterBuilding on m1-worker-04All commits already cachedHEAD is now at 70f826c Merge branch 'add-dune-project-file' into 'master'(from macos-homebrew-ocaml-5.2)2024-11-06 15:55.45 ---> using "9b46fe3d2429f2b9195a02468cb57ac45cfa11fb4a87cb32b5e5375232223327" from cache/: (comment macos-homebrew-5.2_arm64_opam-2.2)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (run (shell "ln -f ~/local/bin/opam-2.2 ~/local/bin/opam"))2024-11-06 15:55.45 ---> using "b003627c18f5d873361872ecfa38a9a8b5c86cc26245bef1d152887064c98071" 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-repository2024-11-06 15:55.45 ---> using "408d2cc158c17e89759cf51b146539f00642e287086d5c54f85c33dae9e6a1f9" from cache/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Darwin 23.4.0The OCaml toplevel, version 5.2.02.2.12024-11-06 15:55.45 ---> using "80c5626e56c363c9237b2d67b74b9ac64751c52cd041543c0fda73b45b911c9a" 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 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a || git fetch origin master) && git reset -q --hard 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADb8e118d3ef..9048aac630 master -> origin/master371a52f4a8 Merge pull request #26816 from maiste/release-dune-3.16.1<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///Users/mac1000/opam-repositoryEverything 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.4.0However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# Run eval $(opam env) to update the current shell environment2024-11-06 15:55.46 ---> using "75ec50a5090b862ccaedc38b99f40246f5d1cb59b6b523e15d8098a61b39e958" from cache/: (copy (src lwt-watcher.opam) (dst ./src/./))2024-11-06 15:55.47 ---> saved as "1f231d44c3fff430bf333581eac89e6e345700c8618805643e1ee59bd1214b12"/: (run (network host)(shell "opam pin add -yn lwt-watcher.dev './src/./'"))[lwt-watcher.dev] synchronised (file:///Users/mac1000/src)lwt-watcher is now pinned to file:///Users/mac1000/src (version dev)2024-11-06 15:55.56 ---> saved as "916b02efa1bf1fc3e53194279e73fd874cdac0be200744b02fcc51f6bc3076c2"/: (env DEPS "base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base cppo.1.7.0 csexp.1.5.2 dune.3.16.1 dune-configurator.3.16.1 host-arch-arm64.1 host-system-other.1 lwt.5.8.0 ocaml.5.2.0 ocaml-base-compiler.5.2.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlfind.1.9.6 ocplib-endian.1.2")/: (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.2 --depext-only -y lwt-watcher.dev $DEPS"))+ /opt/homebrew/bin/brew "update"- ==> Updating Homebrew...- Already up-to-date.<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[lwt-watcher.dev] synchronised (no changes)[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-base-compiler is already installed (current version is 5.2.0).[NOTE] Package ocaml is already installed (current version is 5.2.0).[NOTE] Package host-system-other is already installed (current version is 1).[NOTE] Package host-arch-arm64 is already installed (current version is 1).[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-domains is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).2024-11-06 15:56.12 ---> saved as "445edd2c2ab25bc91b136c924e85b9a60f9c795e81dea7deb89f988c0a605be7"/: (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-base-compiler is already installed (current version is 5.2.0).[NOTE] Package ocaml is already installed (current version is 5.2.0).[NOTE] Package host-system-other is already installed (current version is 1).[NOTE] Package host-arch-arm64 is already installed (current version is 1).[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-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 8 packages- install base-bytes base- install cppo 1.7.0- install csexp 1.5.2- install dune 3.16.1- install dune-configurator 3.16.1- install lwt 5.8.0- install ocamlfind 1.9.6- install ocplib-endian 1.2<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved csexp.1.5.2 (cached)-> retrieved cppo.1.7.0 (cached)-> retrieved lwt.5.8.0 (cached)-> retrieved ocamlfind.1.9.6 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved dune.3.16.1, dune-configurator.3.16.1 (cached)-> installed ocamlfind.1.9.6-> installed base-bytes.base-> installed dune.3.16.1-> installed csexp.1.5.2-> installed cppo.1.7.0-> installed ocplib-endian.1.2-> installed dune-configurator.3.16.1-> installed lwt.5.8.0Done.# Run eval $(opam env) to update the current shell environment2024-11-06 15:56.53 ---> saved as "580ad21d54a0281e903631f76ce2f8701698205503683ab53f2798a3cbaf9196"/: (copy (src .) (dst ./src))2024-11-06 15:56.54 ---> saved as "e0d7565068ad47505de02235128e918f1301d9611340d443242bbbb7981e2a00"/: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))2024-11-06 15:56.55 ---> saved as "cf3334f0d5c2f5b5d66fd6878c83eebe92be52a19663a545766ad9256d052c18"Job succeeded2024-11-06 15:56.59: Job succeeded