2025-12-28 07:20.28: New job: test mbarbin/vcs https://github.com/mbarbin/vcs.git#refs/heads/add-dyn-to-stdlib (6361b17cebbe12e09fc8064d0bd54241a969e2f5) (linux-x86_64:debian-12-4.14_opam-2.4)Base: ocaml/opam:debian-12-ocaml-4.14@sha256:a53df5177072d740150fd7867bf57ab82a04bbcdb53a31eb989e5210feb6a8feOpam project buildTo reproduce locally:git clone --recursive "https://github.com/mbarbin/vcs.git" -b "add-dyn-to-stdlib" && cd "vcs" && git reset --hard 6361b17ccat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-12-ocaml-4.14@sha256:a53df5177072d740150fd7867bf57ab82a04bbcdb53a31eb989e5210feb6a8fe# debian-12-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:20.28: Using cache hint "mbarbin/vcs-ocaml/opam:debian-12-ocaml-4.14@sha256:a53df5177072d740150fd7867bf57ab82a04bbcdb53a31eb989e5210feb6a8fe-debian-12-4.14_opam-2.4-ee351335079a5e78bcbdf67b0e537830"2025-12-28 07:20.28: Using OBuilder spec:((from ocaml/opam:debian-12-ocaml-4.14@sha256:a53df5177072d740150fd7867bf57ab82a04bbcdb53a31eb989e5210feb6a8fe)(comment debian-12-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:20.28: Waiting for resource in pool OCluster2025-12-28 07:20.49: Waiting for worker…2025-12-28 07:20.49: Got resource from pool OClusterBuilding on laodoke.caelum.ci.devAll commits already cachedHEAD is now at 6361b17 Add Dyn and Ordering as standard deps(from ocaml/opam:debian-12-ocaml-4.14@sha256:a53df5177072d740150fd7867bf57ab82a04bbcdb53a31eb989e5210feb6a8fe)Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:a53df5177072d740150fd7867bf57ab82a04bbcdb53a31eb989e5210feb6a8fe' locallydocker.io/ocaml/opam@sha256:a53df5177072d740150fd7867bf57ab82a04bbcdb53a31eb989e5210feb6a8fe: Pulling from ocaml/opamc8443a297fa4: Pulling fs layer3117594fcbaa: Pulling fs layer85ca0e82a234: Pulling fs layer1c1f02d52226: Pulling fs layerfe9d3c2e10e2: Pulling fs layer2217026faa73: Pulling fs layer1c1f02d52226: Waiting1fef585d5a09: Pulling fs layerfe9d3c2e10e2: Waiting2217026faa73: Waiting0d0070c18c6d: Pulling fs layer1fef585d5a09: Waitingc51172af0160: Pulling fs layer0d0070c18c6d: Waitingdf8875cc93ac: Pulling fs layerc51172af0160: Waiting67847aef0407: Pulling fs layerdf8875cc93ac: Waiting36beb7078293: Pulling fs layer67847aef0407: Waiting191136a5f5c0: Pulling fs layer36beb7078293: Waiting714757d72e7f: Pulling fs layer191136a5f5c0: Waiting714757d72e7f: Waiting68234c5c011d: Pulling fs layer8df6961c36fa: Pulling fs layerafa495f7821e: Pulling fs layer68234c5c011d: Waiting8df6961c36fa: Waiting5f9643dc0d5e: Pulling fs layerafa495f7821e: Waitingc5cd204c27b0: Pulling fs layer7a188148750f: Pulling fs layerc5cd204c27b0: Waiting0c4a275107e2: Pulling fs layer7a188148750f: Waiting3ce9f77add31: Pulling fs layer0c4a275107e2: Waiting4f4fb700ef54: Pulling fs layer3ce9f77add31: Waiting4f4fb700ef54: Waiting9b27f4cec1f5: Pulling fs layerf13f8b8a6ebe: Pulling fs layer9b27f4cec1f5: Waiting7347d8d6169e: Pulling fs layerf13f8b8a6ebe: Waiting7347d8d6169e: Waitingd0faf52955c3: Pulling fs layer02b89d433f3e: Pulling fs layerd0faf52955c3: Waiting1f88f6e46b0c: Pulling fs layer02b89d433f3e: Waiting345b324af9bd: Pulling fs layer1f88f6e46b0c: Waitinga95711b9c003: Pulling fs layer345b324af9bd: Waitinga95711b9c003: Waitingf874b80e803a: Pulling fs layer82c952ade8b1: Pulling fs layer82c952ade8b1: Waiting8c8b9ca5e561: Pulling fs layerf874b80e803a: Waitingb34ef319e463: Pulling fs layer8c8b9ca5e561: Waiting888dc0bf1f1f: Pulling fs layerb34ef319e463: Waiting083ae27b8914: Pulling fs layer888dc0bf1f1f: Waiting529d05c22b93: Pulling fs layer083ae27b8914: Waiting529d05c22b93: Waiting0b92011566a7: Pulling fs layer3e1d10060b32: Pulling fs layer0b92011566a7: Waitingee8d3043c790: Pulling fs layer3e1d10060b32: Waitinge3a60f552012: Pulling fs layeree8d3043c790: Waiting653f55382a5b: Pulling fs layere3a60f552012: Waiting8d14638d4c9a: Pulling fs layer653f55382a5b: Waitingff60b4d2cd24: Pulling fs layer8d14638d4c9a: Waitingff60b4d2cd24: Waiting85ca0e82a234: Download complete3117594fcbaa: Download completefe9d3c2e10e2: Download complete1c1f02d52226: Verifying Checksum1c1f02d52226: Download completec8443a297fa4: Verifying Checksumc8443a297fa4: Download complete1fef585d5a09: Verifying Checksum1fef585d5a09: Download complete0d0070c18c6d: Verifying Checksum0d0070c18c6d: Download completedf8875cc93ac: Verifying Checksumdf8875cc93ac: Download completec8443a297fa4: Pull complete3117594fcbaa: Pull complete85ca0e82a234: Pull complete2217026faa73: Verifying Checksum2217026faa73: Download complete67847aef0407: Verifying Checksum67847aef0407: Download completec51172af0160: Verifying Checksumc51172af0160: Download complete1c1f02d52226: Pull completefe9d3c2e10e2: Pull complete191136a5f5c0: Verifying Checksum191136a5f5c0: Download complete36beb7078293: Verifying Checksum36beb7078293: Download complete8df6961c36fa: Download complete714757d72e7f: Verifying Checksum714757d72e7f: Download complete68234c5c011d: Verifying Checksum68234c5c011d: Download completeafa495f7821e: Download complete5f9643dc0d5e: Verifying Checksum5f9643dc0d5e: Download completec5cd204c27b0: Download complete7a188148750f: Verifying Checksum7a188148750f: Download complete0c4a275107e2: Verifying Checksum0c4a275107e2: Download complete3ce9f77add31: Verifying Checksum3ce9f77add31: Download complete4f4fb700ef54: Download complete9b27f4cec1f5: Download completef13f8b8a6ebe: Download complete7347d8d6169e: Verifying Checksum7347d8d6169e: Download completed0faf52955c3: Download complete02b89d433f3e: Download complete1f88f6e46b0c: Download completea95711b9c003: Verifying Checksuma95711b9c003: Download complete345b324af9bd: Verifying Checksum345b324af9bd: Download completef874b80e803a: Verifying Checksumf874b80e803a: Download complete82c952ade8b1: Verifying Checksum82c952ade8b1: Download completeb34ef319e463: Verifying Checksumb34ef319e463: Download complete8c8b9ca5e561: Verifying Checksum8c8b9ca5e561: Download complete0b92011566a7: Verifying Checksum0b92011566a7: Download complete3e1d10060b32: Download completeee8d3043c790: Download complete888dc0bf1f1f: Verifying Checksum888dc0bf1f1f: Download complete653f55382a5b: Download complete8d14638d4c9a: Download completeff60b4d2cd24: Verifying Checksumff60b4d2cd24: Download completee3a60f552012: Verifying Checksume3a60f552012: Download complete529d05c22b93: Verifying Checksum529d05c22b93: Download complete2217026faa73: Pull complete1fef585d5a09: Pull complete0d0070c18c6d: Pull completec51172af0160: Pull completedf8875cc93ac: Pull complete67847aef0407: Pull complete36beb7078293: Pull complete191136a5f5c0: Pull complete714757d72e7f: Pull complete68234c5c011d: Pull complete8df6961c36fa: Pull completeafa495f7821e: Pull complete5f9643dc0d5e: Pull completec5cd204c27b0: Pull complete7a188148750f: Pull complete0c4a275107e2: Pull complete3ce9f77add31: Pull complete4f4fb700ef54: Pull complete9b27f4cec1f5: Pull completef13f8b8a6ebe: Pull complete7347d8d6169e: Pull completed0faf52955c3: Pull complete02b89d433f3e: Pull complete1f88f6e46b0c: Pull complete345b324af9bd: Pull completea95711b9c003: Pull completef874b80e803a: Pull complete82c952ade8b1: Pull complete8c8b9ca5e561: Pull completeb34ef319e463: Pull complete888dc0bf1f1f: Pull complete083ae27b8914: Pull complete529d05c22b93: Pull complete0b92011566a7: Pull complete3e1d10060b32: Pull completeee8d3043c790: Pull completee3a60f552012: Pull complete653f55382a5b: Pull complete8d14638d4c9a: Pull completeff60b4d2cd24: Pull completeDigest: sha256:a53df5177072d740150fd7867bf57ab82a04bbcdb53a31eb989e5210feb6a8feStatus: Downloaded newer image for ocaml/opam@sha256:a53df5177072d740150fd7867bf57ab82a04bbcdb53a31eb989e5210feb6a8fe2025-12-28 07:23.30 ---> saved as "ec68c8b6664fb3aba59d0ad783bcdc1eb1d65a5507850508cc1bdde5936f87fd"/: (comment debian-12-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 07:23.31 ---> saved as "b21ebd4923c52da99208fe235fb8e3cacf5ebba1bc29a36142fc70c358313373"/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 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-12-28 07:23.51 ---> saved as "09b54d48463c2e0979d18a611ceda7206f251bf7793343cdcebdb89b5dcb11b4"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-86-genericThe OCaml toplevel, version 4.14.22.4.12025-12-28 07:23.51 ---> saved as "2b192a80da4bc753cd2a654eccfedd4d45185bc3771fe29c7b4cf5ba20c7bfbb"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-12-28 07:23.51 ---> saved as "e783ad3d454ad3a1c8517b980eb7264c086ed5ccfb5c5609d1c7e5e6a2d8ea6a"/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 07:24.09 ---> saved as "ac073530853843ecfdead69e4bf7a4bdb1c65c6e7ca83ac276179fb4deed59c8"/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 07:24.09 ---> saved as "9bbd81f618f3bbc789b12fdbd73ff3628616c256825bf6db20926ceeb511d56b"/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 07:24.27 ---> saved as "a11204ec1d086446ffdad05f0d937a94120483989b3363d409f04d0cd3c8b876"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-12-28 07:24.27 ---> saved as "67e615d21164a40d81b0a11a259fa509c06be68e215cc461365af3d4e212cfb9"/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://deb.debian.org/debian bookworm InRelease- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]- Fetched 103 kB in 0s (395 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.11-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 ... 18753 files and directories currently installed.)- Preparing to unpack .../libpython3.11-minimal_3.11.2-6+deb12u6_amd64.deb ...- Unpacking libpython3.11-minimal:amd64 (3.11.2-6+deb12u6) ...- Selecting previously unselected package python3.11-minimal.- Preparing to unpack .../python3.11-minimal_3.11.2-6+deb12u6_amd64.deb ...- Unpacking python3.11-minimal (3.11.2-6+deb12u6) ...- Setting up libpython3.11-minimal:amd64 (3.11.2-6+deb12u6) ...- Setting up python3.11-minimal (3.11.2-6+deb12u6) ...- 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 ... 19060 files and directories currently installed.)- Preparing to unpack .../python3-minimal_3.11.2-1+b1_amd64.deb ...- Unpacking python3-minimal (3.11.2-1+b1) ...- Selecting previously unselected package media-types.- Preparing to unpack .../media-types_10.0.0_all.deb ...- Unpacking media-types (10.0.0) ...- Selecting previously unselected package libpython3.11-stdlib:amd64.- Preparing to unpack .../libpython3.11-stdlib_3.11.2-6+deb12u6_amd64.deb ...- Unpacking libpython3.11-stdlib:amd64 (3.11.2-6+deb12u6) ...- Selecting previously unselected package python3.11.- Preparing to unpack .../python3.11_3.11.2-6+deb12u6_amd64.deb ...- Unpacking python3.11 (3.11.2-6+deb12u6) ...- Selecting previously unselected package libpython3-stdlib:amd64.- Preparing to unpack .../libpython3-stdlib_3.11.2-1+b1_amd64.deb ...- Unpacking libpython3-stdlib:amd64 (3.11.2-1+b1) ...- Setting up python3-minimal (3.11.2-1+b1) ...- 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 ... 19470 files and directories currently installed.)- Preparing to unpack .../python3_3.11.2-1+b1_amd64.deb ...- Unpacking python3 (3.11.2-1+b1) ...- Selecting previously unselected package sensible-utils.- Preparing to unpack .../sensible-utils_0.0.17+nmu1_all.deb ...- Unpacking sensible-utils (0.0.17+nmu1) ...- Selecting previously unselected package ucf.- Preparing to unpack .../ucf_3.0043+nmu1+deb12u1_all.deb ...- Moving old data out of the way- Unpacking ucf (3.0043+nmu1+deb12u1) ...- Selecting previously unselected package mercurial-common.- Preparing to unpack .../mercurial-common_6.3.2-1+deb12u1_all.deb ...- Unpacking mercurial-common (6.3.2-1+deb12u1) ...- Selecting previously unselected package mercurial.- Preparing to unpack .../mercurial_6.3.2-1+deb12u1_amd64.deb ...- Unpacking mercurial (6.3.2-1+deb12u1) ...- Setting up media-types (10.0.0) ...- Setting up libpython3.11-stdlib:amd64 (3.11.2-6+deb12u6) ...- Setting up sensible-utils (0.0.17+nmu1) ...- Setting up libpython3-stdlib:amd64 (3.11.2-1+b1) ...- Setting up python3.11 (3.11.2-6+deb12u6) ...- Setting up python3 (3.11.2-1+b1) ...- running python rtupdate hooks for python3.11...- running python post-rtupdate hooks for python3.11...- Setting up ucf (3.0043+nmu1+deb12u1) ...- Setting up mercurial-common (6.3.2-1+deb12u1) ...- Setting up mercurial (6.3.2-1+deb12u1) ...-- Creating config file /etc/mercurial/hgrc.d/hgext.rc with new version2025-12-28 07:24.54 ---> saved as "e60ee350ad00a827aa9a979a4b1e7a536f2f11befa4012a2c94707fbdf82d67f"/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)-> retrieved ocamlbuild.0.16.1 (cached)-> installed conf-hg.1.0-> 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 spawn.v0.17.0-> installed cmdlang-to-cmdliner.0.0.10-> installed sexplib0.v0.16.0-> installed fpath-sexp0.0.4.0-> installed ordering.3.20.2-> 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 07:26.34 ---> saved as "412bd3add97b718494483e9bbde86de93a2f521e7b5909c55f9d31fdafcd82c1"/src: (copy (src .) (dst /src))2025-12-28 07:26.37 ---> saved as "1ea2250ec82e1ac7a855676da170e3dbdafcecae76e18703f4d5780e257f0b49"/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:26.43 ---> saved as "74dcca7ee9ece45cd3359adc2c0b3d2f2f9b385e5c8abe8d430d127088f77ac8"Job succeeded2025-12-28 07:26.44: Job succeeded