2026-01-29 12:48.20: New job: test tarides/dune-release https://github.com/tarides/dune-release.git#refs/heads/main (ede1ecc64e14c6b4ff8fd25ecf849fe7b6f064fa) (linux-x86_64:(lower-bound))Base: ocaml/opam:debian-13-ocaml-4.08@sha256:7cdc2a1943ac1462f548be7816c6d02f14e605659f225027208abe04795ea500Opam project buildTo reproduce locally:git clone --recursive "https://github.com/tarides/dune-release.git" -b "main" && cd "dune-release" && git reset --hard ede1ecc6cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.08@sha256:7cdc2a1943ac1462f548be7816c6d02f14e605659f225027208abe04795ea500# debian-13-4.08_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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 dune-release.opam ./RUN opam pin add -yn dune-release.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="alcotest.1.7.0 astring.0.8.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base biniou.1.2.0 bos.0.1.4 camlp-streams.5.0.1 cmdliner.2.0.0 conf-m4.1 conf-which.1 cppo.1.6.1 crunch.4.0.0 curly.0.3.0 dune.3.18.2 easy-format.1.0.1 fmt.0.10.0 fpath.0.7.3 jbuilder.1.0+beta20.1 logs.0.8.0 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.0 ocamlfind.1.8.0 ocamlgraph.1.8.8 odoc.3.1.0 odoc-parser.3.1.0 opam-core.2.1.0 opam-file-format.2.1.3 opam-format.2.1.0 opam-repository.2.1.0 opam-state.2.1.0 ptime.0.8.5 re.1.9.0 result.1.5 rresult.0.6.0 seq.0.3 stdlib-shims.0.1.0 topkg.1.0.8 tyxml.4.4.0 uutf.1.0.4 yojson.1.6.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y dune-release.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-29 12:48.20: Using cache hint "tarides/dune-release-ocaml/opam:debian-13-ocaml-4.08@sha256:7cdc2a1943ac1462f548be7816c6d02f14e605659f225027208abe04795ea500-debian-13-4.08_opam-2.5-eda436ff78354b786d7d9b27231974a0"2026-01-29 12:48.20: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.08@sha256:7cdc2a1943ac1462f548be7816c6d02f14e605659f225027208abe04795ea500)(comment debian-13-4.08_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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src dune-release.opam) (dst ./))(run (network host)(shell "opam pin add -yn dune-release.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "alcotest.1.7.0 astring.0.8.3 base-bigarray.base base-bytes.base base-threads.base base-unix.base biniou.1.2.0 bos.0.1.4 camlp-streams.5.0.1 cmdliner.2.0.0 conf-m4.1 conf-which.1 cppo.1.6.1 crunch.4.0.0 curly.0.3.0 dune.3.18.2 easy-format.1.0.1 fmt.0.10.0 fpath.0.7.3 jbuilder.1.0+beta20.1 logs.0.8.0 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.0 ocamlfind.1.8.0 ocamlgraph.1.8.8 odoc.3.1.0 odoc-parser.3.1.0 opam-core.2.1.0 opam-file-format.2.1.3 opam-format.2.1.0 opam-repository.2.1.0 opam-state.2.1.0 ptime.0.8.5 re.1.9.0 result.1.5 rresult.0.6.0 seq.0.3 stdlib-shims.0.1.0 topkg.1.0.8 tyxml.4.4.0 uutf.1.0.4 yojson.1.6.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.5 --depext-only -y dune-release.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-29 12:48.20: Waiting for resource in pool OCluster2026-01-29 12:48.20: Waiting for worker…2026-01-29 12:48.20: Got resource from pool OClusterBuilding on toxis.caelum.ci.devAll commits already cachedHEAD is now at ede1ecc Merge pull request #512 from psafont/dev/pau/up(from ocaml/opam:debian-13-ocaml-4.08@sha256:7cdc2a1943ac1462f548be7816c6d02f14e605659f225027208abe04795ea500)2026-01-29 12:48.44 ---> saved as "4c1f60dc0cc5644c6a4c05cf3315bdbf9cc478b70e443b212a1220385bab8bba"/: (comment debian-13-4.08_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-29 12:48.44 ---> saved as "92dd4fc960da195cf8060e96ee0990af7318cc2673fac9df60b7fa438452988b"/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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>2026-01-29 12:49.00: Cancelling: Auto-cancelling job because it is no longer neededJob cancelled