2025-03-11 12:26.55: New job: test sqids/sqids-ocaml https://github.com/sqids/sqids-ocaml.git#refs/heads/main (d6a7ce6d19f8cef53f31dfc9fb6b0fd46ec4ab93) (linux-ppc64:debian-12-5.3_ppc64_opam-2.3) Base: ocaml/opam:debian-12-ocaml-5.3@sha256:f2b8363fb8d81f7075780a9fedf2c8e551d1daf8e28291b8f1b8d85ac95ee27d 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-5.3@sha256:f2b8363fb8d81f7075780a9fedf2c8e551d1daf8e28291b8f1b8d85ac95ee27d # debian-12-5.3_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 77714bd58759d6cd963e396164d1cff83314648c || git fetch origin master) && git reset -q --hard 77714bd58759d6cd963e396164d1cff83314648c && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 sqids.opam ./ RUN opam pin add -yn sqids.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base dune.3.17.2 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 qcheck-core.0.24" 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 2025-03-11 12:26.55: Using cache hint "sqids/sqids-ocaml-ocaml/opam:debian-12-ocaml-5.3@sha256:f2b8363fb8d81f7075780a9fedf2c8e551d1daf8e28291b8f1b8d85ac95ee27d-debian-12-5.3_ppc64_opam-2.3-6fa389e46d34b5880e46bdf32b7f8cdc" 2025-03-11 12:26.55: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-5.3@sha256:f2b8363fb8d81f7075780a9fedf2c8e551d1daf8e28291b8f1b8d85ac95ee27d) (comment debian-12-5.3_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 77714bd58759d6cd963e396164d1cff83314648c || git fetch origin master) && git reset -q --hard 77714bd58759d6cd963e396164d1cff83314648c && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src sqids.opam) (dst ./)) (run (network host) (shell "opam pin add -yn sqids.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base dune.3.17.2 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 qcheck-core.0.24") (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")) ) 2025-03-11 12:26.55: Waiting for resource in pool OCluster 2025-03-11 12:27.12: Waiting for worker… 2025-03-11 12:27.12: 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-5.3@sha256:f2b8363fb8d81f7075780a9fedf2c8e551d1daf8e28291b8f1b8d85ac95ee27d) Unable to find image 'ocaml/opam:debian-12-ocaml-5.3@sha256:f2b8363fb8d81f7075780a9fedf2c8e551d1daf8e28291b8f1b8d85ac95ee27d' locally docker.io/ocaml/opam@sha256:f2b8363fb8d81f7075780a9fedf2c8e551d1daf8e28291b8f1b8d85ac95ee27d: Pulling from ocaml/opam Digest: sha256:f2b8363fb8d81f7075780a9fedf2c8e551d1daf8e28291b8f1b8d85ac95ee27d Status: Downloaded newer image for ocaml/opam@sha256:f2b8363fb8d81f7075780a9fedf2c8e551d1daf8e28291b8f1b8d85ac95ee27d 2025-03-11 12:26.58 ---> using "f3507cfdd9cda6c78222b1c8f3d9d43d96f1c1996e9ce4244e4686d98b61ddea" from cache /: (comment debian-12-5.3_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-03-11 12:26.58 ---> using "168c19cef79c05107b538c528fc3d832750d5bdbc3a7b41711e551bb0d81ac6c" 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><> [ERROR] Could not update repository "opam-repository-archive": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocaml/opam-repository-archive/': Could not resolve host: github.com" [default] synchronised from file:///home/opam/opam-repository 2025-03-11 12:28.15 ---> saved as "487dda2baaa2465ab82cf99926f729a3b76add6939c52a1d289f6ad7f6b0925b" /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-55-generic The OCaml toplevel, version 5.3.0 2.3.0 2025-03-11 12:28.15 ---> saved as "c89ad6ce61f54a4ad08e979d853a815df404db7508b2b5f802fe6ab8f9e363a7" /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-03-11 12:28.16 ---> saved as "f0c24e2883a704076675cde5e8701aeb7f9a6cf487764304401841caf4880948" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 77714bd58759d6cd963e396164d1cff83314648c || git fetch origin master) && git reset -q --hard 77714bd58759d6cd963e396164d1cff83314648c && git log --no-decorate -n1 --oneline && opam update -u")) 77714bd587 Merge pull request #27468 from jmid/opam-publish-qcheck.0.24 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [opam-repository-archive] synchronised from git+https://github.com/ocaml/opam-repository-archive [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) 2025-03-11 12:30.14 ---> saved as "173c906db6d68d3ef50e89cf35be5c1c399e1ad65a3379a7ed55cc4841a9abdd" /src: (copy (src sqids.opam) (dst ./)) 2025-03-11 12:30.19 ---> saved as "1e2e7a8c734529539cdbd31ae1f98e884d6c2a80802d783238a6ec206ca8cb16" /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) 2025-03-11 12:30.32 ---> saved as "1bd754ff0a74fccb400e7b41fc3d45e89862a5a8bf13eeadf5123e5030f74c03" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-03-11 12:30.36 ---> saved as "3a8c73fe2b12d1798a0646517ffc2f60f323da1832f688bd55477a4c35fda45f" /src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base dune.3.17.2 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 qcheck-core.0.24") /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] - Fetched 103 kB in 0s (317 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [sqids.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 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.0). [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-effects 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). 2025-03-11 12:31.10 ---> saved as "ae7917655b5d6f963432262ef169d60b0a05a6deaf708329a05ecfb28afec26d" /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-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.0). [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-effects 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 2 packages - install dune 3.17.2 - install qcheck-core 0.24 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved qcheck-core.0.24 (cached) -> retrieved dune.3.17.2 (cached) -> installed dune.3.17.2 -> installed qcheck-core.0.24 Done. # To update the current shell environment, run: eval $(opam env) 2025-03-11 12:35.59 ---> saved as "86657e8465dae3b606d0b2f184b3af6b07bef168e44373c942a3eb7cc2071da4" /src: (copy (src .) (dst /src)) 2025-03-11 12:37.04 ---> saved as "65a53b55e9b70b080c6ece382331f4d9d9aafc104709e75b18a4527fd418416b" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2025-03-11 12:38.31 ---> saved as "a9a2612287415b2c5995c6a26d8aa4e28e9c428f38ed413fc5a5e3209ff36336" Job succeeded 2025-03-11 12:38.35: Job succeeded