Build:
  1. 0
2024-11-06 21:57.22: New job: Voodoo prep prbnmcn-dagger.0.0.2; 99a1f87746237050811af65817e5f7ab
2024-11-06 21:57.22: Waiting for resource in pool OCluster
2024-11-06 21:58.57: Waiting for worker…
2024-11-06 22:06.19: Got resource from pool OCluster
2024-11-06 22:06.19: 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:af6e5286de969c86eeb59dd53d9dc3786ceb264aa31fc4cb8f1132af26874ca9)
         (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:af6e5286de969c86eeb59dd53d9dc3786ceb264aa31fc4cb8f1132af26874ca9)
 (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/))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "opam install dune.3.16.1 ocamlfind.1.9.6"))
 (env DUNE_CACHE enabled)
 (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 prbnmcn-dagger.0.0.2 pringo.1.4 prbnmcn-cgrph.0.0.2 ocamlfind.1.9.6 dune.3.16.1 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u prbnmcn-dagger:99a1f87746237050811af65817e5f7ab,pringo:e8620d8c7500af01224fa69f7bfdc392"))
 (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.077199') && (for DATA in prep/universes/e8620d8c7500af01224fa69f7bfdc392/pringo/1.4,pringo.1.4-e8620d8c7500af01224fa69f7bfdc392,pringo.1.4 prep/universes/99a1f87746237050811af65817e5f7ab/prbnmcn-dagger/0.0.2,prbnmcn-dagger.0.0.2-99a1f87746237050811af65817e5f7ab,prbnmcn-dagger.0.0.2; 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/e8620d8c7500af01224fa69f7bfdc392/pringo/1.4,pringo.1.4-e8620d8c7500af01224fa69f7bfdc392,pringo.1.4 prep/universes/99a1f87746237050811af65817e5f7ab/prbnmcn-dagger/0.0.2,prbnmcn-dagger.0.0.2-99a1f87746237050811af65817e5f7ab,prbnmcn-dagger.0.0.2; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/e8620d8c7500af01224fa69f7bfdc392/pringo/1.4,pringo.1.4-e8620d8c7500af01224fa69f7bfdc392,pringo.1.4 prep/universes/99a1f87746237050811af65817e5f7ab/prbnmcn-dagger/0.0.2,prbnmcn-dagger.0.0.2-99a1f87746237050811af65817e5f7ab,prbnmcn-dagger.0.0.2; 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 5653f50f1342f1aa63364ac80cd45e82f6fefc2e --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

2024-11-06 22:06.19: RETRYING: 2024-11-06/215722-voodoo-prep-3e9328 Number of retries: 0 (retriable error condition)
Building on x86-bm-c3.sw.ocaml.org
All commits already cached
Updating files:  46% (15164/32612)
Updating files:  47% (15328/32612)
Updating files:  48% (15654/32612)
Updating files:  49% (15980/32612)
Updating files:  50% (16306/32612)
Updating files:  51% (16633/32612)
Updating files:  52% (16959/32612)
Updating files:  53% (17285/32612)
Updating files:  54% (17611/32612)
Updating files:  55% (17937/32612)
Updating files:  56% (18263/32612)
Updating files:  57% (18589/32612)
Updating files:  58% (18915/32612)
Updating files:  59% (19242/32612)
Updating files:  60% (19568/32612)
Updating files:  61% (19894/32612)
Updating files:  62% (20220/32612)
Updating files:  63% (20546/32612)
Updating files:  64% (20872/32612)
Updating files:  65% (21198/32612)
Updating files:  66% (21524/32612)
Updating files:  67% (21851/32612)
Updating files:  68% (22177/32612)
Updating files:  69% (22503/32612)
Updating files:  70% (22829/32612)
Updating files:  71% (23155/32612)
Updating files:  72% (23481/32612)
Updating files:  73% (23807/32612)
Updating files:  74% (24133/32612)
Updating files:  75% (24459/32612)
Updating files:  76% (24786/32612)
Updating files:  77% (25112/32612)
Updating files:  78% (25438/32612)
Updating files:  79% (25764/32612)
Updating files:  80% (26090/32612)
Updating files:  81% (26416/32612)
Updating files:  82% (26742/32612)
Updating files:  83% (27068/32612)
Updating files:  84% (27395/32612)
Updating files:  85% (27721/32612)
Updating files:  85% (27858/32612)
Updating files:  86% (28047/32612)
Updating files:  87% (28373/32612)
Updating files:  88% (28699/32612)
Updating files:  89% (29025/32612)
Updating files:  90% (29351/32612)
Updating files:  91% (29677/32612)
Updating files:  92% (30004/32612)
Updating files:  93% (30330/32612)
Updating files:  94% (30656/32612)
Updating files:  95% (30982/32612)
Updating files:  96% (31308/32612)
Updating files:  97% (31634/32612)
Updating files:  98% (31960/32612)
Updating files:  99% (32286/32612)
Updating files: 100% (32612/32612)
Updating files: 100% (32612/32612), done.
HEAD is now at 5653f50f13 Conflict 5.3.0~alpha1

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-5.1@sha256:af6e5286de969c86eeb59dd53d9dc3786ceb264aa31fc4cb8f1132af26874ca9)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.1@sha256:af6e5286de969c86eeb59dd53d9dc3786ceb264aa31fc4cb8f1132af26874ca9' locally
docker.io/ocaml/opam@sha256:af6e5286de969c86eeb59dd53d9dc3786ceb264aa31fc4cb8f1132af26874ca9: Pulling from ocaml/opam
9d43aa5e4ded: Pulling fs layer
9d43aa5e4ded: Verifying Checksum
9d43aa5e4ded: Download complete
9d43aa5e4ded: Pull complete
Digest: sha256:af6e5286de969c86eeb59dd53d9dc3786ceb264aa31fc4cb8f1132af26874ca9
Status: Downloaded newer image for ocaml/opam@sha256:af6e5286de969c86eeb59dd53d9dc3786ceb264aa31fc4cb8f1132af26874ca9
2024-11-06 21:59.58 ---> using "3752cff479528129040211ae59afcc6cf6877cf2f5bd1c33b3b220fda356ea35" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-11-06 21:59.58 ---> using "940a00b3a5a0dbcb75817bd6e1b81ae1a41190a17dc516068ffdce533de003bc" from cache

/home/opam: (run (network host)
                 (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [190 kB]
Fetched 293 kB in 0s (1003 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 1 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 (14.1 MB/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+deb12u8) ...
2024-11-06 21:59.58 ---> using "71a4aa8b7be443652a8f3a49a3a8d434ddd41e612a57ce7bbd7003752d0b2728" from cache

/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.16.0 [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.2.1  [required by opam-format]
  - install bos              0.2.1  [required by voodoo-prep]
  - install opam-format      2.2.1  [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.16.0] 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.2.1] found in cache
[opam-file-format.2.1.6] found in cache
[opam-format.2.2.1] 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 bos.0.2.1
-> installed dune.3.16.0
-> installed stdlib-shims.0.3.0
-> installed swhid_core.0.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.2.1
-> installed opam-format.2.2.1
-> installed voodoo-prep.~dev
Done.
# Run eval $(opam env) to update the current shell environment
2024-11-06 21:59.58 ---> using "35bf3f822a675b9a204fac4e18a430a091e5ff79fd2bee09a639d87af110e26f" from cache

/home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))
2024-11-06 21:59.58 ---> using "cfe5c1a8859d3ebf031a3d06ea3096b9895c65f6b530e89f3629de1077a5bea9" from cache
2024-11-06 21:59.58 --> finished "tools"

(from ocaml/opam:debian-12-ocaml-5.1@sha256:af6e5286de969c86eeb59dd53d9dc3786ceb264aa31fc4cb8f1132af26874ca9)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.1@sha256:af6e5286de969c86eeb59dd53d9dc3786ceb264aa31fc4cb8f1132af26874ca9' locally
docker.io/ocaml/opam@sha256:af6e5286de969c86eeb59dd53d9dc3786ceb264aa31fc4cb8f1132af26874ca9: Pulling from ocaml/opam
9d43aa5e4ded: Pulling fs layer
9d43aa5e4ded: Verifying Checksum
9d43aa5e4ded: Download complete
9d43aa5e4ded: Pull complete
Digest: sha256:af6e5286de969c86eeb59dd53d9dc3786ceb264aa31fc4cb8f1132af26874ca9
Status: Downloaded newer image for ocaml/opam@sha256:af6e5286de969c86eeb59dd53d9dc3786ceb264aa31fc4cb8f1132af26874ca9
2024-11-06 21:59.58 ---> using "3752cff479528129040211ae59afcc6cf6877cf2f5bd1c33b3b220fda356ea35" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-11-06 21:59.58 ---> using "940a00b3a5a0dbcb75817bd6e1b81ae1a41190a17dc516068ffdce533de003bc" from cache

/home/opam: (run (shell "sudo mkdir /src"))
2024-11-06 21:59.58 ---> using "f9720b0797a00af2eab40cfa52ba0a780d1ea1b22c71db954e5038d8475eae7a" from cache

/home/opam: (copy (src packages) (dst /src/packages))
2024-11-06 22:00.00 ---> using "67a9d075a94d2b16d4dac2a4687f18be20b9236c7afc8d439182a65a622213bb" from cache

/home/opam: (copy (src repo) (dst /src/repo))
2024-11-06 22:00.00 ---> using "8800adbfbafba07668ba278c642593044674aaef0fad870647c1feec1a49417c" from cache

/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
2024-11-06 22:00.00 ---> using "56eac3dd3e177dac2416578662bb4b32d6f759d4c95ac52ad86b99470d23792c" from cache

/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.

2024-11-06 22:00.00 ---> using "9652a4f92b462e3fd37c6f7fdf181d504aebd0833397d3c4eb97d5eae4622e64" from cache

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-11-06 22:00.00 ---> using "99a9c0dbe8aecc4bb22ce8b7f31cf4e91287c272b1760b2cc92d546d9ea67142" from cache

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
                 (network host)
                 (shell "opam install dune.3.16.1 ocamlfind.1.9.6"))
The following actions will be performed:
  - install dune      3.16.1
  - install ocamlfind 1.9.6
===== 2 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved dune.3.16.1  (cached)
-> installed ocamlfind.1.9.6
-> installed dune.3.16.1
Done.
# Run eval $(opam env) to update the current shell environment
2024-11-06 22:00.00 ---> using "f1866745cf7917ea795d0764c25fb213d94da48627a26eb32aa58bf56648cc3b" from cache

/home/opam: (env DUNE_CACHE enabled)

/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 prbnmcn-dagger.0.0.2 pringo.1.4 prbnmcn-cgrph.0.0.2 ocamlfind.1.9.6 dune.3.16.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.

Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [190 kB]
Fetched 293 kB in 0s (1032 kB/s)
Reading package lists...
Building dependency tree...
Reading state information...
1 package can be upgraded. Run 'apt list --upgradable' to see it.
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 prbnmcn-dagger.0.0.2 pringo.1.4 prbnmcn-cgrph.0.0.2 ocamlfind.1.9.6 dune.3.16.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
# No extra OS packages requirements found.
[NOTE] Package dune is already installed (current version is 3.16.1).
[NOTE] Package ocamlfind is already installed (current version is 1.9.6).
The following actions will be performed:
  - install pringo         1.4
  - install prbnmcn-cgrph  0.0.2
  - install prbnmcn-dagger 0.0.2
===== 3 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/9:
Processing  2/9:
Processing  3/9:
-> retrieved prbnmcn-cgrph.0.0.2  (cached)
Processing  4/9: [prbnmcn-cgrph: dune build]
-> retrieved prbnmcn-dagger.0.0.2  (cached)
-> retrieved pringo.1.4  (cached)
Processing  5/9: [prbnmcn-cgrph: dune build] [pringo: make]
-> compiled  prbnmcn-cgrph.0.0.2
Processing  5/9: [pringo: make]
-> installed prbnmcn-cgrph.0.0.2
Processing  6/9: [pringo: make]
+ /usr/bin/make  (CWD=/home/opam/.opam/5.1/.opam-switch/build/pringo.1.4)
- ocamlopt -g -safe-string -bin-annot -c PRNG.mli
- ocamlopt -g -safe-string -bin-annot -c PRNG.ml
- ocamlc -g -safe-string -bin-annot -c PRNG.ml
- ocamlc -g -safe-string -bin-annot -c stubs.c
- ocamlmklib -o PRNG PRNG.cmo PRNG.cmx stubs.o
-> compiled  pringo.1.4
Processing  7/9: [pringo: make install]
+ /usr/bin/make "install" (CWD=/home/opam/.opam/5.1/.opam-switch/build/pringo.1.4)
- ocamlfind install pringo META PRNG.mli PRNG.cmi PRNG.cmti PRNG.cma PRNG.cmxa PRNG.a libPRNG.a dllPRNG.so
- Installed /home/opam/.opam/5.1/lib/pringo/libPRNG.a
- Installed /home/opam/.opam/5.1/lib/pringo/PRNG.a
- Installed /home/opam/.opam/5.1/lib/pringo/PRNG.cmxa
- Installed /home/opam/.opam/5.1/lib/pringo/PRNG.cma
- Installed /home/opam/.opam/5.1/lib/pringo/PRNG.cmti
- Installed /home/opam/.opam/5.1/lib/pringo/PRNG.cmi
- Installed /home/opam/.opam/5.1/lib/pringo/PRNG.mli
- Installed /home/opam/.opam/5.1/lib/stublibs/dllPRNG.so
- Installed /home/opam/.opam/5.1/lib/stublibs/dllPRNG.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/5.1/lib/stublibs is not mentioned in ld.conf
- Installed /home/opam/.opam/5.1/lib/pringo/META
-> installed pringo.1.4
Processing  8/9: [prbnmcn-dagger: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "prbnmcn-dagger" "-j" "39" "@install" (CWD=/home/opam/.opam/5.1/.opam-switch/build/prbnmcn-dagger.0.0.2)
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlopt.opt -w -40 -O3 -warn-error -39 -I src/.dagger.objs/byte -I src/.dagger.objs/native -I /home/opam/.opam/5.1/lib/prbnmcn-cgrph -I /home/opam/.opam/5.1/lib/pringo -intf-suffix .ml -no-alias-deps -open Dagger__ -o src/.dagger.objs/native/dagger__RNG.cmx -c -impl src/RNG.ml)
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module PRNG, and its interface was not compiled with -opaque
-> compiled  prbnmcn-dagger.0.0.2
-> installed prbnmcn-dagger.0.0.2
Done.
# Run eval $(opam env) to update the current shell environment
2024-11-06 22:01.41 ---> saved as "b76792e32e8b91dc17204f8553d682b9bbeaf2ed2f615a78e89199fdfa887327"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u prbnmcn-dagger:99a1f87746237050811af65817e5f7ab,pringo:e8620d8c7500af01224fa69f7bfdc392"))
2024-11-06 22:01.43 ---> saved as "07b1c4f58e06e34aa29a6803cff516631c95bcca8b18a4aed3fcbc2ad2838cde"

/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.077199') && (for DATA in prep/universes/e8620d8c7500af01224fa69f7bfdc392/pringo/1.4,pringo.1.4-e8620d8c7500af01224fa69f7bfdc392,pringo.1.4 prep/universes/99a1f87746237050811af65817e5f7ab/prbnmcn-dagger/0.0.2,prbnmcn-dagger.0.0.2-99a1f87746237050811af65817e5f7ab,prbnmcn-dagger.0.0.2; 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/e8620d8c7500af01224fa69f7bfdc392/pringo/1.4,pringo.1.4-e8620d8c7500af01224fa69f7bfdc392,pringo.1.4 prep/universes/99a1f87746237050811af65817e5f7ab/prbnmcn-dagger/0.0.2,prbnmcn-dagger.0.0.2-99a1f87746237050811af65817e5f7ab,prbnmcn-dagger.0.0.2; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/e8620d8c7500af01224fa69f7bfdc392/pringo/1.4,pringo.1.4-e8620d8c7500af01224fa69f7bfdc392,pringo.1.4 prep/universes/99a1f87746237050811af65817e5f7ab/prbnmcn-dagger/0.0.2,prbnmcn-dagger.0.0.2-99a1f87746237050811af65817e5f7ab,prbnmcn-dagger.0.0.2; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.077199
prep/universes/e8620d8c7500af01224fa69f7bfdc392/pringo/1.4/lib/
prep/universes/e8620d8c7500af01224fa69f7bfdc392/pringo/1.4/lib/pringo/
prep/universes/e8620d8c7500af01224fa69f7bfdc392/pringo/1.4/lib/pringo/PRNG.ocamlobjinfo
prep/universes/e8620d8c7500af01224fa69f7bfdc392/pringo/1.4/lib/pringo/META
prep/universes/e8620d8c7500af01224fa69f7bfdc392/pringo/1.4/lib/pringo/PRNG.cmi
prep/universes/e8620d8c7500af01224fa69f7bfdc392/pringo/1.4/lib/pringo/PRNG.cmti
prep/universes/e8620d8c7500af01224fa69f7bfdc392/pringo/1.4/opam
prep/universes/99a1f87746237050811af65817e5f7ab/prbnmcn-dagger/0.0.2/doc/
prep/universes/99a1f87746237050811af65817e5f7ab/prbnmcn-dagger/0.0.2/doc/prbnmcn-dagger/
prep/universes/99a1f87746237050811af65817e5f7ab/prbnmcn-dagger/0.0.2/doc/prbnmcn-dagger/CHANGES.md
prep/universes/99a1f87746237050811af65817e5f7ab/prbnmcn-dagger/0.0.2/doc/prbnmcn-dagger/LICENSE.md
prep/universes/99a1f87746237050811af65817e5f7ab/prbnmcn-dagger/0.0.2/doc/prbnmcn-dagger/README.md
prep/universes/99a1f87746237050811af65817e5f7ab/prbnmcn-dagger/0.0.2/doc/prbnmcn-dagger/odoc-pages/
prep/universes/99a1f87746237050811af65817e5f7ab/prbnmcn-dagger/0.0.2/doc/prbnmcn-dagger/odoc-pages/index.mld
prep/universes/99a1f87746237050811af65817e5f7ab/prbnmcn-dagger/0.0.2/lib/
prep/universes/99a1f87746237050811af65817e5f7ab/prbnmcn-dagger/0.0.2/lib/prbnmcn-dagger/
prep/universes/99a1f87746237050811af65817e5f7ab/prbnmcn-dagger/0.0.2/lib/prbnmcn-dagger/dagger.ocamlobjinfo
prep/universes/99a1f87746237050811af65817e5f7ab/prbnmcn-dagger/0.0.2/lib/prbnmcn-dagger/META
prep/universes/99a1f87746237050811af65817e5f7ab/prbnmcn-dagger/0.0.2/lib/prbnmcn-dagger/dagger.cmi
prep/universes/99a1f87746237050811af65817e5f7ab/prbnmcn-dagger/0.0.2/lib/prbnmcn-dagger/dagger.cmt
prep/universes/99a1f87746237050811af65817e5f7ab/prbnmcn-dagger/0.0.2/lib/prbnmcn-dagger/dagger__.cmi
prep/universes/99a1f87746237050811af65817e5f7ab/prbnmcn-dagger/0.0.2/lib/prbnmcn-dagger/dagger__.cmt
prep/universes/99a1f87746237050811af65817e5f7ab/prbnmcn-dagger/0.0.2/lib/prbnmcn-dagger/dagger__Cps_monad.cmi
prep/universes/99a1f87746237050811af65817e5f7ab/prbnmcn-dagger/0.0.2/lib/prbnmcn-dagger/dagger__Cps_monad.cmt
prep/universes/99a1f87746237050811af65817e5f7ab/prbnmcn-dagger/0.0.2/lib/prbnmcn-dagger/dagger__Dist.cmi
prep/universes/99a1f87746237050811af65817e5f7ab/prbnmcn-dagger/0.0.2/lib/prbnmcn-dagger/dagger__Dist.cmt
prep/universes/99a1f87746237050811af65817e5f7ab/prbnmcn-dagger/0.0.2/lib/prbnmcn-dagger/dagger__Dist.cmti
prep/universes/99a1f87746237050811af65817e5f7ab/prbnmcn-dagger/0.0.2/lib/prbnmcn-dagger/dagger__Foldable.cmi
prep/universes/99a1f87746237050811af65817e5f7ab/prbnmcn-dagger/0.0.2/lib/prbnmcn-dagger/dagger__Foldable.cmt
prep/universes/99a1f87746237050811af65817e5f7ab/prbnmcn-dagger/0.0.2/lib/prbnmcn-dagger/dagger__Identity_monad.cmi
prep/universes/99a1f87746237050811af65817e5f7ab/prbnmcn-dagger/0.0.2/lib/prbnmcn-dagger/dagger__Identity_monad.cmt
prep/universes/99a1f87746237050811af65817e5f7ab/prbnmcn-dagger/0.0.2/lib/prbnmcn-dagger/dagger__Incremental_monad.cmi
prep/universes/99a1f87746237050811af65817e5f7ab/prbnmcn-dagger/0.0.2/lib/prbnmcn-dagger/dagger__Incremental_monad.cmt
prep/universes/99a1f87746237050811af65817e5f7ab/prbnmcn-dagger/0.0.2/lib/prbnmcn-dagger/dagger__Intf.cmi
prep/universes/99a1f87746237050811af65817e5f7ab/prbnmcn-dagger/0.0.2/lib/prbnmcn-dagger/dagger__Intf.cmt
prep/universes/99a1f87746237050811af65817e5f7ab/prbnmcn-dagger/0.0.2/lib/prbnmcn-dagger/dagger__Lmh_generic.cmi
prep/universes/99a1f87746237050811af65817e5f7ab/prbnmcn-dagger/0.0.2/lib/prbnmcn-dagger/dagger__Lmh_generic.cmt
prep/universes/99a1f87746237050811af65817e5f7ab/prbnmcn-dagger/0.0.2/lib/prbnmcn-dagger/dagger__Lmh_incremental_inference.cmi
prep/universes/99a1f87746237050811af65817e5f7ab/prbnmcn-dagger/0.0.2/lib/prbnmcn-dagger/dagger__Lmh_incremental_inference.cmt
prep/universes/99a1f87746237050811af65817e5f7ab/prbnmcn-dagger/0.0.2/lib/prbnmcn-dagger/dagger__Lmh_incremental_inference.cmti
prep/universes/99a1f87746237050811af65817e5f7ab/prbnmcn-dagger/0.0.2/lib/prbnmcn-dagger/dagger__Lmh_inference.cmi
prep/universes/99a1f87746237050811af65817e5f7ab/prbnmcn-dagger/0.0.2/lib/prbnmcn-dagger/dagger__Lmh_inference.cmt
prep/universes/99a1f87746237050811af65817e5f7ab/prbnmcn-dagger/0.0.2/lib/prbnmcn-dagger/dagger__Lmh_inference.cmti
prep/universes/99a1f87746237050811af65817e5f7ab/prbnmcn-dagger/0.0.2/lib/prbnmcn-dagger/dagger__Log_space.cmi
prep/universes/99a1f87746237050811af65817e5f7ab/prbnmcn-dagger/0.0.2/lib/prbnmcn-dagger/dagger__Log_space.cmt
prep/universes/99a1f87746237050811af65817e5f7ab/prbnmcn-dagger/0.0.2/lib/prbnmcn-dagger/dagger__Log_space.cmti
prep/universes/99a1f87746237050811af65817e5f7ab/prbnmcn-dagger/0.0.2/lib/prbnmcn-dagger/dagger__Population_monad.cmi
prep/universes/99a1f87746237050811af65817e5f7ab/prbnmcn-dagger/0.0.2/lib/prbnmcn-dagger/dagger__Population_monad.cmt
prep/universes/99a1f87746237050811af65817e5f7ab/prbnmcn-dagger/0.0.2/lib/prbnmcn-dagger/dagger__RNG.cmi
prep/universes/99a1f87746237050811af65817e5f7ab/prbnmcn-dagger/0.0.2/lib/prbnmcn-dagger/dagger__RNG.cmt
prep/universes/99a1f87746237050811af65817e5f7ab/prbnmcn-dagger/0.0.2/lib/prbnmcn-dagger/dagger__Resampling.cmi
prep/universes/99a1f87746237050811af65817e5f7ab/prbnmcn-dagger/0.0.2/lib/prbnmcn-dagger/dagger__Resampling.cmt
prep/universes/99a1f87746237050811af65817e5f7ab/prbnmcn-dagger/0.0.2/lib/prbnmcn-dagger/dagger__Resampling.cmti
prep/universes/99a1f87746237050811af65817e5f7ab/prbnmcn-dagger/0.0.2/lib/prbnmcn-dagger/dagger__Sequential_monad.cmi
prep/universes/99a1f87746237050811af65817e5f7ab/prbnmcn-dagger/0.0.2/lib/prbnmcn-dagger/dagger__Sequential_monad.cmt
prep/universes/99a1f87746237050811af65817e5f7ab/prbnmcn-dagger/0.0.2/lib/prbnmcn-dagger/dagger__Smc_inference.cmi
prep/universes/99a1f87746237050811af65817e5f7ab/prbnmcn-dagger/0.0.2/lib/prbnmcn-dagger/dagger__Smc_inference.cmt
prep/universes/99a1f87746237050811af65817e5f7ab/prbnmcn-dagger/0.0.2/lib/prbnmcn-dagger/dagger__Smc_inference.cmti
prep/universes/99a1f87746237050811af65817e5f7ab/prbnmcn-dagger/0.0.2/lib/prbnmcn-dagger/dagger__Stateful_sampling_monad.cmi
prep/universes/99a1f87746237050811af65817e5f7ab/prbnmcn-dagger/0.0.2/lib/prbnmcn-dagger/dagger__Stateful_sampling_monad.cmt
prep/universes/99a1f87746237050811af65817e5f7ab/prbnmcn-dagger/0.0.2/lib/prbnmcn-dagger/dagger__Stateful_sampling_monad.cmti
prep/universes/99a1f87746237050811af65817e5f7ab/prbnmcn-dagger/0.0.2/lib/prbnmcn-dagger/dagger__Traced_monad.cmi
prep/universes/99a1f87746237050811af65817e5f7ab/prbnmcn-dagger/0.0.2/lib/prbnmcn-dagger/dagger__Traced_monad.cmt
prep/universes/99a1f87746237050811af65817e5f7ab/prbnmcn-dagger/0.0.2/lib/prbnmcn-dagger/dune-package
prep/universes/99a1f87746237050811af65817e5f7ab/prbnmcn-dagger/0.0.2/opam
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:pringo.1.4-e8620d8c7500af01224fa69f7bfdc392:ef1639bcb6536c35b6a053eb20c6c31258cdfe3543d6c6e81e718942c9dd328b
HASHES:prbnmcn-dagger.0.0.2-99a1f87746237050811af65817e5f7ab:c088e3ebebbf8509add107b538d52bf899e3f0632008bfb69410506f928f178a
2024-11-06 22:01.44 ---> saved as "a2595c03457b95728a276c3b7e31af47793246ac66d559225754be3bfbaf305f"
Job succeeded
2024-11-06 22:08.18: prbnmcn-dagger.0.0.2-99a1f87746237050811af65817e5f7ab -> c088e3ebebbf8509add107b538d52bf899e3f0632008bfb69410506f928f178a
2024-11-06 22:08.18: pringo.1.4-e8620d8c7500af01224fa69f7bfdc392 -> ef1639bcb6536c35b6a053eb20c6c31258cdfe3543d6c6e81e718942c9dd328b
2024-11-06 22:08.18: Job succeeded