Build:
  1. 0
2025-01-12 21:31.07: New job: Voodoo prep coq-native.1; c15740ecae1c7e300a5f0a1704776499
2025-01-12 21:31.07: Waiting for resource in pool OCluster
2025-01-12 21:32.29: Waiting for worker…
2025-01-12 21:33.13: Got resource from pool OCluster
2025-01-12 21:33.13: Using cache hint "docs-universe-prep-5.1.1"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-5.1@sha256:65fa25ed9906610fb78f7499e83aae6d86cfcdbec4915fffa0a62db195d9127f)
         (user (uid 1000) (gid 1000))
         (workdir /home/opam)
         (run (shell "sudo chown opam:opam /home/opam"))
         (run (network host)
              (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
         (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
              (network host)
              (shell "opam pin -ny https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9  && opam depext -iy voodoo-prep"))
         (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))))
 (from ocaml/opam:debian-12-ocaml-5.1@sha256:65fa25ed9906610fb78f7499e83aae6d86cfcdbec4915fffa0a62db195d9127f)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo chown opam:opam /home/opam"))
 (run (shell "sudo mkdir /src"))
 (copy (src packages) (dst /src/packages))
 (copy (src repo) (dst /src/repo))
 (run (network host)
      (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni"))
 (run (shell "opam repo remove default && opam repo add opam /src"))
 (copy (from (build tools)) (src /home/opam/voodoo-prep) (dst /home/opam/))
 (comment "no build system")
 (env DUNE_CACHE disabled)
 (env DUNE_CACHE_TRANSPORT direct)
 (env DUNE_CACHE_DUPLICATION copy)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "(sudo apt update) && ((opam depext -viy coq-native.1 rocq-native.1 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u coq-native:c15740ecae1c7e300a5f0a1704776499,rocq-native:d41d8cd98f00b204e9800998ecf8427e"))
 (run (network host)
      (secrets (ssh_privkey (target /home/opam/.ssh/id_rsa)) (ssh_pubkey (target /home/opam/.ssh/id_rsa.pub)) (ssh_config (target /home/opam/.ssh/config)))
      (shell "(echo '0.009379') && (for DATA in prep/universes/d41d8cd98f00b204e9800998ecf8427e/rocq-native/1,rocq-native.1-d41d8cd98f00b204e9800998ecf8427e,rocq-native.1 prep/universes/c15740ecae1c7e300a5f0a1704776499/coq-native/1,coq-native.1-c15740ecae1c7e300a5f0a1704776499,coq-native.1; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/*  && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/d41d8cd98f00b204e9800998ecf8427e/rocq-native/1,rocq-native.1-d41d8cd98f00b204e9800998ecf8427e,rocq-native.1 prep/universes/c15740ecae1c7e300a5f0a1704776499/coq-native/1,coq-native.1-c15740ecae1c7e300a5f0a1704776499,coq-native.1; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/d41d8cd98f00b204e9800998ecf8427e/rocq-native/1,rocq-native.1-d41d8cd98f00b204e9800998ecf8427e,rocq-native.1 prep/universes/c15740ecae1c7e300a5f0a1704776499/coq-native/1,coq-native.1-c15740ecae1c7e300a5f0a1704776499,coq-native.1; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
)
END-OF-SPEC

ocluster-client submit-obuilder https://github.com/ocaml/opam-repository.git fcf302073d4b3acf27aaca2f346c47a4e867cb55 --local-file prep.spec \
--pool linux-x86_64 --connect ocluster-submission.cap --cache-hint docs-universe-prep-5.1.1 \
--secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config

2025-01-12 21:33.13: RETRYING: 2025-01-12/213107-voodoo-prep-023bad Number of retries: 0 (retriable error condition)
Building on doris.caelum.ci.dev
All commits already cached
Updating files:  70% (20398/28918)
Updating files:  71% (20532/28918)
Updating files:  72% (20821/28918)
Updating files:  73% (21111/28918)
Updating files:  74% (21400/28918)
Updating files:  75% (21689/28918)
Updating files:  76% (21978/28918)
Updating files:  77% (22267/28918)
Updating files:  78% (22557/28918)
Updating files:  79% (22846/28918)
Updating files:  80% (23135/28918)
Updating files:  81% (23424/28918)
Updating files:  82% (23713/28918)
Updating files:  83% (24002/28918)
Updating files:  84% (24292/28918)
Updating files:  85% (24581/28918)
Updating files:  86% (24870/28918)
Updating files:  87% (25159/28918)
Updating files:  88% (25448/28918)
Updating files:  89% (25738/28918)
Updating files:  90% (26027/28918)
Updating files:  91% (26316/28918)
Updating files:  92% (26605/28918)
Updating files:  93% (26894/28918)
Updating files:  94% (27183/28918)
Updating files:  95% (27473/28918)
Updating files:  96% (27762/28918)
Updating files:  97% (28051/28918)
Updating files:  98% (28340/28918)
Updating files:  99% (28629/28918)
Updating files: 100% (28918/28918)
Updating files: 100% (28918/28918), done.
HEAD is now at fcf302073d Add rocq-native

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-5.1@sha256:65fa25ed9906610fb78f7499e83aae6d86cfcdbec4915fffa0a62db195d9127f)
2025-01-12 21:33.36 ---> using "7293932247dd1f99fc98d4a518f19bf0654cb0f176f2cb63716db2cbd903554b" from cache

