2025-12-28 07:28.36: New job: test mbarbin/vcs https://github.com/mbarbin/vcs.git#refs/heads/dependabot/github_actions/actions/checkout-6 (92e2d4e48c39ae237887fdd9ac8c35a6d070a43e) (linux-x86_64:ubuntu-22.04-4.14_opam-2.4)Base: ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:f7fb670e55d80edca85afd0f09537114196f2e1cf0d80646624bfa78f34e501bOpam project buildTo reproduce locally:git clone --recursive "https://github.com/mbarbin/vcs.git" -b "dependabot/github_actions/actions/checkout-6" && cd "vcs" && git reset --hard 92e2d4e4cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:f7fb670e55d80edca85afd0f09537114196f2e1cf0d80646624bfa78f34e501b# ubuntu-22.04-4.14_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.4 /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 volgo.opam volgo-vcs.opam volgo-tests.opam volgo-hg-unix.opam volgo-hg-eio.opam volgo-hg-backend.opam volgo-git-unix.opam volgo-git-eio.opam volgo-git-backend.opam volgo-dev.opam volgo-base.opam vcs-test-helpers.opam ./RUN opam pin add -yn volgo.dev './' && \opam pin add -yn volgo-vcs.dev './' && \opam pin add -yn volgo-tests.dev './' && \opam pin add -yn volgo-hg-unix.dev './' && \opam pin add -yn volgo-hg-eio.dev './' && \opam pin add -yn volgo-hg-backend.dev './' && \opam pin add -yn volgo-git-unix.dev './' && \opam pin add -yn volgo-git-eio.dev './' && \opam pin add -yn volgo-git-backend.dev './' && \opam pin add -yn volgo-dev.dev './' && \opam pin add -yn volgo-base.dev './' && \opam pin add -yn vcs-test-helpers.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bitv.2.1 cmdlang.0.0.10 cmdlang-cmdliner-err-runner.0.0.16 cmdlang-to-cmdliner.0.0.10 cmdliner.2.1.0 conf-git.1.1 conf-hg.1.0 csexp.1.5.2 dune.3.20.2 dyn.3.20.2 fpath.0.7.3 fpath-sexp0.0.4.0 loc.0.2.2 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 ordering.3.20.2 parsexp.v0.16.0 pp.2.0.0 pplumbing-err.0.0.16 pplumbing-pp-tty.0.0.16 sexplib0.v0.16.0 spawn.v0.17.0 stdune.3.20.2 topkg.1.1.1"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.4 --depext-only -y volgo.dev volgo-vcs.dev volgo-hg-unix.dev volgo-hg-backend.dev volgo-git-unix.dev volgo-git-backend.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build --only-packages=volgo,volgo-vcs,volgo-hg-unix,volgo-hg-backend,volgo-git-unix,volgo-git-backend @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-12-28 07:28.36: Using cache hint "mbarbin/vcs-ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:f7fb670e55d80edca85afd0f09537114196f2e1cf0d80646624bfa78f34e501b-ubuntu-22.04-4.14_opam-2.4-ee351335079a5e78bcbdf67b0e537830"2025-12-28 07:28.36: Using OBuilder spec:((from ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:f7fb670e55d80edca85afd0f09537114196f2e1cf0d80646624bfa78f34e501b)(comment ubuntu-22.04-4.14_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.4 /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 volgo.opam volgo-vcs.opam volgo-tests.opam volgo-hg-unix.opam volgo-hg-eio.opam volgo-hg-backend.opam volgo-git-unix.opam volgo-git-eio.opam volgo-git-backend.opam volgo-dev.opam volgo-base.opam vcs-test-helpers.opam)(dst ./))(run (network host)(shell "opam pin add -yn volgo.dev './' && \\nopam pin add -yn volgo-vcs.dev './' && \\nopam pin add -yn volgo-tests.dev './' && \\nopam pin add -yn volgo-hg-unix.dev './' && \\nopam pin add -yn volgo-hg-eio.dev './' && \\nopam pin add -yn volgo-hg-backend.dev './' && \\nopam pin add -yn volgo-git-unix.dev './' && \\nopam pin add -yn volgo-git-eio.dev './' && \\nopam pin add -yn volgo-git-backend.dev './' && \\nopam pin add -yn volgo-dev.dev './' && \\nopam pin add -yn volgo-base.dev './' && \\nopam pin add -yn vcs-test-helpers.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bitv.2.1 cmdlang.0.0.10 cmdlang-cmdliner-err-runner.0.0.16 cmdlang-to-cmdliner.0.0.10 cmdliner.2.1.0 conf-git.1.1 conf-hg.1.0 csexp.1.5.2 dune.3.20.2 dyn.3.20.2 fpath.0.7.3 fpath-sexp0.0.4.0 loc.0.2.2 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 ordering.3.20.2 parsexp.v0.16.0 pp.2.0.0 pplumbing-err.0.0.16 pplumbing-pp-tty.0.0.16 sexplib0.v0.16.0 spawn.v0.17.0 stdune.3.20.2 topkg.1.1.1")(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.4 --depext-only -y volgo.dev volgo-vcs.dev volgo-hg-unix.dev volgo-hg-backend.dev volgo-git-unix.dev volgo-git-backend.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 --only-packages=volgo,volgo-vcs,volgo-hg-unix,volgo-hg-backend,volgo-git-unix,volgo-git-backend @install @check @runtest && rm -rf _build")))2025-12-28 07:28.36: Waiting for resource in pool OCluster2025-12-28 09:06.40: Waiting for worker…2025-12-28 09:14.01: Got resource from pool OClusterBuilding on asteria.caelum.ci.devAll commits already cachedHEAD is now at 92e2d4e Bump actions/checkout from 5 to 6(from ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:f7fb670e55d80edca85afd0f09537114196f2e1cf0d80646624bfa78f34e501b)Unable to find image 'ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:f7fb670e55d80edca85afd0f09537114196f2e1cf0d80646624bfa78f34e501b' locallydocker.io/ocaml/opam@sha256:f7fb670e55d80edca85afd0f09537114196f2e1cf0d80646624bfa78f34e501b: Pulling from ocaml/opam7e49dc6156b0: Pulling fs layerd4e25bc4e54e: Pulling fs layera2f0d7f6c7a2: Pulling fs layer7e49dc6156b0: Waitinge9295d1ac3bc: Pulling fs layerd4e25bc4e54e: Waiting48c87b1c7333: Pulling fs layera2f0d7f6c7a2: Waitingda6709a7d994: Pulling fs layere9295d1ac3bc: Waiting48c87b1c7333: Waitingf4bdd0682581: Pulling fs layerda6709a7d994: Waitingfdd283dd5a04: Pulling fs layer58e1793fb243: Pulling fs layerf4bdd0682581: Waitingfdd283dd5a04: Waiting77ec02af2c49: Pulling fs layer58e1793fb243: Waitingd98cd9755506: Pulling fs layerdc8614d28602: Pulling fs layer0772aa035f0f: Pulling fs layer77ec02af2c49: Waiting89fd84f5b086: Pulling fs layerd98cd9755506: Waiting0772aa035f0f: Waitingdc8614d28602: Waitinga82872a7c2c5: Pulling fs layerbe0daa8cb4c5: Pulling fs layer89fd84f5b086: Waitinga82872a7c2c5: Waiting0564ca0741f1: Pulling fs layerbe0daa8cb4c5: Waiting4f4fb700ef54: Pulling fs layer0564ca0741f1: Waiting89ad18ffaf37: Pulling fs layer4f4fb700ef54: Waiting47d9a6f0fd74: Pulling fs layer702f403fd691: Pulling fs layer89ad18ffaf37: Waiting2ebe2d64d0a6: Pulling fs layer47d9a6f0fd74: Waiting4cab782a5dac: Pulling fs layer702f403fd691: Waiting5281573baee7: Pulling fs layer4cab782a5dac: Waiting2ebe2d64d0a6: Waitingfe8da0bd13e1: Pulling fs layer5281573baee7: Waiting17da0d9119d3: Pulling fs layerf209b87d9a21: Pulling fs layer8af345427948: Pulling fs layerfe8da0bd13e1: Waiting17da0d9119d3: Waitinge70f51ae47c8: Pulling fs layerf209b87d9a21: Waiting8af345427948: Waiting3dcb78ac65ef: Pulling fs layere70f51ae47c8: Waitingce307cfab940: Pulling fs layer3dcb78ac65ef: Waitingffb7aa02dfd1: Pulling fs layer79f572c137cf: Pulling fs layer6a9f73cee81e: Pulling fs layerce307cfab940: Waitingffb7aa02dfd1: Waitingd357c931e45e: Pulling fs layer6a9f73cee81e: Waiting79f572c137cf: Waitinga17937b255c7: Pulling fs layer903ee3defa85: Pulling fs layera17937b255c7: Waiting33d1aed44e28: Pulling fs layer424cf3ca0d8a: Pulling fs layer903ee3defa85: Waiting327a58b1b5a8: Pulling fs layer33d1aed44e28: Waiting424cf3ca0d8a: Waitingedcecd8da58f: Pulling fs layere7abd33fd6aa: Pulling fs layeredcecd8da58f: Waiting4c86d7be6862: Pulling fs layere7abd33fd6aa: Waiting4c86d7be6862: Waiting7e49dc6156b0: Verifying Checksum7e49dc6156b0: Download completea2f0d7f6c7a2: Download completee9295d1ac3bc: Verifying Checksume9295d1ac3bc: Download complete48c87b1c7333: Verifying Checksum48c87b1c7333: Download complete7e49dc6156b0: Pull completed4e25bc4e54e: Pull completea2f0d7f6c7a2: Pull completee9295d1ac3bc: Pull complete48c87b1c7333: Pull completeda6709a7d994: Verifying Checksumda6709a7d994: Download completef4bdd0682581: Verifying Checksumf4bdd0682581: Download completefdd283dd5a04: Verifying Checksumfdd283dd5a04: Download complete58e1793fb243: Verifying Checksum58e1793fb243: Download complete77ec02af2c49: Verifying Checksum77ec02af2c49: Download completed98cd9755506: Verifying Checksumd98cd9755506: Download completedc8614d28602: Verifying Checksumdc8614d28602: Download complete0772aa035f0f: Verifying Checksum0772aa035f0f: Download complete89fd84f5b086: Verifying Checksum89fd84f5b086: Download completea82872a7c2c5: Verifying Checksuma82872a7c2c5: Download completebe0daa8cb4c5: Verifying Checksumbe0daa8cb4c5: Download complete0564ca0741f1: Verifying Checksum0564ca0741f1: Download complete4f4fb700ef54: Download complete89ad18ffaf37: Verifying Checksum89ad18ffaf37: Download complete47d9a6f0fd74: Verifying Checksum47d9a6f0fd74: Download complete702f403fd691: Verifying Checksum702f403fd691: Download complete2ebe2d64d0a6: Verifying Checksum2ebe2d64d0a6: Download complete4cab782a5dac: Verifying Checksum4cab782a5dac: Download complete5281573baee7: Verifying Checksum5281573baee7: Download completefe8da0bd13e1: Verifying Checksumfe8da0bd13e1: Download complete17da0d9119d3: Verifying Checksum17da0d9119d3: Download completef209b87d9a21: Verifying Checksumf209b87d9a21: Download complete8af345427948: Verifying Checksum8af345427948: Download completee70f51ae47c8: Verifying Checksume70f51ae47c8: Download complete3dcb78ac65ef: Verifying Checksum3dcb78ac65ef: Download completece307cfab940: Verifying Checksumce307cfab940: Download completeffb7aa02dfd1: Verifying Checksumffb7aa02dfd1: Download complete79f572c137cf: Verifying Checksum79f572c137cf: Download complete6a9f73cee81e: Verifying Checksum6a9f73cee81e: Download completed357c931e45e: Verifying Checksumd357c931e45e: Download completeda6709a7d994: Pull completef4bdd0682581: Pull completefdd283dd5a04: Pull complete58e1793fb243: Pull complete77ec02af2c49: Pull completed98cd9755506: Pull completedc8614d28602: Pull complete0772aa035f0f: Pull complete89fd84f5b086: Pull completea82872a7c2c5: Pull completebe0daa8cb4c5: Pull complete0564ca0741f1: Pull complete4f4fb700ef54: Pull complete89ad18ffaf37: Pull complete47d9a6f0fd74: Pull complete702f403fd691: Pull complete2ebe2d64d0a6: Pull complete4cab782a5dac: Pull complete5281573baee7: Pull completefe8da0bd13e1: Pull complete17da0d9119d3: Pull completef209b87d9a21: Pull complete8af345427948: Pull completee70f51ae47c8: Pull complete3dcb78ac65ef: Pull completece307cfab940: Pull completeffb7aa02dfd1: Pull complete79f572c137cf: Pull completea17937b255c7: Verifying Checksuma17937b255c7: Download complete903ee3defa85: Verifying Checksum903ee3defa85: Download complete33d1aed44e28: Download complete424cf3ca0d8a: Download complete6a9f73cee81e: Pull completed357c931e45e: Pull complete327a58b1b5a8: Verifying Checksum327a58b1b5a8: Download completeedcecd8da58f: Verifying Checksumedcecd8da58f: Download completee7abd33fd6aa: Verifying Checksume7abd33fd6aa: Download complete4c86d7be6862: Verifying Checksum4c86d7be6862: Download completea17937b255c7: Pull complete903ee3defa85: Pull complete33d1aed44e28: Pull complete424cf3ca0d8a: Pull complete327a58b1b5a8: Pull completeedcecd8da58f: Pull completee7abd33fd6aa: Pull complete4c86d7be6862: Pull completeDigest: sha256:f7fb670e55d80edca85afd0f09537114196f2e1cf0d80646624bfa78f34e501bStatus: Downloaded newer image for ocaml/opam@sha256:f7fb670e55d80edca85afd0f09537114196f2e1cf0d80646624bfa78f34e501b2025-12-28 09:22.07 ---> saved as "e3241aa53d8aad4718fa2f2ab81b104356db8836803d01e9d8dc6f8cfc7a6d78"/: (comment ubuntu-22.04-4.14_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))2025-12-28 09:22.07 ---> saved as "568a4d7711fc47b55914a0fdc6f94ee254a0abcc15ea80f198949f51e32a1c17"/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] y[NOTE] The 'jobs' option was reset, its value was 71 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=71 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-12-28 09:22.29 ---> saved as "6b47e31a1280bd06cc0379b75e2cc93ba21cf2e2d4510b8cfeed8a2a5037929d"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-87-genericThe OCaml toplevel, version 4.14.22.4.12025-12-28 09:22.30 ---> saved as "cd1229e77410b7681d4c539703e3961eabd56a4f7dc3aff25b4f5b10d576b440"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-12-28 09:22.30 ---> saved as "9f312b634d44b0fdc062c1ae37b9c5502b978d248f6b05ce19b1d0130e03ce37"/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"))c65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls<><> 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)2025-12-28 09:22.46 ---> saved as "088c82228f97c19ccb6d8cc2ac0350a701ac4ef9c1e79fe977aab26080c10883"/src: (copy (src volgo.opam volgo-vcs.opam volgo-tests.opam volgo-hg-unix.opam volgo-hg-eio.opam volgo-hg-backend.opam volgo-git-unix.opam volgo-git-eio.opam volgo-git-backend.opam volgo-dev.opam volgo-base.opam vcs-test-helpers.opam)(dst ./))2025-12-28 09:22.47 ---> saved as "1b4297b720c9deabd7ca995af4a46dd5921abb69d7907ddfd9c6053888b33b63"/src: (run (network host)(shell "opam pin add -yn volgo.dev './' && \\nopam pin add -yn volgo-vcs.dev './' && \\nopam pin add -yn volgo-tests.dev './' && \\nopam pin add -yn volgo-hg-unix.dev './' && \\nopam pin add -yn volgo-hg-eio.dev './' && \\nopam pin add -yn volgo-hg-backend.dev './' && \\nopam pin add -yn volgo-git-unix.dev './' && \\nopam pin add -yn volgo-git-eio.dev './' && \\nopam pin add -yn volgo-git-backend.dev './' && \\nopam pin add -yn volgo-dev.dev './' && \\nopam pin add -yn volgo-base.dev './' && \\nopam pin add -yn vcs-test-helpers.dev './'"))[volgo.dev] synchronised (file:///src)volgo is now pinned to file:///src (version dev)[volgo-vcs.dev] synchronised (file:///src)volgo-vcs is now pinned to file:///src (version dev)[NOTE] Package volgo-tests does not exist in opam repositories registered in the current switch.[volgo-tests.dev] synchronised (file:///src)volgo-tests is now pinned to file:///src (version dev)[volgo-hg-unix.dev] synchronised (file:///src)volgo-hg-unix is now pinned to file:///src (version dev)[volgo-hg-eio.dev] synchronised (file:///src)volgo-hg-eio is now pinned to file:///src (version dev)[volgo-hg-backend.dev] synchronised (file:///src)volgo-hg-backend is now pinned to file:///src (version dev)[volgo-git-unix.dev] synchronised (file:///src)volgo-git-unix is now pinned to file:///src (version dev)[volgo-git-eio.dev] synchronised (file:///src)volgo-git-eio is now pinned to file:///src (version dev)[volgo-git-backend.dev] synchronised (file:///src)volgo-git-backend is now pinned to file:///src (version dev)[NOTE] Package volgo-dev does not exist in opam repositories registered in the current switch.[volgo-dev.dev] synchronised (file:///src)volgo-dev is now pinned to file:///src (version dev)[volgo-base.dev] synchronised (file:///src)volgo-base is now pinned to file:///src (version dev)[NOTE] Package vcs-test-helpers does not exist in opam repositories registered in the current switch.[vcs-test-helpers.dev] synchronised (file:///src)vcs-test-helpers is now pinned to file:///src (version dev)2025-12-28 09:23.08 ---> saved as "ea6fe0773810d29e59fdbe7085b4b5ea389e557b4c29056eaab8eccd3581d1c5"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-12-28 09:23.08 ---> saved as "d4d18b7b891aa4d8b431a20c4379d08a3976af214a376ab05e6b7e65ebe94150"/src: (env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bitv.2.1 cmdlang.0.0.10 cmdlang-cmdliner-err-runner.0.0.16 cmdlang-to-cmdliner.0.0.10 cmdliner.2.1.0 conf-git.1.1 conf-hg.1.0 csexp.1.5.2 dune.3.20.2 dyn.3.20.2 fpath.0.7.3 fpath-sexp0.0.4.0 loc.0.2.2 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 ordering.3.20.2 parsexp.v0.16.0 pp.2.0.0 pplumbing-err.0.0.16 pplumbing-pp-tty.0.0.16 sexplib0.v0.16.0 spawn.v0.17.0 stdune.3.20.2 topkg.1.1.1")/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.4 --depext-only -y volgo.dev volgo-vcs.dev volgo-hg-unix.dev volgo-hg-backend.dev volgo-git-unix.dev volgo-git-backend.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease- Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]- Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]- Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]- Fetched 384 kB in 1s (522 kB/s)- Reading package lists...-<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[volgo.dev] synchronised (file:///src)[volgo-git-backend.dev] synchronised (file:///src)[volgo-git-unix.dev] synchronised (file:///src)[volgo-hg-backend.dev] synchronised (file:///src)[volgo-hg-unix.dev] synchronised (file:///src)[volgo-vcs.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).The following system packages will first need to be installed:mercurial<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "mercurial"- debconf: delaying package configuration, since apt-utils is not installed- Selecting previously unselected package libpython3.10-minimal:amd64.- (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15645 files and directories currently installed.)- Preparing to unpack .../libpython3.10-minimal_3.10.12-1~22.04.12_amd64.deb ...- Unpacking libpython3.10-minimal:amd64 (3.10.12-1~22.04.12) ...- Selecting previously unselected package python3.10-minimal.- Preparing to unpack .../python3.10-minimal_3.10.12-1~22.04.12_amd64.deb ...- Unpacking python3.10-minimal (3.10.12-1~22.04.12) ...- Setting up libpython3.10-minimal:amd64 (3.10.12-1~22.04.12) ...- Setting up python3.10-minimal (3.10.12-1~22.04.12) ...- Selecting previously unselected package python3-minimal.- (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15941 files and directories currently installed.)- Preparing to unpack .../0-python3-minimal_3.10.6-1~22.04.1_amd64.deb ...- Unpacking python3-minimal (3.10.6-1~22.04.1) ...- Selecting previously unselected package media-types.- Preparing to unpack .../1-media-types_7.0.0_all.deb ...- Unpacking media-types (7.0.0) ...- Selecting previously unselected package libmpdec3:amd64.- Preparing to unpack .../2-libmpdec3_2.5.1-2build2_amd64.deb ...- Unpacking libmpdec3:amd64 (2.5.1-2build2) ...- Selecting previously unselected package libpython3.10-stdlib:amd64.- Preparing to unpack .../3-libpython3.10-stdlib_3.10.12-1~22.04.12_amd64.deb ...- Unpacking libpython3.10-stdlib:amd64 (3.10.12-1~22.04.12) ...- Selecting previously unselected package python3.10.- Preparing to unpack .../4-python3.10_3.10.12-1~22.04.12_amd64.deb ...- Unpacking python3.10 (3.10.12-1~22.04.12) ...- Selecting previously unselected package libpython3-stdlib:amd64.- Preparing to unpack .../5-libpython3-stdlib_3.10.6-1~22.04.1_amd64.deb ...- Unpacking libpython3-stdlib:amd64 (3.10.6-1~22.04.1) ...- Setting up python3-minimal (3.10.6-1~22.04.1) ...- Selecting previously unselected package python3.- (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 16343 files and directories currently installed.)- Preparing to unpack .../python3_3.10.6-1~22.04.1_amd64.deb ...- Unpacking python3 (3.10.6-1~22.04.1) ...- Selecting previously unselected package mercurial-common.- Preparing to unpack .../mercurial-common_6.1.1-1ubuntu1_all.deb ...- Unpacking mercurial-common (6.1.1-1ubuntu1) ...- Selecting previously unselected package mercurial.- Preparing to unpack .../mercurial_6.1.1-1ubuntu1_amd64.deb ...- Unpacking mercurial (6.1.1-1ubuntu1) ...- Setting up media-types (7.0.0) ...- Setting up libmpdec3:amd64 (2.5.1-2build2) ...- Setting up libpython3.10-stdlib:amd64 (3.10.12-1~22.04.12) ...- Setting up libpython3-stdlib:amd64 (3.10.6-1~22.04.1) ...- Setting up python3.10 (3.10.12-1~22.04.12) ...- Setting up python3 (3.10.6-1~22.04.1) ...- running python rtupdate hooks for python3.10...- running python post-rtupdate hooks for python3.10...- Setting up mercurial-common (6.1.1-1ubuntu1) ...- Setting up mercurial (6.1.1-1ubuntu1) ...-- Creating config file /etc/mercurial/hgrc.d/hgext.rc with new version- Processing triggers for libc-bin (2.35-0ubuntu3.11) ...2025-12-28 09:23.25 ---> saved as "bd945cc68726a380670b724234feecfc086b94db62b73ac246f39ae063f7099a"/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 25 packages- install astring 0.8.5- install bitv 2.1- install cmdlang 0.0.10- install cmdlang-cmdliner-err-runner 0.0.16- install cmdlang-to-cmdliner 0.0.10- install cmdliner 2.1.0- install conf-git 1.1- install conf-hg 1.0- install csexp 1.5.2- install dune 3.20.2- install dyn 3.20.2- install fpath 0.7.3- install fpath-sexp0 0.4.0- install loc 0.2.2- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ordering 3.20.2- install parsexp v0.16.0- install pp 2.0.0- install pplumbing-err 0.0.16- install pplumbing-pp-tty 0.0.16- install sexplib0 v0.16.0- install spawn v0.17.0- install stdune 3.20.2- install topkg 1.1.1<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved astring.0.8.5 (cached)-> retrieved bitv.2.1 (cached)-> retrieved cmdlang.0.0.10, cmdlang-to-cmdliner.0.0.10 (cached)-> retrieved cmdlang-cmdliner-err-runner.0.0.16, pplumbing-err.0.0.16, pplumbing-pp-tty.0.0.16 (cached)-> retrieved cmdliner.2.1.0 (cached)-> retrieved csexp.1.5.2 (cached)-> installed conf-git.1.1-> retrieved fpath.0.7.3 (cached)-> retrieved fpath-sexp0.0.4.0 (cached)-> retrieved loc.0.2.2 (cached)-> installed conf-hg.1.0-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved parsexp.v0.16.0 (cached)-> retrieved pp.2.0.0 (cached)-> retrieved sexplib0.v0.16.0 (cached)-> retrieved spawn.v0.17.0 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved dune.3.20.2, dyn.3.20.2, ordering.3.20.2, stdune.3.20.2 (cached)-> installed cmdliner.2.1.0-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> installed topkg.1.1.1-> installed astring.0.8.5-> installed fpath.0.7.3-> installed dune.3.20.2-> installed bitv.2.1-> installed cmdlang.0.0.10-> installed csexp.1.5.2-> installed pp.2.0.0-> installed cmdlang-to-cmdliner.0.0.10-> installed spawn.v0.17.0-> installed sexplib0.v0.16.0-> installed ordering.3.20.2-> installed fpath-sexp0.0.4.0-> installed parsexp.v0.16.0-> installed dyn.3.20.2-> installed stdune.3.20.2-> installed loc.0.2.2-> installed pplumbing-pp-tty.0.0.16-> installed pplumbing-err.0.0.16-> installed cmdlang-cmdliner-err-runner.0.0.16Done.# To update the current shell environment, run: eval $(opam env)2025-12-28 09:24.07 ---> saved as "bd44880d7a83e0a6fe359e8d84d231b3a5ab5088d29c85d46be2e3c4ab3c91d6"/src: (copy (src .) (dst /src))2025-12-28 09:24.08 ---> saved as "281f8e9cd979ec7a4f3b2e6286cdf7c1114f0a80df2d5ee4421da472efe56b3b"/src: (run (shell "opam exec -- dune build --only-packages=volgo,volgo-vcs,volgo-hg-unix,volgo-hg-backend,volgo-git-unix,volgo-git-backend @install @check @runtest && rm -rf _build"))2025-12-28 09:24.10 ---> saved as "240e2beb5011ab75611c551ea055e7231d26668ca77c9fb5fb89b999df6865a2"Job succeeded2025-12-28 09:24.11: Job succeeded