Build:
  1. 0
2024-08-27 15:46.22: New job: Voodoo prep kdl.0.1.0; 0f37b57846ad9a8f3867df9fa539e4da
2024-08-27 15:46.22: Waiting for resource in pool OCluster
2024-08-27 18:26.45: Waiting for worker…
2024-08-27 18:43.01: Got resource from pool OCluster
2024-08-27 18:43.01: Using cache hint "docs-universe-prep-5.1.0"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-5.1@sha256:77150679cb3c9870c76e77cb76ec1ad0fc2e3e3cf93b98fb6255d07eb938ea0a)
         (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:77150679cb3c9870c76e77cb76ec1ad0fc2e3e3cf93b98fb6255d07eb938ea0a)
 (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.13.0"))
 (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 kdl.0.1.0 stdlib-shims.0.3.0 sexplib0.v0.16.0 seq.base sedlex.3.2 ppxlib.0.31.0 ppx_derivers.1.2.1 ocaml-compiler-libs.v0.12.4 menhirSdk.20231231 menhirLib.20231231 menhirCST.20231231 menhir.20231231 gen.1.1 dune.3.13.0 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u kdl:0f37b57846ad9a8f3867df9fa539e4da,sedlex:9f6b56386f663499f8e36d45bbeabe49,gen:f91a883ee2068a9d3dbc32429611a3fc"))
 (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.188880') && (for DATA in prep/universes/f91a883ee2068a9d3dbc32429611a3fc/gen/1.1,gen.1.1-f91a883ee2068a9d3dbc32429611a3fc,gen.1.1 prep/universes/9f6b56386f663499f8e36d45bbeabe49/sedlex/3.2,sedlex.3.2-9f6b56386f663499f8e36d45bbeabe49,sedlex.3.2 prep/universes/0f37b57846ad9a8f3867df9fa539e4da/kdl/0.1.0,kdl.0.1.0-0f37b57846ad9a8f3867df9fa539e4da,kdl.0.1.0; 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/f91a883ee2068a9d3dbc32429611a3fc/gen/1.1,gen.1.1-f91a883ee2068a9d3dbc32429611a3fc,gen.1.1 prep/universes/9f6b56386f663499f8e36d45bbeabe49/sedlex/3.2,sedlex.3.2-9f6b56386f663499f8e36d45bbeabe49,sedlex.3.2 prep/universes/0f37b57846ad9a8f3867df9fa539e4da/kdl/0.1.0,kdl.0.1.0-0f37b57846ad9a8f3867df9fa539e4da,kdl.0.1.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 staging.docs.ci.ocamllabs.io:/data/.; done) && (for DATA in prep/universes/f91a883ee2068a9d3dbc32429611a3fc/gen/1.1,gen.1.1-f91a883ee2068a9d3dbc32429611a3fc,gen.1.1 prep/universes/9f6b56386f663499f8e36d45bbeabe49/sedlex/3.2,sedlex.3.2-9f6b56386f663499f8e36d45bbeabe49,sedlex.3.2 prep/universes/0f37b57846ad9a8f3867df9fa539e4da/kdl/0.1.0,kdl.0.1.0-0f37b57846ad9a8f3867df9fa539e4da,kdl.0.1.0; 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 9fc3fa05d7b0bd182f65b5988f8caf2647c8f3fe --local-file prep.spec \
--pool linux-x86_64 --connect ocluster-submission.cap --cache-hint docs-universe-prep-5.1.0 \
--secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config

2024-08-27 18:43.01: RETRYING: 2024-08-27/154622-voodoo-prep-b6111d Number of retries: 0 (retriable error condition)
Building on x86-bm-c10.sw.ocaml.org
All commits already cached
Updating files:  80% (27269/33994)
Updating files:  81% (27536/33994)
Updating files:  82% (27876/33994)
Updating files:  83% (28216/33994)
Updating files:  84% (28555/33994)
Updating files:  85% (28895/33994)
Updating files:  86% (29235/33994)
Updating files:  87% (29575/33994)
Updating files:  88% (29915/33994)
Updating files:  89% (30255/33994)
Updating files:  90% (30595/33994)
Updating files:  91% (30935/33994)
Updating files:  92% (31275/33994)
Updating files:  93% (31615/33994)
Updating files:  94% (31955/33994)
Updating files:  95% (32295/33994)
Updating files:  96% (32635/33994)
Updating files:  97% (32975/33994)
Updating files:  98% (33315/33994)
Updating files:  99% (33655/33994)
Updating files: 100% (33994/33994)
Updating files: 100% (33994/33994), done.
HEAD is now at 9fc3fa05d7 [new release] dune (15 packages) (3.13.0)

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-5.1@sha256:77150679cb3c9870c76e77cb76ec1ad0fc2e3e3cf93b98fb6255d07eb938ea0a)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.1@sha256:77150679cb3c9870c76e77cb76ec1ad0fc2e3e3cf93b98fb6255d07eb938ea0a' locally
docker.io/ocaml/opam@sha256:77150679cb3c9870c76e77cb76ec1ad0fc2e3e3cf93b98fb6255d07eb938ea0a: Pulling from ocaml/opam
f063fe254241: Pulling fs layer
f063fe254241: Verifying Checksum
f063fe254241: Download complete
f063fe254241: Pull complete
Digest: sha256:77150679cb3c9870c76e77cb76ec1ad0fc2e3e3cf93b98fb6255d07eb938ea0a
Status: Downloaded newer image for ocaml/opam@sha256:77150679cb3c9870c76e77cb76ec1ad0fc2e3e3cf93b98fb6255d07eb938ea0a
2024-08-27 18:43.04 ---> using "7f1fc91569c4944f2a42384167d6a5257d51f4f823a2dc27fc5cd059b17040d7" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-08-27 18:43.04 ---> using "bc3f29ea438c9e2614414d51ac62e10cee52d78977c2addbef0ed4c0d41b35c5" 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 [179 kB]
Fetched 282 kB in 0s (890 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 (7325 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 ... 18765 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+deb12u7) ...
2024-08-27 18:43.04 ---> using "614ec7772af9d76ed354c2eb70b7b3876f563f1ef6a7a4feb859ebe05e327dc0" 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.11.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.11.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 fpath.0.7.3
-> installed jsonm.1.0.2
-> 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.11.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-08-27 18:43.04 ---> using "ceca5acc4e202d7b9cfcea94f9c2adea7ed720e26117286981a925f91c4d2338" from cache

/home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))
2024-08-27 18:43.04 ---> using "9a45712bf2660a9bc4b6657d5bcd781f9f0cae0573fdd83f035b20b3cbb42f72" from cache
2024-08-27 18:43.04 --> finished "tools"

(from ocaml/opam:debian-12-ocaml-5.1@sha256:77150679cb3c9870c76e77cb76ec1ad0fc2e3e3cf93b98fb6255d07eb938ea0a)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.1@sha256:77150679cb3c9870c76e77cb76ec1ad0fc2e3e3cf93b98fb6255d07eb938ea0a' locally
docker.io/ocaml/opam@sha256:77150679cb3c9870c76e77cb76ec1ad0fc2e3e3cf93b98fb6255d07eb938ea0a: Pulling from ocaml/opam
f063fe254241: Pulling fs layer
f063fe254241: Verifying Checksum
f063fe254241: Download complete
f063fe254241: Pull complete
Digest: sha256:77150679cb3c9870c76e77cb76ec1ad0fc2e3e3cf93b98fb6255d07eb938ea0a
Status: Downloaded newer image for ocaml/opam@sha256:77150679cb3c9870c76e77cb76ec1ad0fc2e3e3cf93b98fb6255d07eb938ea0a
2024-08-27 18:43.04 ---> using "7f1fc91569c4944f2a42384167d6a5257d51f4f823a2dc27fc5cd059b17040d7" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-08-27 18:43.04 ---> using "bc3f29ea438c9e2614414d51ac62e10cee52d78977c2addbef0ed4c0d41b35c5" from cache

/home/opam: (run (shell "sudo mkdir /src"))
2024-08-27 18:43.04 ---> using "e3f5da4bc36aaf6b25c398ac7eec585bac7e6c1717598971e405e46f7521bd10" from cache

/home/opam: (copy (src packages) (dst /src/packages))
2024-08-27 18:43.05 ---> using "631984e05a81ede88b2fdc0649fba788eb741ef2524206c3ffafe876d6c33997" from cache

/home/opam: (copy (src repo) (dst /src/repo))
2024-08-27 18:43.05 ---> using "024e1400b9a09d5feec6c48947aad095a9d75432bd42a4842ba9d44b893b1bc1" 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-08-27 18:43.05 ---> using "2fe928fc99f4da35421eab9db16f656cda21e42856034b443eeb7b1fcc1aa9c8" 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-08-27 18:43.05 ---> using "d242a3adc1ef4849d0e1a27fca229ac37f94dee6aaff457ced64b423ac967ab0" from cache

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-08-27 18:43.05 ---> using "e8d7545c4b0f2a3d5073d4f274095820cfb14cf4b45fd342175211f5badcd744" 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.13.0"))
The following actions will be performed:
  - recompile ocaml-options-vanilla 1      [upstream or system changes]
  - recompile ocaml-base-compiler   5.1.1* [upstream or system changes]
  - recompile ocaml-config          3      [upstream or system changes]
  - recompile ocaml                 5.1.1  [uses ocaml-base-compiler, ocaml-config]
  - install   dune                  3.13.0
  - recompile opam-depext           1.2.3  [uses ocaml]
  - recompile base-domains          base   [uses ocaml]
  - recompile base-nnp              base   [uses base-domains]
===== 1 to install | 7 to recompile =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> removed   ocaml-options-vanilla.1
-> installed ocaml-options-vanilla.1
-> retrieved dune.3.13.0  (cached)
-> retrieved ocaml-base-compiler.5.1.1  (cached)
-> retrieved opam-depext.1.2.3  (cached)
-> removed   base-nnp.base
-> removed   base-domains.base
-> removed   opam-depext.1.2.3
-> removed   ocaml.5.1.1
-> removed   ocaml-config.3
-> removed   ocaml-base-compiler.5.1.1
-> installed ocaml-base-compiler.5.1.1
-> installed ocaml-config.3
-> installed ocaml.5.1.1
-> installed base-domains.base
-> installed base-nnp.base
-> installed opam-depext.1.2.3
-> installed dune.3.13.0
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
2024-08-27 18:43.05 ---> using "ca8efd0a2c8378f8c6b550636aadda16a3ddb43fc89f3cb9f490d1ba9bbdd656" 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 kdl.0.1.0 stdlib-shims.0.3.0 sexplib0.v0.16.0 seq.base sedlex.3.2 ppxlib.0.31.0 ppx_derivers.1.2.1 ocaml-compiler-libs.v0.12.4 menhirSdk.20231231 menhirLib.20231231 menhirCST.20231231 menhir.20231231 gen.1.1 dune.3.13.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 [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 [179 kB]
Fetched 282 kB in 0s (777 kB/s)
Reading package lists...
Building dependency tree...
Reading state information...
All packages are up to date.
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.13.0).
The following actions will be performed:
  - install menhirLib           20231231
  - install ppx_derivers        1.2.1
  - install seq                 base
  - install ocaml-compiler-libs v0.12.4
  - install menhirCST           20231231
  - install sexplib0            v0.16.0
  - install menhirSdk           20231231
  - install stdlib-shims        0.3.0
  - install gen                 1.1
  - install menhir              20231231
  - install ppxlib              0.31.0
  - install sedlex              3.2
  - install kdl                 0.1.0
===== 13 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/39:
Processing  2/39: [kdl.0.1.0: http]
Processing  3/39: [kdl.0.1.0: http]
-> retrieved gen.1.1  (cached)
Processing  4/39: [kdl.0.1.0: http]
-> retrieved menhir.20231231  (cached)
Processing  5/39: [kdl.0.1.0: http]
-> retrieved menhirCST.20231231  (cached)
Processing  6/39: [kdl.0.1.0: http]
Processing  7/39: [kdl.0.1.0: http] [menhirCST: dune build]
Processing  7/39: [menhirCST: dune build]
-> retrieved menhirLib.20231231  (cached)
Processing  8/39: [menhirCST: dune build]
Processing  9/39: [menhirCST: dune build] [menhirLib: dune build]
-> retrieved menhirSdk.20231231  (cached)
Processing 10/39: [menhirCST: dune build] [menhirLib: dune build]
Processing 11/39: [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build]
-> retrieved kdl.0.1.0  (https://github.com/Bannerets/ocaml-kdl/archive/refs/tags/v0.1.0.tar.gz)
Processing 12/39: [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build]
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
Processing 13/39: [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build]
Processing 14/39: [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build]
-> retrieved ppx_derivers.1.2.1  (cached)
Processing 15/39: [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build]
Processing 16/39: [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build]
Processing 17/39: [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
Processing 18/39: [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> installed seq.base
Processing 19/39: [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
Processing 20/39: [gen: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> retrieved sedlex.3.2  (cached)
Processing 21/39: [gen: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> retrieved sexplib0.v0.16.0  (cached)
Processing 22/39: [gen: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [sexplib0: dune build]
-> retrieved stdlib-shims.0.3.0  (cached)
Processing 23/39: [gen: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> retrieved ppxlib.0.31.0  (cached)
-> compiled  menhirCST.20231231
Processing 23/39: [gen: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> installed menhirCST.20231231
Processing 24/39: [gen: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> compiled  ppx_derivers.1.2.1
Processing 24/39: [gen: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> installed ppx_derivers.1.2.1
Processing 25/39: [gen: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> compiled  stdlib-shims.0.3.0
Processing 25/39: [gen: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [sexplib0: dune build]
-> installed stdlib-shims.0.3.0
Processing 26/39: [gen: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [sexplib0: dune build]
-> compiled  menhirSdk.20231231
Processing 26/39: [gen: dune build] [menhirLib: dune build] [ocaml-compiler-libs: dune build] [sexplib0: dune build]
-> installed menhirSdk.20231231
Processing 27/39: [gen: dune build] [menhirLib: dune build] [ocaml-compiler-libs: dune build] [sexplib0: dune build]
-> compiled  sexplib0.v0.16.0
Processing 27/39: [gen: dune build] [menhirLib: dune build] [ocaml-compiler-libs: dune build]
-> installed sexplib0.v0.16.0
Processing 28/39: [gen: dune build] [menhirLib: dune build] [ocaml-compiler-libs: dune build]
- (cd _build/default/lib/pack && ./pack.exe)
- Creating menhirLib.ml...
- Creating menhirLib.mli...
-> compiled  menhirLib.20231231
Processing 28/39: [gen: dune build] [ocaml-compiler-libs: dune build]
-> installed menhirLib.20231231
Processing 29/39: [gen: dune build] [ocaml-compiler-libs: dune build]
Processing 30/39: [gen: dune build] [menhir: dune build] [ocaml-compiler-libs: dune build]
-> compiled  gen.1.1
Processing 30/39: [menhir: dune build] [ocaml-compiler-libs: dune build]
-> installed gen.1.1
Processing 31/39: [menhir: dune build] [ocaml-compiler-libs: dune build]
-> compiled  ocaml-compiler-libs.v0.12.4
Processing 31/39: [menhir: dune build]
-> installed ocaml-compiler-libs.v0.12.4
Processing 32/39: [menhir: dune build]
Processing 33/39: [menhir: dune build] [ppxlib: dune build]
- (cd _build/default/lib/pack && ./pack.exe)
- Creating menhirLib.ml...
- Creating menhirLib.mli...
- (cd _build/default/src/stage2 && .bin/menhir --exn-carries-state --no-pager --require-aliases --strict parser.mly --compare-errors parserMessages.auto.messages --compare-errors parserMessages.messages) > _build/default/src/stage2/parserMessages.check
- Read 99 sample input sentences and 99 error messages.
- Read 99 sample input sentences and 47 error messages.
- (cd _build/default && src/stage2/.bin/menhir --exn-carries-state --no-pager --require-aliases --strict -lg 1 -la 1 -lc 1 -v src/stage2/parser.mly --base src/stage2/parser --infer-read-reply src/stage2/parser__mock.mli.inferred)
- Grammar has 56 nonterminal symbols, among which 1 start symbols.
- Grammar has 37 terminal symbols.
- Grammar has 129 productions.
- Built an LR(0) automaton with 199 states.
- The grammar is not SLR(1) -- 7 states have a conflict.
- The construction mode is no-pager.
- Built an LR(1) automaton with 308 states.
- One shift/reduce conflict was silently solved.
- Extra reductions on error were added in 50 states.
- Priority played a role in 0 of these states.
- 156 out of 308 states have a default reduction.
- 108 out of 308 states are represented.
- 44 out of 96 symbols keep track of their start position.
- 39 out of 96 symbols keep track of their end position.
- The StackLang code contains 4113 instructions in 277 blocks.
- The StackLang code comprises 5 mutually recursive groups.
- (cd _build/default/src/stage2 && .bin/menhir --exn-carries-state --no-pager --require-aliases --strict parser.mly --compile-errors parserMessages.messages) > _build/default/src/stage2/parserMessages.ml
- Read 99 sample input sentences and 47 error messages.
-> compiled  menhir.20231231
Processing 33/39: [ppxlib: dune build]
-> installed menhir.20231231
Processing 34/39: [ppxlib: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "ppxlib" "-j" "39" "@install" (CWD=/home/opam/.opam/5.1/.opam-switch/build/ppxlib.0.31.0)
-> compiled  ppxlib.0.31.0
-> installed ppxlib.0.31.0
Processing 36/39: [sedlex: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "sedlex" "-j" "39" "@install" (CWD=/home/opam/.opam/5.1/.opam-switch/build/sedlex.3.2)
-> compiled  sedlex.3.2
-> installed sedlex.3.2
Processing 38/39: [kdl: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "kdl" "-j" "39" (CWD=/home/opam/.opam/5.1/.opam-switch/build/kdl.0.1.0)
-> compiled  kdl.0.1.0
-> installed kdl.0.1.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-08-27 18:45.23 ---> saved as "e514d445fd836df2d2342377d107c4c3f87b357ab1abe1fe7f000df6eb2847ac"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u kdl:0f37b57846ad9a8f3867df9fa539e4da,sedlex:9f6b56386f663499f8e36d45bbeabe49,gen:f91a883ee2068a9d3dbc32429611a3fc"))
2024-08-27 18:45.26 ---> saved as "849101bb71270dc98d8eb5ed6e239670636114d7d25c97e379c6dfa784e39a0d"

/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.188880') && (for DATA in prep/universes/f91a883ee2068a9d3dbc32429611a3fc/gen/1.1,gen.1.1-f91a883ee2068a9d3dbc32429611a3fc,gen.1.1 prep/universes/9f6b56386f663499f8e36d45bbeabe49/sedlex/3.2,sedlex.3.2-9f6b56386f663499f8e36d45bbeabe49,sedlex.3.2 prep/universes/0f37b57846ad9a8f3867df9fa539e4da/kdl/0.1.0,kdl.0.1.0-0f37b57846ad9a8f3867df9fa539e4da,kdl.0.1.0; 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/f91a883ee2068a9d3dbc32429611a3fc/gen/1.1,gen.1.1-f91a883ee2068a9d3dbc32429611a3fc,gen.1.1 prep/universes/9f6b56386f663499f8e36d45bbeabe49/sedlex/3.2,sedlex.3.2-9f6b56386f663499f8e36d45bbeabe49,sedlex.3.2 prep/universes/0f37b57846ad9a8f3867df9fa539e4da/kdl/0.1.0,kdl.0.1.0-0f37b57846ad9a8f3867df9fa539e4da,kdl.0.1.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 staging.docs.ci.ocamllabs.io:/data/.; done) && (for DATA in prep/universes/f91a883ee2068a9d3dbc32429611a3fc/gen/1.1,gen.1.1-f91a883ee2068a9d3dbc32429611a3fc,gen.1.1 prep/universes/9f6b56386f663499f8e36d45bbeabe49/sedlex/3.2,sedlex.3.2-9f6b56386f663499f8e36d45bbeabe49,sedlex.3.2 prep/universes/0f37b57846ad9a8f3867df9fa539e4da/kdl/0.1.0,kdl.0.1.0-0f37b57846ad9a8f3867df9fa539e4da,kdl.0.1.0; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.188880
prep/universes/f91a883ee2068a9d3dbc32429611a3fc/gen/1.1/doc/
prep/universes/f91a883ee2068a9d3dbc32429611a3fc/gen/1.1/doc/gen/
prep/universes/f91a883ee2068a9d3dbc32429611a3fc/gen/1.1/doc/gen/CHANGELOG.md
prep/universes/f91a883ee2068a9d3dbc32429611a3fc/gen/1.1/doc/gen/LICENSE
prep/universes/f91a883ee2068a9d3dbc32429611a3fc/gen/1.1/doc/gen/README.md
prep/universes/f91a883ee2068a9d3dbc32429611a3fc/gen/1.1/lib/
prep/universes/f91a883ee2068a9d3dbc32429611a3fc/gen/1.1/lib/gen/
prep/universes/f91a883ee2068a9d3dbc32429611a3fc/gen/1.1/lib/gen/gen.ocamlobjinfo
prep/universes/f91a883ee2068a9d3dbc32429611a3fc/gen/1.1/lib/gen/META
prep/universes/f91a883ee2068a9d3dbc32429611a3fc/gen/1.1/lib/gen/dune-package
prep/universes/f91a883ee2068a9d3dbc32429611a3fc/gen/1.1/lib/gen/gen.cmi
prep/universes/f91a883ee2068a9d3dbc32429611a3fc/gen/1.1/lib/gen/gen.cmt
prep/universes/f91a883ee2068a9d3dbc32429611a3fc/gen/1.1/lib/gen/gen.cmti
prep/universes/f91a883ee2068a9d3dbc32429611a3fc/gen/1.1/lib/gen/genClone.cmi
prep/universes/f91a883ee2068a9d3dbc32429611a3fc/gen/1.1/lib/gen/genClone.cmt
prep/universes/f91a883ee2068a9d3dbc32429611a3fc/gen/1.1/lib/gen/genClone.cmti
prep/universes/f91a883ee2068a9d3dbc32429611a3fc/gen/1.1/lib/gen/genLabels.cmi
prep/universes/f91a883ee2068a9d3dbc32429611a3fc/gen/1.1/lib/gen/genLabels.cmt
prep/universes/f91a883ee2068a9d3dbc32429611a3fc/gen/1.1/lib/gen/genLabels.cmti
prep/universes/f91a883ee2068a9d3dbc32429611a3fc/gen/1.1/lib/gen/genLabels_intf.cmi
prep/universes/f91a883ee2068a9d3dbc32429611a3fc/gen/1.1/lib/gen/genLabels_intf.cmt
prep/universes/f91a883ee2068a9d3dbc32429611a3fc/gen/1.1/lib/gen/genM.cmi
prep/universes/f91a883ee2068a9d3dbc32429611a3fc/gen/1.1/lib/gen/genM.cmt
prep/universes/f91a883ee2068a9d3dbc32429611a3fc/gen/1.1/lib/gen/genM.cmti
prep/universes/f91a883ee2068a9d3dbc32429611a3fc/gen/1.1/lib/gen/genMList.cmi
prep/universes/f91a883ee2068a9d3dbc32429611a3fc/gen/1.1/lib/gen/genMList.cmt
prep/universes/f91a883ee2068a9d3dbc32429611a3fc/gen/1.1/lib/gen/genMList.cmti
prep/universes/f91a883ee2068a9d3dbc32429611a3fc/gen/1.1/lib/gen/genM_intf.cmi
prep/universes/f91a883ee2068a9d3dbc32429611a3fc/gen/1.1/lib/gen/genM_intf.cmt
prep/universes/f91a883ee2068a9d3dbc32429611a3fc/gen/1.1/lib/gen/genShims_.cmi
prep/universes/f91a883ee2068a9d3dbc32429611a3fc/gen/1.1/lib/gen/genShims_.cmt
prep/universes/f91a883ee2068a9d3dbc32429611a3fc/gen/1.1/lib/gen/gen_intf.cmi
prep/universes/f91a883ee2068a9d3dbc32429611a3fc/gen/1.1/lib/gen/gen_intf.cmt
prep/universes/f91a883ee2068a9d3dbc32429611a3fc/gen/1.1/opam
prep/universes/9f6b56386f663499f8e36d45bbeabe49/sedlex/3.2/doc/
prep/universes/9f6b56386f663499f8e36d45bbeabe49/sedlex/3.2/doc/sedlex/
prep/universes/9f6b56386f663499f8e36d45bbeabe49/sedlex/3.2/doc/sedlex/CHANGES.md
prep/universes/9f6b56386f663499f8e36d45bbeabe49/sedlex/3.2/doc/sedlex/LICENSE
prep/universes/9f6b56386f663499f8e36d45bbeabe49/sedlex/3.2/doc/sedlex/README.md
prep/universes/9f6b56386f663499f8e36d45bbeabe49/sedlex/3.2/lib/
prep/universes/9f6b56386f663499f8e36d45bbeabe49/sedlex/3.2/lib/sedlex/
prep/universes/9f6b56386f663499f8e36d45bbeabe49/sedlex/3.2/lib/sedlex/sedlex.ocamlobjinfo
prep/universes/9f6b56386f663499f8e36d45bbeabe49/sedlex/3.2/lib/sedlex/META
prep/universes/9f6b56386f663499f8e36d45bbeabe49/sedlex/3.2/lib/sedlex/dune-package
prep/universes/9f6b56386f663499f8e36d45bbeabe49/sedlex/3.2/lib/sedlex/ppx/
prep/universes/9f6b56386f663499f8e36d45bbeabe49/sedlex/3.2/lib/sedlex/ppx/sedlex_ppx.ocamlobjinfo
prep/universes/9f6b56386f663499f8e36d45bbeabe49/sedlex/3.2/lib/sedlex/ppx/sedlex_ppx.cmi
prep/universes/9f6b56386f663499f8e36d45bbeabe49/sedlex/3.2/lib/sedlex/ppx/sedlex_ppx.cmt
prep/universes/9f6b56386f663499f8e36d45bbeabe49/sedlex/3.2/lib/sedlex/ppx/sedlex_ppx__Iso.cmi
prep/universes/9f6b56386f663499f8e36d45bbeabe49/sedlex/3.2/lib/sedlex/ppx/sedlex_ppx__Iso.cmt
prep/universes/9f6b56386f663499f8e36d45bbeabe49/sedlex/3.2/lib/sedlex/ppx/sedlex_ppx__Iso.cmti
prep/universes/9f6b56386f663499f8e36d45bbeabe49/sedlex/3.2/lib/sedlex/ppx/sedlex_ppx__Ppx_sedlex.cmi
prep/universes/9f6b56386f663499f8e36d45bbeabe49/sedlex/3.2/lib/sedlex/ppx/sedlex_ppx__Ppx_sedlex.cmt
prep/universes/9f6b56386f663499f8e36d45bbeabe49/sedlex/3.2/lib/sedlex/ppx/sedlex_ppx__Sedlex.cmi
prep/universes/9f6b56386f663499f8e36d45bbeabe49/sedlex/3.2/lib/sedlex/ppx/sedlex_ppx__Sedlex.cmt
prep/universes/9f6b56386f663499f8e36d45bbeabe49/sedlex/3.2/lib/sedlex/ppx/sedlex_ppx__Sedlex.cmti
prep/universes/9f6b56386f663499f8e36d45bbeabe49/sedlex/3.2/lib/sedlex/ppx/sedlex_ppx__Sedlex_cset.cmi
prep/universes/9f6b56386f663499f8e36d45bbeabe49/sedlex/3.2/lib/sedlex/ppx/sedlex_ppx__Sedlex_cset.cmt
prep/universes/9f6b56386f663499f8e36d45bbeabe49/sedlex/3.2/lib/sedlex/ppx/sedlex_ppx__Unicode.cmi
prep/universes/9f6b56386f663499f8e36d45bbeabe49/sedlex/3.2/lib/sedlex/ppx/sedlex_ppx__Unicode.cmt
prep/universes/9f6b56386f663499f8e36d45bbeabe49/sedlex/3.2/lib/sedlex/ppx/sedlex_ppx__Unicode.cmti
prep/universes/9f6b56386f663499f8e36d45bbeabe49/sedlex/3.2/lib/sedlex/ppx/sedlex_ppx__Xml.cmi
prep/universes/9f6b56386f663499f8e36d45bbeabe49/sedlex/3.2/lib/sedlex/ppx/sedlex_ppx__Xml.cmt
prep/universes/9f6b56386f663499f8e36d45bbeabe49/sedlex/3.2/lib/sedlex/ppx/sedlex_ppx__Xml.cmti
prep/universes/9f6b56386f663499f8e36d45bbeabe49/sedlex/3.2/lib/sedlex/sedlexing.cmi
prep/universes/9f6b56386f663499f8e36d45bbeabe49/sedlex/3.2/lib/sedlex/sedlexing.cmt
prep/universes/9f6b56386f663499f8e36d45bbeabe49/sedlex/3.2/lib/sedlex/sedlexing.cmti
prep/universes/9f6b56386f663499f8e36d45bbeabe49/sedlex/3.2/lib/sedlex/utils/
prep/universes/9f6b56386f663499f8e36d45bbeabe49/sedlex/3.2/lib/sedlex/utils/sedlex_utils.ocamlobjinfo
prep/universes/9f6b56386f663499f8e36d45bbeabe49/sedlex/3.2/lib/sedlex/utils/sedlex_utils.cmi
prep/universes/9f6b56386f663499f8e36d45bbeabe49/sedlex/3.2/lib/sedlex/utils/sedlex_utils.cmt
prep/universes/9f6b56386f663499f8e36d45bbeabe49/sedlex/3.2/lib/sedlex/utils/sedlex_utils__Cset.cmi
prep/universes/9f6b56386f663499f8e36d45bbeabe49/sedlex/3.2/lib/sedlex/utils/sedlex_utils__Cset.cmt
prep/universes/9f6b56386f663499f8e36d45bbeabe49/sedlex/3.2/lib/sedlex/utils/sedlex_utils__Cset.cmti
prep/universes/9f6b56386f663499f8e36d45bbeabe49/sedlex/3.2/opam
prep/universes/0f37b57846ad9a8f3867df9fa539e4da/kdl/0.1.0/doc/
prep/universes/0f37b57846ad9a8f3867df9fa539e4da/kdl/0.1.0/doc/kdl/
prep/universes/0f37b57846ad9a8f3867df9fa539e4da/kdl/0.1.0/doc/kdl/LICENSE
prep/universes/0f37b57846ad9a8f3867df9fa539e4da/kdl/0.1.0/doc/kdl/README.md
prep/universes/0f37b57846ad9a8f3867df9fa539e4da/kdl/0.1.0/lib/
prep/universes/0f37b57846ad9a8f3867df9fa539e4da/kdl/0.1.0/lib/kdl/
prep/universes/0f37b57846ad9a8f3867df9fa539e4da/kdl/0.1.0/lib/kdl/kdl.ocamlobjinfo
prep/universes/0f37b57846ad9a8f3867df9fa539e4da/kdl/0.1.0/lib/kdl/META
prep/universes/0f37b57846ad9a8f3867df9fa539e4da/kdl/0.1.0/lib/kdl/dune-package
prep/universes/0f37b57846ad9a8f3867df9fa539e4da/kdl/0.1.0/lib/kdl/kdl.cmi
prep/universes/0f37b57846ad9a8f3867df9fa539e4da/kdl/0.1.0/lib/kdl/kdl.cmt
prep/universes/0f37b57846ad9a8f3867df9fa539e4da/kdl/0.1.0/lib/kdl/kdl.cmti
prep/universes/0f37b57846ad9a8f3867df9fa539e4da/kdl/0.1.0/lib/kdl/kdl__.cmi
prep/universes/0f37b57846ad9a8f3867df9fa539e4da/kdl/0.1.0/lib/kdl/kdl__.cmt
prep/universes/0f37b57846ad9a8f3867df9fa539e4da/kdl/0.1.0/lib/kdl/kdl__Ast.cmi
prep/universes/0f37b57846ad9a8f3867df9fa539e4da/kdl/0.1.0/lib/kdl/kdl__Ast.cmt
prep/universes/0f37b57846ad9a8f3867df9fa539e4da/kdl/0.1.0/lib/kdl/kdl__Base64.cmi
prep/universes/0f37b57846ad9a8f3867df9fa539e4da/kdl/0.1.0/lib/kdl/kdl__Base64.cmt
prep/universes/0f37b57846ad9a8f3867df9fa539e4da/kdl/0.1.0/lib/kdl/kdl__Base64.cmti
prep/universes/0f37b57846ad9a8f3867df9fa539e4da/kdl/0.1.0/lib/kdl/kdl__Err.cmi
prep/universes/0f37b57846ad9a8f3867df9fa539e4da/kdl/0.1.0/lib/kdl/kdl__Err.cmt
prep/universes/0f37b57846ad9a8f3867df9fa539e4da/kdl/0.1.0/lib/kdl/kdl__Interpret.cmi
prep/universes/0f37b57846ad9a8f3867df9fa539e4da/kdl/0.1.0/lib/kdl/kdl__Interpret.cmt
prep/universes/0f37b57846ad9a8f3867df9fa539e4da/kdl/0.1.0/lib/kdl/kdl__Lens.cmi
prep/universes/0f37b57846ad9a8f3867df9fa539e4da/kdl/0.1.0/lib/kdl/kdl__Lens.cmt
prep/universes/0f37b57846ad9a8f3867df9fa539e4da/kdl/0.1.0/lib/kdl/kdl__Lexer.cmi
prep/universes/0f37b57846ad9a8f3867df9fa539e4da/kdl/0.1.0/lib/kdl/kdl__Lexer.cmt
prep/universes/0f37b57846ad9a8f3867df9fa539e4da/kdl/0.1.0/lib/kdl/kdl__Loc.cmi
prep/universes/0f37b57846ad9a8f3867df9fa539e4da/kdl/0.1.0/lib/kdl/kdl__Loc.cmt
prep/universes/0f37b57846ad9a8f3867df9fa539e4da/kdl/0.1.0/lib/kdl/kdl__Parser.cmi
prep/universes/0f37b57846ad9a8f3867df9fa539e4da/kdl/0.1.0/lib/kdl/kdl__Parser.cmt
prep/universes/0f37b57846ad9a8f3867df9fa539e4da/kdl/0.1.0/lib/kdl/kdl__Parser.cmti
prep/universes/0f37b57846ad9a8f3867df9fa539e4da/kdl/0.1.0/lib/kdl/kdl__Pretty.cmi
prep/universes/0f37b57846ad9a8f3867df9fa539e4da/kdl/0.1.0/lib/kdl/kdl__Pretty.cmt
prep/universes/0f37b57846ad9a8f3867df9fa539e4da/kdl/0.1.0/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.
HASHES:gen.1.1-f91a883ee2068a9d3dbc32429611a3fc:c5a75f119ead5698b817617f06d31367a1a35e7c065360b470c682c3c3303dc1
HASHES:sedlex.3.2-9f6b56386f663499f8e36d45bbeabe49:19d11d62f64fdb878727c350c3ddad71710905c6f402ec397d9577de891513a7
HASHES:kdl.0.1.0-0f37b57846ad9a8f3867df9fa539e4da:69c7ca5fd16200ac4b2a4801955b86f5aafbc32ed4f5d8db97e32f3328d6018a
2024-08-27 18:45.29 ---> saved as "bdfddc650d640add1d57e5e5724bc6a99a51864f4d461149628eae7c9b188915"
Job succeeded
2024-08-27 18:45.44: kdl.0.1.0-0f37b57846ad9a8f3867df9fa539e4da -> 69c7ca5fd16200ac4b2a4801955b86f5aafbc32ed4f5d8db97e32f3328d6018a
2024-08-27 18:45.44: sedlex.3.2-9f6b56386f663499f8e36d45bbeabe49 -> 19d11d62f64fdb878727c350c3ddad71710905c6f402ec397d9577de891513a7
2024-08-27 18:45.44: gen.1.1-f91a883ee2068a9d3dbc32429611a3fc -> c5a75f119ead5698b817617f06d31367a1a35e7c065360b470c682c3c3303dc1
2024-08-27 18:45.44: Job succeeded