2024-11-16 00:18.42: New job: test nomadic-labs/lwt-watcher https://gitlab.com/nomadic-labs/lwt-watcher.git#refs/heads/master (70f826c503cc094ed2de3aa81fa385ea9fddb903) (linux-s390x:debian-12-4.14_s390x_opam-2.2)Base: ocaml/opam:debian-12-ocaml-4.14@sha256:b88f45ee1e6ae2b4795bd15bfa8399f9df5c7cda8c2d0d2e42de48666fbb4236Opam 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.14@sha256:b88f45ee1e6ae2b4795bd15bfa8399f9df5c7cda8c2d0d2e42de48666fbb4236# debian-12-4.14_s390x_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 host-arch-s390x.1 host-system-other.1 lwt.5.8.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 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-16 00:18.42: Using cache hint "nomadic-labs/lwt-watcher-ocaml/opam:debian-12-ocaml-4.14@sha256:b88f45ee1e6ae2b4795bd15bfa8399f9df5c7cda8c2d0d2e42de48666fbb4236-debian-12-4.14_s390x_opam-2.2-0f4cc012c8f9966a739a270029722e39"2024-11-16 00:18.42: Using OBuilder spec:((from ocaml/opam:debian-12-ocaml-4.14@sha256:b88f45ee1e6ae2b4795bd15bfa8399f9df5c7cda8c2d0d2e42de48666fbb4236)(comment debian-12-4.14_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-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.4.14.2 ocaml-base-compiler.4.14.2 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-16 00:18.42: Waiting for resource in pool OCluster2024-11-16 00:18.43: Waiting for worker…2024-11-16 01:45.11: Got resource from pool OClusterBuilding on s390x-worker-02.marist.ci.devAll commits already cachedHEAD is now at 70f826c Merge branch 'add-dune-project-file' into 'master'(from ocaml/opam:debian-12-ocaml-4.14@sha256:b88f45ee1e6ae2b4795bd15bfa8399f9df5c7cda8c2d0d2e42de48666fbb4236)2024-11-16 01:45.11 ---> using "26811872c4bca7e8dac275784d0680b8ef3b2b8ebecb84d6092440071c25051b" from cache/: (comment debian-12-4.14_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:45.11 ---> using "c33bd67aaa8a9b3ca591b7e21741a45e8900301bbdd002cc5d18d1f424dd6087" 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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from file:///home/opam/opam-repository2024-11-16 01:45.11 ---> using "c49739eb1cc89a3240d097d4d4e7f414d9a806fc1f3a7c02fc3fc94a94074842" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-45-genericThe OCaml toplevel, version 4.14.22.2.12024-11-16 01:45.11 ---> using "b345631e605141ac904ac59ea5fb82cda152785ca9f33ad0174c7c10c8518f1d" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2024-11-16 01:45.11 ---> using "07d71126c141fc83640dc5d056baa8d61d0a7277249c052ca4f75038886db41c" 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-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-16 01:45.11 ---> using "d1b28127649fc39439e3297e3d02e0f335e252dcc8d7431603bac2d03cc11b6d" from cache/src: (copy (src lwt-watcher.opam) (dst ./))2024-11-16 01:45.11 ---> saved as "d45cd9a1e982b5eddf59688fa085cc7a8c9e4cd3138f5ded6c8ee7506a1e6846"/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:45.14 ---> saved as "03827ce9383be5378a01f03963192c63d9f684c419928e707acee48e2315f3bd"/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 host-arch-s390x.1 host-system-other.1 lwt.5.8.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 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 s390x Packages [194 kB]- Fetched 297 kB in 0s (1127 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.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[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-bigarray is already installed (current version is base).2024-11-16 01:45.26 ---> saved as "7424cb8f31e67b9f3cfb7b1f44aaa80b1627b6e221233ea0d3b1b58e21f2b9fa"/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.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[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-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 dune.3.16.1, dune-configurator.3.16.1 (cached)-> retrieved ocplib-endian.1.2 (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-16 01:46.12 ---> saved as "871368bfc35496eab641ca66c845ea447c08e6d07ffc9d9cc0f1fd510332c532"/src: (copy (src .) (dst /src))2024-11-16 01:46.12 ---> saved as "22fc48f9d74a7ef9af927697c7447f8f97178435975c739838a41fdb3fccf169"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2024-11-16 01:46.13 ---> saved as "fc488d29d350eed7afe3f98b8377c2bd200c1cb17ea790745fe453f73df57f60"Job succeeded2024-11-16 01:46.14: Job succeeded