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) (freebsd-x86_64:freebsd-5.2_opam-2.2)Base: freebsd-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 freebsd-ocaml-5.2# freebsd-5.2_opam-2.2USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/local/bin/opam-2.2 /usr/local/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN 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 ./RUN opam pin add -yn lwt-watcher.dev './'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-x86_64.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 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-freebsd-ocaml-5.2-freebsd-5.2_opam-2.2-7fa3a0bf23dcb5e5f6f49db482eae377"2024-11-06 15:53.47: Using OBuilder spec:((from freebsd-ocaml-5.2)(comment freebsd-5.2_opam-2.2)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/local/bin/opam-2.2 /usr/local/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 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 ./))(run (network host)(shell "opam pin add -yn lwt-watcher.dev './'"))(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-x86_64.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 /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.2 --depext-only -y lwt-watcher.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")))2024-11-06 15:53.47: Waiting for resource in pool OCluster2024-11-06 15:53.47: Waiting for worker…2024-11-06 15:53.47: Got resource from pool OClusterBuilding on springAll commits already cachedHEAD is now at 70f826c Merge branch 'add-dune-project-file' into 'master'(from freebsd-ocaml-5.2)2024-11-06 15:43.45 ---> using "3515bf58445883216685df527c06fc8b9b7799700694ffa335d1401da4433261" from cache/: (comment freebsd-5.2_opam-2.2)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/local/bin/opam-2.2 /usr/local/bin/opam"))2024-11-06 15:43.46 ---> using "ce5d446dcad4679490c4842006d3847ab79c5b03f27c64107dd9b4b693f9227b" from cache/src: (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 /home/opam/.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:///home/opam/opam-repository2024-11-06 15:43.47 ---> using "315f104d2431f3f8513b249e297f5cd9ab00e87e07651779a2c033f75790f186" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))FreeBSD 14.0-RELEASE-p11The OCaml toplevel, version 5.2.02.2.12024-11-06 15:43.48 ---> using "122bbc3ca2d5d079e67c62df055dfe2029bb1467ac0b82961d95a877a82d7ad7" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2024-11-06 15:43.49 ---> using "ea3d067661d07cb941931c0bd3d63b7212a0090aedfda056edf38cb8ce4f84dc" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(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_HEAD5e7a27da27..2dff29abd6 master -> origin/master371a52f4a8 Merge pull request #26816 from maiste/release-dune-3.16.1<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/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.2024-11-06 15:43.50 ---> using "c7fce4c7849fb2bd75cebff2262c34ebff4792f35569d64a5566a69362c39b61" from cache/src: (copy (src lwt-watcher.opam) (dst ./))2024-11-06 15:43.59 ---> saved as "f4a29e899ab5729617301ea8e6bf7a728cf3fbc76b0a43a5eba6c0085694361c"/src: (run (network host)(shell "opam pin add -yn lwt-watcher.dev './'"))[lwt-watcher.dev] synchronised (file:///src)lwt-watcher is now pinned to file:///src (version dev)2024-11-06 15:44.06 ---> saved as "ee8737c4fff1ab5e3c76b291777f430889cc8e22543ddce89888ed5e480171ff"/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-x86_64.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")/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.2 --depext-only -y lwt-watcher.dev $DEPS"))[WARNING] Unknown update command for bsd, skipping system update<><> 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-x86_64 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:45.11 ---> saved as "d0c66e8cfb90f6758a7654e5e6707cc01191ba16a790f716efd4b4066977ec18"/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-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-x86_64 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∗ base-bytes base∗ cppo 1.7.0∗ csexp 1.5.2∗ dune 3.16.1∗ dune-configurator 3.16.1∗ lwt 5.8.0∗ ocamlfind 1.9.6∗ 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.2024-11-06 15:48.03 ---> saved as "c9b73293fe98e6d89380ad290dd3fd7d0fc07479be963fc1083e94b672ad5390"/src: (copy (src .) (dst /src))2024-11-06 15:48.06 ---> saved as "600b9ae7f0fbf01d517286c83863d8f10c95c08c8ffad8a9f8087316e68223d6"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2024-11-06 15:48.08 ---> saved as "47dde5fbbda7b2edb468e9f693e4f340d56aaa45bd08d001de3af2c59c540d7b"Job succeeded2024-11-06 15:58.35: Job succeeded