2025-07-31 07:27.56: New job: test sqids/sqids-ocaml https://github.com/sqids/sqids-ocaml.git#refs/heads/main (d6a7ce6d19f8cef53f31dfc9fb6b0fd46ec4ab93) (linux-x86_64:debian-12-5.3_opam-2.4) Base: ocaml/opam:debian-12-ocaml-5.3@sha256:6c3206584a61f2e7d9bdcd4f930a97703856d06e2a2b9a11f433c0021b4a169d 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:6c3206584a61f2e7d9bdcd4f930a97703856d06e2a2b9a11f433c0021b4a169d # debian-12-5.3_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.4 /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 97bb175d1e6ee67d1f44f322ec4b2e76d2961531 || git fetch origin master) && git reset -q --hard 97bb175d1e6ee67d1f44f322ec4b2e76d2961531 && 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.19.1 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.26" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.4 --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-07-31 07:27.56: Using cache hint "sqids/sqids-ocaml-ocaml/opam:debian-12-ocaml-5.3@sha256:6c3206584a61f2e7d9bdcd4f930a97703856d06e2a2b9a11f433c0021b4a169d-debian-12-5.3_opam-2.4-df4438ecad59977f981811164dfc3097" 2025-07-31 07:27.56: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-5.3@sha256:6c3206584a61f2e7d9bdcd4f930a97703856d06e2a2b9a11f433c0021b4a169d) (comment debian-12-5.3_opam-2.4) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/bin/opam-2.4 /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 97bb175d1e6ee67d1f44f322ec4b2e76d2961531 || git fetch origin master) && git reset -q --hard 97bb175d1e6ee67d1f44f322ec4b2e76d2961531 && 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.19.1 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.26") (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.4 --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-07-31 07:27.56: Waiting for resource in pool OCluster 2025-07-31 09:07.48: Waiting for worker… 2025-07-31 09:11.15: Got resource from pool OCluster Building on eumache hint: Using 'master' as the name for the initial branch. This default branch name hint: is subject to change. To configure the initial branch name to use in all hint: of your new repositories, which will suppress this warning, call: hint: hint: git config --global init.defaultBranch <name> hint: hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and hint: 'development'. The just-created branch can be renamed via this command: hint: hint: git branch -m <name> Initialised empty Git repository in /var/cache/obuilder/ocluster/git/sqids-ocaml.git-4207b215f12045235c2902a08af84f4047587131/.git/ HEAD is now at d6a7ce6 CHANGELOG: update to `0.1.0` (from ocaml/opam:debian-12-ocaml-5.3@sha256:6c3206584a61f2e7d9bdcd4f930a97703856d06e2a2b9a11f433c0021b4a169d) Unable to find image 'ocaml/opam:debian-12-ocaml-5.3@sha256:6c3206584a61f2e7d9bdcd4f930a97703856d06e2a2b9a11f433c0021b4a169d' locally docker.io/ocaml/opam@sha256:6c3206584a61f2e7d9bdcd4f930a97703856d06e2a2b9a11f433c0021b4a169d: Pulling from ocaml/opam b6da893a799e: Pulling fs layer b6da893a799e: Waiting b6da893a799e: Verifying Checksum b6da893a799e: Download complete b6da893a799e: Pull complete Digest: sha256:6c3206584a61f2e7d9bdcd4f930a97703856d06e2a2b9a11f433c0021b4a169d Status: Downloaded newer image for ocaml/opam@sha256:6c3206584a61f2e7d9bdcd4f930a97703856d06e2a2b9a11f433c0021b4a169d 2025-07-31 09:11.17 ---> using "8eaf3f2decb526ca35ad09f39f5f0c6ba5d9f4967b3f669a74b96aa9bc58a9eb" from cache /: (comment debian-12-5.3_opam-2.4) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam")) 2025-07-31 09:11.17 ---> using "9bfb5ad4db617b7c882826218e397cb82a80f1ec507c9ebd6af72d0eac172351" 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] Initialised 2025-07-31 09:11.17 ---> using "73df1b0e85c59612791ca1b06818024498a4e21db22828164bcac4b86a132d2a" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-131-generic The OCaml toplevel, version 5.3.0 2.4.1 2025-07-31 09:11.17 ---> using "bef70556134d0e5209ca1f42df4e75fea5611e6c7646e7e2d9326cf708050a96" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-07-31 09:11.17 ---> using "e8b8362c5a4607ac8e4cae4eccf1d4704f31fa570f8fb802aafff16220f66edd" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 97bb175d1e6ee67d1f44f322ec4b2e76d2961531 || git fetch origin master) && git reset -q --hard 97bb175d1e6ee67d1f44f322ec4b2e76d2961531 && git log --no-decorate -n1 --oneline && opam update -u")) 97bb175d1e Merge pull request #28148 from jmid/opam-publish-qcheck.0.26 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Already up-to-date. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2025-07-31 09:11.51 ---> saved as "7291b5665a1a395bb506cf8649057dbd89d07c010f7336f9c8116df6096d7219" /src: (copy (src sqids.opam) (dst ./)) 2025-07-31 09:11.51 ---> saved as "d5075b709824fa43f7c0628694c4cad559b00462011a736509d2f9169a4c9ef1" /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-07-31 09:11.54 ---> saved as "395a6dff44c5d05219e4b4ece7a994ad5b82729d55bce744cd2c40ad6a64042d" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-07-31 09:11.55 ---> saved as "edc816f483f1ba4067bdffa6463985d76a1deb76ddf4f68c7075ef078c8d9198" /src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base dune.3.19.1 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.26") /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.4 --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 bookworm-updates/main amd64 Packages.diff/Index [19.6 kB] - Ign:4 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index - Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [6916 B] - Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [272 kB] - Fetched 402 kB in 1s (727 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-07-31 09:12.12 ---> saved as "295d560094ba4dd81e6a66506ed28c7920081e8a387cbf3ebb9591f7405b530c" /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.19.1 - install qcheck-core 0.26 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved qcheck-core.0.26 (cached) -> retrieved dune.3.19.1 (cached) -> installed dune.3.19.1 -> installed qcheck-core.0.26 Done. # To update the current shell environment, run: eval $(opam env) 2025-07-31 09:13.31 ---> saved as "d2a622a86b9d9d1c1175ca5d5f803fb0103e0683905299881a2f70930cb45119" /src: (copy (src .) (dst /src)) 2025-07-31 09:13.31 ---> saved as "88066e0e2de25300d581e1c2b08370728844e2f5853e6fca0fa66d360e53b0dc" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2025-07-31 09:13.34 ---> saved as "ca337d21981d8cd38d678ded835c3260b03deb29c0d175bfd0756764654598eb" Job succeeded 2025-07-31 09:13.35: Job succeeded