2026-02-26 07:24.30: New job: test ocaml-community/lambda-term https://github.com/ocaml-community/lambda-term.git#refs/heads/master (7dd817a3048e0d6402b3932a254e325a10f8abff) (linux-x86_64:fedora-42-4.14_opam-2.5) Base: ocaml/opam:fedora-42-ocaml-4.14@sha256:a13e500fb2d94be24d7247d678318d5e95301c399e4d52331dbcf6787b71e00a Opam project build To reproduce locally: git clone --recursive "https://github.com/ocaml-community/lambda-term.git" -b "master" && cd "lambda-term" && git reset --hard 7dd817a3 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:fedora-42-ocaml-4.14@sha256:a13e500fb2d94be24d7247d678318d5e95301c399e4d52331dbcf6787b71e00a # fedora-42-4.14_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo dnf install -y findutils RUN sudo ln -f /usr/bin/opam-2.5 /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 f15d82d4876db0d9c8ffca03adbd331cd7612081 || git fetch origin master) && git reset -q --hard f15d82d4876db0d9c8ffca03adbd331cd7612081 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 lambda-term.opam ./ RUN opam pin add -yn lambda-term.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="base-bigarray.base base-bytes.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.21.1 dune-configurator.3.21.1 logs.0.10.0 lwt.6.1.1 lwt_react.1.2.0 mew.0.1.0 mew_vi.0.5.0 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 ocplib-endian.1.2 react.1.2.2 result.1.5 topkg.1.1.1 trie.1.0.0 uchar.0.0.2 uucp.17.0.0 uuseg.17.0.0 uutf.1.0.4 zed.3.2.3" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.5 --depext-only -y lambda-term.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 2026-02-26 07:24.30: Using cache hint "ocaml-community/lambda-term-ocaml/opam:fedora-42-ocaml-4.14@sha256:a13e500fb2d94be24d7247d678318d5e95301c399e4d52331dbcf6787b71e00a-fedora-42-4.14_opam-2.5-9e2b639bbe160615db296b7e16b87d82" 2026-02-26 07:24.30: Using OBuilder spec: ((from ocaml/opam:fedora-42-ocaml-4.14@sha256:a13e500fb2d94be24d7247d678318d5e95301c399e4d52331dbcf6787b71e00a) (comment fedora-42-4.14_opam-2.5) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (network host) (shell "sudo dnf install -y findutils")) (run (shell "sudo ln -f /usr/bin/opam-2.5 /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 f15d82d4876db0d9c8ffca03adbd331cd7612081 || git fetch origin master) && git reset -q --hard f15d82d4876db0d9c8ffca03adbd331cd7612081 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src lambda-term.opam) (dst ./)) (run (network host) (shell "opam pin add -yn lambda-term.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.21.1 dune-configurator.3.21.1 logs.0.10.0 lwt.6.1.1 lwt_react.1.2.0 mew.0.1.0 mew_vi.0.5.0 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 ocplib-endian.1.2 react.1.2.2 result.1.5 topkg.1.1.1 trie.1.0.0 uchar.0.0.2 uucp.17.0.0 uuseg.17.0.0 uutf.1.0.4 zed.3.2.3") (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.5 --depext-only -y lambda-term.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")) ) 2026-02-26 07:24.30: Waiting for resource in pool OCluster 2026-02-26 08:14.10: Waiting for worker… 2026-02-26 08:27.47: Got resource from pool OCluster Building on doris.caelum.ci.dev All commits already cached HEAD is now at 7dd817a release 3.3.3 (from ocaml/opam:fedora-42-ocaml-4.14@sha256:a13e500fb2d94be24d7247d678318d5e95301c399e4d52331dbcf6787b71e00a) 2026-02-26 08:27.47 ---> using "471b01b0b4b77b5c59ff109597110f17c21cdf447c7a58dbf7fff5dbc689388d" from cache /: (comment fedora-42-4.14_opam-2.5) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (network host) (shell "sudo dnf install -y findutils")) Updating and loading repositories: Fedora 42 - x86_64 - Updates 100% | 20.7 KiB/s | 6.8 KiB | 00m00s Repositories loaded. Package "findutils-1:4.10.0-5.fc42.x86_64" is already installed. Nothing to do. 2026-02-26 08:27.47 ---> using "830b9074d95623dcace3caa4b03c6eb7a20e9f23d2d32ba068f3d73c43eacfae" from cache /src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam")) 2026-02-26 08:27.47 ---> using "1eeca4283bde10d602ab2a7e39b46b1ab12c96489e345c02339cec15b398fc8a" 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 71 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=71 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2026-02-26 08:27.47 ---> using "b40e0021a0e97c12052a6c78f6c102436692a238811a356c2c3141e4388005e6" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-94-generic The OCaml toplevel, version 4.14.2 2.5.0 2026-02-26 08:27.47 ---> using "96e696f232f6e0c26e58b1d1dd6c929394fed9aa71e5f5a2b8b660a193ccd39a" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-02-26 08:27.47 ---> using "fe330c0ee8104ebbce4cbdc3b3f77f0b7f0507e40220ac6a516aac2d72ba2bbb" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e f15d82d4876db0d9c8ffca03adbd331cd7612081 || git fetch origin master) && git reset -q --hard f15d82d4876db0d9c8ffca03adbd331cd7612081 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD b820e8c25e..ffc3fe0dd7 master -> origin/master f15d82d487 Merge pull request #29449 from raphael-proust/opam-publish-lwt.6.1.1 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+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 at these versions (e.g. "opam upgrade ocaml.5.4.1"), 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-02-26 08:27.47 ---> using "49d15efca255ed0d76999916688e6f6596a8fcd5a1ff680fb0510583b2af154c" from cache /src: (copy (src lambda-term.opam) (dst ./)) 2026-02-26 08:27.47 ---> saved as "b2c26068f79845149601f27cd5e6de9b9b2c734512e16d051db6090471900a2f" /src: (run (network host) (shell "opam pin add -yn lambda-term.dev './'")) [lambda-term.dev] synchronised (file:///src) lambda-term is now pinned to file:///src (version dev) 2026-02-26 08:27.48 ---> saved as "682042ae35b3b25ff571fc2c16d20e375764b8b290a95e300f5992a101653b53" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-02-26 08:27.49 ---> saved as "d0dada1f9bed344d841154ba20f3c7b07b06f30e0df55af2a02ff30f44695d36" /src: (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.21.1 dune-configurator.3.21.1 logs.0.10.0 lwt.6.1.1 lwt_react.1.2.0 mew.0.1.0 mew_vi.0.5.0 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 ocplib-endian.1.2 react.1.2.2 result.1.5 topkg.1.1.1 trie.1.0.0 uchar.0.0.2 uucp.17.0.0 uuseg.17.0.0 uutf.1.0.4 zed.3.2.3") /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.5 --depext-only -y lambda-term.dev $DEPS")) + /usr/sbin/sudo "yum" "makecache" - Updating and loading repositories: - Repositories loaded. - Metadata cache created. <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [lambda-term.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 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). # To update the current shell environment, run: eval $(opam env) 2026-02-26 08:27.56 ---> saved as "1e340c77732c3448bdb699488b696810831b08847e23fafb79b5f7204692f1d3" /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 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 actions will be performed: === install 22 packages - install base-bytes base - install cppo 1.8.0 - install csexp 1.5.2 - install dune 3.21.1 - install dune-configurator 3.21.1 - install logs 0.10.0 - install lwt 6.1.1 - install lwt_react 1.2.0 - install mew 0.1.0 - install mew_vi 0.5.0 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install ocplib-endian 1.2 - install react 1.2.2 - install result 1.5 - install topkg 1.1.1 - install trie 1.0.0 - install uchar 0.0.2 - install uucp 17.0.0 - install uuseg 17.0.0 - install uutf 1.0.4 - install zed 3.2.3 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved cppo.1.8.0 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved logs.0.10.0 (cached) -> retrieved lwt.6.1.1 (cached) -> retrieved lwt_react.1.2.0 (cached) -> retrieved mew.0.1.0 (cached) -> retrieved mew_vi.0.5.0 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved dune.3.21.1, dune-configurator.3.21.1 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocplib-endian.1.2 (cached) -> retrieved react.1.2.2 (cached) -> retrieved result.1.5 (cached) -> retrieved trie.1.0.0 (cached) -> retrieved uchar.0.0.2 (cached) -> retrieved topkg.1.1.1 (cached) -> retrieved uuseg.17.0.0 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved zed.3.2.3 (cached) -> retrieved uucp.17.0.0 (cached) -> installed ocamlfind.1.9.8 -> installed base-bytes.base -> installed ocamlbuild.0.16.1 -> installed uchar.0.0.2 -> installed topkg.1.1.1 -> installed uutf.1.0.4 -> installed react.1.2.2 -> installed dune.3.21.1 -> installed trie.1.0.0 -> installed result.1.5 -> installed csexp.1.5.2 -> installed cppo.1.8.0 -> installed mew.0.1.0 -> installed ocplib-endian.1.2 -> installed mew_vi.0.5.0 -> installed dune-configurator.3.21.1 -> installed lwt.6.1.1 -> installed lwt_react.1.2.0 -> installed logs.0.10.0 -> installed uucp.17.0.0 -> installed uuseg.17.0.0 -> installed zed.3.2.3 Done. # To update the current shell environment, run: eval $(opam env) 2026-02-26 08:28.49 ---> saved as "1a636e7701f5612c7edb2a43f0035e9ece587f61f5db6b7fc8291025ead3c7d4" /src: (copy (src .) (dst /src)) 2026-02-26 08:28.50 ---> saved as "fe8034b1dfdc550dd0f9bddad5b62cee8630e271a84a29c4f3a346d5d6a00103" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2026-02-26 08:28.51 ---> saved as "39a05a16fee818e13ec2d0c20fee72ed2f0bf2cd69fb06646b26b8b70b1ad4e2" Job succeeded 2026-02-26 08:28.51: Job succeeded