2025-06-17 18:23.38: New job: test ocaml-community/lambda-term https://github.com/ocaml-community/lambda-term.git#refs/heads/master (c24f57f4044669496cac547a820dc08b18e4138e) (linux-x86_64:debian-12-4.10_opam-2.3)Base: ocaml/opam:debian-12-ocaml-4.10@sha256:60383aa792249efa81135d3a58739208ebb9d102acd693c0e52a0bbd52357b17Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-community/lambda-term.git" -b "master" && cd "lambda-term" && git reset --hard c24f57f4cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-12-ocaml-4.10@sha256:60383aa792249efa81135d3a58739208ebb9d102acd693c0e52a0bbd52357b17# debian-12-4.10_opam-2.3USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.3 /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 a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -uCOPY --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.19.1 dune-configurator.3.19.1 logs.0.8.0 lwt.5.9.1 lwt_react.1.2.0 mew.0.1.0 mew_vi.0.5.0 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-config.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 react.1.2.2 result.1.5 topkg.1.0.8 trie.1.0.0 uchar.0.0.2 uucp.15.0.0 uuseg.15.0.0 uutf.1.0.4 zed.3.2.3"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.3 --depext-only -y lambda-term.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-06-17 18:23.38: Using cache hint "ocaml-community/lambda-term-ocaml/opam:debian-12-ocaml-4.10@sha256:60383aa792249efa81135d3a58739208ebb9d102acd693c0e52a0bbd52357b17-debian-12-4.10_opam-2.3-0d836eadab26d2a7838434f5c3a82f67"2025-06-17 18:23.38: Using OBuilder spec:((from ocaml/opam:debian-12-ocaml-4.10@sha256:60383aa792249efa81135d3a58739208ebb9d102acd693c0e52a0bbd52357b17)(comment debian-12-4.10_opam-2.3)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.3 /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 a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && 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.19.1 dune-configurator.3.19.1 logs.0.8.0 lwt.5.9.1 lwt_react.1.2.0 mew.0.1.0 mew_vi.0.5.0 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-config.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 react.1.2.2 result.1.5 topkg.1.0.8 trie.1.0.0 uchar.0.0.2 uucp.15.0.0 uuseg.15.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.3 --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")))2025-06-17 18:23.38: Waiting for resource in pool OCluster2025-06-17 18:23.46: Waiting for worker…2025-06-17 18:23.46: Got resource from pool OClusterBuilding on doris.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>Initialized empty Git repository in /var/cache/obuilder/ocluster/git/lambda-term.git-c75c1094819002b4e5573b822d3d39cd0c8d0394/.git/HEAD is now at c24f57f CI: macOS both x86 and arm(from ocaml/opam:debian-12-ocaml-4.10@sha256:60383aa792249efa81135d3a58739208ebb9d102acd693c0e52a0bbd52357b17)Unable to find image 'ocaml/opam:debian-12-ocaml-4.10@sha256:60383aa792249efa81135d3a58739208ebb9d102acd693c0e52a0bbd52357b17' locallydocker.io/ocaml/opam@sha256:60383aa792249efa81135d3a58739208ebb9d102acd693c0e52a0bbd52357b17: Pulling from ocaml/opam78ad157e30a7: Already existsed319ee133bb: Pulling fs layerc53d15f95ae6: Pulling fs layer04ed5cf53e4f: Pulling fs layer6cbcbda74859: Pulling fs layerc53d15f95ae6: Waitinged319ee133bb: Waiting6cbcbda74859: Waiting04ed5cf53e4f: Waitinged319ee133bb: Verifying Checksumed319ee133bb: Download completec53d15f95ae6: Verifying Checksumc53d15f95ae6: Download complete04ed5cf53e4f: Verifying Checksum04ed5cf53e4f: Download complete6cbcbda74859: Verifying Checksum6cbcbda74859: Download completeed319ee133bb: Pull completec53d15f95ae6: Pull complete04ed5cf53e4f: Pull complete6cbcbda74859: Pull completeDigest: sha256:60383aa792249efa81135d3a58739208ebb9d102acd693c0e52a0bbd52357b17Status: Downloaded newer image for ocaml/opam@sha256:60383aa792249efa81135d3a58739208ebb9d102acd693c0e52a0bbd52357b172025-06-17 18:23.41 ---> using "fac8329b29b16afaaebf81a27278ea871f6e7aaade2528ea8d095e17087bbfcd" from cache/: (comment debian-12-4.10_opam-2.3)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))2025-06-17 18:23.41 ---> using "1e01f9ade7f10db15327e3737256b9ae629aa9538672f93c595bcd2c5606d0c6" 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.Continue? [y/n] yThis development 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.[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 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-06-17 18:24.04 ---> saved as "a0e269b537a97ecd8c2d2bf578729b689696de91cbc38f0993f93a7c478c38a6"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-141-genericThe OCaml toplevel, version 4.10.22.3.02025-06-17 18:24.04 ---> saved as "828a66ec583e2e13910e53b4178889f6a883a12922d1b6d95aa7dddcd82bc24d"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-06-17 18:24.04 ---> saved as "01cad0dc64648a2b4a536280a8d3a8c57aec8a090e05ddb10c82aada066d516a"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u"))a28eb8a148 Merge pull request #28017 from maiste/release-dune-3.19.1<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything as up-to-date as possible (run with --verbose to show unavailable upgrades).However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# To update the current shell environment, run: eval $(opam env)2025-06-17 18:24.24 ---> saved as "9341888c6109efd564397ccd29aaebbe1f4346786635957bd73dd7a2b4554488"/src: (copy (src lambda-term.opam) (dst ./))2025-06-17 18:24.26 ---> saved as "4bb33bf04c9911268b7839b35247be474b89d839e7a10f370b4c47b109e444a6"/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)2025-06-17 18:24.28 ---> saved as "7bbe900799ef4fe1dd80b69758bf2d24cf07baf776ee00bd121e1ccf9451bcc6"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-06-17 18:24.30 ---> saved as "18321e437e0b67fd3e05ae7f44aaa108575ce1e7589ebac91010727b8f6cf3d9"/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.19.1 dune-configurator.3.19.1 logs.0.8.0 lwt.5.9.1 lwt_react.1.2.0 mew.0.1.0 mew_vi.0.5.0 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-config.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 react.1.2.2 result.1.5 topkg.1.0.8 trie.1.0.0 uchar.0.0.2 uucp.15.0.0 uuseg.15.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.3 --depext-only -y lambda-term.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-security bookworm-security/main amd64 Packages [263 kB]- Fetched 366 kB in 0s (906 kB/s)- Reading package lists...<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[lambda-term.dev] synchronised (file:///src)[NOTE] Package ocaml-config is already installed (current version is 1).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.10.2).[NOTE] Package ocaml is already installed (current version is 4.10.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).2025-06-17 18:24.41 ---> saved as "14dda861a4b5d19e4de7aa34e83fcbc015a401223a99ace746685970d1b4f009"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-config is already installed (current version is 1).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.10.2).[NOTE] Package ocaml is already installed (current version is 4.10.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.19.1- install dune-configurator 3.19.1- install logs 0.8.0- install lwt 5.9.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.0.8- install trie 1.0.0- install uchar 0.0.2- install uucp 15.0.0- install uuseg 15.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.8.0 (cached)-> retrieved lwt.5.9.1 (cached)-> retrieved lwt_react.1.2.0 (cached)-> retrieved mew.0.1.0 (https://opam.ocaml.org/cache)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved mew_vi.0.5.0 (https://opam.ocaml.org/cache)-> retrieved ocplib-endian.1.2 (cached)-> retrieved result.1.5 (cached)-> retrieved topkg.1.0.8 (cached)-> retrieved react.1.2.2 (https://opam.ocaml.org/cache)-> retrieved uchar.0.0.2 (cached)-> retrieved trie.1.0.0 (https://opam.ocaml.org/cache)-> retrieved dune.3.19.1, dune-configurator.3.19.1 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved uuseg.15.0.0 (https://opam.ocaml.org/cache)-> retrieved zed.3.2.3 (https://opam.ocaml.org/cache)-> installed ocamlbuild.0.16.1-> retrieved uucp.15.0.0 (https://opam.ocaml.org/cache)-> installed uchar.0.0.2-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed topkg.1.0.8-> installed uutf.1.0.4-> installed react.1.2.2-> installed dune.3.19.1-> installed trie.1.0.0-> installed csexp.1.5.2-> installed uucp.15.0.0-> installed cppo.1.8.0-> installed result.1.5-> installed mew.0.1.0-> installed ocplib-endian.1.2-> installed mew_vi.0.5.0-> installed uuseg.15.0.0-> installed dune-configurator.3.19.1-> installed zed.3.2.3-> installed lwt.5.9.1-> installed lwt_react.1.2.0-> installed logs.0.8.0Done.# To update the current shell environment, run: eval $(opam env)2025-06-17 18:26.05 ---> saved as "1541f363147bd9c3da41b8bbfbb829e8e667fc74435cdd53895e5249d42bdafc"/src: (copy (src .) (dst /src))2025-06-17 18:26.06 ---> saved as "659ebbd64d0daf89dc58926cfcd44220620e91f82d59e5af395d42325de71343"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2025-06-17 18:26.10 ---> saved as "897a9f02e22e4bb9afbf02f347c099f6a2089698f546a0e4a06a2e430aaa8d17"Job succeeded2025-06-17 18:26.13: Job succeeded