2025-11-03 10:30.50: New job: test sqids/sqids-ocaml https://github.com/sqids/sqids-ocaml.git#refs/heads/main (d6a7ce6d19f8cef53f31dfc9fb6b0fd46ec4ab93) (linux-x86_64:ubuntu-25.04-5.4_opam-2.4)Base: ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:aa8e01a39c106c4e36649164d30801dd46a751574d1f693167475e4dfe972f01Opam project buildTo reproduce locally:git clone --recursive "https://github.com/sqids/sqids-ocaml.git" -b "main" && cd "sqids-ocaml" && git reset --hard d6a7ce6dcat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:aa8e01a39c106c4e36649164d30801dd46a751574d1f693167475e4dfe972f01# ubuntu-25.04-5.4_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.4 /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 284a92b4f56fd4f86274cbadef9c57f722224554 || git fetch origin master) && git reset -q --hard 284a92b4f56fd4f86274cbadef9c57f722224554 && git log --no-decorate -n1 --oneline && opam update -uCOPY --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.20.2 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 qcheck-core.0.27"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.4 --depext-only -y sqids.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-11-03 10:30.50: Using cache hint "sqids/sqids-ocaml-ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:aa8e01a39c106c4e36649164d30801dd46a751574d1f693167475e4dfe972f01-ubuntu-25.04-5.4_opam-2.4-792d637d8df98f0a49445bbfaa4cc1f7"2025-11-03 10:30.50: Using OBuilder spec:((from ocaml/opam:ubuntu-25.04-ocaml-5.4@sha256:aa8e01a39c106c4e36649164d30801dd46a751574d1f693167475e4dfe972f01)(comment ubuntu-25.04-5.4_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 284a92b4f56fd4f86274cbadef9c57f722224554 || git fetch origin master) && git reset -q --hard 284a92b4f56fd4f86274cbadef9c57f722224554 && 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.20.2 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 qcheck-core.0.27")(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-11-03 10:30.50: Waiting for resource in pool OCluster2025-11-03 10:30.50: Waiting for worker…2025-11-03 10:30.50: Got resource from pool OClusterBuilding on laodoke.caelum.ci.devhint: Using 'master' as the name for the initial branch. This default branch namehint: is subject to change. To configure the initial branch name to use in allhint: 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' andhint: '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:ubuntu-25.04-ocaml-5.4@sha256:aa8e01a39c106c4e36649164d30801dd46a751574d1f693167475e4dfe972f01)2025-11-03 10:30.51 ---> using "4634bb79db369ca459eb077bd605b0a453385ad697bc229a054890d0024b1f5d" from cache/: (comment ubuntu-25.04-5.4_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-11-03 10:30.51 ---> using "8b577551efdffb4dfbaa8a818e097718652bf990411ca147bd5ba333d4ed0d6a" 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[NOTE] The 'jobs' option was reset, its value was 255 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:opam option jobs=255 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-11-03 10:30.51 ---> using "fb5b3350d27eac8366c1d9ea9df47d4b4a1f28b483478efd222c00efad341c05" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-86-genericThe OCaml toplevel, version 5.4.02.4.12025-11-03 10:30.51 ---> using "42d577c1f3b95d7509988b512f4420772a5f15ed96950a7a20c7b914703b689f" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-11-03 10:30.51 ---> using "47aac734c229fb7e5b25b4a71bad33857ddfcbd2bb6d7dc3f54a6ca50d35a0b2" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 284a92b4f56fd4f86274cbadef9c57f722224554 || git fetch origin master) && git reset -q --hard 284a92b4f56fd4f86274cbadef9c57f722224554 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD1abfcdbf14..0ebc487c46 master -> origin/master284a92b4f5 Merge pull request #28808 from jmid/opam-publish-qcheck.0.27<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryAlready up-to-date.Nothing to do.# To update the current shell environment, run: eval $(opam env)2025-11-03 10:31.21 ---> saved as "6c2f0edf5e64a78ddbfb50306e7c4b8089dfae3cb707f1d985e2707afe779aad"/src: (copy (src sqids.opam) (dst ./))2025-11-03 10:31.21 ---> saved as "9188aa4f64819cdff3e88ac48d8a05f9a5f80b4b836018203a2474b4d64da55c"/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-11-03 10:31.23 ---> saved as "db17a64159f1554a1551f3502eff876dd60842a8e231a395670d3a7820563a7e"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-11-03 10:31.23 ---> saved as "d4cc14754732b448fa47f8581a757b14c9ca59de6b873c575a2bbba3888c6cdf"/src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base dune.3.20.2 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 qcheck-core.0.27")/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"- Get:1 http://security.ubuntu.com/ubuntu plucky-security InRelease [126 kB]- Get:2 http://security.ubuntu.com/ubuntu plucky-security/restricted amd64 Packages [344 kB]- Get:3 http://security.ubuntu.com/ubuntu plucky-security/multiverse amd64 Packages [31.5 kB]- Get:4 http://security.ubuntu.com/ubuntu plucky-security/universe amd64 Packages [232 kB]- Get:5 http://security.ubuntu.com/ubuntu plucky-security/main amd64 Packages [347 kB]- Hit:6 http://archive.ubuntu.com/ubuntu plucky InRelease- Get:7 http://archive.ubuntu.com/ubuntu plucky-updates InRelease [126 kB]- Get:8 http://archive.ubuntu.com/ubuntu plucky-backports InRelease [126 kB]- Get:9 http://archive.ubuntu.com/ubuntu plucky-updates/multiverse amd64 Packages [31.6 kB]- Get:10 http://archive.ubuntu.com/ubuntu plucky-updates/restricted amd64 Packages [383 kB]- Get:11 http://archive.ubuntu.com/ubuntu plucky-updates/main amd64 Packages [509 kB]- Get:12 http://archive.ubuntu.com/ubuntu plucky-updates/universe amd64 Packages [309 kB]- Fetched 2565 kB in 9s (293 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.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.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-11-03 10:31.43 ---> saved as "1825940220cba0c5fc89dee4845d2b450c606663257d13fcf662844c0b942ccd"/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.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.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.20.2- install qcheck-core 0.27<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved qcheck-core.0.27 (cached)-> retrieved dune.3.20.2 (cached)-> installed dune.3.20.2-> installed qcheck-core.0.27Done.# To update the current shell environment, run: eval $(opam env)2025-11-03 10:32.33 ---> saved as "b975eb169585bd4c39cac443a86e816935cf87e46ae086b62a50a1c6e23a1af1"/src: (copy (src .) (dst /src))2025-11-03 10:32.33 ---> saved as "d331f5b9944728312e0b7fa3cde8c5f4e7314a7162e36504e579756bc9c65123"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2025-11-03 10:32.36 ---> saved as "49b2ebee56fa6de25ce63cfbeb65ca083b4b21ba463c871c20950ba9d27d35c3"Job succeeded2025-11-03 10:32.36: Job succeeded