2024-11-19 19:07.14: New job: test sqids/sqids-ocaml https://github.com/sqids/sqids-ocaml.git#refs/heads/main (d6a7ce6d19f8cef53f31dfc9fb6b0fd46ec4ab93) (linux-ppc64:debian-12-4.14_ppc64_opam-2.3) Base: ocaml/opam:debian-12-ocaml-4.14@sha256:d8de81320d6e3aaceed73db7d826a477f6347e0ce348b7a049ba2bddd9496fe6 Opam project build To reproduce locally: git clone --recursive "https://github.com/sqids/sqids-ocaml.git" -b "main" && cd "sqids-ocaml" && git reset --hard d6a7ce6d cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-4.14@sha256:d8de81320d6e3aaceed73db7d826a477f6347e0ce348b7a049ba2bddd9496fe6 # 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 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a || git fetch origin master) && git reset -q --hard 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 sqids.opam ./ RUN opam pin add -yn sqids.dev './' ENV DEPS="base-bigarray.base base-threads.base base-unix.base dune.3.16.1 host-arch-ppc64.1 host-system-other.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 qcheck-core.0.22" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.3 --depext-only -y sqids.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-19 19:07.14: Using cache hint "sqids/sqids-ocaml-ocaml/opam:debian-12-ocaml-4.14@sha256:d8de81320d6e3aaceed73db7d826a477f6347e0ce348b7a049ba2bddd9496fe6-debian-12-4.14_ppc64_opam-2.3-983847eb8958bd695ba724f2fe3d2c7d" 2024-11-19 19:07.14: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.14@sha256:d8de81320d6e3aaceed73db7d826a477f6347e0ce348b7a049ba2bddd9496fe6) (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 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a || git fetch origin master) && git reset -q --hard 371a52f4a8b5c88dc9de4f5a5f6375fb0963297a && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src sqids.opam) (dst ./)) (run (network host) (shell "opam pin add -yn sqids.dev './'")) (env DEPS "base-bigarray.base base-threads.base base-unix.base dune.3.16.1 host-arch-ppc64.1 host-system-other.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 qcheck-core.0.22") (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 sqids.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-19 19:07.14: Waiting for resource in pool OCluster 2024-11-19 23:01.43: Waiting for worker… 2024-11-19 23:58.26: Got resource from pool OCluster Building on orithia.caelum.ci.dev All commits already cached HEAD is now at d6a7ce6 CHANGELOG: update to `0.1.0` (from ocaml/opam:debian-12-ocaml-4.14@sha256:d8de81320d6e3aaceed73db7d826a477f6347e0ce348b7a049ba2bddd9496fe6) Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:d8de81320d6e3aaceed73db7d826a477f6347e0ce348b7a049ba2bddd9496fe6' locally docker.io/ocaml/opam@sha256:d8de81320d6e3aaceed73db7d826a477f6347e0ce348b7a049ba2bddd9496fe6: Pulling from ocaml/opam Digest: sha256:d8de81320d6e3aaceed73db7d826a477f6347e0ce348b7a049ba2bddd9496fe6 Status: Downloaded newer image for ocaml/opam@sha256:d8de81320d6e3aaceed73db7d826a477f6347e0ce348b7a049ba2bddd9496fe6 2024-11-20 00:38.25 ---> using "ff1bc471d1dde37675da070ccaed3305165760203bf7f3ee693b9e85c51ecded" 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")) 2024-11-20 00:38.25 ---> using "16af1ec9414452a5b4dfcd3d72376f1a573066479d6ec9f6a637a3727b21d7da" 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 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-20 00:38.25 ---> using "9894904ba939cb0a595db98b643f6564594ea19a56a1220c21fd0d70226d09dc" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-48-generic The OCaml toplevel, version 4.14.2 2.3.0 2024-11-20 00:38.25 ---> using "ab172a15867973b0832deb231145c9cf8682f2df87d0fa0808e5e7592c31836c" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2024-11-20 00:38.25 ---> using "b125705530db1636c00c604da3a35b7f6e49b8d9f0f060d6ef533ea508e739ec" 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. # To update the current shell environment, run: eval $(opam env) 2024-11-20 00:38.25 ---> using "9e1044df442c23ed976a0bd7635ac2387e0d3fa525b68afbfa548094bf880c0c" from cache /src: (copy (src sqids.opam) (dst ./)) 2024-11-20 00:38.42 ---> saved as "18f671302c35c6c80a0190bf597704ee6f002b6a05bd97dc7365c7b440893cea" /src: (run (network host) (shell "opam pin add -yn sqids.dev './'")) [sqids.dev] synchronised (file:///src) sqids is now pinned to file:///src (version dev) 2024-11-20 00:38.50 ---> saved as "8d663294e80aaefe71e4319b5d23fa8f6222a659e7d501c529ae3ce987011446" /src: (env DEPS "base-bigarray.base base-threads.base base-unix.base dune.3.16.1 host-arch-ppc64.1 host-system-other.1 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 qcheck-core.0.22") /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 sqids.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 [196 kB] - Fetched 300 kB in 1s (440 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [sqids.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-ppc64 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-20 00:39.17 ---> saved as "71220a9bf2da15ee725eb94b7da368b95202c1957995b960686acc561a358c4b" /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-ppc64 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 2 packages - install dune 3.16.1 - install qcheck-core 0.22 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved qcheck-core.0.22 (cached) -> retrieved dune.3.16.1 (cached) -> installed dune.3.16.1 -> installed qcheck-core.0.22 Done. # To update the current shell environment, run: eval $(opam env) 2024-11-20 00:40.35 ---> saved as "070e3e039eb17fc3fc49283ba8ae7671ebeb404a08192c7fe40a99c0938cd6b6" /src: (copy (src .) (dst /src)) 2024-11-20 00:41.12 ---> saved as "070c6b285d5d44d6822f009ecbe94f8a6ffce7b8bfca4630d3a12021f23863b7" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2024-11-20 00:41.55 ---> saved as "12fdaf2d394ec74a8190c7132b1aa152afef7c69fffc151d2f48da5227725840" Job succeeded 2024-11-20 00:42.06: Job succeeded