2025-06-18 07:52.13: New job: test kit-ty-kate/labrys https://github.com/kit-ty-kate/labrys.git#refs/heads/master (0ed178a525af173a5b5a39f058d701b434b176f5) (linux-ppc64:debian-12-4.14_ppc64_opam-2.3) Base: ocaml/opam:debian-12-ocaml-4.14@sha256:a659b00a2a5f0962865a86106f008a7fe58a07092d808c52423ba23a7454fff2 Opam project build To reproduce locally: git clone --recursive "https://github.com/kit-ty-kate/labrys.git" -b "master" && cd "labrys" && git reset --hard 0ed178a5 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-4.14@sha256:a659b00a2a5f0962865a86106f008a7fe58a07092d808c52423ba23a7454fff2 # debian-12-4.14_ppc64_opam-2.3 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.3 /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 e87127a46b6e17aa7aea2b54b5dac3249ff8d68f || git fetch origin master) && git reset -q --hard e87127a46b6e17aa7aea2b54b5dac3249ff8d68f && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 labrys.opam ./ RUN opam pin add -yn labrys.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.3.0 conf-bash.1 conf-cmake.1 conf-llvm.11.0.0 conf-python-2-7.1.2 containers.3.16 containers-data.3.16 csexp.1.5.2 ctypes.0.23.0 dune.3.19.1 dune-configurator.3.19.1 dune-private-libs.3.19.1 dune-site.3.19.1 dyn.3.19.1 either.1.0.0 integers.0.7.0 llvm.11.0.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 msgpack.1.3.0 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.19.1 pp.2.0.0 pprint.20230830 re.1.12.0 seq.base stdlib-shims.0.3.0 stdune.3.19.1 topkg.1.0.8 uutf.1.0.4" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.3 --depext-only -y labrys.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 2025-06-18 07:52.13: Using cache hint "kit-ty-kate/labrys-ocaml/opam:debian-12-ocaml-4.14@sha256:a659b00a2a5f0962865a86106f008a7fe58a07092d808c52423ba23a7454fff2-debian-12-4.14_ppc64_opam-2.3-288bc8ea311e8e3ff6ae38cc934704e5" 2025-06-18 07:52.13: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.14@sha256:a659b00a2a5f0962865a86106f008a7fe58a07092d808c52423ba23a7454fff2) (comment debian-12-4.14_ppc64_opam-2.3) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/bin/opam-2.3 /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 e87127a46b6e17aa7aea2b54b5dac3249ff8d68f || git fetch origin master) && git reset -q --hard e87127a46b6e17aa7aea2b54b5dac3249ff8d68f && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src labrys.opam) (dst ./)) (run (network host) (shell "opam pin add -yn labrys.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.3.0 conf-bash.1 conf-cmake.1 conf-llvm.11.0.0 conf-python-2-7.1.2 containers.3.16 containers-data.3.16 csexp.1.5.2 ctypes.0.23.0 dune.3.19.1 dune-configurator.3.19.1 dune-private-libs.3.19.1 dune-site.3.19.1 dyn.3.19.1 either.1.0.0 integers.0.7.0 llvm.11.0.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 msgpack.1.3.0 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.19.1 pp.2.0.0 pprint.20230830 re.1.12.0 seq.base stdlib-shims.0.3.0 stdune.3.19.1 topkg.1.0.8 uutf.1.0.4") (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.3 --depext-only -y labrys.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")) ) 2025-06-18 07:52.13: Waiting for resource in pool OCluster 2025-06-18 07:52.13: Waiting for worker… 2025-06-18 08:17.16: Got resource from pool OCluster Building on scyleia.caelum.ci.dev All commits already cached HEAD is now at 0ed178a Always call llc during the tests in CI (from ocaml/opam:debian-12-ocaml-4.14@sha256:a659b00a2a5f0962865a86106f008a7fe58a07092d808c52423ba23a7454fff2) Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:a659b00a2a5f0962865a86106f008a7fe58a07092d808c52423ba23a7454fff2' locally docker.io/ocaml/opam@sha256:a659b00a2a5f0962865a86106f008a7fe58a07092d808c52423ba23a7454fff2: Pulling from ocaml/opam 65d348c3abfb: Already exists deedcd54200e: Already exists 07f7e443a3bd: Already exists 0111e65f0847: Already exists a8ad06d271f3: Already exists 96b25cbcc4a3: Already exists 08234616b706: Already exists 3dd3a7b4e370: Already exists 25fbd4260824: Already exists 164c40a94dc2: Already exists 4f8e0b817022: Already exists 922f0be99302: Already exists 59bfef4e33de: Already exists 73ba29f87e8d: Already exists 025a79c3c441: Already exists ee433e83068c: Already exists ed54117e69be: Already exists 6c7c9904215b: Already exists 7a28ffbcadc0: Already exists 85197eeed740: Already exists 4f4fb700ef54: Already exists 9d160f186137: Already exists 91ad559d4e94: Already exists c01dd5480ad1: Already exists a90f54b7c22f: Already exists 3b6dc232f7a1: Already exists beb8792bed3a: Already exists 107640ab09c0: Already exists 4c62795b8a9e: Already exists 14709272be1e: Already exists f02f490fb831: Already exists ded8b64fcb22: Already exists b7c8e1e52965: Already exists 1c76a9ad20b0: Already exists 463cdce9bc7c: Already exists 53639db81755: Already exists ec8d7e09e85f: Already exists ce7ddd2c0b63: Already exists 3ab5426f59dd: Already exists 61033c49c2bb: Pulling fs layer a9e925e8e5e2: Pulling fs layer 1bdcef67e998: Pulling fs layer f41098025d35: Pulling fs layer f41098025d35: Waiting a9e925e8e5e2: Verifying Checksum a9e925e8e5e2: Download complete 1bdcef67e998: Download complete f41098025d35: Verifying Checksum f41098025d35: Download complete 61033c49c2bb: Verifying Checksum 61033c49c2bb: Download complete 61033c49c2bb: Pull complete a9e925e8e5e2: Pull complete 1bdcef67e998: Pull complete f41098025d35: Pull complete Digest: sha256:a659b00a2a5f0962865a86106f008a7fe58a07092d808c52423ba23a7454fff2 Status: Downloaded newer image for ocaml/opam@sha256:a659b00a2a5f0962865a86106f008a7fe58a07092d808c52423ba23a7454fff2 2025-06-18 08:17.16 ---> using "96c6b6d785153ed0cdbfb40596b44c3fa766b0ae593b80dbde0338b44a5d4dcc" from cache /: (comment debian-12-4.14_ppc64_opam-2.3) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam")) 2025-06-18 08:17.16 ---> using "8c1126dd27071e3556c6d3fcde16f5e1d1ed8f63a17bb1015baa75193a215c80" 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] Initialised 2025-06-18 08:17.16 ---> using "9559b61327c4b1915d419c68ecdb21f9c545ed21a8ef692a0e5d8a7f4a5d2588" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-60-generic The OCaml toplevel, version 4.14.2 2.3.0 2025-06-18 08:17.16 ---> using "358cb04c4209cac8ce04f5565597e46ec3e0a3e4a047281dd53d3505cf537ee5" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-06-18 08:17.16 ---> using "6e1b4013ba63debadde66160e064162fbbf5126f67d35de82c7eef3e81b8541e" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e e87127a46b6e17aa7aea2b54b5dac3249ff8d68f || git fetch origin master) && git reset -q --hard e87127a46b6e17aa7aea2b54b5dac3249ff8d68f && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD c7269f729a..e87127a46b master -> origin/master e87127a46b Merge pull request #28035 from xavierleroy/num-1.6 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+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. # To update the current shell environment, run: eval $(opam env) 2025-06-18 08:17.16 ---> using "6756a324973271ce6a789d78c3c6127ebf4ca523733d8bbd8436c11e72b8e7e8" from cache /src: (copy (src labrys.opam) (dst ./)) 2025-06-18 08:17.16 ---> saved as "2d4551864c7c2c2b135c1aa3d51edda98ac6a92b5c6e8b6b575b71f1fad2dcaf" /src: (run (network host) (shell "opam pin add -yn labrys.dev './'")) [labrys.dev] synchronised (file:///src) labrys is now pinned to file:///src (version dev) 2025-06-18 08:17.18 ---> saved as "0b17e746d1513e222d2065d22af69c5da3c876c1cc612690bd913f73b997133e" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-06-18 08:17.18 ---> saved as "8924e6497953d788a3a7089b44bab7a28411f25a703fb3020b185a7d7ba3cb9c" /src: (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.3.0 conf-bash.1 conf-cmake.1 conf-llvm.11.0.0 conf-python-2-7.1.2 containers.3.16 containers-data.3.16 csexp.1.5.2 ctypes.0.23.0 dune.3.19.1 dune-configurator.3.19.1 dune-private-libs.3.19.1 dune-site.3.19.1 dyn.3.19.1 either.1.0.0 integers.0.7.0 llvm.11.0.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 msgpack.1.3.0 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.19.1 pp.2.0.0 pprint.20230830 re.1.12.0 seq.base stdlib-shims.0.3.0 stdune.3.19.1 topkg.1.0.8 uutf.1.0.4") /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.3 --depext-only -y labrys.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 ppc64el Packages [256 kB] - Fetched 359 kB in 0s (891 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [labrys.dev] synchronised (file:///src) [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 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). [ERROR] Package conf-llvm.11.0.0 depends on the unavailable system package 'llvm-11-dev'. You can use `--no-depexts' to attempt installation anyway. [ERROR] Package conf-python-2-7.1.2 depends on the unavailable system package 'python2.7'. You can use `--no-depexts' to attempt installation anyway. "/usr/bin/env" "bash" "-c" "opam update --depexts && opam install --cli=2.3 --depext-only -y labrys.dev $DEPS" failed with exit status 5 2025-06-18 08:17.23: Job failed: Failed: Build failed