2024-11-15 21:03.08: New job: test nomadic-labs/lwt-watcher https://gitlab.com/nomadic-labs/lwt-watcher.git#refs/heads/master (70f826c503cc094ed2de3aa81fa385ea9fddb903) (linux-x86_64:alpine-3.20-5.2_opam-2.2) Base: ocaml/opam:alpine-3.20-ocaml-5.2@sha256:82f02eb0ccd4a5bf89d0d04cde756663bd9c3f4d6f4576a3ec3c390287f90957 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:alpine-3.20-ocaml-5.2@sha256:82f02eb0ccd4a5bf89d0d04cde756663bd9c3f4d6f4576a3ec3c390287f90957 # alpine-3.20-5.2_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-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 $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:03.08: Using cache hint "nomadic-labs/lwt-watcher-ocaml/opam:alpine-3.20-ocaml-5.2@sha256:82f02eb0ccd4a5bf89d0d04cde756663bd9c3f4d6f4576a3ec3c390287f90957-alpine-3.20-5.2_opam-2.2-7fa3a0bf23dcb5e5f6f49db482eae377" 2024-11-15 21:03.08: Using OBuilder spec: ((from ocaml/opam:alpine-3.20-ocaml-5.2@sha256:82f02eb0ccd4a5bf89d0d04cde756663bd9c3f4d6f4576a3ec3c390287f90957) (comment alpine-3.20-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/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-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-15 21:03.08: Waiting for resource in pool OCluster 2024-11-15 21:03.09: Waiting for worker… 2024-11-15 21:03.11: Got resource from pool OCluster Building on doris.caelum.ci.dev All commits already cached HEAD is now at 70f826c Merge branch 'add-dune-project-file' into 'master' (from ocaml/opam:alpine-3.20-ocaml-5.2@sha256:82f02eb0ccd4a5bf89d0d04cde756663bd9c3f4d6f4576a3ec3c390287f90957) 2024-11-15 21:21.41 ---> using "25c0e855768c8fa64f2b8b6a4f826734360d692a9d6dc47953088c40019b34a4" from cache /: (comment alpine-3.20-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/bin/opam-2.2 /usr/bin/opam")) 2024-11-15 21:21.41 ---> using "60bd588b5449fcb3032219d6a00d9c1713d23d01dc7ec91edd62555ab8f92900" from cache /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 Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from file:///home/opam/opam-repository 2024-11-15 21:21.41 ---> using "cc788e8745f89aa3d42f1eddb733faeae5560eb6f95f50b41ba528c111a70436" from cache /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:21.41 ---> using "b0a4eadd5e9dd2eba3f96a1e9ca35be0416a25e54393a00af5bf5eb0e2b8079a" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2024-11-15 21:21.41 ---> using "7804afecca927f7abd8d3695c8e8e467f7c0bfe57fbce6a3c83dcb5756e79146" 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")) 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:21.41 ---> using "c5b92800f411ee21183644e1ce47f88feb521775089957ffa16201a301e5fba2" from cache /src: (copy (src lwt-watcher.opam) (dst ./)) 2024-11-15 21:21.41 ---> saved as "78a7825d4c00a01cb39a9a08a8c7b91fd848f8a39355a2ddefcaa86555249598" /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:21.43 ---> saved as "547425f572f30a04d8dcd0c27c276be1931468a4df45fd65e157b5883e8e06d3" /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")) + /usr/bin/sudo "apk" "update" - fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz - fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz - fetch https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz - fetch https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz - fetch https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz - v3.20.3-325-gf98cee90219 [https://dl-cdn.alpinelinux.org/alpine/v3.20/main] - v3.20.3-328-g4d949b7c146 [https://dl-cdn.alpinelinux.org/alpine/v3.20/community] - v20240923-4427-ga231acc6635 [https://dl-cdn.alpinelinux.org/alpine/edge/main] - v20240923-4426-gf0ea166a863 [https://dl-cdn.alpinelinux.org/alpine/edge/community] - v20240923-4425-gfa5be8f7245 [https://dl-cdn.alpinelinux.org/alpine/edge/testing] - OK: 55948 distinct packages available <><> 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-15 21:21.57 ---> saved as "70015009a0b8e5b17debc72e880f095a069be7353076c87a3567574fd21a783b" /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 - 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.0 Done. # Run eval $(opam env) to update the current shell environment 2024-11-15 21:22.38 ---> saved as "b6cd13bbf33ad573f78c1b2d67846d10ad3a465c636bb41c6d585971ce6eb58b" /src: (copy (src .) (dst /src)) 2024-11-15 21:22.38 ---> saved as "e0e583fb14e1425b8c52e64e40fbea632976ca0f7c0ca1bcab86ae40ae9ff490" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2024-11-15 21:22.39 ---> saved as "d9f8af8cf30f5317019c6e8e9024c02e58cf8b3e35e1ed773a1c953c0bafea6d" Job succeeded 2024-11-15 21:22.39: Job succeeded