2025-12-28 07:22.47: New job: test mbarbin/vcs https://github.com/mbarbin/vcs.git#refs/heads/add-dyn-to-stdlib (6361b17cebbe12e09fc8064d0bd54241a969e2f5) (linux-x86_64:opensuse-15.6-4.14_opam-2.4)Base: ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:ea5399b7a2ec2e4b64fcb77acf78d21ada08de36289328f93e71f81b9e933a1aOpam 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:opensuse-15.6-ocaml-4.14@sha256:ea5399b7a2ec2e4b64fcb77acf78d21ada08de36289328f93e71f81b9e933a1a# opensuse-15.6-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:22.47: Using cache hint "mbarbin/vcs-ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:ea5399b7a2ec2e4b64fcb77acf78d21ada08de36289328f93e71f81b9e933a1a-opensuse-15.6-4.14_opam-2.4-ee351335079a5e78bcbdf67b0e537830"2025-12-28 07:22.47: Using OBuilder spec:((from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:ea5399b7a2ec2e4b64fcb77acf78d21ada08de36289328f93e71f81b9e933a1a)(comment opensuse-15.6-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:22.47: Waiting for resource in pool OCluster2025-12-28 07:56.04: Waiting for worker…2025-12-28 08:02.54: Got resource from pool OClusterBuilding on odawa.caelum.ci.devAll commits already cachedHEAD is now at 6361b17 Add Dyn and Ordering as standard deps(from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:ea5399b7a2ec2e4b64fcb77acf78d21ada08de36289328f93e71f81b9e933a1a)Unable to find image 'ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:ea5399b7a2ec2e4b64fcb77acf78d21ada08de36289328f93e71f81b9e933a1a' locallydocker.io/ocaml/opam@sha256:ea5399b7a2ec2e4b64fcb77acf78d21ada08de36289328f93e71f81b9e933a1a: Pulling from ocaml/opamd358089470df: Already exists3df71b9b3e7f: Pulling fs layerb997bd420a3c: Pulling fs layer12d178b9321a: Pulling fs layer023fa28c6b25: Pulling fs layer735e4d9b87e0: Pulling fs layer6542116374a0: Pulling fs layer44c143ceab21: Pulling fs layer023fa28c6b25: Waiting73d9c6c0a253: Pulling fs layerdcc99122ebd7: Pulling fs layer6542116374a0: Waiting5eb9e4eb1e0d: Pulling fs layer9bf67a7d90d1: Pulling fs layer735e4d9b87e0: Waiting44c143ceab21: Waiting73d9c6c0a253: Waiting4e169419decb: Pulling fs layer83236c382b5f: Pulling fs layere9abdc611934: Pulling fs layer5856cf582d06: Pulling fs layerdcc99122ebd7: Waiting487cfb4f2ade: Pulling fs layer9bf67a7d90d1: Waiting5eb9e4eb1e0d: Waitingf161a5c7d41a: Pulling fs layere9abdc611934: Waiting83236c382b5f: Waiting4e169419decb: Waiting487cfb4f2ade: Waiting5856cf582d06: Waiting752c4eefe314: Pulling fs layerf161a5c7d41a: Waiting4f4fb700ef54: Pulling fs layer752c4eefe314: Waiting8574634fb855: Pulling fs layer4f4fb700ef54: Waiting45ffc9a6e835: Pulling fs layer8574634fb855: Waiting9b2e97c90544: Pulling fs layer6f4caa19f8ea: Pulling fs layer45ffc9a6e835: Waiting01fa1df0cfec: Pulling fs layer24ce8b1b4144: Pulling fs layer9b2e97c90544: Waiting1d7b4875e8fa: Pulling fs layer6f4caa19f8ea: Waiting01fa1df0cfec: Waiting5abf41dc1464: Pulling fs layer1d7b4875e8fa: Waitingd5d3780fe7b4: Pulling fs layer5abf41dc1464: Waiting64d6876b8f1b: Pulling fs layer8d4ce630c014: Pulling fs layerd5d3780fe7b4: Waiting1ac83bafd18d: Pulling fs layer64d6876b8f1b: Waiting8d4ce630c014: Waiting87088f8e69bd: Pulling fs layer1ac83bafd18d: Waiting653f0ca87c5a: Pulling fs layer86b7aeb0fb7e: Pulling fs layer87088f8e69bd: Waiting653f0ca87c5a: Waiting3d67e4541f01: Pulling fs layer86b7aeb0fb7e: Waiting8b29fa24d7dc: Pulling fs layerc3b051d5b40a: Pulling fs layer3d67e4541f01: Waitingcea0ae7b006a: Pulling fs layer8b29fa24d7dc: Waiting423ca6061d72: Pulling fs layerc3b051d5b40a: Waiting4b16ecf8eaf2: Pulling fs layercea0ae7b006a: Waiting423ca6061d72: Waiting3c0e8f4c1ce7: Pulling fs layer3c0e8f4c1ce7: Waiting3df71b9b3e7f: Verifying Checksum3df71b9b3e7f: Download complete3df71b9b3e7f: Pull complete023fa28c6b25: Verifying Checksum023fa28c6b25: Download complete735e4d9b87e0: Verifying Checksum735e4d9b87e0: Download complete12d178b9321a: Verifying Checksum12d178b9321a: Download complete44c143ceab21: Verifying Checksum44c143ceab21: Download complete6542116374a0: Verifying Checksum6542116374a0: Download complete73d9c6c0a253: Verifying Checksum73d9c6c0a253: Download completedcc99122ebd7: Verifying Checksumdcc99122ebd7: Download complete5eb9e4eb1e0d: Verifying Checksum5eb9e4eb1e0d: Download completeb997bd420a3c: Download complete9bf67a7d90d1: Verifying Checksum9bf67a7d90d1: Download complete4e169419decb: Verifying Checksum4e169419decb: Download complete83236c382b5f: Download completee9abdc611934: Verifying Checksume9abdc611934: Download completeb997bd420a3c: Pull complete5856cf582d06: Download complete487cfb4f2ade: Verifying Checksum487cfb4f2ade: Download completef161a5c7d41a: Verifying Checksumf161a5c7d41a: Download complete4f4fb700ef54: Verifying Checksum4f4fb700ef54: Download complete752c4eefe314: Verifying Checksum752c4eefe314: Download complete8574634fb855: Download complete45ffc9a6e835: Verifying Checksum45ffc9a6e835: Download complete9b2e97c90544: Verifying Checksum9b2e97c90544: Download complete6f4caa19f8ea: Verifying Checksum6f4caa19f8ea: Download complete01fa1df0cfec: Verifying Checksum01fa1df0cfec: Download complete24ce8b1b4144: Verifying Checksum24ce8b1b4144: Download complete1d7b4875e8fa: Download complete5abf41dc1464: Verifying Checksum5abf41dc1464: Download completed5d3780fe7b4: Verifying Checksumd5d3780fe7b4: Download complete64d6876b8f1b: Verifying Checksum64d6876b8f1b: Download complete1ac83bafd18d: Download complete8d4ce630c014: Verifying Checksum8d4ce630c014: Download complete653f0ca87c5a: Verifying Checksum653f0ca87c5a: Download complete12d178b9321a: Pull complete023fa28c6b25: Pull complete735e4d9b87e0: Pull complete3d67e4541f01: Download complete6542116374a0: Pull complete44c143ceab21: Pull complete73d9c6c0a253: Pull completedcc99122ebd7: Pull complete5eb9e4eb1e0d: Pull complete9bf67a7d90d1: Pull complete8b29fa24d7dc: Download complete4e169419decb: Pull complete83236c382b5f: Pull completee9abdc611934: Pull complete5856cf582d06: Pull complete487cfb4f2ade: Pull completef161a5c7d41a: Pull complete752c4eefe314: Pull complete4f4fb700ef54: Pull complete8574634fb855: Pull complete45ffc9a6e835: Pull complete9b2e97c90544: Pull complete6f4caa19f8ea: Pull complete01fa1df0cfec: Pull complete24ce8b1b4144: Pull complete1d7b4875e8fa: Pull complete5abf41dc1464: Pull completed5d3780fe7b4: Pull complete64d6876b8f1b: Pull complete8d4ce630c014: Pull complete1ac83bafd18d: Pull completec3b051d5b40a: Verifying Checksumc3b051d5b40a: Download complete86b7aeb0fb7e: Verifying Checksum86b7aeb0fb7e: Download complete423ca6061d72: Verifying Checksum423ca6061d72: Download complete4b16ecf8eaf2: Download complete87088f8e69bd: Verifying Checksum87088f8e69bd: Download completecea0ae7b006a: Verifying Checksumcea0ae7b006a: Download complete3c0e8f4c1ce7: Verifying Checksum3c0e8f4c1ce7: Download complete87088f8e69bd: Pull complete653f0ca87c5a: Pull complete86b7aeb0fb7e: Pull complete3d67e4541f01: Pull complete8b29fa24d7dc: Pull completec3b051d5b40a: Pull completecea0ae7b006a: Pull complete423ca6061d72: Pull complete4b16ecf8eaf2: Pull complete3c0e8f4c1ce7: Pull completeDigest: sha256:ea5399b7a2ec2e4b64fcb77acf78d21ada08de36289328f93e71f81b9e933a1aStatus: Downloaded newer image for ocaml/opam@sha256:ea5399b7a2ec2e4b64fcb77acf78d21ada08de36289328f93e71f81b9e933a1a2025-12-28 08:23.44 ---> using "0063fda8739f5f8013b4d7431f310f1304f8d8914c38c2397f6b381aa46ec273" from cache/: (comment opensuse-15.6-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 08:23.44 ---> using "53dad08e061322df7226cdfefd70d755b5994512cd6fd5e0337eb9f74a349eb5" 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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-12-28 08:23.44 ---> using "acda9e1362db25f787f1e87ad3ad82e574cb076989d5fec702762c18148a2ee8" 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-28 08:23.44 ---> using "6fac0f4a58503df98e06c061ea62a6d3c61aa636596468a86e037106811c787a" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-12-28 08:23.44 ---> using "aa9a0a56382c325a142c5d9226106b994c6f69a6e311fd2ad655b5803d8dadb4" 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"))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 08:23.44 ---> using "09cca588dac5457bd10aee2d0bd19f4ccd1dd208500037de8aed1b490ed0f3e6" 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-28 08:23.45 ---> saved as "36084f01c7013703e3ba45e49fa5e09b38e28223c52e865980aaa96ede27fc99"/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 08:23.51 ---> saved as "ff02840cc7616cf4770f11130c1fa222cd8559fb1d4e2054f18860ae0d05e37d"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-12-28 08:23.51 ---> saved as "74b69746cc28be39a65d140d3827d05b18734ecc0029cfda55e4122e6a24ba5d"/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 "zypper" "--non-interactive" "refresh"- Repository 'Update repository of openSUSE Backports' is up to date.- Repository 'Update repository with updates from SUSE Linux Enterprise 15' is up to date.- Repository 'Main Update Repository' is up to date.- Repository 'Update Repository (Non-Oss)' is up to date.- Repository 'Non-OSS Repository' is up to date.- Repository 'Main Repository' is up to date.- All repositories have been refreshed.<><> 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 "zypper" "--non-interactive" "install" "mercurial"- Loading repository data...- Reading installed packages...- Resolving package dependencies...-- The following 19 NEW packages are going to be installed:- fontconfig libXext6 libXft2 libXmuu1 libXrender1 libXss1 libfontconfig1 libfreetype6 libopenssl1_1 libpng16-16 libpython3_6m1_0 mercurial python3 python3-base python3-curses sqlite3-tcl tcl tk xhost-- 19 new packages to install.-- Package download size: 20.0 MiB-- Package install size change:- | 69.3 MiB required by packages that will be installed- 69.3 MiB | - 0 B released by packages that will be removed-- Backend: classic_rpmtrans- Continue? [y/n/v/...? shows all options] (y): y- Retrieving: libXext6-1.3.3-1.30.x86_64 (Main Repository) (1/19), 33.2 KiB- Retrieving: libXext6-1.3.3-1.30.x86_64.rpm [.....- ....- ....- ...done]- Retrieving: libXmuu1-1.1.2-1.30.x86_64 (Main Repository) (2/19), 14.4 KiB- Retrieving: libXmuu1-1.1.2-1.30.x86_64.rpm [.done]- Retrieving: libXrender1-0.9.10-1.30.x86_64 (Main Repository) (3/19), 24.1 KiB- Retrieving: libXrender1-0.9.10-1.30.x86_64.rpm [.done]- Retrieving: libXss1-1.2.2-3.4.x86_64 (Main Repository) (4/19), 12.5 KiB- Retrieving: libXss1-1.2.2-3.4.x86_64.rpm [.done]- Retrieving: xhost-1.0.7-1.29.x86_64 (Main Repository) (5/19), 29.0 KiB- Retrieving: xhost-1.0.7-1.29.x86_64.rpm [.done]- Retrieving: libopenssl1_1-1.1.1w-150600.5.18.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (6/19), 1.4 MiB- Retrieving: libopenssl1_1-1.1.1w-150600.5.18.1.x86_64.rpm [...- ....- ....- .....not found]- Retrieving: libopenssl1_1-1.1.1w-150600.5.18.1.x86_64.rpm [.not found]- Retrieving: libopenssl1_1-1.1.1w-150600.5.18.1.x86_64.rpm [.- .done (825.6 KiB/s)]- Retrieving: libpng16-16-1.6.40-150600.3.3.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (7/19), 139.3 KiB- Retrieving: libpng16-16-1.6.40-150600.3.3.1.x86_64.rpm [.not found]- Retrieving: libpng16-16-1.6.40-150600.3.3.1.x86_64.rpm [.not found]- Retrieving: libpng16-16-1.6.40-150600.3.3.1.x86_64.rpm [.done]- Retrieving: sqlite3-tcl-3.50.2-150000.3.33.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (8/19), 725.7 KiB- Retrieving: sqlite3-tcl-3.50.2-150000.3.33.1.x86_64.rpm [.not found]- Retrieving: sqlite3-tcl-3.50.2-150000.3.33.1.x86_64.rpm [.not found]- Retrieving: sqlite3-tcl-3.50.2-150000.3.33.1.x86_64.rpm [..done (490.4 KiB/s)]- Retrieving: libpython3_6m1_0-3.6.15-150300.10.100.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (9/19), 1.2 MiB- Retrieving: libpython3_6m1_0-3.6.15-150300.10.100.1.x86_64.rpm [.not found]- Retrieving: libpython3_6m1_0-3.6.15-150300.10.100.1.x86_64.rpm [.not found]- Retrieving: libpython3_6m1_0-3.6.15-150300.10.100.1.x86_64.rpm [...done (961.3 KiB/s)]- Retrieving: python3-base-3.6.15-150300.10.100.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (10/19), 7.8 MiB- Retrieving: python3-base-3.6.15-150300.10.100.1.x86_64.rpm [.not found]- Retrieving: python3-base-3.6.15-150300.10.100.1.x86_64.rpm [.not found]- Retrieving: python3-base-3.6.15-150300.10.100.1.x86_64.rpm [....- ........- ..done (3.7 MiB/s)]- Retrieving: python3-3.6.15-150300.10.100.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (11/19), 106.0 KiB- Retrieving: python3-3.6.15-150300.10.100.1.x86_64.rpm [.not found]- Retrieving: python3-3.6.15-150300.10.100.1.x86_64.rpm [.not found]- Retrieving: python3-3.6.15-150300.10.100.1.x86_64.rpm [.done]- Retrieving: python3-curses-3.6.15-150300.10.100.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (12/19), 91.7 KiB- Retrieving: python3-curses-3.6.15-150300.10.100.1.x86_64.rpm [.not found]- Retrieving: python3-curses-3.6.15-150300.10.100.1.x86_64.rpm [.not found]- Retrieving: python3-curses-3.6.15-150300.10.100.1.x86_64.rpm [.done]- Retrieving: libfreetype6-2.10.4-150000.4.25.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (13/19), 454.8 KiB- Retrieving: libfreetype6-2.10.4-150000.4.25.1.x86_64.rpm [.not found]- Retrieving: libfreetype6-2.10.4-150000.4.25.1.x86_64.rpm [.not found]- Retrieving: libfreetype6-2.10.4-150000.4.25.1.x86_64.rpm [..done (128.4 KiB/s)]- Retrieving: tcl-8.6.12-150300.14.9.1.x86_64 (Main Repository) (14/19), 2.3 MiB- Retrieving: tcl-8.6.12-150300.14.9.1.x86_64.rpm [..done (1.0 MiB/s)]- Retrieving: fontconfig-2.14.2-150600.1.3.x86_64 (Main Repository) (15/19), 81.4 KiB- Retrieving: fontconfig-2.14.2-150600.1.3.x86_64.rpm [.done]- Retrieving: libfontconfig1-2.14.2-150600.1.3.x86_64 (Main Repository) (16/19), 126.4 KiB- Retrieving: libfontconfig1-2.14.2-150600.1.3.x86_64.rpm [.done]- Retrieving: libXft2-2.3.2-1.33.x86_64 (Main Repository) (17/19), 43.5 KiB- Retrieving: libXft2-2.3.2-1.33.x86_64.rpm [.done]- Retrieving: tk-8.6.12-150300.10.3.1.x86_64 (Main Repository) (18/19), 1.7 MiB- Retrieving: tk-8.6.12-150300.10.3.1.x86_64.rpm [..done (1.3 MiB/s)]- Retrieving: mercurial-5.9.1-150400.3.6.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (19/19), 3.8 MiB- Retrieving: mercurial-5.9.1-150400.3.6.1.x86_64.rpm [.not found]- Retrieving: mercurial-5.9.1-150400.3.6.1.x86_64.rpm [.- not found]- Retrieving: mercurial-5.9.1-150400.3.6.1.x86_64.rpm [.......done (3.7 MiB/s)]-- Checking for file conflicts: [..done]- ( 1/19) Installing: libXext6-1.3.3-1.30.x86_64 [..done]- ( 2/19) Installing: libXmuu1-1.1.2-1.30.x86_64 [..done]- ( 3/19) Installing: libXrender1-0.9.10-1.30.x86_64 [..done]- ( 4/19) Installing: libXss1-1.2.2-3.4.x86_64 [..done]- ( 5/19) Installing: xhost-1.0.7-1.29.x86_64 [.- .done]- ( 6/19) Installing: libopenssl1_1-1.1.1w-150600.5.18.1.x86_64 [..done]- ( 7/19) Installing: libpng16-16-1.6.40-150600.3.3.1.x86_64 [..done]- ( 8/19) Installing: sqlite3-tcl-3.50.2-150000.3.33.1.x86_64 [..done]- ( 9/19) Installing: libpython3_6m1_0-3.6.15-150300.10.100.1.x86_64 [..done]- (10/19) Installing: python3-base-3.6.15-150300.10.100.1.x86_64 [.......- ..done]- (11/19) Installing: python3-3.6.15-150300.10.100.1.x86_64 [..done]- (12/19) Installing: python3-curses-3.6.15-150300.10.100.1.x86_64 [..done]- (13/19) Installing: libfreetype6-2.10.4-150000.4.25.1.x86_64 [..done]- (14/19) Installing: tcl-8.6.12-150300.14.9.1.x86_64 [...done]- (15/19) Installing: fontconfig-2.14.2-150600.1.3.x86_64 [..done]- (16/19) Installing: libfontconfig1-2.14.2-150600.1.3.x86_64 [..done]- (17/19) Installing: libXft2-2.3.2-1.33.x86_64 [..done]- (18/19) Installing: tk-8.6.12-150300.10.3.1.x86_64 [...done]- (19/19) Installing: mercurial-5.9.1-150400.3.6.1.x86_64 [...- ..done]2025-12-28 08:24.15 ---> saved as "4e14e82f011bad99058477d3d28dbadd13bc0a048055e208ca12713a84cecbe1"/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 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 08:24.49 ---> saved as "40fcaf184e79d2e478852bbc6ff75c121dc9da8874ff8cf76f64059c64c2b435"/src: (copy (src .) (dst /src))2025-12-28 08:24.50 ---> saved as "13680adfd8b229e1a81af3de2e66f043d5e7c18ca8f3a653b36cf67ec9aa95b2"/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 08:24.52 ---> saved as "d18d140535ed8231f0e51482e22c95cd4932842061af3ad26324cc1853039e21"Job succeeded2025-12-28 08:24.52: Job succeeded