2025-07-17 18:28.21: New job: test ocaml-community/utop https://github.com/ocaml-community/utop.git#refs/pull/497/head (1b0d11ab1d6e6cd19f9ab2de1d470e8b5c129cba) (linux-x86_64:ubuntu-24.10-4.14_opam-2.3)Base: ocaml/opam:ubuntu-24.10-ocaml-4.14@sha256:bdc8cac61a8b7a38c0e8e2ab38b3c4b347cc6bbb6466c763a2388358db1dfbeaOpam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-community/utop.git" && cd "utop" && git fetch origin "refs/pull/497/head" && git reset --hard 1b0d11abcat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-24.10-ocaml-4.14@sha256:bdc8cac61a8b7a38c0e8e2ab38b3c4b347cc6bbb6466c763a2388358db1dfbea# ubuntu-24.10-4.14_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 64169c3d1d6774ef4ce0fcc471269bb09cd215f5 || git fetch origin master) && git reset -q --hard 64169c3d1d6774ef4ce0fcc471269bb09cd215f5 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 utop.opam ./RUN opam pin add -yn utop.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="alcotest.1.9.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 fmt.0.10.0 lambda-term.3.3.2 logs.0.9.0 lwt.5.9.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 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 re.1.13.2 react.1.2.2 result.1.5 seq.base stdlib-shims.0.3.0 topkg.1.0.8 trie.1.0.0 uchar.0.0.2 uucp.16.0.0 uuseg.16.0.0 uutf.1.0.4 xdg.3.19.1 zed.3.2.3"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.3 --depext-only -y utop.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-07-17 18:28.21: Using cache hint "ocaml-community/utop-ocaml/opam:ubuntu-24.10-ocaml-4.14@sha256:bdc8cac61a8b7a38c0e8e2ab38b3c4b347cc6bbb6466c763a2388358db1dfbea-ubuntu-24.10-4.14_opam-2.3-c564f2ae4f135a615e6fadc12bb29695"2025-07-17 18:28.21: Using OBuilder spec:((from ocaml/opam:ubuntu-24.10-ocaml-4.14@sha256:bdc8cac61a8b7a38c0e8e2ab38b3c4b347cc6bbb6466c763a2388358db1dfbea)(comment ubuntu-24.10-4.14_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 64169c3d1d6774ef4ce0fcc471269bb09cd215f5 || git fetch origin master) && git reset -q --hard 64169c3d1d6774ef4ce0fcc471269bb09cd215f5 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src utop.opam) (dst ./))(run (network host)(shell "opam pin add -yn utop.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "alcotest.1.9.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 fmt.0.10.0 lambda-term.3.3.2 logs.0.9.0 lwt.5.9.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 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 re.1.13.2 react.1.2.2 result.1.5 seq.base stdlib-shims.0.3.0 topkg.1.0.8 trie.1.0.0 uchar.0.0.2 uucp.16.0.0 uuseg.16.0.0 uutf.1.0.4 xdg.3.19.1 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 utop.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-07-17 18:28.21: Waiting for resource in pool OCluster2025-07-17 19:52.08: Waiting for worker…2025-07-17 19:55.35: Got resource from pool OClusterBuilding on bremusa.ocamllabs.ioAll commits already cachedHEAD is now at 1b0d11a Emacs completion: Include module prefix in completion candidates(from ocaml/opam:ubuntu-24.10-ocaml-4.14@sha256:bdc8cac61a8b7a38c0e8e2ab38b3c4b347cc6bbb6466c763a2388358db1dfbea)2025-07-17 19:55.35 ---> using "0a81cf1e55b3e029cb45a7bb2b590b94c594b952533b50abf52df120e701a6e7" from cache/: (comment ubuntu-24.10-4.14_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-07-17 19:55.35 ---> using "860771372433e4f093afa1db811b2cd21ff6393dfb17335865b61081c86c75fe" 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 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.Continue? [y/n] y[NOTE] The 'jobs' option was reset, its value was 255 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=255 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-07-17 19:55.35 ---> using "642f11db3f339828f0021108adecb98456416123400063bdefda56c9f0e4dbc5" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-63-genericThe OCaml toplevel, version 4.14.22.3.02025-07-17 19:55.35 ---> using "5b4a35f369ce9a74042a51a6bf85304193c3bd5ea383b067f8666e7f28604a86" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-07-17 19:55.35 ---> using "1bed1b573160a94acca97390ca96d890e327d0154f20a6c4bd7a96bfd4b70805" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 64169c3d1d6774ef4ce0fcc471269bb09cd215f5 || git fetch origin master) && git reset -q --hard 64169c3d1d6774ef4ce0fcc471269bb09cd215f5 && git log --no-decorate -n1 --oneline && opam update -u"))64169c3d1d Merge pull request #28149 from dbuenzli/b0-publish-logs.0.9.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, 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-07-17 19:55.35 ---> using "949174cf56fb01fdcc0ce5f157be503078c4660110b45ab3b897a90d2c53b080" from cache/src: (copy (src utop.opam) (dst ./))2025-07-17 19:55.35 ---> using "84fd90bcbfbffd5802afc02f46515e3e5e66c556b6b4ffee0bb379d722186455" from cache/src: (run (network host)(shell "opam pin add -yn utop.dev './'"))[utop.dev] synchronised (file:///src)utop is now pinned to file:///src (version dev)2025-07-17 19:55.35 ---> using "7e60cd1d2c577f762b0fb1bb1fa54541ae8839e89506c922c4a5e106867cacb7" from cache/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-07-17 19:55.35 ---> using "b026165b817f9460b129fb874d644af1fa47ff518b1c4bb12cbc1e727edb8e94" from cache/src: (env DEPS "alcotest.1.9.0 astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 dune.3.19.1 dune-configurator.3.19.1 fmt.0.10.0 lambda-term.3.3.2 logs.0.9.0 lwt.5.9.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 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 re.1.13.2 react.1.2.2 result.1.5 seq.base stdlib-shims.0.3.0 topkg.1.0.8 trie.1.0.0 uchar.0.0.2 uucp.16.0.0 uuseg.16.0.0 uutf.1.0.4 xdg.3.19.1 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 utop.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Get:1 http://security.ubuntu.com/ubuntu oracular-security InRelease [126 kB]- Hit:2 http://archive.ubuntu.com/ubuntu oracular InRelease- Get:3 http://archive.ubuntu.com/ubuntu oracular-updates InRelease [126 kB]- Get:4 http://archive.ubuntu.com/ubuntu oracular-backports InRelease [126 kB]- Get:5 http://security.ubuntu.com/ubuntu oracular-security/main amd64 Packages [399 kB]- Get:6 http://archive.ubuntu.com/ubuntu oracular-updates/universe amd64 Packages [439 kB]- Get:7 http://security.ubuntu.com/ubuntu oracular-security/restricted amd64 Packages [385 kB]- Get:8 http://security.ubuntu.com/ubuntu oracular-security/universe amd64 Packages [361 kB]- Get:9 http://archive.ubuntu.com/ubuntu oracular-updates/main amd64 Packages [532 kB]- Get:10 http://archive.ubuntu.com/ubuntu oracular-updates/restricted amd64 Packages [396 kB]- Fetched 2890 kB in 1s (2322 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[utop.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).2025-07-17 19:55.35 ---> using "be723057e746f192920289f883382b2e2a99b8f9e49af2448ab6dbefc0945d99" from cache/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 32 packages- install alcotest 1.9.0- install astring 0.8.5- install base-bytes base- install cmdliner 1.3.0- install cppo 1.8.0- install csexp 1.5.2- install dune 3.19.1- install dune-configurator 3.19.1- install fmt 0.10.0- install lambda-term 3.3.2- install logs 0.9.0- install lwt 5.9.1- install lwt_react 1.2.0- install mew 0.1.0- install mew_vi 0.5.0- install ocaml-syntax-shims 1.0.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ocplib-endian 1.2- install re 1.13.2- install react 1.2.2- install result 1.5- install seq base- install stdlib-shims 0.3.0- install topkg 1.0.8- install trie 1.0.0- install uchar 0.0.2- install uucp 16.0.0- install uuseg 16.0.0- install uutf 1.0.4- install xdg 3.19.1- install zed 3.2.3<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved cmdliner.1.3.0 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved cppo.1.8.0 (cached)-> retrieved alcotest.1.9.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved fmt.0.10.0 (cached)-> retrieved lambda-term.3.3.2 (cached)-> retrieved logs.0.9.0 (cached)-> retrieved lwt.5.9.1 (cached)-> retrieved lwt_react.1.2.0 (cached)-> retrieved mew.0.1.0 (cached)-> retrieved mew_vi.0.5.0 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved re.1.13.2 (cached)-> retrieved react.1.2.2 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved result.1.5 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved trie.1.0.0 (cached)-> retrieved uchar.0.0.2 (cached)-> retrieved topkg.1.0.8 (cached)-> retrieved uuseg.16.0.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved zed.3.2.3 (cached)-> retrieved uucp.16.0.0 (cached)-> retrieved dune.3.19.1, dune-configurator.3.19.1, xdg.3.19.1 (cached)-> installed cmdliner.1.3.0-> installed ocamlbuild.0.16.1-> installed uchar.0.0.2-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed topkg.1.0.8-> installed react.1.2.2-> installed fmt.0.10.0-> installed uutf.1.0.4-> installed astring.0.8.5-> installed dune.3.19.1-> installed csexp.1.5.2-> installed cppo.1.8.0-> installed ocaml-syntax-shims.1.0.0-> installed re.1.13.2-> installed result.1.5-> installed stdlib-shims.0.3.0-> installed trie.1.0.0-> installed mew.0.1.0-> installed ocplib-endian.1.2-> installed mew_vi.0.5.0-> installed xdg.3.19.1-> installed alcotest.1.9.0-> installed dune-configurator.3.19.1-> installed lwt.5.9.1-> installed lwt_react.1.2.0-> installed logs.0.9.0-> installed uucp.16.0.0-> installed uuseg.16.0.0-> installed zed.3.2.3-> installed lambda-term.3.3.2Done.# To update the current shell environment, run: eval $(opam env)2025-07-17 19:58.15 ---> saved as "f08b75046a29d49a3bd4918997088738b11c1aab9c65f88e67891e98f78f77f9"/src: (copy (src .) (dst /src))2025-07-17 19:58.15 ---> saved as "bbb4612b5c43d48c25338ab1280a45ae134a3fad498aba6410198dc872ce41ab"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/test && ./test_lib.exe)Testing `utop'.This run has ID `CD2X0VAT'.[OK] fix_string 0 small.[OK] fix_string 1 empty.Full test results in `/src/_build/default/test/_build/_tests/utop'.Test Successful in 0.001s. 2 tests run.2025-07-17 19:58.27 ---> saved as "36dffef751f012e8341d972ceefdc99b9585301d0153d4a28a6fdf5539ca72db"Job succeeded2025-07-17 19:58.27: Job succeeded