2026-01-12 14:12.33: New job: test ocaml-community/lambda-term https://github.com/ocaml-community/lambda-term.git#refs/heads/master (2c3fb758fb9bfc1958a2c807cf160b6c7b83ae81) (linux-x86_64:fedora-43-4.14_opam-2.5)Base: ocaml/opam:fedora-43-ocaml-4.14@sha256:dc6847fe293faa92d46fbbdd6295baff61385b1e0e82720237763b5ddcbb692bOpam 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:fedora-43-ocaml-4.14@sha256:dc6847fe293faa92d46fbbdd6295baff61385b1e0e82720237763b5ddcbb692b# fedora-43-4.14_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo dnf install -y findutilsRUN 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 7d22a58614c38be74d79ae6ef2b64994ca4ffef0 || git fetch origin master) && git reset -q --hard 7d22a58614c38be74d79ae6ef2b64994ca4ffef0 && 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.10.0 lwt.6.0.0 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 $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-12 14:12.33: Using cache hint "ocaml-community/lambda-term-ocaml/opam:fedora-43-ocaml-4.14@sha256:dc6847fe293faa92d46fbbdd6295baff61385b1e0e82720237763b5ddcbb692b-fedora-43-4.14_opam-2.5-2ee16b2345ae34f03e478d9b70eb47c8"2026-01-12 14:12.33: Using OBuilder spec:((from ocaml/opam:fedora-43-ocaml-4.14@sha256:dc6847fe293faa92d46fbbdd6295baff61385b1e0e82720237763b5ddcbb692b)(comment fedora-43-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 7d22a58614c38be74d79ae6ef2b64994ca4ffef0 || git fetch origin master) && git reset -q --hard 7d22a58614c38be74d79ae6ef2b64994ca4ffef0 && 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.10.0 lwt.6.0.0 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-01-12 14:12.33: Waiting for resource in pool OCluster2026-01-13 20:26.46: Waiting for worker…2026-01-13 20:33.15: Got resource from pool OClusterBuilding on eumacheAll commits already cachedHEAD is now at 2c3fb75 replace deprecated Lwt_unix.run with recommended Lwt_main.run(from ocaml/opam:fedora-43-ocaml-4.14@sha256:dc6847fe293faa92d46fbbdd6295baff61385b1e0e82720237763b5ddcbb692b)Unable to find image 'ocaml/opam:fedora-43-ocaml-4.14@sha256:dc6847fe293faa92d46fbbdd6295baff61385b1e0e82720237763b5ddcbb692b' locallydocker.io/ocaml/opam@sha256:dc6847fe293faa92d46fbbdd6295baff61385b1e0e82720237763b5ddcbb692b: Pulling from ocaml/opam1216d224fefc: Already exists1ae211ec70df: Already existse3c845545bdd: Already existsadbbce15b35d: Already existsfec0b2730855: Already existsd42b256333b3: Already exists347b5da763ef: Already existsee8e1ee5d3b3: Already exists1407c9d94463: Already exists912b3cfa4b1c: Already exists9bb0f03cebf5: Already existsda26c7f15afe: Already existsd9356a09c9bc: Already existsb6f2d11ffba1: Already existse9d79416de7e: Already existsd8fc23752670: Already exists043479df29c2: Already existsbde0248f5af4: Already exists3cb4199e5c40: Already existsf7f8c0cc272b: Already exists099c8f0f8aa7: Already exists4f4fb700ef54: Already exists2dcbf8eb3274: Already existsaec4178fd2c9: Already existsffeea0bca746: Already exists694e9f03259b: Already exists0f53dbd64c41: Already existse9a84c20d545: Already exists60cd93f167b9: Already exists6ac93c253746: Already existsb4fc515f2633: Already existsb9d45f820f99: Already existsa6ef8e91a762: Already existsed335a59ac60: Already exists00a065e4dcbc: Already exists2de645a87852: Already existsa98b93793621: Already exists6f61dd37808d: Already existsf6aefcff6474: Already exists4f33e294934e: Already existsd4443ef124a6: Already exists942433d5d086: Already exists1803ba6bc01c: Already exists7ed01763315c: Already existsDigest: sha256:dc6847fe293faa92d46fbbdd6295baff61385b1e0e82720237763b5ddcbb692bStatus: Downloaded newer image for ocaml/opam@sha256:dc6847fe293faa92d46fbbdd6295baff61385b1e0e82720237763b5ddcbb692b2026-01-13 20:33.15 ---> using "87c4833ca4afb7f495c7c51a969bf87dcf282c0263cd74a98f849c4ecee655e1" from cache/: (comment fedora-43-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 43 - x86_64 100% | 50.5 KiB/s | 22.4 KiB | 00m00sFedora 43 - x86_64 - Updates 100% | 74.0 KiB/s | 21.8 KiB | 00m00sFedora 43 openh264 (From Cisco) - x86_ 100% | 6.3 KiB/s | 986.0 B | 00m00sRepositories loaded.Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed.Nothing to do.2026-01-13 20:33.15 ---> using "f45c9ca912816df25cbe862da2e008690fade8450192d2163b0868c30ec32b70" from cache/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-01-13 20:33.15 ---> using "d538ffad34535604be96435ffc79927d5f0478fbc65bf301da453854fe177b53" 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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-01-13 20:33.15 ---> using "ef792bd076fc72672b4750e44cd375911015e6383853abf6cb9196d832560128" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-131-genericThe OCaml toplevel, version 4.14.22.5.02026-01-13 20:33.15 ---> using "21b0d66e093d66d97275c9c320f11d3f98d9c332b1a9fcef0d7c14a56d9f5d6d" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-01-13 20:33.15 ---> using "b81037d45511fc7933dcc9412463da4cea09775808871147c3c6206605cc2e17" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 7d22a58614c38be74d79ae6ef2b64994ca4ffef0 || git fetch origin master) && git reset -q --hard 7d22a58614c38be74d79ae6ef2b64994ca4ffef0 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADee48e882f0..df0b753b90 master -> origin/master7d22a58614 Merge pull request #29184 from raphael-proust/opam-publish-lwt.6.0.0<><> 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 20:33.15 ---> using "dae403a7aad5f75eec1c1f3e2331e4bc17d756c9c43b489f9c47def46d654464" from cache/src: (copy (src lambda-term.opam) (dst ./))2026-01-13 20:33.15 ---> saved as "305a11215f23e7b8d78dbdc672e08934e01c21d40647eb9c7404e731c95d998d"/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 20:33.17 ---> saved as "d95f9044a3d268799c0b1958fed69386f22a56c47b77f387c89278fdd77a31c9"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-01-13 20:33.17 ---> saved as "bac0e647ec286f70fd045950e6092e784c8a7c67b3ec103079b240943c88f318"/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.10.0 lwt.6.0.0 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-01-13 20:33.30 ---> saved as "732f74f40781c05e9aefaaaaeebb3b6c04b4d06fc53be48a8c60e972041ba836"/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.20.2- install dune-configurator 3.20.2- install logs 0.10.0- install lwt 6.0.0- 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.0.0 (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 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.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.20.2-> 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.20.2-> installed lwt.6.0.0-> 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.3Done.# To update the current shell environment, run: eval $(opam env)2026-01-13 20:35.37 ---> saved as "78a38ee14ac5858aa952137512be2317adf63faddada2881794e01cc19c8a9c3"/src: (copy (src .) (dst /src))2026-01-13 20:35.38 ---> saved as "0f354b33b9d733f6259f61c9d17c277cfa54efa07abf60d98e5ce1cf7a415c0e"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2026-01-13 20:35.44 ---> saved as "16b3e4446a4eec743ae16b134fabcf2a39c4bccff3a43c14504fc15934a4eefd"Job succeeded2026-01-13 20:35.44: Job succeeded