2024-11-15 21:03.06: 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.06_opam-2.2)Base: ocaml/opam:debian-12-ocaml-4.06@sha256:35ac9ac762799d72e9c83290ce3cfe1af034b3e1892c48bcdc27e990a190893eOpam 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.06@sha256:35ac9ac762799d72e9c83290ce3cfe1af034b3e1892c48bcdc27e990a190893e# debian-12-4.06_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 bigarray-compat.1.1.0 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.5.0 mmap.1.2.0 ocaml.4.06.1 ocaml-base-compiler.4.06.1 ocaml-config.1 ocaml-secondary-compiler.4.14.2 ocaml-syntax-shims.1.0.0 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 ocplib-endian.1.2 result.1.5 seq.0.3.1"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.06: Using cache hint "nomadic-labs/lwt-watcher-ocaml/opam:debian-12-ocaml-4.06@sha256:35ac9ac762799d72e9c83290ce3cfe1af034b3e1892c48bcdc27e990a190893e-debian-12-4.06_opam-2.2-7a3919245243286fad049e832f9ccd97"2024-11-15 21:03.06: Using OBuilder spec:((from ocaml/opam:debian-12-ocaml-4.06@sha256:35ac9ac762799d72e9c83290ce3cfe1af034b3e1892c48bcdc27e990a190893e)(comment debian-12-4.06_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 bigarray-compat.1.1.0 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.5.0 mmap.1.2.0 ocaml.4.06.1 ocaml-base-compiler.4.06.1 ocaml-config.1 ocaml-secondary-compiler.4.14.2 ocaml-syntax-shims.1.0.0 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 ocplib-endian.1.2 result.1.5 seq.0.3.1")(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.06: Waiting for resource in pool OCluster2024-11-15 21:03.06: Waiting for worker…2024-11-15 21:03.08: 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.06@sha256:35ac9ac762799d72e9c83290ce3cfe1af034b3e1892c48bcdc27e990a190893e)2024-11-15 21:03.09 ---> using "f6eb4f51f70b84746bd8d1a1930abb0e03e397e88e59411193d56b07ab2febc9" from cache/: (comment debian-12-4.06_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.09 ---> saved as "27844dac0b5dca8eabe71cb0216c78727933581765a82d11a42dc80d1ee11191"/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.19 ---> saved as "c1f768881100135705626fb4fd83cd149282a6b5fa1714bcc587c671ae9de870"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-122-genericThe OCaml toplevel, version 4.06.12.2.12024-11-15 21:04.20 ---> saved as "4c2e6e3156813fca56cd2cb3136edd128e46224da3ee42a0f79ef3618c7dc879"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2024-11-15 21:04.20 ---> saved as "e7a93f3b6a361aa434b4188faad74e8357fe34e5de3d401f92404a2ebefdc7cc"/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:05.23 ---> saved as "ad28404e7ee6957207d610c962f4ecd7c4566504dfb2524cc99c142cab4c5e1e"/src: (copy (src lwt-watcher.opam) (dst ./))2024-11-15 21:05.23 ---> saved as "ee35e93d33f5725fcc10e210334479c056effbbd76fb73d6d946523828dc1212"/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:05.25 ---> saved as "da467ce04d1d519aec12a065b41fcf50b62384208a9838004d7066800f36a9c2"/src: (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.1.0 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.5.0 mmap.1.2.0 ocaml.4.06.1 ocaml-base-compiler.4.06.1 ocaml-config.1 ocaml-secondary-compiler.4.14.2 ocaml-syntax-shims.1.0.0 ocamlfind.1.9.6 ocamlfind-secondary.1.9.6 ocplib-endian.1.2 result.1.5 seq.0.3.1")/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 (930 kB/s)- Reading package lists...<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[lwt-watcher.dev] synchronised (no changes)[NOTE] Package ocaml-secondary-compiler is already installed (current version is 4.14.2).[NOTE] Package ocaml-config is already installed (current version is 1).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.06.1).[NOTE] Package ocaml is already installed (current version is 4.06.1).[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-bigarray is already installed (current version is base).2024-11-15 21:05.38 ---> saved as "5ef962bfe69c6a74476a8182fd339910e26a9f10d90f1d6eccf40a2751452d9e"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-secondary-compiler is already installed (current version is 4.14.2).[NOTE] Package ocaml-config is already installed (current version is 1).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.06.1).[NOTE] Package ocaml is already installed (current version is 4.06.1).[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-bigarray is already installed (current version is base).The following actions will be performed:=== install 14 packages- install base-bytes base- install bigarray-compat 1.1.0- install cppo 1.7.0- install csexp 1.5.2- install dune 3.16.1- install dune-configurator 3.16.1- install lwt 5.5.0- install mmap 1.2.0- install ocaml-syntax-shims 1.0.0- install ocamlfind 1.9.6- install ocamlfind-secondary 1.9.6- install ocplib-endian 1.2- install result 1.5- install seq 0.3.1<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved bigarray-compat.1.1.0 (cached)-> retrieved cppo.1.7.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved lwt.5.5.0 (cached)-> retrieved mmap.1.2.0 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved ocamlfind.1.9.6, ocamlfind-secondary.1.9.6 (cached)-> retrieved result.1.5 (cached)-> retrieved seq.0.3.1 (cached)-> retrieved dune.3.16.1, dune-configurator.3.16.1 (cached)-> installed ocamlfind.1.9.6-> installed base-bytes.base-> installed ocamlfind-secondary.1.9.6-> installed dune.3.16.1-> installed seq.0.3.1-> installed result.1.5-> installed bigarray-compat.1.1.0-> installed csexp.1.5.2-> installed cppo.1.7.0-> installed ocaml-syntax-shims.1.0.0-> installed mmap.1.2.0-> installed ocplib-endian.1.2-> installed dune-configurator.3.16.1-> installed lwt.5.5.0Done.# Run eval $(opam env) to update the current shell environment2024-11-15 21:06.21 ---> saved as "e5c9e0d58734b71b637c28ff8bf29f2aee21d8e0493aa07b6a3511125fcac280"/src: (copy (src .) (dst /src))2024-11-15 21:06.22 ---> saved as "e9650ad68a52d3163b964cc3815bf5044deac38fbad2f7c5b10680b8cd37e0d7"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2024-11-15 21:06.22 ---> saved as "3739a72f66e624eab9d08153ba5b02d2e58c7ab1826a267a4b8904ca3f776d5b"Job succeeded2024-11-15 21:06.23: Job succeeded