2024-11-15 21:03.04: New job: test nomadic-labs/lwt-watcher https://gitlab.com/nomadic-labs/lwt-watcher.git#refs/heads/master (70f826c503cc094ed2de3aa81fa385ea9fddb903) (linux-x86_64:debian-12-4.12_opam-2.2)Base: ocaml/opam:debian-12-ocaml-4.12@sha256:9779e334413ffe273aa685131a9456b566046dbbbce8fdb09c4621ea99268932Opam 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 ocaml/opam:debian-12-ocaml-4.12@sha256:9779e334413ffe273aa685131a9456b566046dbbbce8fdb09c4621ea99268932# debian-12-4.12_opam-2.2USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.2 /usr/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-threads.base base-unix.base cppo.1.7.0 csexp.1.5.2 dune.3.16.1 dune-configurator.3.16.1 lwt.5.8.0 ocaml.4.12.1 ocaml-base-compiler.4.12.1 ocaml-config.2 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-15 21:03.04: Using cache hint "nomadic-labs/lwt-watcher-ocaml/opam:debian-12-ocaml-4.12@sha256:9779e334413ffe273aa685131a9456b566046dbbbce8fdb09c4621ea99268932-debian-12-4.12_opam-2.2-51558c32f201fa7ccf05c838d76752cd"2024-11-15 21:03.04: Using OBuilder spec:((from ocaml/opam:debian-12-ocaml-4.12@sha256:9779e334413ffe273aa685131a9456b566046dbbbce8fdb09c4621ea99268932)(comment debian-12-4.12_opam-2.2)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/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-threads.base base-unix.base cppo.1.7.0 csexp.1.5.2 dune.3.16.1 dune-configurator.3.16.1 lwt.5.8.0 ocaml.4.12.1 ocaml-base-compiler.4.12.1 ocaml-config.2 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-15 21:03.04: Waiting for resource in pool OCluster2024-11-15 21:03.04: Waiting for worker…2024-11-15 21:03.04: Got resource from pool OClusterBuilding on asteria.caelum.ci.devAll commits already cachedHEAD is now at 70f826c Merge branch 'add-dune-project-file' into 'master'(from ocaml/opam:debian-12-ocaml-4.12@sha256:9779e334413ffe273aa685131a9456b566046dbbbce8fdb09c4621ea99268932)2024-11-15 21:03.41 ---> saved as "79267b94140025ef173a8912fd1faac559f9a43f6d23be2d44629f4b1f5b7982"/: (comment debian-12-4.12_opam-2.2)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam"))2024-11-15 21:03.42 ---> saved as "bb91855fc9815d0ccf15d33f8cbf1d02f951a3a8c9a7a64a660eec005798930c"/src: (run (shell "opam init --reinit -ni"))Configuring from /home/opam/.opamrc and then from 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 development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 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 39 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=39 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from file:///home/opam/opam-repository2024-11-15 21:04.54 ---> saved as "1895babe3c00afd5bc97b44d84968f23f432fdf2d35cf3214576c08b9e796cf7"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-122-genericThe OCaml toplevel, version 4.12.12.2.12024-11-15 21:04.54 ---> saved as "2f98600ae37a8a855cc3a72bda0a2814c2236d1befda7ae2e967c6459f143116"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2024-11-15 21:04.55 ---> saved as "22c13ec461f605f92062160d95d70482ab31c7df2ce291ae47fe5357424fe69b"/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"))371a52f4a8 Merge pull request #26816 from maiste/release-dune-3.16.1<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from file:///home/opam/opam-repositoryEverything as up-to-date as possible (run with --verbose to show unavailable upgrades).However, 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-15 21:06.03 ---> saved as "ed971d28890b0035c1e493a8fd9df279243827a803ebba3fa953d11b31556350"/src: (copy (src lwt-watcher.opam) (dst ./))2024-11-15 21:06.04 ---> saved as "5c3266b68db82cd1db8ef8730554fc2c297fdbaa8a87b175c3b4c69721db99ec"/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-15 21:06.06 ---> saved as "f81f733868783313621e0b617566a40f1b0b048c82b0af75e8fae3bc6be0f3f8"/src: (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base cppo.1.7.0 csexp.1.5.2 dune.3.16.1 dune-configurator.3.16.1 lwt.5.8.0 ocaml.4.12.1 ocaml-base-compiler.4.12.1 ocaml-config.2 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"))+ /usr/bin/sudo "apt-get" "update"- Hit:1 http://deb.debian.org/debian bookworm InRelease- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [204 kB]- Fetched 307 kB in 0s (934 kB/s)- Reading package lists...<><> 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 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.12.1).[NOTE] Package ocaml is already installed (current version is 4.12.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-bigarray is already installed (current version is base).2024-11-15 21:06.21 ---> saved as "b2c762f59f2ade0ce020c0db6d761d15d3b9e7ce36e166629941387b330c57bb"/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 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.12.1).[NOTE] Package ocaml is already installed (current version is 4.12.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-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 cppo.1.7.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved ocamlfind.1.9.6 (cached)-> retrieved lwt.5.8.0 (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-15 21:07.24 ---> saved as "5b4282ecdc8f41a488bfd716067b8b51d9c2c6c8d04b63994c7ef0031a4bd52d"/src: (copy (src .) (dst /src))2024-11-15 21:07.25 ---> saved as "63ce865a4a53ea9d1c07aa8bd4fece09522c4f00c8ebdeec43faed5e26e9ad87"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2024-11-15 21:07.26 ---> saved as "00a76bfdda9b6b5a8d9f315820df898eb7da12121caf9414a00bdb90d0956290"Job succeeded2024-11-15 21:07.26: Job succeeded