2025-07-22 12:25.25: New job: test ocaml-community/utop https://github.com/ocaml-community/utop.git#refs/heads/master (0cbe54e41a6a9aba4f642789c2e921af046f7040) (linux-x86_64:(lower-bound)) Base: ocaml/opam:debian-12-ocaml-4.11@sha256:ce41a2848387b54f34be025a6801540260f9fb82313e82ab79de12020142e1fd Opam project build To reproduce locally: git clone --recursive "https://github.com/ocaml-community/utop.git" -b "master" && cd "utop" && git reset --hard 0cbe54e4 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-4.11@sha256:ce41a2848387b54f34be025a6801540260f9fb82313e82ab79de12020142e1fd # debian-12-4.11_opam-2.3 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.3 /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 70ed6dc3809eac914120062fdc7a82492f5c3ef9 || git fetch origin master) && git reset -q --hard 70ed6dc3809eac914120062fdc7a82492f5c3ef9 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 utop.opam ./ RUN opam pin add -yn utop.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="alcotest.1.0.1 astring.0.8.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.0.4 conf-m4.1 cppo.1.6.1 dune.3.12.1 fmt.0.8.6 jbuilder.1.0+beta20.1 lambda-term.3.3.0 logs.0.7.0 lwt.4.2.0 lwt_log.1.1.0 lwt_react.1.0.1 mew.0.1.0 mew_vi.0.5.0 mmap.1.0.2 ocaml.4.11.2 ocaml-base-compiler.4.11.2 ocaml-config.1 ocamlbuild.0.14.0 ocamlfind.1.8.1 re.1.7.2 react.1.2.2 result.1.5 seq.0.3 stdlib-shims.0.1.0 topkg.1.0.8 trie.1.0.0 uchar.0.0.2 uucp.14.0.0 uuidm.0.9.7 uuseg.14.0.0 uutf.1.0.3 xdg.3.15.3 zed.3.2.0" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.3 --depext-only -y utop.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-07-22 12:25.25: Using cache hint "ocaml-community/utop-ocaml/opam:debian-12-ocaml-4.11@sha256:ce41a2848387b54f34be025a6801540260f9fb82313e82ab79de12020142e1fd-debian-12-4.11_opam-2.3-9f867f5f91360ed4028a868be09ca540" 2025-07-22 12:25.25: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.11@sha256:ce41a2848387b54f34be025a6801540260f9fb82313e82ab79de12020142e1fd) (comment debian-12-4.11_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 70ed6dc3809eac914120062fdc7a82492f5c3ef9 || git fetch origin master) && git reset -q --hard 70ed6dc3809eac914120062fdc7a82492f5c3ef9 && 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.0.1 astring.0.8.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.0.4 conf-m4.1 cppo.1.6.1 dune.3.12.1 fmt.0.8.6 jbuilder.1.0+beta20.1 lambda-term.3.3.0 logs.0.7.0 lwt.4.2.0 lwt_log.1.1.0 lwt_react.1.0.1 mew.0.1.0 mew_vi.0.5.0 mmap.1.0.2 ocaml.4.11.2 ocaml-base-compiler.4.11.2 ocaml-config.1 ocamlbuild.0.14.0 ocamlfind.1.8.1 re.1.7.2 react.1.2.2 result.1.5 seq.0.3 stdlib-shims.0.1.0 topkg.1.0.8 trie.1.0.0 uchar.0.0.2 uucp.14.0.0 uuidm.0.9.7 uuseg.14.0.0 uutf.1.0.3 xdg.3.15.3 zed.3.2.0") (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-22 12:25.25: Waiting for resource in pool OCluster 2025-07-22 12:25.25: Waiting for worker… 2025-07-22 12:25.34: Got resource from pool OCluster Building on toxis.caelum.ci.dev All commits already cached HEAD is now at 0cbe54e Merge pull request #484 from tuohy/xdgpaths (from ocaml/opam:debian-12-ocaml-4.11@sha256:ce41a2848387b54f34be025a6801540260f9fb82313e82ab79de12020142e1fd) 2025-07-22 12:25.36: Cancelling: Auto-cancelling job because it is no longer needed 2025-07-22 12:26.19 ---> saved as "b59936c584cac1e8ff94c642197eee8b3dac9fe1fd5008f8eb7a27265aed60cb" /: (comment debian-12-4.11_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")) Job cancelled