2025-09-10 00:50.29: New job: test ocaml-community/lambda-term https://github.com/ocaml-community/lambda-term.git#refs/heads/master (0bad30b626d53b92986f19210c7301b391cf634e) (linux-x86_64:debian-12-4.09_opam-2.4) Base: ocaml/opam:debian-12-ocaml-4.09@sha256:34669918f1b0d17fe14c6341c63c00009d4acd3e45f7154d18aa2e3066eca996 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 0bad30b6 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-4.09@sha256:34669918f1b0d17fe14c6341c63c00009d4acd3e45f7154d18aa2e3066eca996 # debian-12-4.09_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.4 /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 109398e2fd61803126becd398df0f1eabc9f3ca2 || git fetch origin master) && git reset -q --hard 109398e2fd61803126becd398df0f1eabc9f3ca2 && 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.20.2 dune-configurator.3.20.2 logs.0.8.0 lwt.5.9.2 lwt_react.1.2.0 mew.0.1.0 mew_vi.0.5.0 ocaml.4.09.1 ocaml-base-compiler.4.09.1 ocaml-config.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 react.1.2.2 result.1.5 topkg.1.1.0 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.4 --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 2025-09-10 00:50.29: Using cache hint "ocaml-community/lambda-term-ocaml/opam:debian-12-ocaml-4.09@sha256:34669918f1b0d17fe14c6341c63c00009d4acd3e45f7154d18aa2e3066eca996-debian-12-4.09_opam-2.4-9014bb62e2183b081938d8073b3ce054" 2025-09-10 00:50.29: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.09@sha256:34669918f1b0d17fe14c6341c63c00009d4acd3e45f7154d18aa2e3066eca996) (comment debian-12-4.09_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 109398e2fd61803126becd398df0f1eabc9f3ca2 || git fetch origin master) && git reset -q --hard 109398e2fd61803126becd398df0f1eabc9f3ca2 && 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.20.2 dune-configurator.3.20.2 logs.0.8.0 lwt.5.9.2 lwt_react.1.2.0 mew.0.1.0 mew_vi.0.5.0 ocaml.4.09.1 ocaml-base-compiler.4.09.1 ocaml-config.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 react.1.2.2 result.1.5 topkg.1.1.0 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.4 --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-09-10 00:50.29: Waiting for resource in pool OCluster 2025-09-10 06:31.48: Waiting for worker… 2025-09-10 06:35.30: Got resource from pool OCluster Building on doris.caelum.ci.dev All commits already cached HEAD is now at 0bad30b docs: changed broken link travis (#121) (from ocaml/opam:debian-12-ocaml-4.09@sha256:34669918f1b0d17fe14c6341c63c00009d4acd3e45f7154d18aa2e3066eca996) 2025-09-10 06:35.30 ---> using "17c925cb0b8ef1e3182e17d12479742963b8be34d544e8ec96ecb312edc8b4ed" from cache /: (comment debian-12-4.09_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-09-10 06:35.30 ---> using "8153544f74021b201a0e809c457f9cdafd1e890f7626c4650fe52a771acfc95b" 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 2025-09-10 06:35.30 ---> using "3cc2920b74ed5e3edaa989be6bd73d1c4e3cecd3bf554628a7618d0e73a7fa93" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-142-generic The OCaml toplevel, version 4.09.1 2.4.1 2025-09-10 06:35.30 ---> using "67b3265075beb4eb5edc26583dfb777de01ff67b81ee7c9d08841afcc5d5d7df" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-09-10 06:35.30 ---> using "7783a38d8aaef0b5e76dda2fbb2fa19115d26aaac14c12beba56e8a6ee0f12e8" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 109398e2fd61803126becd398df0f1eabc9f3ca2 || git fetch origin master) && git reset -q --hard 109398e2fd61803126becd398df0f1eabc9f3ca2 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD ee24528071..ea994caae6 master -> origin/master 109398e2fd Merge pull request #28437 from maiste/release-dune-3.20.2 <><> 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.3.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) 2025-09-10 06:35.30 ---> using "af1ee83e2c1e5373a90821223244d30e811b07b979a46ab2f6c5faeda8d228ec" from cache /src: (copy (src lambda-term.opam) (dst ./)) 2025-09-10 06:35.30 ---> saved as "e51f2f2f298907c49f3fb7f74e437c636ef69d4366f8279bbbc0cc463920bc68" /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-09-10 06:35.32 ---> saved as "e04d70c96a452ff41ca23b4c0223b17023dabf92a9f45b1a2a953dbb9abde058" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-09-10 06:35.32 ---> saved as "922f91fb97384e036e215546d16ba006f6d11b878a53a4ee6cc12e057e996a89" /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.20.2 dune-configurator.3.20.2 logs.0.8.0 lwt.5.9.2 lwt_react.1.2.0 mew.0.1.0 mew_vi.0.5.0 ocaml.4.09.1 ocaml-base-compiler.4.09.1 ocaml-config.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 react.1.2.2 result.1.5 topkg.1.1.0 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.4 --depext-only -y lambda-term.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] - 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 bookworm/main amd64 Packages [8791 kB] - Get:5 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [277 kB] - Fetched 9323 kB in 2s (4346 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.09.1). [NOTE] Package ocaml is already installed (current version is 4.09.1). [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-09-10 06:35.42 ---> saved as "6c182d89f5675c4ba509e0cdf3edd0a0673aa4ff0a06789dac30d6c45d8ca64d" /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.09.1). [NOTE] Package ocaml is already installed (current version is 4.09.1). [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.20.2 - install dune-configurator 3.20.2 - install logs 0.8.0 - install lwt 5.9.2 - 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.0 - 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.2 (cached) -> retrieved lwt_react.1.2.0 (cached) -> retrieved mew.0.1.0 (cached) -> retrieved mew_vi.0.5.0 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved dune.3.20.2, dune-configurator.3.20.2 (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.0 (cached) -> retrieved uuseg.15.0.0 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved zed.3.2.3 (cached) -> retrieved uucp.15.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.0 -> installed uutf.1.0.4 -> installed react.1.2.2 -> installed dune.3.20.2 -> installed trie.1.0.0 -> installed csexp.1.5.2 -> 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 dune-configurator.3.20.2 -> installed uucp.15.0.0 -> installed lwt.5.9.2 -> installed lwt_react.1.2.0 -> installed logs.0.8.0 -> installed uuseg.15.0.0 -> installed zed.3.2.3 Done. # To update the current shell environment, run: eval $(opam env) 2025-09-10 06:36.19 ---> saved as "4af88a33dd94cb40ca7314c0f12676e0506fb5818575439859d59ff4f7149baf" /src: (copy (src .) (dst /src)) 2025-09-10 06:36.19 ---> saved as "5d3d544451359768c2dab7e081f1c8fd9378f78d15eda5d0f39327d46766d807" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2025-09-10 06:36.20 ---> saved as "dc405450f24b2cb2b867aa8dab181c416a5eaa44449567f73fe65ee78884f55c" Job succeeded 2025-09-10 06:36.21: Job succeeded