2025-10-15 10:21.51: New job: test mbarbin/vcs https://github.com/mbarbin/vcs.git#refs/heads/main (f27ae3461f568dc400841a51bec3de7730338f39) (linux-x86_64:debian-13-4.14_x86_32_opam-2.4)Base: ocaml/opam:debian-13-ocaml-4.14@sha256:1a9995701f9299935b683e506707113e37005fcec3e2543fd58f2af6e28f0b63Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mbarbin/vcs.git" -b "main" && cd "vcs" && git reset --hard f27ae346cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.14@sha256:1a9995701f9299935b683e506707113e37005fcec3e2543fd58f2af6e28f0b63# debian-13-4.14_x86_32_opam-2.4USER 1000:1000SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]ENV 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 dbd126f1b3e13b70b1010ac087a896c6f0d80bc5 || git fetch origin master) && git reset -q --hard dbd126f1b3e13b70b1010ac087a896c6f0d80bc5 && 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.0.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.3.1 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.0"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-10-15 10:21.51: Using cache hint "mbarbin/vcs-ocaml/opam:debian-13-ocaml-4.14@sha256:1a9995701f9299935b683e506707113e37005fcec3e2543fd58f2af6e28f0b63-debian-13-4.14_x86_32_opam-2.4-d7a669149a4c0b8251b3958aaa5c9e9d"2025-10-15 10:21.51: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.14@sha256:1a9995701f9299935b683e506707113e37005fcec3e2543fd58f2af6e28f0b63)(comment debian-13-4.14_x86_32_opam-2.4)(user (uid 1000) (gid 1000))(shell /usr/bin/linux32 /bin/sh -c)(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 dbd126f1b3e13b70b1010ac087a896c6f0d80bc5 || git fetch origin master) && git reset -q --hard dbd126f1b3e13b70b1010ac087a896c6f0d80bc5 && 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.0.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.3.1 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.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.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-10-15 10:21.51: Waiting for resource in pool OCluster2025-10-15 12:36.49: Waiting for worker…2025-10-15 12:39.51: Got resource from pool OClusterBuilding on eumacheAll commits already cachedHEAD is now at f27ae34 Merge pull request #108 from mbarbin/upgrade-crs.0.0.20251014(from ocaml/opam:debian-13-ocaml-4.14@sha256:1a9995701f9299935b683e506707113e37005fcec3e2543fd58f2af6e28f0b63)Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:1a9995701f9299935b683e506707113e37005fcec3e2543fd58f2af6e28f0b63' locallydocker.io/ocaml/opam@sha256:1a9995701f9299935b683e506707113e37005fcec3e2543fd58f2af6e28f0b63: Pulling from ocaml/opamf1c1f592b556: Pulling fs layer1b804c748ae2: Pulling fs layer46890ce1a2c6: Pulling fs layer59d360237abf: Pulling fs layer3f9e79276ad2: Pulling fs layer0f3879946ce8: Pulling fs layerb5386ba4450a: Pulling fs layerd72a73e60ada: Pulling fs layer5657d34ee214: Pulling fs layerb3739d7df5a6: Pulling fs layer20686602fa54: Pulling fs layerac71dabb3064: Pulling fs layeraebd608b6359: Pulling fs layerb25ca2e1fe6a: Pulling fs layer7b3c426e231e: Pulling fs layer7c29943894c1: Pulling fs layer6f96d58bfde1: Pulling fs layer57fd7e6f0fcc: Pulling fs layerc62cedd71197: Pulling fs layer8299ba532ede: Pulling fs layeracd9fe4f75a0: Pulling fs layerb5386ba4450a: Waiting4f4fb700ef54: Pulling fs layerd72a73e60ada: Waiting5657d34ee214: Waiting9f75e0cf0db8: Pulling fs layer1ac30b6ffbfe: Pulling fs layerb3739d7df5a6: Waiting20686602fa54: Waiting8c966152e5b9: Pulling fs layer1b89a7d78106: Pulling fs layer7ec941522540: Pulling fs layer4ea54a4b23e3: Pulling fs layerf896ea897152: Pulling fs layer81d297dab66c: Pulling fs layera761e314d9bb: Pulling fs layer59d360237abf: Waitingac71dabb3064: Waiting7e72fd67616e: Pulling fs layeraebd608b6359: Waiting3f9e79276ad2: Waiting0f3879946ce8: Waiting12aaf83bc4b9: Pulling fs layer052055b1bebb: Pulling fs layerb25ca2e1fe6a: Waiting7b3c426e231e: Waitingef3b8f2cb729: Pulling fs layer7c29943894c1: Waiting57924c7f024b: Pulling fs layer6f96d58bfde1: Waitinge08a5917fa7f: Pulling fs layer823bcf26ad4e: Pulling fs layerc62cedd71197: Waitingfc03626aec80: Pulling fs layer8299ba532ede: Waiting1091dd9160fe: Pulling fs layerb2ab94a85ee0: Pulling fs layer81d297dab66c: Waitinge51823fd6968: Pulling fs layer57fd7e6f0fcc: Waitingacd9fe4f75a0: Waitingde64f45c764d: Pulling fs layeref3b8f2cb729: Waiting9ccb9124a814: Pulling fs layer4f4fb700ef54: Waiting57924c7f024b: Waitinge08a5917fa7f: Waiting823bcf26ad4e: Waitingfc03626aec80: Waiting12aaf83bc4b9: Waitinga761e314d9bb: Waiting1091dd9160fe: Waiting7e72fd67616e: Waitingb2ab94a85ee0: Waitingde64f45c764d: Waiting9ccb9124a814: Waitinge51823fd6968: Waiting052055b1bebb: Waiting9f75e0cf0db8: Waiting1ac30b6ffbfe: Waiting4ea54a4b23e3: Waiting1b89a7d78106: Waiting7ec941522540: Waitingf896ea897152: Waiting46890ce1a2c6: Verifying Checksum46890ce1a2c6: Download complete1b804c748ae2: Verifying Checksum1b804c748ae2: Download complete3f9e79276ad2: Verifying Checksum3f9e79276ad2: Download complete59d360237abf: Verifying Checksum59d360237abf: Download completeb5386ba4450a: Verifying Checksumb5386ba4450a: Download completed72a73e60ada: Verifying Checksumd72a73e60ada: Download complete5657d34ee214: Verifying Checksum5657d34ee214: Download completef1c1f592b556: Verifying Checksumf1c1f592b556: Download completeb3739d7df5a6: Verifying Checksumb3739d7df5a6: Download completeac71dabb3064: Verifying Checksumac71dabb3064: Download complete20686602fa54: Verifying Checksum20686602fa54: Download completeb25ca2e1fe6a: Verifying Checksumb25ca2e1fe6a: Download completeaebd608b6359: Verifying Checksumaebd608b6359: Download complete7b3c426e231e: Verifying Checksum7b3c426e231e: Download complete6f96d58bfde1: Verifying Checksum6f96d58bfde1: Download complete7c29943894c1: Verifying Checksum7c29943894c1: Download complete57fd7e6f0fcc: Download completec62cedd71197: Verifying Checksumc62cedd71197: Download complete8299ba532ede: Verifying Checksum8299ba532ede: Download completeacd9fe4f75a0: Verifying Checksumacd9fe4f75a0: Download complete4f4fb700ef54: Download completef1c1f592b556: Pull complete1b804c748ae2: Pull complete46890ce1a2c6: Pull complete9f75e0cf0db8: Verifying Checksum9f75e0cf0db8: Download complete1ac30b6ffbfe: Verifying Checksum1ac30b6ffbfe: Download complete8c966152e5b9: Verifying Checksum8c966152e5b9: Download complete0f3879946ce8: Verifying Checksum0f3879946ce8: Download complete1b89a7d78106: Download complete59d360237abf: Pull complete7ec941522540: Verifying Checksum7ec941522540: Download complete4ea54a4b23e3: Verifying Checksum4ea54a4b23e3: Download complete3f9e79276ad2: Pull completef896ea897152: Verifying Checksumf896ea897152: Download complete81d297dab66c: Verifying Checksum81d297dab66c: Download completea761e314d9bb: Verifying Checksuma761e314d9bb: Download complete7e72fd67616e: Download complete12aaf83bc4b9: Download complete052055b1bebb: Download complete57924c7f024b: Verifying Checksum57924c7f024b: Download complete823bcf26ad4e: Download completefc03626aec80: Verifying Checksumfc03626aec80: Download complete1091dd9160fe: Verifying Checksum1091dd9160fe: Download completee08a5917fa7f: Verifying Checksume08a5917fa7f: Download completee51823fd6968: Download completede64f45c764d: Verifying Checksumde64f45c764d: Download completeef3b8f2cb729: Verifying Checksumef3b8f2cb729: Download complete9ccb9124a814: Verifying Checksum9ccb9124a814: Download complete0f3879946ce8: Pull completeb5386ba4450a: Pull completed72a73e60ada: Pull complete5657d34ee214: Pull completeb3739d7df5a6: Pull complete20686602fa54: Pull completeac71dabb3064: Pull completeb2ab94a85ee0: Verifying Checksumb2ab94a85ee0: Download completeaebd608b6359: Pull completeb25ca2e1fe6a: Pull complete7b3c426e231e: Pull complete7c29943894c1: Pull complete6f96d58bfde1: Pull complete57fd7e6f0fcc: Pull completec62cedd71197: Pull complete8299ba532ede: Pull completeacd9fe4f75a0: Pull complete4f4fb700ef54: Pull complete9f75e0cf0db8: Pull complete1ac30b6ffbfe: Pull complete8c966152e5b9: Pull complete1b89a7d78106: Pull complete7ec941522540: Pull complete4ea54a4b23e3: Pull completef896ea897152: Pull complete81d297dab66c: Pull completea761e314d9bb: Pull complete7e72fd67616e: Pull complete12aaf83bc4b9: Pull complete052055b1bebb: Pull completeef3b8f2cb729: Pull complete57924c7f024b: Pull completee08a5917fa7f: Pull complete823bcf26ad4e: Pull completefc03626aec80: Pull complete1091dd9160fe: Pull completeb2ab94a85ee0: Pull completee51823fd6968: Pull completede64f45c764d: Pull complete9ccb9124a814: Pull completeDigest: sha256:1a9995701f9299935b683e506707113e37005fcec3e2543fd58f2af6e28f0b63Status: Downloaded newer image for ocaml/opam@sha256:1a9995701f9299935b683e506707113e37005fcec3e2543fd58f2af6e28f0b632025-10-15 12:42.08 ---> saved as "9324b430a173d988cd667e6a34c7b7fcdaf67bcda08cd9e8ed334f03c397df27"/: (comment debian-13-4.14_x86_32_opam-2.4)/: (user (uid 1000) (gid 1000))/: (shell /usr/bin/linux32 /bin/sh -c)/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))2025-10-15 12:42.08 ---> saved as "bd34fdeaa58f0bf53cb92f8d89ca7cdc4f9c93f61c5fdc10eea57b53bead48c4"/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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-10-15 12:42.55 ---> saved as "99d71abddb6022b7c3534606b307b2c5edee7f071445b9278c3f0e55c3479dd3"/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-131-genericThe OCaml toplevel, version 4.14.22.4.12025-10-15 12:42.55 ---> saved as "8f38b9ae7c6bd1d0fb0e011a4d7898d9531ecfc18af87332444cbb11732655f8"/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-10-15 12:42.56 ---> saved as "76f17c68cf981d400bcd478a859a30de47152cca5e6b84a3af48baa9e51d1610"/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e dbd126f1b3e13b70b1010ac087a896c6f0d80bc5 || git fetch origin master) && git reset -q --hard dbd126f1b3e13b70b1010ac087a896c6f0d80bc5 && git log --no-decorate -n1 --oneline && opam update -u"))dbd126f1b3 Merge pull request #28599 from dbuenzli/b0-publish-cmdliner.2.0.0<><> 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.3.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-10-15 12:43.29 ---> saved as "65c379351739eaca4118bd2bfec35fda594e9bd67cc3bb38edf7f3cabb928821"/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-10-15 12:43.29 ---> saved as "a32b86e05bf839ced0f17ff691b8e47253d7939afaa92e85fb22001659b0d7aa"/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-10-15 12:43.53 ---> saved as "5a73a20775d0365e09267e1c46c3dfeb8b2b968652ae1b6251e8253b0040772a"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-10-15 12:43.53 ---> saved as "d47b6d239566946c6dd82fd8f4809c9f58463efaadec4cb100a2b12e042efef0"/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.0.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.3.1 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.0")/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 trixie InRelease- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]- Get:4 http://deb.debian.org/debian-security trixie-security/main i386 Packages [49.1 kB]- Fetched 140 kB in 0s (1067 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"- Preconfiguring packages ...- Selecting previously unselected package libpython3.13-minimal:i386.- (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 ... 20592 files and directories currently installed.)- Preparing to unpack .../libpython3.13-minimal_3.13.5-2_i386.deb ...- Unpacking libpython3.13-minimal:i386 (3.13.5-2) ...- Selecting previously unselected package python3.13-minimal.- Preparing to unpack .../python3.13-minimal_3.13.5-2_i386.deb ...- Unpacking python3.13-minimal (3.13.5-2) ...- Setting up libpython3.13-minimal:i386 (3.13.5-2) ...- Setting up python3.13-minimal (3.13.5-2) ...- 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 ... 20917 files and directories currently installed.)- Preparing to unpack .../0-python3-minimal_3.13.5-1_i386.deb ...- Unpacking python3-minimal (3.13.5-1) ...- Selecting previously unselected package media-types.- Preparing to unpack .../1-media-types_13.0.0_all.deb ...- Unpacking media-types (13.0.0) ...- Selecting previously unselected package readline-common.- Preparing to unpack .../2-readline-common_8.2-6_all.deb ...- Unpacking readline-common (8.2-6) ...- Selecting previously unselected package libreadline8t64:i386.- Preparing to unpack .../3-libreadline8t64_8.2-6_i386.deb ...- Adding 'diversion of /lib/i386-linux-gnu/libhistory.so.8 to /lib/i386-linux-gnu/libhistory.so.8.usr-is-merged by libreadline8t64'- Adding 'diversion of /lib/i386-linux-gnu/libhistory.so.8.2 to /lib/i386-linux-gnu/libhistory.so.8.2.usr-is-merged by libreadline8t64'- Adding 'diversion of /lib/i386-linux-gnu/libreadline.so.8 to /lib/i386-linux-gnu/libreadline.so.8.usr-is-merged by libreadline8t64'- Adding 'diversion of /lib/i386-linux-gnu/libreadline.so.8.2 to /lib/i386-linux-gnu/libreadline.so.8.2.usr-is-merged by libreadline8t64'- Unpacking libreadline8t64:i386 (8.2-6) ...- Selecting previously unselected package libpython3.13-stdlib:i386.- Preparing to unpack .../4-libpython3.13-stdlib_3.13.5-2_i386.deb ...- Unpacking libpython3.13-stdlib:i386 (3.13.5-2) ...- Selecting previously unselected package python3.13.- Preparing to unpack .../5-python3.13_3.13.5-2_i386.deb ...- Unpacking python3.13 (3.13.5-2) ...- Selecting previously unselected package libpython3-stdlib:i386.- Preparing to unpack .../6-libpython3-stdlib_3.13.5-1_i386.deb ...- Unpacking libpython3-stdlib:i386 (3.13.5-1) ...- Setting up python3-minimal (3.13.5-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 ... 21403 files and directories currently installed.)- Preparing to unpack .../0-python3_3.13.5-1_i386.deb ...- Unpacking python3 (3.13.5-1) ...- Selecting previously unselected package sensible-utils.- Preparing to unpack .../1-sensible-utils_0.0.25_all.deb ...- Unpacking sensible-utils (0.0.25) ...- Selecting previously unselected package libtext-charwidth-perl:i386.- Preparing to unpack .../2-libtext-charwidth-perl_0.04-11+b4_i386.deb ...- Unpacking libtext-charwidth-perl:i386 (0.04-11+b4) ...- Selecting previously unselected package libtext-wrapi18n-perl.- Preparing to unpack .../3-libtext-wrapi18n-perl_0.06-10_all.deb ...- Unpacking libtext-wrapi18n-perl (0.06-10) ...- Selecting previously unselected package ucf.- Preparing to unpack .../4-ucf_3.0052_all.deb ...- Moving old data out of the way- Unpacking ucf (3.0052) ...- Selecting previously unselected package mercurial-common.- Preparing to unpack .../5-mercurial-common_7.0.1-2_all.deb ...- Unpacking mercurial-common (7.0.1-2) ...- Selecting previously unselected package mercurial.- Preparing to unpack .../6-mercurial_7.0.1-2_i386.deb ...- Unpacking mercurial (7.0.1-2) ...- Setting up media-types (13.0.0) ...- Setting up libtext-charwidth-perl:i386 (0.04-11+b4) ...- Setting up libtext-wrapi18n-perl (0.06-10) ...- Setting up sensible-utils (0.0.25) ...- Setting up readline-common (8.2-6) ...- Setting up ucf (3.0052) ...- Setting up libreadline8t64:i386 (8.2-6) ...- Setting up libpython3.13-stdlib:i386 (3.13.5-2) ...- Setting up libpython3-stdlib:i386 (3.13.5-1) ...- Setting up python3.13 (3.13.5-2) ...- Setting up python3 (3.13.5-1) ...- running python rtupdate hooks for python3.13...- running python post-rtupdate hooks for python3.13...- Setting up mercurial-common (7.0.1-2) ...- Setting up mercurial (7.0.1-2) ...- Creating config file /etc/mercurial/hgrc.d/hgext.rc with new version- Processing triggers for libc-bin (2.41-12) ...2025-10-15 12:44.24 ---> saved as "fdb47861c5ad355021e42526d3c887a585c204c1a0540c2d90ca8d8891d3837a"/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.0.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.3.1- 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.0<><> 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.0.0 (cached)-> retrieved csexp.1.5.2 (cached)-> installed conf-git.1.1-> installed conf-hg.1.0-> retrieved fpath.0.7.3 (cached)-> retrieved fpath-sexp0.0.3.1 (cached)-> retrieved loc.0.2.2 (cached)-> 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.0 (cached)-> retrieved dune.3.20.2, dyn.3.20.2, ordering.3.20.2, stdune.3.20.2 (cached)-> installed cmdliner.2.0.0-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> installed topkg.1.1.0-> 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 fpath-sexp0.0.3.1-> 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-10-15 12:45.46 ---> saved as "2bda606f040aa1a3ec4417016a633d5242ad530ba3c701eff0575ce266266c29"/src: (copy (src .) (dst /src))2025-10-15 12:45.47 ---> saved as "e22b400a1bd81eff1dab4bbb78ffa677808345ae07fb85fd78e9e7a2ec594bb4"/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-10-15 12:45.52 ---> saved as "52e9d00f004b873a41350458315e69711c9d7f54fbcaf6bc88cbd92741de9b99"Job succeeded2025-10-15 12:45.53: Job succeeded