2025-12-24 13:53.04: New job: test mbarbin/vcs https://github.com/mbarbin/vcs.git#refs/heads/add-dyn-to-stdlib (6361b17cebbe12e09fc8064d0bd54241a969e2f5) (linux-x86_64:debian-13-4.14_x86_32_opam-2.4)Base: ocaml/opam:debian-13-ocaml-4.14@sha256:462d6dbc2d578a045530747de48d164122d0bbad6ef2962ab0c3553adfb387c1Opam 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-13-ocaml-4.14@sha256:462d6dbc2d578a045530747de48d164122d0bbad6ef2962ab0c3553adfb387c1# 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 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-24 13:53.04: Using cache hint "mbarbin/vcs-ocaml/opam:debian-13-ocaml-4.14@sha256:462d6dbc2d578a045530747de48d164122d0bbad6ef2962ab0c3553adfb387c1-debian-13-4.14_x86_32_opam-2.4-ee351335079a5e78bcbdf67b0e537830"2025-12-24 13:53.04: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.14@sha256:462d6dbc2d578a045530747de48d164122d0bbad6ef2962ab0c3553adfb387c1)(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 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-24 13:53.04: Waiting for resource in pool OCluster2025-12-24 13:53.04: Waiting for worker…2025-12-24 13:53.05: Got resource from pool OClusterBuilding on asteria.caelum.ci.devAll commits already cachedHEAD is now at 6361b17 Add Dyn and Ordering as standard deps(from ocaml/opam:debian-13-ocaml-4.14@sha256:462d6dbc2d578a045530747de48d164122d0bbad6ef2962ab0c3553adfb387c1)Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:462d6dbc2d578a045530747de48d164122d0bbad6ef2962ab0c3553adfb387c1' locallydocker.io/ocaml/opam@sha256:462d6dbc2d578a045530747de48d164122d0bbad6ef2962ab0c3553adfb387c1: Pulling from ocaml/opama63ab7a4f8b1: Pulling fs layer90eaeaa9281a: Pulling fs layer3ef4a47fff3b: Pulling fs layera035e4a8df7a: Pulling fs layer27c7c2db42fd: Pulling fs layera63ab7a4f8b1: Waiting90eaeaa9281a: Waiting3ef4a47fff3b: Waitingdf73634c59ee: Pulling fs layera035e4a8df7a: Waiting740506b396c1: Pulling fs layer27c7c2db42fd: Waitingdf73634c59ee: Waiting21424a44369a: Pulling fs layer2cc41c1574c5: Pulling fs layer740506b396c1: Waiting1259261716c5: Pulling fs layerf33cacc11b9e: Pulling fs layer2cc41c1574c5: Waiting21424a44369a: Waiting1259261716c5: Waiting10429a67c15b: Pulling fs layerf33cacc11b9e: Waiting7696c6935c09: Pulling fs layer55dba079700a: Pulling fs layer8b601b003fab: Pulling fs layer279f815ce75c: Pulling fs layera367a43e37d0: Pulling fs layer8b601b003fab: Waitingddcb4c69ef3f: Pulling fs layera367a43e37d0: Waiting279f815ce75c: Waitingb6cb025b8b92: Pulling fs layera53cdec2dcd7: Pulling fs layerddcb4c69ef3f: Waiting3ee1edbf87cf: Pulling fs layer4f4fb700ef54: Pulling fs layer0f06230845cd: Pulling fs layer55dba079700a: Waiting10429a67c15b: Waiting4f4fb700ef54: Waiting3ee1edbf87cf: Waiting8f076ab94419: Pulling fs layera53cdec2dcd7: Waiting0f06230845cd: Waiting4e40a6b18339: Pulling fs layerc2b833f8d8d5: Pulling fs layer8f076ab94419: Waiting4e40a6b18339: Waiting8d153135a1b5: Pulling fs layerc2b833f8d8d5: Waitingf292058db001: Pulling fs layer8d153135a1b5: Waitingae41249ac056: Pulling fs layer623c1c0c658a: Pulling fs layer2fa49245472a: Pulling fs layerf292058db001: Waiting3c1e1a89d6c4: Pulling fs layerae41249ac056: Waiting623c1c0c658a: Waiting2fa49245472a: Waitingd90aa851c073: Pulling fs layer0d271491b1d0: Pulling fs layer3c1e1a89d6c4: Waitingd90aa851c073: Waiting6a54adf70616: Pulling fs layer0d271491b1d0: Waitingd86adbce7636: Pulling fs layer5d4020b34d71: Pulling fs layerff38dc168d37: Pulling fs layer5ce90e152ba9: Pulling fs layer6a54adf70616: Waiting5d4020b34d71: Waitingd86adbce7636: Waitingc6d794b5689c: Pulling fs layer5ce90e152ba9: Waitingff38dc168d37: Waitingc6d794b5689c: Waiting430a19a7a5b3: Pulling fs layer73dc5c0381a7: Pulling fs layerfc906c842913: Pulling fs layer73dc5c0381a7: Waiting430a19a7a5b3: Waitinga82583718310: Pulling fs layerfc906c842913: Waitinga82583718310: Waitinga63ab7a4f8b1: Download complete90eaeaa9281a: Verifying Checksum90eaeaa9281a: Download complete3ef4a47fff3b: Verifying Checksum3ef4a47fff3b: Download complete27c7c2db42fd: Download completea035e4a8df7a: Download complete740506b396c1: Verifying Checksum740506b396c1: Download complete2cc41c1574c5: Download complete21424a44369a: Download completef33cacc11b9e: Verifying Checksumf33cacc11b9e: Download complete1259261716c5: Verifying Checksum1259261716c5: Download complete7696c6935c09: Verifying Checksum7696c6935c09: Download complete10429a67c15b: Verifying Checksum10429a67c15b: Download complete8b601b003fab: Verifying Checksum8b601b003fab: Download complete55dba079700a: Verifying Checksum55dba079700a: Download completea63ab7a4f8b1: Pull complete90eaeaa9281a: Pull complete3ef4a47fff3b: Pull completedf73634c59ee: Verifying Checksumdf73634c59ee: Download complete279f815ce75c: Verifying Checksum279f815ce75c: Download completea367a43e37d0: Verifying Checksuma367a43e37d0: Download completeddcb4c69ef3f: Verifying Checksumddcb4c69ef3f: Download completeb6cb025b8b92: Verifying Checksumb6cb025b8b92: Download completea53cdec2dcd7: Verifying Checksuma53cdec2dcd7: Download complete3ee1edbf87cf: Download complete4f4fb700ef54: Verifying Checksuma035e4a8df7a: Pull complete27c7c2db42fd: Pull complete0f06230845cd: Verifying Checksum0f06230845cd: Download complete8f076ab94419: Verifying Checksum8f076ab94419: Download complete4e40a6b18339: Download completec2b833f8d8d5: Download completef292058db001: Download complete8d153135a1b5: Verifying Checksum8d153135a1b5: Download completeae41249ac056: Verifying Checksumae41249ac056: Download complete623c1c0c658a: Download complete2fa49245472a: Download complete3c1e1a89d6c4: Verifying Checksum3c1e1a89d6c4: Download completed90aa851c073: Download complete0d271491b1d0: Verifying Checksum0d271491b1d0: Download completed86adbce7636: Verifying Checksumd86adbce7636: Download completeff38dc168d37: Verifying Checksumff38dc168d37: Download complete5ce90e152ba9: Download completec6d794b5689c: Download complete430a19a7a5b3: Verifying Checksum430a19a7a5b3: Download complete73dc5c0381a7: Verifying Checksum73dc5c0381a7: Download completefc906c842913: Verifying Checksumfc906c842913: Download completea82583718310: Download complete6a54adf70616: Verifying Checksum6a54adf70616: Download complete5d4020b34d71: Verifying Checksum5d4020b34d71: Download completedf73634c59ee: Pull complete740506b396c1: Pull complete21424a44369a: Pull complete2cc41c1574c5: Pull complete1259261716c5: Pull completef33cacc11b9e: Pull complete10429a67c15b: Pull complete7696c6935c09: Pull complete55dba079700a: Pull complete8b601b003fab: Pull complete279f815ce75c: Pull completea367a43e37d0: Pull completeddcb4c69ef3f: Pull completeb6cb025b8b92: Pull completea53cdec2dcd7: Pull complete3ee1edbf87cf: Pull complete4f4fb700ef54: Pull complete0f06230845cd: Pull complete8f076ab94419: Pull complete4e40a6b18339: Pull completec2b833f8d8d5: Pull complete8d153135a1b5: Pull completef292058db001: Pull completeae41249ac056: Pull complete623c1c0c658a: Pull complete2fa49245472a: Pull complete3c1e1a89d6c4: Pull completed90aa851c073: Pull complete0d271491b1d0: Pull complete6a54adf70616: Pull completed86adbce7636: Pull complete5d4020b34d71: Pull completeff38dc168d37: Pull complete5ce90e152ba9: Pull completec6d794b5689c: Pull complete430a19a7a5b3: Pull complete73dc5c0381a7: Pull completefc906c842913: Pull completea82583718310: Pull completeDigest: sha256:462d6dbc2d578a045530747de48d164122d0bbad6ef2962ab0c3553adfb387c1Status: Downloaded newer image for ocaml/opam@sha256:462d6dbc2d578a045530747de48d164122d0bbad6ef2962ab0c3553adfb387c12025-12-24 13:53.08 ---> using "1d65b0bad6020b93b3bfb32f730a433f434369390940a005095573c4def7fa4e" from cache/: (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-12-24 13:53.08 ---> using "6775cad8612664835742e792781f343f0e64078bd976698496d1f1898147008e" from cache/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-24 13:53.08 ---> using "2644dadf83db737495e1dd8ed9b3ceae068da85bc3a75294d6d1a20d1bb36578" from cache/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-24 13:53.08 ---> using "04f9088217ac88c2f12f3cdff9e807f7441ad90b1a6d1930f9b1b42b85e3292f" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-12-24 13:53.08 ---> using "6f5c3bd52ef3e7feb5fc1d553e344a070b026be7be6a6cf8177b4a2983d05e27" from cache/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"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADee48e882f0..235b964523 master -> origin/masterc65fcb1165 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-24 13:53.08 ---> using "0be5f43d9f984561275cc574396509ccb65b6adb2b85f9ad79420aa06c021ed1" from cache/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-24 13:53.08 ---> saved as "ce486e5013a2d49786127e722e288c3157b600545748b3582697c4605bb540d0"/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-24 13:53.24 ---> saved as "8cf7d74e8e056be8849fdbcb5798f13b06fed06fa1f3478a8193e5abe5fab6f0"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-12-24 13:53.25 ---> saved as "495f11363b36efb7e8b94541a295945dc668fedb5642137dbb8883f1688b3cec"/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 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 [85.4 kB]- Fetched 176 kB in 0s (1272 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-12-24 13:53.41 ---> saved as "a8abffd2c6ad1ad229922657155867524980880e4d88d5f00135d471506b6c69"/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-> installed conf-hg.1.0-> retrieved fpath.0.7.3 (cached)-> retrieved fpath-sexp0.0.4.0 (cached)-> retrieved loc.0.2.2 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ocamlbuild.0.16.1 (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 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-24 13:54.28 ---> saved as "76860e0fc65641db709858e042cc02945e0ff3145472f4fb1785bb51bc31aeb7"/src: (copy (src .) (dst /src))2025-12-24 13:54.29 ---> saved as "a4d952d7381220b8b1e0f5bb7ce266c67b06f9cf2c9aa697041a7e7496fa2aea"/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-24 13:54.31 ---> saved as "b87a92bf4e87981e148309c00183bf07a4221be969a89e08ccafd034c3b6a0ce"Job succeeded2025-12-24 13:54.31: Job succeeded