2024-11-16 00:18.38: New job: test nomadic-labs/lwt-watcher https://gitlab.com/nomadic-labs/lwt-watcher.git#refs/heads/master (70f826c503cc094ed2de3aa81fa385ea9fddb903) (linux-s390x:debian-12-5.2_s390x_opam-2.2) Base: ocaml/opam:debian-12-ocaml-5.2@sha256:f5ecaec23eec339e64ef62758175b5c88a4a28c9215d9607bf3c7514358a83d4 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@sha256:f5ecaec23eec339e64ef62758175b5c88a4a28c9215d9607bf3c7514358a83d4 # debian-12-5.2_s390x_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-s390x.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-16 00:18.38: Using cache hint "nomadic-labs/lwt-watcher-ocaml/opam:debian-12-ocaml-5.2@sha256:f5ecaec23eec339e64ef62758175b5c88a4a28c9215d9607bf3c7514358a83d4-debian-12-5.2_s390x_opam-2.2-23d18c3a295148549d3dcd6bd13be9f8" 2024-11-16 00:18.38: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-5.2@sha256:f5ecaec23eec339e64ef62758175b5c88a4a28c9215d9607bf3c7514358a83d4) (comment debian-12-5.2_s390x_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-s390x.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-16 00:18.38: Waiting for resource in pool OCluster 2024-11-16 00:18.38: Waiting for worker… 2024-11-16 01:29.28: Got resource from pool OCluster Building on s390x-worker-01.marist.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@sha256:f5ecaec23eec339e64ef62758175b5c88a4a28c9215d9607bf3c7514358a83d4) Unable to find image 'ocaml/opam:debian-12-ocaml-5.2@sha256:f5ecaec23eec339e64ef62758175b5c88a4a28c9215d9607bf3c7514358a83d4' locally docker.io/ocaml/opam@sha256:f5ecaec23eec339e64ef62758175b5c88a4a28c9215d9607bf3c7514358a83d4: Pulling from ocaml/opam 510daf83b7a2: Already exists 904d577ec0b0: Already exists 2058bb5823a7: Already exists 0315553793d7: Already exists 1b9e6dd1a288: Already exists 4a2310de84e6: Already exists 757a1d853564: Already exists 29e9685f80a1: Already exists 59b68037977a: Already exists 1b6855cd9487: Already exists 2ecd2401b9a1: Already exists 32564101fc35: Already exists 8d542be8d6c8: Already exists 51d80165b63d: Already exists ec7849c4735a: Already exists f25a92e3162c: Already exists f6dcf8cd047c: Already exists 80dd9ff69927: Already exists b2d40333e11d: Already exists 83715d03ab42: Already exists 4f4fb700ef54: Already exists d7b386912752: Already exists e4f9ada1024b: Already exists 764bb7734930: Already exists 79ce8cb78ea2: Already exists 7671eb3882ce: Already exists 7ccd107c8023: Already exists 57e97e9c1a8f: Already exists 8f350dc4ebb7: Already exists 2643151529a1: Already exists 7672dcc0f176: Already exists a6b3de1ce84e: Already exists b7ed9cccb112: Already exists 470ccefc9eb1: Already exists bf9ba179210a: Already exists eb392a683afe: Already exists 763b0943e140: Already exists 8b95550a2df7: Already exists e2ef59fa5548: Pulling fs layer 791517c5cd7a: Pulling fs layer e3d690273c70: Pulling fs layer 362647d50f06: Pulling fs layer 6febd7e04512: Pulling fs layer 362647d50f06: Waiting 6febd7e04512: Waiting a4f500f0dbd8: Pulling fs layer a4f500f0dbd8: Waiting 79dead986caf: Pulling fs layer 79dead986caf: Waiting 791517c5cd7a: Verifying Checksum 791517c5cd7a: Download complete e2ef59fa5548: Verifying Checksum e2ef59fa5548: Pull complete 791517c5cd7a: Pull complete e3d690273c70: Verifying Checksum e3d690273c70: Download complete e3d690273c70: Pull complete 6febd7e04512: Download complete a4f500f0dbd8: Verifying Checksum a4f500f0dbd8: Download complete 79dead986caf: Verifying Checksum 79dead986caf: Download complete 362647d50f06: Verifying Checksum 362647d50f06: Download complete 362647d50f06: Pull complete 6febd7e04512: Pull complete a4f500f0dbd8: Pull complete 79dead986caf: Pull complete Digest: sha256:f5ecaec23eec339e64ef62758175b5c88a4a28c9215d9607bf3c7514358a83d4 Status: Downloaded newer image for ocaml/opam@sha256:f5ecaec23eec339e64ef62758175b5c88a4a28c9215d9607bf3c7514358a83d4 2024-11-16 01:29.29 ---> using "4ca45032b9491471be3455cf4772e0a402bd5a6b26ccbaca1a1a4cba38ee1fb3" from cache /: (comment debian-12-5.2_s390x_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-16 01:29.29 ---> using "62ef4346d5e97c9ac5f13b7d7d51694bb266311e4a1efbb3e2c1c9b68ccc94ec" 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-16 01:29.29 ---> using "9fe69e0679fa2cdd0d14b7f8aa997d1b5d2beb4520076401e6140b7d876f2a56" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-45-generic The OCaml toplevel, version 5.2.0 2.2.1 2024-11-16 01:29.29 ---> using "bfdf80c391cec8520df18d233ee7027f5b38cbbd34b9451be792205d4d9d0061" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2024-11-16 01:29.29 ---> using "4d596810f31297583bf28ba4c76f2e64919e82df819ecc7ab1b5ccf0df76f3ea" 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-16 01:29.44 ---> saved as "76910607090ee7820e300eead20532a48f3d2b303c325ea62ffbe4b922c0f41c" /src: (copy (src lwt-watcher.opam) (dst ./)) 2024-11-16 01:29.46 ---> saved as "26d323351cb15a458249e22637ca8c7ace496f952e1cbaa4a95494566c8397d3" /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-16 01:30.06 ---> saved as "4e8861979948070c2dba705df0a7e40c1005e58a88dab26638332a91a2bb4730" /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-s390x.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 "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 s390x Packages [194 kB] - Fetched 297 kB in 2s (171 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 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-s390x 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-16 01:30.45 ---> saved as "a3b20ae5c3d0dfbb05e079770b78cbc2300c3842301261ac727979016f54b88c" /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-s390x 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-16 01:37.07 ---> saved as "b8482689f94e0832deba85ff2fb5f25fe21ad3b5224e4ef709e394d26b439065" /src: (copy (src .) (dst /src)) 2024-11-16 01:37.14 ---> saved as "9143575d4f8c41394c9c5cd4de63209297a4142fc72add65bed37479c9ec19f8" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2024-11-16 01:37.19 ---> saved as "17bd380dd29039ec5aaacc6e8fa4e7f58bda208d23293009e3caff041037f112" Job succeeded 2024-11-16 01:37.20: Job succeeded