2025-11-03 10:30.50: New job: test sqids/sqids-ocaml https://github.com/sqids/sqids-ocaml.git#refs/heads/main (d6a7ce6d19f8cef53f31dfc9fb6b0fd46ec4ab93) (macos-arm64:macos-homebrew-5.4_arm64_opam-2.4)Base: macos-homebrew-ocaml-5.4Opam 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 macos-homebrew-ocaml-5.4# macos-homebrew-5.4_arm64_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"RUN ln -f ~/local/bin/opam-2.4 ~/local/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionRUN 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 ./src/./RUN opam pin add -yn sqids.dev './src/./'RUN echo '(lang dune 3.0)' > './src/./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 cd ./src && 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-macos-homebrew-ocaml-5.4-macos-homebrew-5.4_arm64_opam-2.4-792d637d8df98f0a49445bbfaa4cc1f7"2025-11-03 10:30.50: Using OBuilder spec:((from macos-homebrew-ocaml-5.4)(comment macos-homebrew-5.4_arm64_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(run (shell "ln -f ~/local/bin/opam-2.4 ~/local/bin/opam"))(run (shell "opam init --reinit -ni"))(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(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 ./src/./))(run (network host)(shell "opam pin add -yn sqids.dev './src/./'"))(run (network host)(shell "echo '(lang dune 3.0)' > './src/./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 /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "opam update --depexts && opam install --cli=2.4 --depext-only -y sqids.dev $DEPS"))(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "opam install $DEPS"))(copy (src .) (dst ./src))(run (shell "cd ./src && 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:41.43: Got resource from pool OClusterBuilding on m1-worker-02Initialized empty Git repository in /private/var/lib/ocluster-worker/git/sqids-ocaml.git-4207b215f12045235c2902a08af84f4047587131/.git/HEAD is now at d6a7ce6 CHANGELOG: update to `0.1.0`(from macos-homebrew-ocaml-5.4)2025-11-03 10:41.44 ---> using "338135fbf1889e924a607b47198b8b308c32a925cc9436066d65a9bdc402cad5" from cache/: (comment macos-homebrew-5.4_arm64_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (run (shell "ln -f ~/local/bin/opam-2.4 ~/local/bin/opam"))2025-11-03 10:41.45 ---> using "c45c11c7286cf606ab2156414383237a0e197bf48b9278e9465cc1693c9332b7" from cache/: (run (shell "opam init --reinit -ni"))No configuration file found, using 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 /Users/mac1000/.opam from version 2.1 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 1 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=1 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from git+file:///Users/mac1000/opam-repository2025-11-03 10:41.45 ---> using "59a16318ff40c58338bc0b572a2d778111fa14b30a0dc4a11f6465d8abb80bbd" from cache/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Darwin 24.5.0The OCaml toplevel, version 5.4.02.4.12025-11-03 10:41.45 ---> using "03cbf303c2ae412068cf1b7f097ec773b09f8e6d693af9a4cf051761664f96f9" from cache/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(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_HEAD5bf570252b..0ebc487c46 master -> origin/master284a92b4f5 Merge pull request #28808 from jmid/opam-publish-qcheck.0.27<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///Users/mac1000/opam-repositoryAlready up-to-date.Nothing to do.# To update the current shell environment, run: eval $(opam env)2025-11-03 10:41.45 ---> using "807ff187ff3135dc3394dbce836dafd20c9d936c8d3a21105df24a262cd712bd" from cache/: (copy (src sqids.opam) (dst ./src/./))2025-11-03 10:41.46 ---> saved as "626d8992f11418c18192c4d1e6dd17e0caa7d5b6eb3d7edcf7cb64f48bcae718"/: (run (network host)(shell "opam pin add -yn sqids.dev './src/./'"))[sqids.dev] synchronised (file:///Users/mac1000/src)sqids is now pinned to file:///Users/mac1000/src (version dev)2025-11-03 10:41.58 ---> saved as "89f8523c8436f80816668d153b777eb92a26b65a45f520ff80f1f6293a96b749"/: (run (network host)(shell "echo '(lang dune 3.0)' > './src/./dune-project'"))2025-11-03 10:41.59 ---> saved as "f4bbd5bd979bf16473128e30070c32925f4df0a806717f813260b794dc938b76"/: (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 /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "opam update --depexts && opam install --cli=2.4 --depext-only -y sqids.dev $DEPS"))+ /opt/homebrew/bin/brew "update"- ==> Updating Homebrew...- Already up-to-date.<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[sqids.dev] synchronised (file:///Users/mac1000/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:42.13 ---> saved as "e8f925687e1d164290bc97c7a408df8ba00ed7a53a9fbbe49e1c4b876c1d35e5"/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(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:42.50 ---> saved as "72d2f7a9c0b1321da914768834ba7ae9af424197ca0ec4fb1114381a3f226ca9"/: (copy (src .) (dst ./src))2025-11-03 10:42.51 ---> saved as "1a263777883de35af986d4230f1193dea1653920c18bfa099b6bcd06d086827f"/: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))2025-11-03 10:42.53 ---> saved as "c2e595f419b314f1b25e33be71d31d8a7cab1ac1a855d28fe8cdf3ae67b2ee16"Job succeeded2025-11-03 10:42.58: Job succeeded