2025-03-24 08:54.42: New job: test ocurrent/ocaml-version https://github.com/ocurrent/ocaml-version.git#refs/heads/master (66020ca8d3279a23b6945b9c11094c5dc12cc8f4) (linux-x86_64:(lower-bound))Base: ocaml/opam:debian-12-ocaml-4.07@sha256:7b1dbc8e1ceb8423527442f8148698959bec19e8c5549435cbe5aa8e265ddcfdOpam project buildTo reproduce locally:git clone --recursive "https://github.com/ocurrent/ocaml-version.git" -b "master" && cd "ocaml-version" && git reset --hard 66020ca8cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-12-ocaml-4.07@sha256:7b1dbc8e1ceb8423527442f8148698959bec19e8c5549435cbe5aa8e265ddcfd# debian-12-4.07_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 cb8df6db0195538a02cc2b2eb20e468f22c475a7 || git fetch origin master) && git reset -q --hard cb8df6db0195538a02cc2b2eb20e468f22c475a7 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 ocaml-version.opam ./RUN opam pin add -yn ocaml-version.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="alcotest.1.0.0 astring.0.8.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.0.3 conf-m4.1 dune.3.6.0 fmt.0.8.6 jbuilder.1.0+beta20.1 ocaml.4.07.1 ocaml-base-compiler.4.07.1 ocaml-config.1 ocaml-secondary-compiler.4.08.1 ocamlbuild.0.14.0 ocamlfind.1.8.1 ocamlfind-secondary.1.8.1 re.1.7.2 result.1.5 seq.0.3 stdlib-shims.0.1.0 topkg.0.9.0 uuidm.0.9.6"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.3 --depext-only -y ocaml-version.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-03-24 08:54.42: Using cache hint "ocurrent/ocaml-version-ocaml/opam:debian-12-ocaml-4.07@sha256:7b1dbc8e1ceb8423527442f8148698959bec19e8c5549435cbe5aa8e265ddcfd-debian-12-4.07_opam-2.3-a9897f233151a74c1b29f82d2c4cc183"2025-03-24 08:54.42: Using OBuilder spec:((from ocaml/opam:debian-12-ocaml-4.07@sha256:7b1dbc8e1ceb8423527442f8148698959bec19e8c5549435cbe5aa8e265ddcfd)(comment debian-12-4.07_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 cb8df6db0195538a02cc2b2eb20e468f22c475a7 || git fetch origin master) && git reset -q --hard cb8df6db0195538a02cc2b2eb20e468f22c475a7 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src ocaml-version.opam) (dst ./))(run (network host)(shell "opam pin add -yn ocaml-version.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "alcotest.1.0.0 astring.0.8.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.0.3 conf-m4.1 dune.3.6.0 fmt.0.8.6 jbuilder.1.0+beta20.1 ocaml.4.07.1 ocaml-base-compiler.4.07.1 ocaml-config.1 ocaml-secondary-compiler.4.08.1 ocamlbuild.0.14.0 ocamlfind.1.8.1 ocamlfind-secondary.1.8.1 re.1.7.2 result.1.5 seq.0.3 stdlib-shims.0.1.0 topkg.0.9.0 uuidm.0.9.6")(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 ocaml-version.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-03-24 08:54.42: Waiting for resource in pool OCluster2025-03-24 08:54.42: Waiting for worker…2025-03-24 08:54.42: Got resource from pool OClusterBuilding on laodoke.caelum.ci.devHEAD is now at 1165e18 Merge pull request #80 from mtelvers/maintenance-intentHEAD is now at 66020ca Merge pull request #81 from ocurrent/shonfeder/4.08-as-oldest-recent(from ocaml/opam:debian-12-ocaml-4.07@sha256:7b1dbc8e1ceb8423527442f8148698959bec19e8c5549435cbe5aa8e265ddcfd)2025-03-24 08:54.42 ---> using "e9aa7509de457261df87b418d54ecdc20403577ad485bb617eb441b83a4aaf30" from cache/: (comment debian-12-4.07_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-03-24 08:54.43 ---> saved as "474e4695c909e0b9668eb90e245c6843fed84dd33bf0699a1331184d96d1263f"/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 39 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=39 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[ERROR] Could not update repository "opam-repository-archive": "/usr/bin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocaml/opam-repository-archive/': Could not resolve host: github.com"[default] synchronised from file:///home/opam/opam-repository2025-03-24 08:55.40 ---> saved as "200a84fcdfc82d560fbe9cc870d83f046163ca0191fbe5e366fc22a072b9e0c1"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-134-genericThe OCaml toplevel, version 4.07.12.3.02025-03-24 08:55.41 ---> saved as "a779071f4d790cd99503915cf168e240de563723d85aa3d93c9dec752cb9d73e"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-03-24 08:55.41 ---> saved as "db4d36110fe9493c2f069b64c9fa2d1f0b57e4c47f9f85c050c3776a9b6829e9"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e cb8df6db0195538a02cc2b2eb20e468f22c475a7 || git fetch origin master) && git reset -q --hard cb8df6db0195538a02cc2b2eb20e468f22c475a7 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADa8ed476033..acfb0e6e94 master -> origin/mastercb8df6db01 Merge pull request #27631 from dbuenzli/incompatible-cmdliner2<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[opam-repository-archive] synchronised from git+https://github.com/ocaml/opam-repository-archive2025-03-24 08:56.06: Cancelling: Auto-cancelling job because it is no longer neededJob cancelled