2026-01-13 20:18.48: New job: test ocaml-community/lambda-term https://github.com/ocaml-community/lambda-term.git#refs/heads/master (2c3fb758fb9bfc1958a2c807cf160b6c7b83ae81) (linux-x86_64:debian-13-4.12_opam-2.5)Base: ocaml/opam:debian-13-ocaml-4.12@sha256:f51226ec5f36dd1e8b49ce9fbf72802b56a966af2e830c77a1fd80360461e038Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-community/lambda-term.git" -b "master" && cd "lambda-term" && git reset --hard 2c3fb758cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.12@sha256:f51226ec5f36dd1e8b49ce9fbf72802b56a966af2e830c77a1fd80360461e038# debian-13-4.12_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /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 2dee2fe30df966714e056f8af164fe0ed7648a63 || git fetch origin master) && git reset -q --hard 2dee2fe30df966714e056f8af164fe0ed7648a63 && 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.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.12.1 ocaml-base-compiler.4.12.1 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.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.5 --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-BLOCK2026-01-13 20:18.48: Using cache hint "ocaml-community/lambda-term-ocaml/opam:debian-13-ocaml-4.12@sha256:f51226ec5f36dd1e8b49ce9fbf72802b56a966af2e830c77a1fd80360461e038-debian-13-4.12_opam-2.5-a972e83748dfa80f3050ab1448b8e936"2026-01-13 20:18.48: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.12@sha256:f51226ec5f36dd1e8b49ce9fbf72802b56a966af2e830c77a1fd80360461e038)(comment debian-13-4.12_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(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 2dee2fe30df966714e056f8af164fe0ed7648a63 || git fetch origin master) && git reset -q --hard 2dee2fe30df966714e056f8af164fe0ed7648a63 && 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.12.1 ocaml-base-compiler.4.12.1 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.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.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-01-13 20:18.48: Waiting for resource in pool OCluster2026-01-13 22:19.18: Waiting for worker…2026-01-13 22:22.22: Got resource from pool OClusterBuilding on laodoke.caelum.ci.devAll commits already cachedHEAD is now at 2c3fb75 replace deprecated Lwt_unix.run with recommended Lwt_main.run(from ocaml/opam:debian-13-ocaml-4.12@sha256:f51226ec5f36dd1e8b49ce9fbf72802b56a966af2e830c77a1fd80360461e038)2026-01-13 22:22.22 ---> using "572e91790779f2d8323329f50200c2d96fba8fe8bc6cab5afb294d8bc8813a28" from cache/: (comment debian-13-4.12_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-01-13 22:22.22 ---> using "a33b8eb770c06ef4773b3467391caf4e138833bbd862d7ab5095e85b264082a5" from cache/src: (run (shell "opam init --reinit -ni"))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.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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-01-13 22:22.22 ---> using "41d6beba1df5db8731486a5317168b5bccb8ab9e97b0c4a7a2f271b8afa8ccde" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-90-genericThe OCaml toplevel, version 4.12.12.5.02026-01-13 22:22.22 ---> using "3e1e0cdc48caab2b4cb0dc2901f74008baeb48bec15ef51113cffda12f3737d7" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-01-13 22:22.23 ---> using "b597d1457a54582522d02bed068f5b823220397f6a030aafb53fe310d6d5b5fa" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 2dee2fe30df966714e056f8af164fe0ed7648a63 || git fetch origin master) && git reset -q --hard 2dee2fe30df966714e056f8af164fe0ed7648a63 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD16d9c0eb87..df0b753b90 master -> origin/master2dee2fe30d Merge pull request #29195 from raphael-proust/lwt-fix-ocamlfind-dep-constraint<><> 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 at these versions (e.g. "opam upgrade ocaml.5.4.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-01-13 22:22.23 ---> using "447d93d662f2d4446ce4fab79362a1c61e90cb8ab8712e689723a5a3498a756c" from cache/src: (copy (src lambda-term.opam) (dst ./))2026-01-13 22:22.23 ---> saved as "32b336e04ad5f0a0ae9dabd8de94357e251774f891b5c17a31079b4ecd4aff3b"/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-01-13 22:22.26 ---> saved as "35362f4c9b0ea3b9e7bdd779864a06de6d5e660852bedac8985543ccc891fa1a"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-01-13 22:22.27 ---> saved as "47a18e1e43fce9151694c10c42bcb037f087e494f44490af6f873f6d0bbb7e1a"/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.12.1 ocaml-base-compiler.4.12.1 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.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.5 --depext-only -y lambda-term.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Get:1 http://deb.debian.org/debian trixie InRelease [140 kB]- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]- Get:4 http://deb.debian.org/debian trixie/main amd64 Packages [9670 kB]- Get:5 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [95.5 kB]- Fetched 9997 kB in 2s (5082 kB/s)- Reading package lists...-<><> 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.12.1).[NOTE] Package ocaml is already installed (current version is 4.12.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).# To update the current shell environment, run: eval $(opam env)2026-01-13 22:22.49 ---> saved as "5d6c9253c36b4e40384f06cdadf3a75f5ff2e7a706aaff9e2a6471ee02d55b50"/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.12.1).[NOTE] Package ocaml is already installed (current version is 4.12.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.1- 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 ocamlfind.1.9.8 (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.15.0.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved zed.3.2.3 (cached)-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)-> retrieved uucp.15.0.0 (cached)-> installed ocamlbuild.0.16.1-> installed uchar.0.0.2-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed topkg.1.1.1-> installed uutf.1.0.4-> installed react.1.2.2-> installed uucp.15.0.0-> installed uuseg.15.0.0-> installed dune.3.20.2-> installed result.1.5-> installed trie.1.0.0-> installed csexp.1.5.2-> installed cppo.1.8.0-> installed mew.0.1.0-> installed zed.3.2.3-> installed ocplib-endian.1.2-> installed mew_vi.0.5.0-> installed dune-configurator.3.20.2-> installed lwt.5.9.2-> installed lwt_react.1.2.0-> installed logs.0.8.0Done.# To update the current shell environment, run: eval $(opam env)2026-01-13 22:25.02 ---> saved as "153d702e0644bd027c024bd1183dcc68ade8cec56a6b47d46c35b849c4ea5ca4"/src: (copy (src .) (dst /src))2026-01-13 22:25.02 ---> saved as "2c85754acc5a1807a3294d89a5052541e9991998c70c85906ec8c2130666cf3a"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2026-01-13 22:25.07 ---> saved as "3d66bd0a36a245a6e2ee9c266c3dd93a3e820a1d86e3b04ec899da00cfbbe8fd"Job succeeded2026-01-13 22:25.07: Job succeeded