2026-04-03 11:37.54: New job: test kit-ty-kate/labrys https://github.com/kit-ty-kate/labrys.git#refs/heads/master (0ed178a525af173a5b5a39f058d701b434b176f5) (macos-arm64:macos-homebrew-4.14_arm64_opam-2.5) Base: macos-homebrew-ocaml-4.14 Opam project build To reproduce locally: git clone --recursive "https://github.com/kit-ty-kate/labrys.git" -b "master" && cd "labrys" && git reset --hard 0ed178a5 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM macos-homebrew-ocaml-4.14 # macos-homebrew-4.14_arm64_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" RUN ln -f ~/local/bin/opam-2.5 ~/local/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version RUN cd ~/opam-repository && (git cat-file -e d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 labrys.opam ./src/./ RUN opam pin add -yn labrys.dev './src/./' RUN echo '(lang dune 3.0)' > './src/./dune-project' ENV DEPS="base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.2.1.0 conf-bash.1 conf-cmake.1 conf-llvm.11.0.0 conf-python-2-7.1.2 containers.3.18 containers-data.3.18 csexp.1.5.2 ctypes.0.24.0 dune.3.22.1 dune-configurator.3.22.1 dune-private-libs.3.22.1 dune-site.3.22.1 dyn.3.22.1 either.1.0.0 fs-io.3.22.1 integers.0.7.0 llvm.11.0.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 msgpack.1.3.0 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.22.1 pp.2.0.0 pprint.20230830 re.1.14.0 stdlib-shims.0.3.0 stdune.3.22.1 top-closure.3.22.1 topkg.1.1.1 uutf.1.0.4" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.5 --depext-only -y labrys.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . ./src RUN cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2026-04-03 11:37.54: Using cache hint "kit-ty-kate/labrys-macos-homebrew-ocaml-4.14-macos-homebrew-4.14_arm64_opam-2.5-4e0c0aa2f84325df5ce240e841a9ed54" 2026-04-03 11:37.54: Using OBuilder spec: ((from macos-homebrew-ocaml-4.14) (comment macos-homebrew-4.14_arm64_opam-2.5) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (run (shell "ln -f ~/local/bin/opam-2.5 ~/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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src labrys.opam) (dst ./src/./)) (run (network host) (shell "opam pin add -yn labrys.dev './src/./'")) (run (shell "echo '(lang dune 3.0)' > './src/./dune-project'")) (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.2.1.0 conf-bash.1 conf-cmake.1 conf-llvm.11.0.0 conf-python-2-7.1.2 containers.3.18 containers-data.3.18 csexp.1.5.2 ctypes.0.24.0 dune.3.22.1 dune-configurator.3.22.1 dune-private-libs.3.22.1 dune-site.3.22.1 dyn.3.22.1 either.1.0.0 fs-io.3.22.1 integers.0.7.0 llvm.11.0.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 msgpack.1.3.0 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.22.1 pp.2.0.0 pprint.20230830 re.1.14.0 stdlib-shims.0.3.0 stdune.3.22.1 top-closure.3.22.1 topkg.1.1.1 uutf.1.0.4") (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.5 --depext-only -y labrys.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")) ) 2026-04-03 11:37.54: Waiting for resource in pool OCluster 2026-04-04 19:02.12: Waiting for worker… 2026-04-05 00:41.56: Got resource from pool OCluster Building on m1-worker-02 All commits already cached HEAD is now at 0ed178a Always call llc during the tests in CI (from macos-homebrew-ocaml-4.14) 2026-04-05 00:41.56 ---> using "0c60f117aee57abea8364cb033d47bb1d63ff0f68e5ee97378e032498e8442af" from cache /: (comment macos-homebrew-4.14_arm64_opam-2.5) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (run (shell "ln -f ~/local/bin/opam-2.5 ~/local/bin/opam")) 2026-04-05 00:41.56 ---> using "75b1629629d7f21c50a7e1e39b2ef83e2edb8ace81aab34254c0c8782b814749" 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 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] no changes from git+file:///Users/mac1000/opam-repository 2026-04-05 00:41.56 ---> using "a61e945ab7671a6fff400f946e3fe88df4d67a783ea1f56fa59dc21595ef1b19" from cache /: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Darwin 24.5.0 The OCaml toplevel, version 4.14.2 2.5.0 2026-04-05 00:41.57 ---> using "11a9923a4c4f0ab256d15330129e4c4938459d2e6239eb4f7bdf0f2620300e09" 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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 95f7875db7..2a4b439041 master -> origin/master d06cfb1853 Merge pull request #29632 from shonfeder/release-dune-3.22.1 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///Users/mac1000/opam-repository Everything as up-to-date as possible The following packages are not being upgraded because the new versions conflict with other installed packages: - ocaml.5.5.0 - ocaml-config.3 However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2026-04-05 00:41.57 ---> using "b349ecfe793a8fb028836290c8efffe8474e705aa8fa020d014ab0f6138a0a53" from cache /: (copy (src labrys.opam) (dst ./src/./)) 2026-04-05 00:41.58 ---> saved as "f5eaf6032aebd2c3dd55663147a839f80a8c533382c8f3286d37a69823d4da62" /: (run (network host) (shell "opam pin add -yn labrys.dev './src/./'")) [labrys.dev] synchronised (file:///Users/mac1000/src) labrys is now pinned to file:///Users/mac1000/src (version dev) 2026-04-05 00:42.08 ---> saved as "73e94ac2bdc5f5c33a46458acd539ce3e508651ec8bd683beacc2ef94727f5e9" /: (run (shell "echo '(lang dune 3.0)' > './src/./dune-project'")) 2026-04-05 00:42.09 ---> saved as "fddea177e8a6b407665c2cf91fae337b9cdbd42c69bd79bf39f20e34184bd530" /: (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.2.1.0 conf-bash.1 conf-cmake.1 conf-llvm.11.0.0 conf-python-2-7.1.2 containers.3.18 containers-data.3.18 csexp.1.5.2 ctypes.0.24.0 dune.3.22.1 dune-configurator.3.22.1 dune-private-libs.3.22.1 dune-site.3.22.1 dyn.3.22.1 either.1.0.0 fs-io.3.22.1 integers.0.7.0 llvm.11.0.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 msgpack.1.3.0 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.22.1 pp.2.0.0 pprint.20230830 re.1.14.0 stdlib-shims.0.3.0 stdune.3.22.1 top-closure.3.22.1 topkg.1.1.1 uutf.1.0.4") /: (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.5 --depext-only -y labrys.dev $DEPS")) + /opt/homebrew/bin/brew "update" - ==> Updating Homebrew... - Already up-to-date. <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [labrys.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 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 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 system packages will first need to be installed: cmake llvm@11 python <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /opt/homebrew/bin/brew "install" "cmake" "llvm@11" "python" - Warning: No available formula with the name "llvm@11". Did you mean llvm, llvm@21, llvm@19, llvm@18, llvm@17, llvm@16, llvm@15, llvm@14, llvm@12 or llvm@20? - ==> Searching for similarly named formulae and casks... - ==> Formulae - llvm - llvm@21 - llvm@19 - llvm@18 - llvm@17 - llvm@16 - llvm@15 - llvm@14 - llvm@12 - llvm@20 - - To install llvm, run: - brew install llvm [ERROR] System package install failed with exit code 1 at command: brew install cmake llvm@11 python [ERROR] These packages are still missing: cmake llvm@11 python [NOTE] You can retry with '--assume-depexts' to skip this check, or run 'opam option depext=false' to permanently disable handling of system packages. "/usr/bin/env" "bash" "-c" "opam update --depexts && opam install --cli=2.5 --depext-only -y labrys.dev $DEPS" failed with exit status 10 2026-04-05 00:42.35: Job failed: Failed: Build failed