/: (user (uid 1000) (gid 1000))

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2025-01-12 21:33.36 ---> using "db8c98fadaa2fbe063261d84f00726f9d28c006b178d6d56659bb73e3b70de1c" from cache

/home/opam: (run (network host)
                 (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
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]
Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8792 kB]
Get:5 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [241 kB]
Fetched 9288 kB in 1s (6896 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  libpkgconf3 pkgconf pkgconf-bin
Suggested packages:
  m4-doc
The following NEW packages will be installed:
  libpkgconf3 m4 pkg-config pkgconf pkgconf-bin
0 upgraded, 5 newly installed, 0 to remove and 14 not upgraded.
Need to get 392 kB of archives.
After this operation, 969 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bookworm/main amd64 libpkgconf3 amd64 1.8.1-1 [36.1 kB]
Get:2 http://deb.debian.org/debian bookworm/main amd64 m4 amd64 1.4.19-3 [287 kB]
Get:3 http://deb.debian.org/debian bookworm/main amd64 pkgconf-bin amd64 1.8.1-1 [29.5 kB]
Get:4 http://deb.debian.org/debian bookworm/main amd64 pkgconf amd64 1.8.1-1 [25.9 kB]
Get:5 http://deb.debian.org/debian bookworm/main amd64 pkg-config amd64 1.8.1-1 [13.7 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 392 kB in 0s (6649 kB/s)
Selecting previously unselected package libpkgconf3: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 ... 18776 files and directories currently installed.)
Preparing to unpack .../libpkgconf3_1.8.1-1_amd64.deb ...
Unpacking libpkgconf3:amd64 (1.8.1-1) ...
Selecting previously unselected package m4.
Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ...
Unpacking m4 (1.4.19-3) ...
Selecting previously unselected package pkgconf-bin.
Preparing to unpack .../pkgconf-bin_1.8.1-1_amd64.deb ...
Unpacking pkgconf-bin (1.8.1-1) ...
Selecting previously unselected package pkgconf:amd64.
Preparing to unpack .../pkgconf_1.8.1-1_amd64.deb ...
Unpacking pkgconf:amd64 (1.8.1-1) ...
Selecting previously unselected package pkg-config:amd64.
Preparing to unpack .../pkg-config_1.8.1-1_amd64.deb ...
Unpacking pkg-config:amd64 (1.8.1-1) ...
Setting up m4 (1.4.19-3) ...
Setting up libpkgconf3:amd64 (1.8.1-1) ...
Setting up pkgconf-bin (1.8.1-1) ...
Setting up pkgconf:amd64 (1.8.1-1) ...
Setting up pkg-config:amd64 (1.8.1-1) ...
Processing triggers for libc-bin (2.36-9+deb12u9) ...
2025-01-12 21:33.40 ---> saved as "f277de901af4eaf81d9074fa99ae4eb2e374876c8fc48c2eba1fb5f5e4938dcf"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
                 (network host)
                 (shell "opam pin -ny https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9  && opam depext -iy voodoo-prep"))
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo: git]
[voodoo] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9
This will pin the following packages: voodoo-prep, voodoo-lib, voodoo-gen, voodoo-do. Continue? [Y/n] y
Package voodoo-prep does not exist, create as a NEW package? [Y/n] y
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev: git]
[voodoo-prep.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9
voodoo-prep is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (version ~dev)
Package voodoo-lib does not exist, create as a NEW package? [Y/n] y
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev: git]
[voodoo-lib.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9
voodoo-lib is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (version ~dev)
Package voodoo-gen does not exist, create as a NEW package? [Y/n] y
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev: git]
[voodoo-gen.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9
voodoo-gen is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (version ~dev)
Package voodoo-do does not exist, create as a NEW package? [Y/n] y
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev: git]
[voodoo-do.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9
voodoo-do is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (version ~dev)
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
# All required OS packages found.
# Now letting opam install the packages

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[voodoo-prep.~dev] no changes from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9

The following actions will be performed:
  - install ocamlbuild       0.15.0 [required by bos]
  - install dune             3.17.1 [required by voodoo-prep]
  - install ocamlfind        1.9.6  [required by bos]
  - install cmdliner         1.3.0  [required by voodoo-prep]
  - install seq              base   [required by re]
  - install swhid_core       0.1    [required by opam-core]
  - install stdlib-shims     0.3.0  [required by ocamlgraph, sha]
  - install opam-file-format 2.1.6  [required by opam-format]
  - install topkg            1.0.7  [required by bos]
  - install re               1.12.0 [required by opam-format]
  - install sha              1.15.4 [required by opam-core]
  - install ocamlgraph       2.1.0  [required by opam-core]
  - install uutf             1.0.3  [required by opam-core]
  - install rresult          0.7.0  [required by bos]
  - install fmt              0.9.0  [required by bos]
  - install astring          0.8.5  [required by bos]
  - install jsonm            1.0.2  [required by opam-core]
  - install logs             0.7.0  [required by bos]
  - install fpath            0.7.3  [required by voodoo-prep]
  - install opam-core        2.3.0  [required by opam-format]
  - install bos              0.2.1  [required by voodoo-prep]
  - install opam-format      2.3.0  [required by voodoo-prep]
  - install voodoo-prep      ~dev*
===== 23 to install =====

<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[astring.0.8.5] found in cache
[bos.0.2.1] found in cache
[cmdliner.1.3.0] found in cache
[dune.3.17.1] found in cache
[fmt.0.9.0] found in cache
[fpath.0.7.3] found in cache
[jsonm.1.0.2] found in cache
[logs.0.7.0] found in cache
[ocamlbuild.0.15.0] found in cache
[ocamlfind.1.9.6] found in cache
[ocamlgraph.2.1.0] found in cache
[opam-core.2.3.0] found in cache
[opam-file-format.2.1.6] found in cache
[opam-format.2.3.0] found in cache
[re.1.12.0] found in cache
[rresult.0.7.0] found in cache
[sha.1.15.4] found in cache
[stdlib-shims.0.3.0] found in cache
[swhid_core.0.1] found in cache
[topkg.1.0.7] found in cache
[uutf.1.0.3] found in cache
[voodoo-prep.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed seq.base
-> installed cmdliner.1.3.0
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.15.0
-> installed topkg.1.0.7
-> installed rresult.0.7.0
-> installed uutf.1.0.3
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed jsonm.1.0.2
-> installed fpath.0.7.3
-> installed logs.0.7.0
-> installed dune.3.17.1
-> installed stdlib-shims.0.3.0
-> installed swhid_core.0.1
-> installed bos.0.2.1
-> installed opam-file-format.2.1.6
-> installed re.1.12.0
-> installed sha.1.15.4
-> installed ocamlgraph.2.1.0
-> installed opam-core.2.3.0
-> installed opam-format.2.3.0
-> installed voodoo-prep.~dev
Done.
# Run eval $(opam env) to update the current shell environment
2025-01-12 21:34.29 ---> saved as "bb8ccb52f7d9d3d831459219d9b620004a9e1a749ea524b049441e3d1c2de2c6"

/home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))
2025-01-12 21:34.30 ---> saved as "ddb11338b0889f78f19c1550d9d9fcdc8260db76f30528766a8dd76bdf8e862a"
2025-01-12 21:34.30 --> finished "tools"

