2024-11-15 21:02.54: New job: test nomadic-labs/lwt-watcher https://gitlab.com/nomadic-labs/lwt-watcher.git#refs/heads/master (70f826c503cc094ed2de3aa81fa385ea9fddb903) (linux-x86_64:debian-12-5.2+flambda_opam-2.2) Base: ocaml/opam:debian-12-ocaml-5.2-flambda@sha256:957cc0c1a76c886023eccc524d53d85e24cf3bb14ef1eb0770decb37989e51f9 Opam project build To reproduce locally: git clone --recursive "https://gitlab.com/nomadic-labs/lwt-watcher.git" -b "master" && cd "lwt-watcher" && git reset --hard 70f826c5 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-5.2-flambda@sha256:957cc0c1a76c886023eccc524d53d85e24cf3bb14ef1eb0770decb37989e51f9 # debian-12-5.2+flambda_opam-2.2 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN 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 --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-config.3 ocaml-variants.5.2.0+options 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 $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2024-11-15 21:02.54: Using cache hint "nomadic-labs/lwt-watcher-ocaml/opam:debian-12-ocaml-5.2-flambda@sha256:957cc0c1a76c886023eccc524d53d85e24cf3bb14ef1eb0770decb37989e51f9-debian-12-5.2+flambda_opam-2.2-0b8311d54d80f074c80ee17dc863da22" 2024-11-15 21:02.54: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-5.2-flambda@sha256:957cc0c1a76c886023eccc524d53d85e24cf3bb14ef1eb0770decb37989e51f9) (comment debian-12-5.2+flambda_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-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-config.3 ocaml-variants.5.2.0+options 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:02.54: Waiting for resource in pool OCluster 2024-11-15 21:02.54: Waiting for worker… 2024-11-15 21:02.55: Got resource from pool OCluster Building on asteria.caelum.ci.dev All commits already cached HEAD is now at 70f826c Merge branch 'add-dune-project-file' into 'master' (from ocaml/opam:debian-12-ocaml-5.2-flambda@sha256:957cc0c1a76c886023eccc524d53d85e24cf3bb14ef1eb0770decb37989e51f9) 2024-11-15 21:03.21 ---> saved as "b33dad293fbd5eb4be817e5320b616a516152686e9bdcfa7273fb27a782b2919" /: (comment debian-12-5.2+flambda_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.21 ---> saved as "16ebccf4df1179d55dd800f39d7c092d162372e4f67a0f3dee2808ef57b1273b" /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 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from file:///home/opam/opam-repository 2024-11-15 21:04.32 ---> saved as "aae7013faea99adcada0fe1baca06386a09218d315cecf4cc1f34803f01384f1" /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-122-generic The OCaml toplevel, version 5.2.0 2.2.1 2024-11-15 21:04.33 ---> saved as "bd3f465cb24e1d26e41b6f240711e6adda09826c6e0f7ad13cd19592856a702b" /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2024-11-15 21:04.33 ---> saved as "b51913a9ca8887d0ab289270bae2e04c72aa5d7423a74ebee7b74a0621204a25" /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-repository Everything 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 environment 2024-11-15 21:05.39 ---> saved as "745913d9bbe0fb859b7e67a29147d4bcfbd6008e17a360315655f7940e610c47" /src: (copy (src lwt-watcher.opam) (dst ./)) 2024-11-15 21:05.40 ---> saved as "120980ad36a7866f59a297d9e347e392d37c9da48ac838d6538194c1211504f2" /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.41 ---> saved as "e7ef69e9ba0258d0e719ae9f570f196e61967ab713c8c3b2a855d93cf6121914" /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-config.3 ocaml-variants.5.2.0+options 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 (981 kB/s) - Reading package lists... <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [lwt-watcher.dev] synchronised (no changes) [NOTE] Package ocaml-variants is already installed (current version is 5.2.0+options). [NOTE] Package ocaml-config is already installed (current version is 3). [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-15 21:05.53 ---> saved as "e5f2cfcf84b5a5aa5959842b8d83b8a22d45f6aa9b1fea687dcd6cd494b64bc9" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) [NOTE] Package ocaml-variants is already installed (current version is 5.2.0+options). [NOTE] Package ocaml-config is already installed (current version is 3). [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 - 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 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.0 Done. # Run eval $(opam env) to update the current shell environment 2024-11-15 21:06.51 ---> saved as "e54082db25b298bbf7289568b75c5bf2da70cd0255c4c1efcb2323f8614ca642" /src: (copy (src .) (dst /src)) 2024-11-15 21:06.52 ---> saved as "8223b76383554e096b7be42062f1389c3942ed0c4529726e4f111447052c71ac" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2024-11-15 21:06.53 ---> saved as "92deb07d382cc8b10c4541d9ea86e01cdfc2a2c8322576e3dcf004a9552e6338" Job succeeded 2024-11-15 21:06.53: Job succeeded