Build:
  1. 0
2024-01-23 15:47.39: New job: Voodoo prep ocplib-json-typed-bson.0.7.1; b204ec69e705d7ada5aa6849fb0a8dd0
2024-01-23 15:47.39: Connecting to build cluster…
2024-01-23 15:47.39: Waiting for resource in pool OCluster
2024-01-23 15:47.47: Waiting for worker…
2024-01-23 15:55.43: Got resource from pool OCluster
2024-01-23 15:55.43: Using cache hint "docs-universe-prep-4.14.1"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-4.14@sha256:2fb1cfeda8debf22826f593f34e0d3e5b7cfeedb183b097f8210a1cfe68bb270)
         (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-4.14@sha256:2fb1cfeda8debf22826f593f34e0d3e5b7cfeedb183b097f8210a1cfe68bb270)
 (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.2.9.3 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 ocplib-json-typed-bson.0.7.1 uri.4.4.0 stringext.1.6.0 ocplib-json-typed.0.7.1 ocplib-endian.1.2 ocamlfind.1.9.6 ocaml-syntax-shims.1.0.0 dune.2.9.3 cppo.1.6.9 conf-pkg-config.3 bigstringaf.0.9.0 base-bytes.base angstrom.0.16.0 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u ocplib-json-typed-bson:b204ec69e705d7ada5aa6849fb0a8dd0,uri:4959391b9f8c6cdf1fcea2950bd8591f,stringext:a1c47280536a6ce61b033a9ad138eb28,ocplib-json-typed:3b76c8e4ca38589e50afac5fea96ecf1,ocaml-syntax-shims:a1c47280536a6ce61b033a9ad138eb28,bigstringaf:284910577e16ac0a390c5a79d2258071,angstrom:5164195151dc09d4a444d0dbdd8ecb78"))
 (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.538462') && (for DATA in prep/universes/5164195151dc09d4a444d0dbdd8ecb78/angstrom/0.16.0,angstrom.0.16.0-5164195151dc09d4a444d0dbdd8ecb78,angstrom.0.16.0 prep/universes/284910577e16ac0a390c5a79d2258071/bigstringaf/0.9.0,bigstringaf.0.9.0-284910577e16ac0a390c5a79d2258071,bigstringaf.0.9.0 prep/universes/a1c47280536a6ce61b033a9ad138eb28/ocaml-syntax-shims/1.0.0,ocaml-syntax-shims.1.0.0-a1c47280536a6ce61b033a9ad138eb28,ocaml-syntax-shims.1.0.0 prep/universes/3b76c8e4ca38589e50afac5fea96ecf1/ocplib-json-typed/0.7.1,ocplib-json-typed.0.7.1-3b76c8e4ca38589e50afac5fea96ecf1,ocplib-json-typed.0.7.1 prep/universes/a1c47280536a6ce61b033a9ad138eb28/stringext/1.6.0,stringext.1.6.0-a1c47280536a6ce61b033a9ad138eb28,stringext.1.6.0 prep/universes/4959391b9f8c6cdf1fcea2950bd8591f/uri/4.4.0,uri.4.4.0-4959391b9f8c6cdf1fcea2950bd8591f,uri.4.4.0 prep/universes/b204ec69e705d7ada5aa6849fb0a8dd0/ocplib-json-typed-bson/0.7.1,ocplib-json-typed-bson.0.7.1-b204ec69e705d7ada5aa6849fb0a8dd0,ocplib-json-typed-bson.0.7.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/5164195151dc09d4a444d0dbdd8ecb78/angstrom/0.16.0,angstrom.0.16.0-5164195151dc09d4a444d0dbdd8ecb78,angstrom.0.16.0 prep/universes/284910577e16ac0a390c5a79d2258071/bigstringaf/0.9.0,bigstringaf.0.9.0-284910577e16ac0a390c5a79d2258071,bigstringaf.0.9.0 prep/universes/a1c47280536a6ce61b033a9ad138eb28/ocaml-syntax-shims/1.0.0,ocaml-syntax-shims.1.0.0-a1c47280536a6ce61b033a9ad138eb28,ocaml-syntax-shims.1.0.0 prep/universes/3b76c8e4ca38589e50afac5fea96ecf1/ocplib-json-typed/0.7.1,ocplib-json-typed.0.7.1-3b76c8e4ca38589e50afac5fea96ecf1,ocplib-json-typed.0.7.1 prep/universes/a1c47280536a6ce61b033a9ad138eb28/stringext/1.6.0,stringext.1.6.0-a1c47280536a6ce61b033a9ad138eb28,stringext.1.6.0 prep/universes/4959391b9f8c6cdf1fcea2950bd8591f/uri/4.4.0,uri.4.4.0-4959391b9f8c6cdf1fcea2950bd8591f,uri.4.4.0 prep/universes/b204ec69e705d7ada5aa6849fb0a8dd0/ocplib-json-typed-bson/0.7.1,ocplib-json-typed-bson.0.7.1-b204ec69e705d7ada5aa6849fb0a8dd0,ocplib-json-typed-bson.0.7.1; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 staging.docs.ci.ocamllabs.io:/data/.; done) && (for DATA in prep/universes/5164195151dc09d4a444d0dbdd8ecb78/angstrom/0.16.0,angstrom.0.16.0-5164195151dc09d4a444d0dbdd8ecb78,angstrom.0.16.0 prep/universes/284910577e16ac0a390c5a79d2258071/bigstringaf/0.9.0,bigstringaf.0.9.0-284910577e16ac0a390c5a79d2258071,bigstringaf.0.9.0 prep/universes/a1c47280536a6ce61b033a9ad138eb28/ocaml-syntax-shims/1.0.0,ocaml-syntax-shims.1.0.0-a1c47280536a6ce61b033a9ad138eb28,ocaml-syntax-shims.1.0.0 prep/universes/3b76c8e4ca38589e50afac5fea96ecf1/ocplib-json-typed/0.7.1,ocplib-json-typed.0.7.1-3b76c8e4ca38589e50afac5fea96ecf1,ocplib-json-typed.0.7.1 prep/universes/a1c47280536a6ce61b033a9ad138eb28/stringext/1.6.0,stringext.1.6.0-a1c47280536a6ce61b033a9ad138eb28,stringext.1.6.0 prep/universes/4959391b9f8c6cdf1fcea2950bd8591f/uri/4.4.0,uri.4.4.0-4959391b9f8c6cdf1fcea2950bd8591f,uri.4.4.0 prep/universes/b204ec69e705d7ada5aa6849fb0a8dd0/ocplib-json-typed-bson/0.7.1,ocplib-json-typed-bson.0.7.1-b204ec69e705d7ada5aa6849fb0a8dd0,ocplib-json-typed-bson.0.7.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 2801f13d1e640186a6400683e82430f76b9b287a --local-file prep.spec \
--pool linux-x86_64 --connect ocluster-submission.cap --cache-hint docs-universe-prep-4.14.1 \
--secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config

2024-01-23 15:55.43: RETRYING: 2024-01-23/154739-voodoo-prep-530a91 Number of retries: 0 (retriable error condition)
Building on toxis.caelum.ci.dev
All commits already cached
Updating files:  75% (24682/32633)
Updating files:  76% (24802/32633)
Updating files:  77% (25128/32633)
Updating files:  78% (25454/32633)
Updating files:  79% (25781/32633)
Updating files:  80% (26107/32633)
Updating files:  81% (26433/32633)
Updating files:  82% (26760/32633)
Updating files:  83% (27086/32633)
Updating files:  84% (27412/32633)
Updating files:  85% (27739/32633)
Updating files:  86% (28065/32633)
Updating files:  87% (28391/32633)
Updating files:  88% (28718/32633)
Updating files:  89% (29044/32633)
Updating files:  90% (29370/32633)
Updating files:  91% (29697/32633)
Updating files:  92% (30023/32633)
Updating files:  93% (30349/32633)
Updating files:  94% (30676/32633)
Updating files:  95% (31002/32633)
Updating files:  96% (31328/32633)
Updating files:  97% (31655/32633)
Updating files:  98% (31981/32633)
Updating files:  99% (32307/32633)
Updating files: 100% (32633/32633)
Updating files: 100% (32633/32633), done.
HEAD is now at 2801f13d1e Apply suggestions from code review

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-4.14@sha256:2fb1cfeda8debf22826f593f34e0d3e5b7cfeedb183b097f8210a1cfe68bb270)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:2fb1cfeda8debf22826f593f34e0d3e5b7cfeedb183b097f8210a1cfe68bb270' locally
docker.io/ocaml/opam@sha256:2fb1cfeda8debf22826f593f34e0d3e5b7cfeedb183b097f8210a1cfe68bb270: Pulling from ocaml/opam
8e0659447567: Pulling fs layer
8e0659447567: Verifying Checksum
8e0659447567: Download complete
8e0659447567: Pull complete
Digest: sha256:2fb1cfeda8debf22826f593f34e0d3e5b7cfeedb183b097f8210a1cfe68bb270
Status: Downloaded newer image for ocaml/opam@sha256:2fb1cfeda8debf22826f593f34e0d3e5b7cfeedb183b097f8210a1cfe68bb270
2024-01-23 15:55.49 ---> using "3bff52dd176b4a1870db5cea8a96ec5b4ca1f2ae023bb195945f3678b171f611" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-01-23 15:55.49 ---> using "0fd2a2f22622d05414aeec0cd2e0acc75734f0072f6d1f556c43f204af2b38f8" 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 [52.1 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Fetched 100 kB in 0s (331 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 0 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 (4657 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 ... 18743 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+deb12u3) ...
2024-01-23 15:55.49 ---> using "09d236aa87807dc3dc76aeb1d872912902edb5305b70c180d885b2d2f71cb6e9" 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.14.3 [required by bos]
  - install dune             3.12.2 [required by voodoo-prep]
  - install cmdliner         1.2.0  [required by voodoo-prep]
  - install ocamlfind        1.9.6  [required by bos]
  - install seq              base   [required by re]
  - install stdlib-shims     0.3.0  [required by ocamlgraph]
  - install opam-file-format 2.1.6  [required by opam-format]
  - install cppo             1.6.9  [required by opam-core]
  - install topkg            1.0.7  [required by bos]
  - install re               1.11.0 [required by opam-format]
  - install ocamlgraph       2.1.0  [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 opam-core        2.1.5  [required by opam-format]
  - install logs             0.7.0  [required by bos]
  - install fpath            0.7.3  [required by voodoo-prep]
  - install opam-format      2.1.5  [required by voodoo-prep]
  - install bos              0.2.1  [required by voodoo-prep]
  - install voodoo-prep      ~dev*
===== 20 to install =====

<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[astring.0.8.5] found in cache
[bos.0.2.1] found in cache
[cmdliner.1.2.0] found in cache
[cppo.1.6.9] found in cache
[dune.3.12.2] found in cache
[fmt.0.9.0] found in cache
[fpath.0.7.3] found in cache
[logs.0.7.0] found in cache
[ocamlbuild.0.14.3] found in cache
[ocamlfind.1.9.6] found in cache
[ocamlgraph.2.1.0] found in cache
[opam-core.2.1.5] found in cache
[opam-file-format.2.1.6] found in cache
[opam-format.2.1.5] found in cache
[re.1.11.0] found in cache
[rresult.0.7.0] found in cache
[stdlib-shims.0.3.0] found in cache
[topkg.1.0.7] 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.2.0
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed rresult.0.7.0
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed logs.0.7.0
-> installed dune.3.12.2
-> installed bos.0.2.1
-> installed stdlib-shims.0.3.0
-> installed opam-file-format.2.1.6
-> installed re.1.11.0
-> installed cppo.1.6.9
-> installed ocamlgraph.2.1.0
-> installed opam-core.2.1.5
-> installed opam-format.2.1.5
-> installed voodoo-prep.~dev
Done.
# Run eval $(opam env) to update the current shell environment
2024-01-23 15:55.49 ---> using "9f15a27a6beacdb7a1a81f769385c5b25037b44301aadbb92709c208f94aec93" from cache

/home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))
2024-01-23 15:55.49 ---> using "e10e1c9da921b894165c2f2c3eeac6859d55bdb451877d9cc2ac4a970f6c9ca3" from cache
2024-01-23 15:55.49 --> finished "tools"

(from ocaml/opam:debian-12-ocaml-4.14@sha256:2fb1cfeda8debf22826f593f34e0d3e5b7cfeedb183b097f8210a1cfe68bb270)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:2fb1cfeda8debf22826f593f34e0d3e5b7cfeedb183b097f8210a1cfe68bb270' locally
docker.io/ocaml/opam@sha256:2fb1cfeda8debf22826f593f34e0d3e5b7cfeedb183b097f8210a1cfe68bb270: Pulling from ocaml/opam
8e0659447567: Pulling fs layer
8e0659447567: Verifying Checksum
8e0659447567: Download complete
8e0659447567: Pull complete
Digest: sha256:2fb1cfeda8debf22826f593f34e0d3e5b7cfeedb183b097f8210a1cfe68bb270
Status: Downloaded newer image for ocaml/opam@sha256:2fb1cfeda8debf22826f593f34e0d3e5b7cfeedb183b097f8210a1cfe68bb270
2024-01-23 15:55.49 ---> using "3bff52dd176b4a1870db5cea8a96ec5b4ca1f2ae023bb195945f3678b171f611" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-01-23 15:55.49 ---> using "0fd2a2f22622d05414aeec0cd2e0acc75734f0072f6d1f556c43f204af2b38f8" from cache

/home/opam: (run (shell "sudo mkdir /src"))
2024-01-23 15:55.49 ---> using "44387511e0d8dca8864bdec3c3e6c4671ac6efcf36b5f102fe928feb378ca427" from cache

/home/opam: (copy (src packages) (dst /src/packages))
2024-01-23 15:56.08 ---> saved as "cd6a73055ecb3af40fad0f1b5ccf51acbf1164fc12866d49f9e3cd275f84e7ac"

/home/opam: (copy (src repo) (dst /src/repo))
2024-01-23 15:56.09 ---> saved as "fa94434f02fd315dc5b788f7049def0a9ef0294c2e970fcaead0eca9fe189328"

/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 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-01-23 15:57.22 ---> saved as "8c3f68b79d77063420fa7c8d2d1411f103d8fe5d2ee236426aa244b3f62edeba"

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

2024-01-23 15:57.45 ---> saved as "fdecd0ff85d28fb82b8d72d3034e443476171a9862a8495e163dc2cbcceda733"

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-01-23 15:57.48 ---> saved as "7fa9842689964f6ff09d23edfce3761b84a3cce4ab5c0ffdd27fc79ed85f452e"

/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.2.9.3 ocamlfind.1.9.6"))
The following actions will be performed:
  - install dune      2.9.3
  - install ocamlfind 1.9.6
===== 2 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved dune.2.9.3  (cached)
-> installed ocamlfind.1.9.6
-> installed dune.2.9.3
Done.
# Run eval $(opam env) to update the current shell environment
2024-01-23 15:58.24 ---> saved as "a6bac2fb69a0978a260b33bbc10edf1bc22750063f0a63e74a8be26967dd71d8"

/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 ocplib-json-typed-bson.0.7.1 uri.4.4.0 stringext.1.6.0 ocplib-json-typed.0.7.1 ocplib-endian.1.2 ocamlfind.1.9.6 ocaml-syntax-shims.1.0.0 dune.2.9.3 cppo.1.6.9 conf-pkg-config.3 bigstringaf.0.9.0 base-bytes.base angstrom.0.16.0 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 [52.1 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Fetched 100 kB in 0s (359 kB/s)
Reading package lists...
Building dependency tree...
Reading state information...
All packages are up to date.
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.1-1

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

<><> opam-depext.1.2.1-1 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 ocplib-json-typed-bson.0.7.1 uri.4.4.0 stringext.1.6.0 ocplib-json-typed.0.7.1 ocplib-endian.1.2 ocamlfind.1.9.6 ocaml-syntax-shims.1.0.0 dune.2.9.3 cppo.1.6.9 conf-pkg-config.3 bigstringaf.0.9.0 base-bytes.base angstrom.0.16.0" 

You are using opam 2.1+, where external dependency handling has been integrated: consider calling opam directly, the 'depext' plugin interface is provided for backwards compatibility only
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# The following system packages are needed:
pkg-config
[NOTE] Package dune is already installed (current version is 2.9.3).
[NOTE] Package ocamlfind is already installed (current version is 1.9.6).
The following actions will be performed:
  - install stringext              1.6.0
  - install cppo                   1.6.9
  - install base-bytes             base
  - install conf-pkg-config        3
  - install ocaml-syntax-shims     1.0.0
  - install ocplib-endian          1.2
  - install bigstringaf            0.9.0
  - install angstrom               0.16.0
  - install uri                    4.4.0
  - install ocplib-json-typed      0.7.1
  - install ocplib-json-typed-bson 0.7.1
===== 11 to install =====

The following system packages will first need to be installed:
    pkg-config

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
Let opam run your package manager to install the required system packages?
(answer 'n' for other options) [Y/n] y
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- 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 ... 18743 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 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 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+deb12u3) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/33:
Processing  2/33:
Processing  3/33:
Processing  4/33:
Processing  5/33:
Processing  6/33:
Processing  7/33: [conf-pkg-config: pkg-config]
-> installed base-bytes.base
Processing  8/33: [conf-pkg-config: pkg-config]
-> retrieved angstrom.0.16.0  (cached)
Processing  9/33: [conf-pkg-config: pkg-config]
-> retrieved bigstringaf.0.9.0  (cached)
Processing 10/33: [conf-pkg-config: pkg-config]
-> retrieved cppo.1.6.9  (cached)
Processing 11/33: [conf-pkg-config: pkg-config]
Processing 12/33: [conf-pkg-config: pkg-config] [cppo: dune build]
- usage: pkgconf [OPTIONS] [LIBRARIES]
- 
- basic options:
- 
-   --help                            this message
-   --about                           print pkgconf version and license to stdout
-   --version                         print supported pkg-config version to stdout
-   --atleast-pkgconfig-version       check whether or not pkgconf is compatible
-                                     with a specified pkg-config version
-   --errors-to-stdout                print all errors on stdout instead of stderr
-   --print-errors                    ensure all errors are printed
-   --short-errors                    be less verbose about some errors
-   --silence-errors                  explicitly be silent about errors
-   --list-all                        list all known packages
-   --list-package-names              list all known package names
-   --simulate                        simulate walking the calculated dependency graph
-   --no-cache                        do not cache already seen packages when
-                                     walking the dependency graph
-   --log-file=filename               write an audit log to a specified file
-   --with-path=path                  adds a directory to the search path
-   --define-prefix                   override the prefix variable with one that is guessed based on
-                                     the location of the .pc file
-   --dont-define-prefix              do not override the prefix variable under any circumstances
-   --prefix-variable=varname         sets the name of the variable that pkgconf considers
-                                     to be the package prefix
-   --relocate=path                   relocates a path and exits (mostly for testsuite)
-   --dont-relocate-paths             disables path relocation support
- 
- cross-compilation personality support:
- 
-   --personality=triplet|filename    sets the personality to 'triplet' or a file named 'filename'
-   --dump-personality                dumps details concerning selected personality
- 
- checking specific pkg-config database entries:
- 
-   --atleast-version                 require a specific version of a module
-   --exact-version                   require an exact version of a module
-   --max-version                     require a maximum version of a module
-   --exists                          check whether or not a module exists
-   --uninstalled                     check whether or not an uninstalled module will be used
-   --no-uninstalled                  never use uninstalled modules when satisfying dependencies
-   --no-provides                     do not use 'provides' rules to resolve dependencies
-   --maximum-traverse-depth          maximum allowed depth for dependency graph
-   --static                          be more aggressive when computing dependency graph
-                                     (for static linking)
-   --shared                          use a simplified dependency graph (usually default)
-   --pure                            optimize a static dependency graph as if it were a normal
-                                     dependency graph
-   --env-only                        look only for package entries in PKG_CONFIG_PATH
-   --ignore-conflicts                ignore 'conflicts' rules in modules
-   --validate                        validate specific .pc files for correctness
- 
- querying specific pkg-config database fields:
- 
-   --define-variable=varname=value   define variable 'varname' as 'value'
-   --variable=varname                print specified variable entry to stdout
-   --cflags                          print required CFLAGS to stdout
-   --cflags-only-I                   print required include-dir CFLAGS to stdout
-   --cflags-only-other               print required non-include-dir CFLAGS to stdout
-   --libs                            print required linker flags to stdout
-   --libs-only-L                     print required LDPATH linker flags to stdout
-   --libs-only-l                     print required LIBNAME linker flags to stdout
-   --libs-only-other                 print required other linker flags to stdout
-   --print-requires                  print required dependency frameworks to stdout
-   --print-requires-private          print required dependency frameworks for static
-                                     linking to stdout
-   --print-provides                  print provided dependencies to stdout
-   --print-variables                 print all known variables in module to stdout
-   --digraph                         print entire dependency graph in graphviz 'dot' format
-   --keep-system-cflags              keep -I/usr/include entries in cflags output
-   --keep-system-libs                keep -L/lib:/lib/i386-linux-gnu:/lib/x86_64-linux-gnu:/lib/x86_64-linux-gnux32:/lib32:/libx32:/usr/lib:/usr/lib/i386-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnux32:/usr/lib32:/usr/libx32 entries in libs output
-   --path                            show the exact filenames for any matching .pc files
-   --modversion                      print the specified module's version to stdout
-   --internal-cflags                 do not filter 'internal' cflags from output
- 
- filtering output:
- 
-   --msvc-syntax                     print translatable fragments in MSVC syntax
-   --fragment-filter=types           filter output fragments to the specified types
- 
- report bugs to <https://github.com/pkgconf/pkgconf/issues/new>.
-> compiled  conf-pkg-config.3
Processing 12/33: [cppo: dune build]
-> installed conf-pkg-config.3
Processing 13/33: [cppo: dune build]
Processing 14/33: [bigstringaf: dune build] [cppo: dune build]
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
Processing 15/33: [bigstringaf: dune build] [cppo: dune build]
Processing 16/33: [bigstringaf: dune build] [cppo: dune build] [ocaml-syntax-shims: dune build]
-> retrieved ocplib-endian.1.2  (cached)
Processing 17/33: [bigstringaf: dune build] [cppo: dune build] [ocaml-syntax-shims: dune build]
-> retrieved ocplib-json-typed.0.7.1  (cached)
Processing 18/33: [bigstringaf: dune build] [cppo: dune build] [ocaml-syntax-shims: dune build]
-> retrieved ocplib-json-typed-bson.0.7.1  (cached)
-> retrieved stringext.1.6.0  (cached)
Processing 19/33: [bigstringaf: dune build] [cppo: dune build] [ocaml-syntax-shims: dune build] [stringext: dune build]
-> retrieved uri.4.4.0  (cached)
-> compiled  bigstringaf.0.9.0
Processing 19/33: [cppo: dune build] [ocaml-syntax-shims: dune build] [stringext: dune build]
-> installed bigstringaf.0.9.0
Processing 20/33: [cppo: dune build] [ocaml-syntax-shims: dune build] [stringext: dune build]
-> compiled  stringext.1.6.0
Processing 20/33: [cppo: dune build] [ocaml-syntax-shims: dune build]
-> installed stringext.1.6.0
Processing 21/33: [cppo: dune build] [ocaml-syntax-shims: dune build]
-> compiled  cppo.1.6.9
Processing 21/33: [ocaml-syntax-shims: dune build]
-> installed cppo.1.6.9
Processing 22/33: [ocaml-syntax-shims: dune build]
Processing 23/33: [ocaml-syntax-shims: dune build] [ocplib-endian: dune build]
-> compiled  ocaml-syntax-shims.1.0.0
Processing 23/33: [ocplib-endian: dune build]
-> installed ocaml-syntax-shims.1.0.0
Processing 24/33: [ocplib-endian: dune build]
Processing 25/33: [angstrom: dune build] [ocplib-endian: dune build]
-> compiled  ocplib-endian.1.2
Processing 25/33: [angstrom: dune build]
-> installed ocplib-endian.1.2
Processing 26/33: [angstrom: dune build]
+ /home/opam/.opam/4.14/bin/dune "build" "-p" "angstrom" "-j" "255" (CWD=/home/opam/.opam/4.14/.opam-switch/build/angstrom.0.16.0)
-> compiled  angstrom.0.16.0
-> installed angstrom.0.16.0
Processing 28/33: [uri: dune build]
+ /home/opam/.opam/4.14/bin/dune "build" "-p" "uri" "-j" "255" (CWD=/home/opam/.opam/4.14/.opam-switch/build/uri.4.4.0)
-> compiled  uri.4.4.0
-> installed uri.4.4.0
Processing 30/33: [ocplib-json-typed: dune build]
+ /home/opam/.opam/4.14/bin/dune "build" "-j" "255" "-p" "ocplib-json-typed" "@install" (CWD=/home/opam/.opam/4.14/.opam-switch/build/ocplib-json-typed.0.7.1)
- Info: Creating file dune-project with this contents:
- | (lang dune 2.9)
- | (name ocplib-json-typed)
-> compiled  ocplib-json-typed.0.7.1
-> installed ocplib-json-typed.0.7.1
Processing 32/33: [ocplib-json-typed-bson: dune build]
+ /home/opam/.opam/4.14/bin/dune "build" "-j" "255" "-p" "ocplib-json-typed-bson" "@install" (CWD=/home/opam/.opam/4.14/.opam-switch/build/ocplib-json-typed-bson.0.7.1)
- Info: Creating file dune-project with this contents:
- | (lang dune 2.9)
- | (name ocplib-json-typed)
-> compiled  ocplib-json-typed-bson.0.7.1
-> installed ocplib-json-typed-bson.0.7.1
Done.
# Run eval $(opam env) to update the current shell environment
2024-01-23 15:59.56 ---> saved as "06c2241fc271af9ba3235854102152258d1d862c7bf5c3959d1e16645d2e4e20"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u ocplib-json-typed-bson:b204ec69e705d7ada5aa6849fb0a8dd0,uri:4959391b9f8c6cdf1fcea2950bd8591f,stringext:a1c47280536a6ce61b033a9ad138eb28,ocplib-json-typed:3b76c8e4ca38589e50afac5fea96ecf1,ocaml-syntax-shims:a1c47280536a6ce61b033a9ad138eb28,bigstringaf:284910577e16ac0a390c5a79d2258071,angstrom:5164195151dc09d4a444d0dbdd8ecb78"))
2024-01-23 15:59.58 ---> saved as "0b17af290b8a987af460940e114ab4f211ee185a06b7052b20b7310b27632b44"

/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.538462') && (for DATA in prep/universes/5164195151dc09d4a444d0dbdd8ecb78/angstrom/0.16.0,angstrom.0.16.0-5164195151dc09d4a444d0dbdd8ecb78,angstrom.0.16.0 prep/universes/284910577e16ac0a390c5a79d2258071/bigstringaf/0.9.0,bigstringaf.0.9.0-284910577e16ac0a390c5a79d2258071,bigstringaf.0.9.0 prep/universes/a1c47280536a6ce61b033a9ad138eb28/ocaml-syntax-shims/1.0.0,ocaml-syntax-shims.1.0.0-a1c47280536a6ce61b033a9ad138eb28,ocaml-syntax-shims.1.0.0 prep/universes/3b76c8e4ca38589e50afac5fea96ecf1/ocplib-json-typed/0.7.1,ocplib-json-typed.0.7.1-3b76c8e4ca38589e50afac5fea96ecf1,ocplib-json-typed.0.7.1 prep/universes/a1c47280536a6ce61b033a9ad138eb28/stringext/1.6.0,stringext.1.6.0-a1c47280536a6ce61b033a9ad138eb28,stringext.1.6.0 prep/universes/4959391b9f8c6cdf1fcea2950bd8591f/uri/4.4.0,uri.4.4.0-4959391b9f8c6cdf1fcea2950bd8591f,uri.4.4.0 prep/universes/b204ec69e705d7ada5aa6849fb0a8dd0/ocplib-json-typed-bson/0.7.1,ocplib-json-typed-bson.0.7.1-b204ec69e705d7ada5aa6849fb0a8dd0,ocplib-json-typed-bson.0.7.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/5164195151dc09d4a444d0dbdd8ecb78/angstrom/0.16.0,angstrom.0.16.0-5164195151dc09d4a444d0dbdd8ecb78,angstrom.0.16.0 prep/universes/284910577e16ac0a390c5a79d2258071/bigstringaf/0.9.0,bigstringaf.0.9.0-284910577e16ac0a390c5a79d2258071,bigstringaf.0.9.0 prep/universes/a1c47280536a6ce61b033a9ad138eb28/ocaml-syntax-shims/1.0.0,ocaml-syntax-shims.1.0.0-a1c47280536a6ce61b033a9ad138eb28,ocaml-syntax-shims.1.0.0 prep/universes/3b76c8e4ca38589e50afac5fea96ecf1/ocplib-json-typed/0.7.1,ocplib-json-typed.0.7.1-3b76c8e4ca38589e50afac5fea96ecf1,ocplib-json-typed.0.7.1 prep/universes/a1c47280536a6ce61b033a9ad138eb28/stringext/1.6.0,stringext.1.6.0-a1c47280536a6ce61b033a9ad138eb28,stringext.1.6.0 prep/universes/4959391b9f8c6cdf1fcea2950bd8591f/uri/4.4.0,uri.4.4.0-4959391b9f8c6cdf1fcea2950bd8591f,uri.4.4.0 prep/universes/b204ec69e705d7ada5aa6849fb0a8dd0/ocplib-json-typed-bson/0.7.1,ocplib-json-typed-bson.0.7.1-b204ec69e705d7ada5aa6849fb0a8dd0,ocplib-json-typed-bson.0.7.1; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 staging.docs.ci.ocamllabs.io:/data/.; done) && (for DATA in prep/universes/5164195151dc09d4a444d0dbdd8ecb78/angstrom/0.16.0,angstrom.0.16.0-5164195151dc09d4a444d0dbdd8ecb78,angstrom.0.16.0 prep/universes/284910577e16ac0a390c5a79d2258071/bigstringaf/0.9.0,bigstringaf.0.9.0-284910577e16ac0a390c5a79d2258071,bigstringaf.0.9.0 prep/universes/a1c47280536a6ce61b033a9ad138eb28/ocaml-syntax-shims/1.0.0,ocaml-syntax-shims.1.0.0-a1c47280536a6ce61b033a9ad138eb28,ocaml-syntax-shims.1.0.0 prep/universes/3b76c8e4ca38589e50afac5fea96ecf1/ocplib-json-typed/0.7.1,ocplib-json-typed.0.7.1-3b76c8e4ca38589e50afac5fea96ecf1,ocplib-json-typed.0.7.1 prep/universes/a1c47280536a6ce61b033a9ad138eb28/stringext/1.6.0,stringext.1.6.0-a1c47280536a6ce61b033a9ad138eb28,stringext.1.6.0 prep/universes/4959391b9f8c6cdf1fcea2950bd8591f/uri/4.4.0,uri.4.4.0-4959391b9f8c6cdf1fcea2950bd8591f,uri.4.4.0 prep/universes/b204ec69e705d7ada5aa6849fb0a8dd0/ocplib-json-typed-bson/0.7.1,ocplib-json-typed-bson.0.7.1-b204ec69e705d7ada5aa6849fb0a8dd0,ocplib-json-typed-bson.0.7.1; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.538462
prep/universes/5164195151dc09d4a444d0dbdd8ecb78/angstrom/0.16.0/doc/
prep/universes/5164195151dc09d4a444d0dbdd8ecb78/angstrom/0.16.0/doc/angstrom/
prep/universes/5164195151dc09d4a444d0dbdd8ecb78/angstrom/0.16.0/doc/angstrom/LICENSE
prep/universes/5164195151dc09d4a444d0dbdd8ecb78/angstrom/0.16.0/doc/angstrom/README.md
prep/universes/5164195151dc09d4a444d0dbdd8ecb78/angstrom/0.16.0/lib/
prep/universes/5164195151dc09d4a444d0dbdd8ecb78/angstrom/0.16.0/lib/angstrom/
prep/universes/5164195151dc09d4a444d0dbdd8ecb78/angstrom/0.16.0/lib/angstrom/angstrom.ocamlobjinfo
prep/universes/5164195151dc09d4a444d0dbdd8ecb78/angstrom/0.16.0/lib/angstrom/META
prep/universes/5164195151dc09d4a444d0dbdd8ecb78/angstrom/0.16.0/lib/angstrom/angstrom.cmi
prep/universes/5164195151dc09d4a444d0dbdd8ecb78/angstrom/0.16.0/lib/angstrom/angstrom.cmt
prep/universes/5164195151dc09d4a444d0dbdd8ecb78/angstrom/0.16.0/lib/angstrom/angstrom.cmti
prep/universes/5164195151dc09d4a444d0dbdd8ecb78/angstrom/0.16.0/lib/angstrom/angstrom__.cmi
prep/universes/5164195151dc09d4a444d0dbdd8ecb78/angstrom/0.16.0/lib/angstrom/angstrom__.cmt
prep/universes/5164195151dc09d4a444d0dbdd8ecb78/angstrom/0.16.0/lib/angstrom/angstrom__Buffering.cmi
prep/universes/5164195151dc09d4a444d0dbdd8ecb78/angstrom/0.16.0/lib/angstrom/angstrom__Buffering.cmt
prep/universes/5164195151dc09d4a444d0dbdd8ecb78/angstrom/0.16.0/lib/angstrom/angstrom__Buffering.cmti
prep/universes/5164195151dc09d4a444d0dbdd8ecb78/angstrom/0.16.0/lib/angstrom/angstrom__Exported_state.cmi
prep/universes/5164195151dc09d4a444d0dbdd8ecb78/angstrom/0.16.0/lib/angstrom/angstrom__Exported_state.cmt
prep/universes/5164195151dc09d4a444d0dbdd8ecb78/angstrom/0.16.0/lib/angstrom/angstrom__Input.cmi
prep/universes/5164195151dc09d4a444d0dbdd8ecb78/angstrom/0.16.0/lib/angstrom/angstrom__Input.cmt
prep/universes/5164195151dc09d4a444d0dbdd8ecb78/angstrom/0.16.0/lib/angstrom/angstrom__Input.cmti
prep/universes/5164195151dc09d4a444d0dbdd8ecb78/angstrom/0.16.0/lib/angstrom/angstrom__More.cmi
prep/universes/5164195151dc09d4a444d0dbdd8ecb78/angstrom/0.16.0/lib/angstrom/angstrom__More.cmt
prep/universes/5164195151dc09d4a444d0dbdd8ecb78/angstrom/0.16.0/lib/angstrom/angstrom__More.cmti
prep/universes/5164195151dc09d4a444d0dbdd8ecb78/angstrom/0.16.0/lib/angstrom/angstrom__Parser.cmi
prep/universes/5164195151dc09d4a444d0dbdd8ecb78/angstrom/0.16.0/lib/angstrom/angstrom__Parser.cmt
prep/universes/5164195151dc09d4a444d0dbdd8ecb78/angstrom/0.16.0/lib/angstrom/dune-package
prep/universes/5164195151dc09d4a444d0dbdd8ecb78/angstrom/0.16.0/opam
prep/universes/284910577e16ac0a390c5a79d2258071/bigstringaf/0.9.0/doc/
prep/universes/284910577e16ac0a390c5a79d2258071/bigstringaf/0.9.0/doc/bigstringaf/
prep/universes/284910577e16ac0a390c5a79d2258071/bigstringaf/0.9.0/doc/bigstringaf/CHANGES.md
prep/universes/284910577e16ac0a390c5a79d2258071/bigstringaf/0.9.0/doc/bigstringaf/LICENSE
prep/universes/284910577e16ac0a390c5a79d2258071/bigstringaf/0.9.0/doc/bigstringaf/README.md
prep/universes/284910577e16ac0a390c5a79d2258071/bigstringaf/0.9.0/lib/
prep/universes/284910577e16ac0a390c5a79d2258071/bigstringaf/0.9.0/lib/bigstringaf/
prep/universes/284910577e16ac0a390c5a79d2258071/bigstringaf/0.9.0/lib/bigstringaf/bigstringaf.ocamlobjinfo
prep/universes/284910577e16ac0a390c5a79d2258071/bigstringaf/0.9.0/lib/bigstringaf/META
prep/universes/284910577e16ac0a390c5a79d2258071/bigstringaf/0.9.0/lib/bigstringaf/bigstringaf.cmi
prep/universes/284910577e16ac0a390c5a79d2258071/bigstringaf/0.9.0/lib/bigstringaf/bigstringaf.cmt
prep/universes/284910577e16ac0a390c5a79d2258071/bigstringaf/0.9.0/lib/bigstringaf/bigstringaf.cmti
prep/universes/284910577e16ac0a390c5a79d2258071/bigstringaf/0.9.0/lib/bigstringaf/dune-package
prep/universes/284910577e16ac0a390c5a79d2258071/bigstringaf/0.9.0/opam
prep/universes/a1c47280536a6ce61b033a9ad138eb28/ocaml-syntax-shims/1.0.0/doc/
prep/universes/a1c47280536a6ce61b033a9ad138eb28/ocaml-syntax-shims/1.0.0/doc/ocaml-syntax-shims/
prep/universes/a1c47280536a6ce61b033a9ad138eb28/ocaml-syntax-shims/1.0.0/doc/ocaml-syntax-shims/CHANGES.md
prep/universes/a1c47280536a6ce61b033a9ad138eb28/ocaml-syntax-shims/1.0.0/doc/ocaml-syntax-shims/LICENSE.md
prep/universes/a1c47280536a6ce61b033a9ad138eb28/ocaml-syntax-shims/1.0.0/doc/ocaml-syntax-shims/README.md
prep/universes/a1c47280536a6ce61b033a9ad138eb28/ocaml-syntax-shims/1.0.0/lib/
prep/universes/a1c47280536a6ce61b033a9ad138eb28/ocaml-syntax-shims/1.0.0/lib/ocaml-syntax-shims/
prep/universes/a1c47280536a6ce61b033a9ad138eb28/ocaml-syntax-shims/1.0.0/lib/ocaml-syntax-shims/META
prep/universes/a1c47280536a6ce61b033a9ad138eb28/ocaml-syntax-shims/1.0.0/lib/ocaml-syntax-shims/dune-package
prep/universes/a1c47280536a6ce61b033a9ad138eb28/ocaml-syntax-shims/1.0.0/opam
prep/universes/3b76c8e4ca38589e50afac5fea96ecf1/ocplib-json-typed/0.7.1/doc/
prep/universes/3b76c8e4ca38589e50afac5fea96ecf1/ocplib-json-typed/0.7.1/doc/ocplib-json-typed/
prep/universes/3b76c8e4ca38589e50afac5fea96ecf1/ocplib-json-typed/0.7.1/doc/ocplib-json-typed/LICENSE
prep/universes/3b76c8e4ca38589e50afac5fea96ecf1/ocplib-json-typed/0.7.1/doc/ocplib-json-typed/README.md
prep/universes/3b76c8e4ca38589e50afac5fea96ecf1/ocplib-json-typed/0.7.1/lib/
prep/universes/3b76c8e4ca38589e50afac5fea96ecf1/ocplib-json-typed/0.7.1/lib/ocplib-json-typed/
prep/universes/3b76c8e4ca38589e50afac5fea96ecf1/ocplib-json-typed/0.7.1/lib/ocplib-json-typed/ocplib_json_typed.ocamlobjinfo
prep/universes/3b76c8e4ca38589e50afac5fea96ecf1/ocplib-json-typed/0.7.1/lib/ocplib-json-typed/META
prep/universes/3b76c8e4ca38589e50afac5fea96ecf1/ocplib-json-typed/0.7.1/lib/ocplib-json-typed/dune-package
prep/universes/3b76c8e4ca38589e50afac5fea96ecf1/ocplib-json-typed/0.7.1/lib/ocplib-json-typed/json_encoding.cmi
prep/universes/3b76c8e4ca38589e50afac5fea96ecf1/ocplib-json-typed/0.7.1/lib/ocplib-json-typed/json_encoding.cmt
prep/universes/3b76c8e4ca38589e50afac5fea96ecf1/ocplib-json-typed/0.7.1/lib/ocplib-json-typed/json_encoding.cmti
prep/universes/3b76c8e4ca38589e50afac5fea96ecf1/ocplib-json-typed/0.7.1/lib/ocplib-json-typed/json_query.cmi
prep/universes/3b76c8e4ca38589e50afac5fea96ecf1/ocplib-json-typed/0.7.1/lib/ocplib-json-typed/json_query.cmt
prep/universes/3b76c8e4ca38589e50afac5fea96ecf1/ocplib-json-typed/0.7.1/lib/ocplib-json-typed/json_query.cmti
prep/universes/3b76c8e4ca38589e50afac5fea96ecf1/ocplib-json-typed/0.7.1/lib/ocplib-json-typed/json_repr.cmi
prep/universes/3b76c8e4ca38589e50afac5fea96ecf1/ocplib-json-typed/0.7.1/lib/ocplib-json-typed/json_repr.cmt
prep/universes/3b76c8e4ca38589e50afac5fea96ecf1/ocplib-json-typed/0.7.1/lib/ocplib-json-typed/json_repr.cmti
prep/universes/3b76c8e4ca38589e50afac5fea96ecf1/ocplib-json-typed/0.7.1/lib/ocplib-json-typed/json_schema.cmi
prep/universes/3b76c8e4ca38589e50afac5fea96ecf1/ocplib-json-typed/0.7.1/lib/ocplib-json-typed/json_schema.cmt
prep/universes/3b76c8e4ca38589e50afac5fea96ecf1/ocplib-json-typed/0.7.1/lib/ocplib-json-typed/json_schema.cmti
prep/universes/3b76c8e4ca38589e50afac5fea96ecf1/ocplib-json-typed/0.7.1/opam
prep/universes/a1c47280536a6ce61b033a9ad138eb28/stringext/1.6.0/doc/
prep/universes/a1c47280536a6ce61b033a9ad138eb28/stringext/1.6.0/doc/stringext/
prep/universes/a1c47280536a6ce61b033a9ad138eb28/stringext/1.6.0/doc/stringext/CHANGES.md
prep/universes/a1c47280536a6ce61b033a9ad138eb28/stringext/1.6.0/doc/stringext/LICENSE.md
prep/universes/a1c47280536a6ce61b033a9ad138eb28/stringext/1.6.0/doc/stringext/README.md
prep/universes/a1c47280536a6ce61b033a9ad138eb28/stringext/1.6.0/lib/
prep/universes/a1c47280536a6ce61b033a9ad138eb28/stringext/1.6.0/lib/stringext/
prep/universes/a1c47280536a6ce61b033a9ad138eb28/stringext/1.6.0/lib/stringext/stringext.ocamlobjinfo
prep/universes/a1c47280536a6ce61b033a9ad138eb28/stringext/1.6.0/lib/stringext/META
prep/universes/a1c47280536a6ce61b033a9ad138eb28/stringext/1.6.0/lib/stringext/dune-package
prep/universes/a1c47280536a6ce61b033a9ad138eb28/stringext/1.6.0/lib/stringext/stringext.cmi
prep/universes/a1c47280536a6ce61b033a9ad138eb28/stringext/1.6.0/lib/stringext/stringext.cmt
prep/universes/a1c47280536a6ce61b033a9ad138eb28/stringext/1.6.0/lib/stringext/stringext.cmti
prep/universes/a1c47280536a6ce61b033a9ad138eb28/stringext/1.6.0/opam
prep/universes/4959391b9f8c6cdf1fcea2950bd8591f/uri/4.4.0/doc/
prep/universes/4959391b9f8c6cdf1fcea2950bd8591f/uri/4.4.0/doc/uri/
prep/universes/4959391b9f8c6cdf1fcea2950bd8591f/uri/4.4.0/doc/uri/CHANGES.md
prep/universes/4959391b9f8c6cdf1fcea2950bd8591f/uri/4.4.0/doc/uri/LICENSE.md
prep/universes/4959391b9f8c6cdf1fcea2950bd8591f/uri/4.4.0/doc/uri/README.md
prep/universes/4959391b9f8c6cdf1fcea2950bd8591f/uri/4.4.0/lib/
prep/universes/4959391b9f8c6cdf1fcea2950bd8591f/uri/4.4.0/lib/uri/
prep/universes/4959391b9f8c6cdf1fcea2950bd8591f/uri/4.4.0/lib/uri/uri.ocamlobjinfo
prep/universes/4959391b9f8c6cdf1fcea2950bd8591f/uri/4.4.0/lib/uri/META
prep/universes/4959391b9f8c6cdf1fcea2950bd8591f/uri/4.4.0/lib/uri/dune-package
prep/universes/4959391b9f8c6cdf1fcea2950bd8591f/uri/4.4.0/lib/uri/services/
prep/universes/4959391b9f8c6cdf1fcea2950bd8591f/uri/4.4.0/lib/uri/services/uri_services.ocamlobjinfo
prep/universes/4959391b9f8c6cdf1fcea2950bd8591f/uri/4.4.0/lib/uri/services/uri_services.cmi
prep/universes/4959391b9f8c6cdf1fcea2950bd8591f/uri/4.4.0/lib/uri/services/uri_services.cmt
prep/universes/4959391b9f8c6cdf1fcea2950bd8591f/uri/4.4.0/lib/uri/services/uri_services.cmti
prep/universes/4959391b9f8c6cdf1fcea2950bd8591f/uri/4.4.0/lib/uri/services_full/
prep/universes/4959391b9f8c6cdf1fcea2950bd8591f/uri/4.4.0/lib/uri/services_full/uri_services_full.ocamlobjinfo
prep/universes/4959391b9f8c6cdf1fcea2950bd8591f/uri/4.4.0/lib/uri/services_full/uri_services_full.cmi
prep/universes/4959391b9f8c6cdf1fcea2950bd8591f/uri/4.4.0/lib/uri/services_full/uri_services_full.cmt
prep/universes/4959391b9f8c6cdf1fcea2950bd8591f/uri/4.4.0/lib/uri/services_full/uri_services_full.cmti
prep/universes/4959391b9f8c6cdf1fcea2950bd8591f/uri/4.4.0/lib/uri/uri.cmi
prep/universes/4959391b9f8c6cdf1fcea2950bd8591f/uri/4.4.0/lib/uri/uri.cmt
prep/universes/4959391b9f8c6cdf1fcea2950bd8591f/uri/4.4.0/lib/uri/uri.cmti
prep/universes/4959391b9f8c6cdf1fcea2950bd8591f/uri/4.4.0/opam
prep/universes/b204ec69e705d7ada5aa6849fb0a8dd0/ocplib-json-typed-bson/0.7.1/doc/
prep/universes/b204ec69e705d7ada5aa6849fb0a8dd0/ocplib-json-typed-bson/0.7.1/doc/ocplib-json-typed-bson/
prep/universes/b204ec69e705d7ada5aa6849fb0a8dd0/ocplib-json-typed-bson/0.7.1/doc/ocplib-json-typed-bson/LICENSE
prep/universes/b204ec69e705d7ada5aa6849fb0a8dd0/ocplib-json-typed-bson/0.7.1/doc/ocplib-json-typed-bson/README.md
prep/universes/b204ec69e705d7ada5aa6849fb0a8dd0/ocplib-json-typed-bson/0.7.1/lib/
prep/universes/b204ec69e705d7ada5aa6849fb0a8dd0/ocplib-json-typed-bson/0.7.1/lib/ocplib-json-typed-bson/
prep/universes/b204ec69e705d7ada5aa6849fb0a8dd0/ocplib-json-typed-bson/0.7.1/lib/ocplib-json-typed-bson/ocplib_json_typed_bson.ocamlobjinfo
prep/universes/b204ec69e705d7ada5aa6849fb0a8dd0/ocplib-json-typed-bson/0.7.1/lib/ocplib-json-typed-bson/META
prep/universes/b204ec69e705d7ada5aa6849fb0a8dd0/ocplib-json-typed-bson/0.7.1/lib/ocplib-json-typed-bson/dune-package
prep/universes/b204ec69e705d7ada5aa6849fb0a8dd0/ocplib-json-typed-bson/0.7.1/lib/ocplib-json-typed-bson/json_repr_bson.cmi
prep/universes/b204ec69e705d7ada5aa6849fb0a8dd0/ocplib-json-typed-bson/0.7.1/lib/ocplib-json-typed-bson/json_repr_bson.cmt
prep/universes/b204ec69e705d7ada5aa6849fb0a8dd0/ocplib-json-typed-bson/0.7.1/lib/ocplib-json-typed-bson/json_repr_bson.cmti
prep/universes/b204ec69e705d7ada5aa6849fb0a8dd0/ocplib-json-typed-bson/0.7.1/opam
Warning: Permanently added '[staging.docs.ci.ocamllabs.io]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[staging.docs.ci.ocamllabs.io]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[staging.docs.ci.ocamllabs.io]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[staging.docs.ci.ocamllabs.io]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[staging.docs.ci.ocamllabs.io]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[staging.docs.ci.ocamllabs.io]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[staging.docs.ci.ocamllabs.io]:2222' (ED25519) to the list of known hosts.
HASHES:angstrom.0.16.0-5164195151dc09d4a444d0dbdd8ecb78:4fb26d825caf0fd5d5c69d59734b9e9616013d98cfbd658818f6f4d0c6037dcb
HASHES:bigstringaf.0.9.0-284910577e16ac0a390c5a79d2258071:6fe78ccbe97209ac49d990b1dee68f99787e7354fade13ec5e195ad3898ca3c8
HASHES:ocaml-syntax-shims.1.0.0-a1c47280536a6ce61b033a9ad138eb28:c36222e29b8c4e207e712aa828c9ddb1f9f47d2cb5791a38d469d7772d127f9b
HASHES:ocplib-json-typed.0.7.1-3b76c8e4ca38589e50afac5fea96ecf1:c49ea4479bd0295c254c4768bd126e7ec38e6196313a61d506ef8d391f895e61
HASHES:stringext.1.6.0-a1c47280536a6ce61b033a9ad138eb28:a43b9076899a72028c86308581fa26d71f26d7d6004a66099c687e5e09a8e7fc
HASHES:uri.4.4.0-4959391b9f8c6cdf1fcea2950bd8591f:15a37e6694cca435af8ca08f8702fea006c806e1cefd574310036f852f5254e2
HASHES:ocplib-json-typed-bson.0.7.1-b204ec69e705d7ada5aa6849fb0a8dd0:f3f11c0102bb4ab64b12e9d2699dba731a7c3baf269d195c2fda1c5e5106c364
2024-01-23 16:00.02 ---> saved as "8109c136175180e9f2aa13f5072460793687c44632384690f41c4bd3709ec517"
Job succeeded
2024-01-23 16:00.13: ocplib-json-typed-bson.0.7.1-b204ec69e705d7ada5aa6849fb0a8dd0 -> f3f11c0102bb4ab64b12e9d2699dba731a7c3baf269d195c2fda1c5e5106c364
2024-01-23 16:00.13: uri.4.4.0-4959391b9f8c6cdf1fcea2950bd8591f -> 15a37e6694cca435af8ca08f8702fea006c806e1cefd574310036f852f5254e2
2024-01-23 16:00.13: stringext.1.6.0-a1c47280536a6ce61b033a9ad138eb28 -> a43b9076899a72028c86308581fa26d71f26d7d6004a66099c687e5e09a8e7fc
2024-01-23 16:00.13: ocplib-json-typed.0.7.1-3b76c8e4ca38589e50afac5fea96ecf1 -> c49ea4479bd0295c254c4768bd126e7ec38e6196313a61d506ef8d391f895e61
2024-01-23 16:00.13: ocaml-syntax-shims.1.0.0-a1c47280536a6ce61b033a9ad138eb28 -> c36222e29b8c4e207e712aa828c9ddb1f9f47d2cb5791a38d469d7772d127f9b
2024-01-23 16:00.13: bigstringaf.0.9.0-284910577e16ac0a390c5a79d2258071 -> 6fe78ccbe97209ac49d990b1dee68f99787e7354fade13ec5e195ad3898ca3c8
2024-01-23 16:00.13: angstrom.0.16.0-5164195151dc09d4a444d0dbdd8ecb78 -> 4fb26d825caf0fd5d5c69d59734b9e9616013d98cfbd658818f6f4d0c6037dcb
2024-01-23 16:00.13: Job succeeded