(from ocaml/opam:debian-12-ocaml-5.1@sha256:65fa25ed9906610fb78f7499e83aae6d86cfcdbec4915fffa0a62db195d9127f)
2025-01-12 21:34.30 ---> using "7293932247dd1f99fc98d4a518f19bf0654cb0f176f2cb63716db2cbd903554b" from cache

/: (user (uid 1000) (gid 1000))

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2025-01-12 21:34.30 ---> using "db8c98fadaa2fbe063261d84f00726f9d28c006b178d6d56659bb73e3b70de1c" from cache

/home/opam: (run (shell "sudo mkdir /src"))
2025-01-12 21:34.30 ---> saved as "690e89b4dad60054dae84fecbaea029b2c7900b44a58573685e9b17833b448c8"

/home/opam: (copy (src packages) (dst /src/packages))
2025-01-12 21:34.45 ---> saved as "4bf5b05d29c061683fadd00d150312fca3ec15f8fd413e27564ad3197e0d52b7"

/home/opam: (copy (src repo) (dst /src/repo))
2025-01-12 21:34.45 ---> saved as "b32bdcab61c44a3a040cbcab3ff67b11deb449b7cffeaf0514e467ebcaa4e2c8"

/home/opam: (run (network host)
                 (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && 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 development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.1, which can't be reverted.
You may want to back it up before going further.

Continue? [Y/n] y
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2025-01-12 21:35.50 ---> saved as "ab74becb568935e84e8d92adcf2211512b6336dbffe52e47b779c9c34b02c861"

/home/opam: (run (shell "opam repo remove default && opam repo add opam /src"))
Repositories removed from the selections of switch 5.1. Use '--all' to forget about them altogether.
[opam] Initialised
[NOTE] Repository opam has been added to the selections of switch 5.1 only.
       Run `opam repository add opam --all-switches|--set-default' to use it in all existing switches, or in newly created switches, respectively.

2025-01-12 21:36.07 ---> saved as "3238055e6350fcee1e78950e77637b8f7b63e4c29df473e4a26499e318717e85"

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2025-01-12 21:36.07 ---> saved as "79f2049176079bc8b9f100e90845d5fad715587cf0026b7e659049bbc2a8fa63"

/home/opam: (comment "no build system")

/home/opam: (env DUNE_CACHE disabled)

/home/opam: (env DUNE_CACHE_TRANSPORT direct)

/home/opam: (env DUNE_CACHE_DUPLICATION copy)

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
                 (network host)
                 (shell "(sudo apt update) && ((opam depext -viy coq-native.1 rocq-native.1 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
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]
Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8792 kB]
Get:5 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [241 kB]
Fetched 9288 kB in 1s (6913 kB/s)
Reading package lists...
Building dependency tree...
Reading state information...
14 packages can be upgraded. Run 'apt list --upgradable' to see them.
Opam plugin "depext" may require upgrading/reinstalling. Reinstall the plugin on the current switch? [Y/n] y
The following actions will be performed:
  - recompile opam-depext 1.2.3

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved opam-depext.1.2.3  (cached)
-> removed   opam-depext.1.2.3
-> installed opam-depext.1.2.3
Done.

<><> opam-depext.1.2.3 installed successfully <><><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
# Run eval $(opam env) to update the current shell environment

<><> Carrying on to "opam depext -viy coq-native.1 rocq-native.1" <><><><><><><>

Since version 2.1, opam now handles external dependencies alongside OCaml ones, and the `depext` plugin interface is provided for backwards compatibility only. Consider using your usual `opam install` command to install both OCaml and system dependencies, or `opam install <pkg> --depext-only` if you want to only install external dependencies.
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
[ERROR] No solution for coq-native.1 & rocq-native.1:   * Incompatible packages:
            - (invariant) -> ocaml-base-compiler = 5.1.1 -> base-nnp
            - coq-native
            You can temporarily relax the switch invariant with `--update-invariant'


Command failed: opam --cli=2.1 list --readonly --external '--resolve=coq-native.1,rocq-native.1' --color=never returned 20
2025-01-12 21:36.31 ---> saved as "a3ec0fb821434ecbb2d8a70fdff1a714e9403a884ca32da49014d1a3fcf0d774"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u coq-native:c15740ecae1c7e300a5f0a1704776499,rocq-native:d41d8cd98f00b204e9800998ecf8427e"))
2025-01-12 21:36.33 ---> saved as "4908a6369184efc60ba16f0f03e39ee04d92f8c01e58c88d0ba84a0976fe8155"

/home/opam: (run (network host)
                 (secrets (ssh_privkey (target /home/opam/.ssh/id_rsa)) (ssh_pubkey (target /home/opam/.ssh/id_rsa.pub)) (ssh_config (target /home/opam/.ssh/config)))
                 (shell "(echo '0.009379') && (for DATA in prep/universes/d41d8cd98f00b204e9800998ecf8427e/rocq-native/1,rocq-native.1-d41d8cd98f00b204e9800998ecf8427e,rocq-native.1 prep/universes/c15740ecae1c7e300a5f0a1704776499/coq-native/1,coq-native.1-c15740ecae1c7e300a5f0a1704776499,coq-native.1; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/*  && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/d41d8cd98f00b204e9800998ecf8427e/rocq-native/1,rocq-native.1-d41d8cd98f00b204e9800998ecf8427e,rocq-native.1 prep/universes/c15740ecae1c7e300a5f0a1704776499/coq-native/1,coq-native.1-c15740ecae1c7e300a5f0a1704776499,coq-native.1; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/d41d8cd98f00b204e9800998ecf8427e/rocq-native/1,rocq-native.1-d41d8cd98f00b204e9800998ecf8427e,rocq-native.1 prep/universes/c15740ecae1c7e300a5f0a1704776499/coq-native/1,coq-native.1-c15740ecae1c7e300a5f0a1704776499,coq-native.1; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.009379
FAILED:rocq-native.1-d41d8cd98f00b204e9800998ecf8427e
prep/universes/d41d8cd98f00b204e9800998ecf8427e/rocq-native/1/opam
prep/universes/d41d8cd98f00b204e9800998ecf8427e/rocq-native/1/opam.err.log
FAILED:coq-native.1-c15740ecae1c7e300a5f0a1704776499
prep/universes/c15740ecae1c7e300a5f0a1704776499/coq-native/1/opam
prep/universes/c15740ecae1c7e300a5f0a1704776499/coq-native/1/opam.err.log
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
HASHES:rocq-native.1-d41d8cd98f00b204e9800998ecf8427e:2021ccfc207da3b86c91b726ca04710521f6e2037a9826defd8b51eb81b70dcf
HASHES:coq-native.1-c15740ecae1c7e300a5f0a1704776499:d3c6beb3b807144932a62977b23e07b074e03b2ab8c6d9162e039e4412f5f4dd
2025-01-12 21:36.36 ---> saved as "f524c0d08575e913689a69325ed26d00278450702bcaeed0b85df2d2e6657cfe"
Job succeeded
2025-01-12 21:42.22: Failed: rocq-native.1-d41d8cd98f00b204e9800998ecf8427e
2025-01-12 21:42.22: Failed: coq-native.1-c15740ecae1c7e300a5f0a1704776499
2025-01-12 21:42.22: coq-native.1-c15740ecae1c7e300a5f0a1704776499 -> d3c6beb3b807144932a62977b23e07b074e03b2ab8c6d9162e039e4412f5f4dd
2025-01-12 21:42.22: rocq-native.1-d41d8cd98f00b204e9800998ecf8427e -> 2021ccfc207da3b86c91b726ca04710521f6e2037a9826defd8b51eb81b70dcf
2025-01-12 21:42.22: Job succeeded