Build:
  1. 0
2024-10-04 19:21.26: New job: Voodoo prep yocaml_mustache.2.0.0; 7ab6c0f2ff92b469bd0d0f08ff7dfd48
2024-10-04 19:21.26: Waiting for resource in pool OCluster
2024-10-04 19:22.59: Waiting for worker…
2024-10-04 19:22.59: Got resource from pool OCluster
2024-10-04 19:22.59: Using cache hint "docs-universe-prep-5.1.1"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-5.1@sha256:8454684bf95fc76f026876958cb517051d66ea42a82ff693c5d8d4bb32fb57f4)
         (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:8454684bf95fc76f026876958cb517051d66ea42a82ff693c5d8d4bb32fb57f4)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo chown opam:opam /home/opam"))
 (run (shell "sudo mkdir /src"))
 (copy (src packages) (dst /src/packages))
 (copy (src repo) (dst /src/repo))
 (run (network host)
      (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni"))
 (run (shell "opam repo remove default && opam repo add opam /src"))
 (copy (from (build tools)) (src /home/opam/voodoo-prep) (dst /home/opam/))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "opam install dune.3.16.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 yocaml_mustache.2.0.0 yocaml.2.0.0 time_now.v0.17.0 stdlib-shims.0.3.0 stdio.v0.17.0 sexplib0.v0.17.0 ppxlib_jane.v0.17.0 ppxlib.0.33.1~5.3preview ppx_sexp_conv.v0.17.0 ppx_optcomp.v0.17.0 ppx_inline_test.v0.17.0 ppx_here.v0.17.0 ppx_hash.v0.17.0 ppx_globalize.v0.17.0 ppx_expect.v0.17.0 ppx_enumerate.v0.17.0 ppx_derivers.1.2.1 ppx_compare.v0.17.0 ppx_cold.v0.17.0 ppx_base.v0.17.0 ppx_assert.v0.17.0 ocaml_intrinsics_kernel.v0.17.1 ocaml-compiler-libs.v0.12.4 mustache.3.3.0 menhirSdk.20240715 menhirLib.20240715 menhirCST.20240715 menhir.20240715 jst-config.v0.17.0 jane-street-headers.v0.17.0 dune-configurator.3.16.0 dune.3.16.0 csexp.1.5.2 base.v0.17.1 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u yocaml_mustache:7ab6c0f2ff92b469bd0d0f08ff7dfd48"))
 (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.453207') && (for DATA in prep/universes/7ab6c0f2ff92b469bd0d0f08ff7dfd48/yocaml_mustache/2.0.0,yocaml_mustache.2.0.0-7ab6c0f2ff92b469bd0d0f08ff7dfd48,yocaml_mustache.2.0.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/7ab6c0f2ff92b469bd0d0f08ff7dfd48/yocaml_mustache/2.0.0,yocaml_mustache.2.0.0-7ab6c0f2ff92b469bd0d0f08ff7dfd48,yocaml_mustache.2.0.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/7ab6c0f2ff92b469bd0d0f08ff7dfd48/yocaml_mustache/2.0.0,yocaml_mustache.2.0.0-7ab6c0f2ff92b469bd0d0f08ff7dfd48,yocaml_mustache.2.0.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 bf675657c6376b15ae330bfdd12dcd1c77f816ba --local-file prep.spec \
--pool linux-x86_64 --connect ocluster-submission.cap --cache-hint docs-universe-prep-5.1.1 \
--secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config

2024-10-04 19:22.59: RETRYING: 2024-10-04/192126-voodoo-prep-f8be7f Number of retries: 0 (retriable error condition)
Building on x86-bm-c5.sw.ocaml.org
All commits already cached
Updating files:  65% (21237/32360)
Updating files:  66% (21358/32360)
Updating files:  67% (21682/32360)
Updating files:  68% (22005/32360)
Updating files:  69% (22329/32360)
Updating files:  70% (22652/32360)
Updating files:  71% (22976/32360)
Updating files:  72% (23300/32360)
Updating files:  73% (23623/32360)
Updating files:  74% (23947/32360)
Updating files:  75% (24270/32360)
Updating files:  76% (24594/32360)
Updating files:  77% (24918/32360)
Updating files:  78% (25241/32360)
Updating files:  79% (25565/32360)
Updating files:  80% (25888/32360)
Updating files:  81% (26212/32360)
Updating files:  82% (26536/32360)
Updating files:  83% (26859/32360)
Updating files:  84% (27183/32360)
Updating files:  85% (27506/32360)
Updating files:  86% (27830/32360)
Updating files:  87% (28154/32360)
Updating files:  88% (28477/32360)
Updating files:  89% (28801/32360)
Updating files:  90% (29124/32360)
Updating files:  91% (29448/32360)
Updating files:  92% (29772/32360)
Updating files:  93% (30095/32360)
Updating files:  94% (30419/32360)
Updating files:  95% (30742/32360)
Updating files:  96% (31066/32360)
Updating files:  97% (31390/32360)
Updating files:  98% (31713/32360)
Updating files:  99% (32037/32360)
Updating files: 100% (32360/32360)
Updating files: 100% (32360/32360), done.
HEAD is now at bf675657c6 yocaml.2.0.0 requires at least alcotest.1.3.0

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-5.1@sha256:8454684bf95fc76f026876958cb517051d66ea42a82ff693c5d8d4bb32fb57f4)
2024-10-04 19:15.19 ---> saved as "9a55e2be621a265ca6b967131795132de8f4abdf359ac93d16624739bcfc811d"

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-10-04 19:15.19 ---> saved as "ce07c67eb522cd1e99d4ddcbe25aa3523a2d9355c985d65c082e5ca1be6345c4"

/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 [186 kB]
Fetched 290 kB in 0s (811 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  libpkgconf3 pkgconf pkgconf-bin
Suggested packages:
  m4-doc
The following NEW packages will be installed:
  libpkgconf3 m4 pkg-config pkgconf pkgconf-bin
0 upgraded, 5 newly installed, 0 to remove and 1 not upgraded.
Need to get 392 kB of archives.
After this operation, 969 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bookworm/main amd64 libpkgconf3 amd64 1.8.1-1 [36.1 kB]
Get:2 http://deb.debian.org/debian bookworm/main amd64 m4 amd64 1.4.19-3 [287 kB]
Get:3 http://deb.debian.org/debian bookworm/main amd64 pkgconf-bin amd64 1.8.1-1 [29.5 kB]
Get:4 http://deb.debian.org/debian bookworm/main amd64 pkgconf amd64 1.8.1-1 [25.9 kB]
Get:5 http://deb.debian.org/debian bookworm/main amd64 pkg-config amd64 1.8.1-1 [13.7 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 392 kB in 0s (16.7 MB/s)
Selecting previously unselected package libpkgconf3:amd64.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18776 files and directories currently installed.)
Preparing to unpack .../libpkgconf3_1.8.1-1_amd64.deb ...
Unpacking libpkgconf3:amd64 (1.8.1-1) ...
Selecting previously unselected package m4.
Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ...
Unpacking m4 (1.4.19-3) ...
Selecting previously unselected package pkgconf-bin.
Preparing to unpack .../pkgconf-bin_1.8.1-1_amd64.deb ...
Unpacking pkgconf-bin (1.8.1-1) ...
Selecting previously unselected package pkgconf:amd64.
Preparing to unpack .../pkgconf_1.8.1-1_amd64.deb ...
Unpacking pkgconf:amd64 (1.8.1-1) ...
Selecting previously unselected package pkg-config:amd64.
Preparing to unpack .../pkg-config_1.8.1-1_amd64.deb ...
Unpacking pkg-config:amd64 (1.8.1-1) ...
Setting up m4 (1.4.19-3) ...
Setting up libpkgconf3:amd64 (1.8.1-1) ...
Setting up pkgconf-bin (1.8.1-1) ...
Setting up pkgconf:amd64 (1.8.1-1) ...
Setting up pkg-config:amd64 (1.8.1-1) ...
Processing triggers for libc-bin (2.36-9+deb12u8) ...
2024-10-04 19:15.22 ---> saved as "d6192f6fdc647597745c7312994edbf1a60a29f4a4c658735080e746d7fd6e46"

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

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

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

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed seq.base
-> installed cmdliner.1.3.0
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.15.0
-> installed topkg.1.0.7
-> installed rresult.0.7.0
-> installed uutf.1.0.3
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed 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.12.0
-> installed sha.1.15.4
-> installed ocamlgraph.2.1.0
-> installed opam-core.2.2.1
-> installed opam-format.2.2.1
-> installed voodoo-prep.~dev
Done.
# Run eval $(opam env) to update the current shell environment
2024-10-04 19:16.22 ---> saved as "4cf8f1f1cb34d47ca43f1ebfa5f6bcaca3f9673f5c4d8e89c169033666ae5780"

/home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))
2024-10-04 19:16.22 ---> saved as "c28d6fd9880ca45e7829881d0552abb5407dd172e53029579606a86580dfcf04"
2024-10-04 19:16.22 --> finished "tools"

(from ocaml/opam:debian-12-ocaml-5.1@sha256:8454684bf95fc76f026876958cb517051d66ea42a82ff693c5d8d4bb32fb57f4)
2024-10-04 19:16.22 ---> using "9a55e2be621a265ca6b967131795132de8f4abdf359ac93d16624739bcfc811d" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-10-04 19:16.22 ---> using "ce07c67eb522cd1e99d4ddcbe25aa3523a2d9355c985d65c082e5ca1be6345c4" from cache

/home/opam: (run (shell "sudo mkdir /src"))
2024-10-04 19:16.27 ---> saved as "2af0a2c742b9ae2064ca722e4979594de1a7aad2be4b6a00ca1b02664dd2565e"

/home/opam: (copy (src packages) (dst /src/packages))
2024-10-04 19:16.58 ---> saved as "8446b1c531b628e5e14482585f3db0aa91b15dc915d1295badba6f93cc50f515"

/home/opam: (copy (src repo) (dst /src/repo))
2024-10-04 19:16.58 ---> saved as "ec28cbd61b71c9b45d3bf16249e322679c38a62e9218c42bbc01c1700f0fd346"

/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-10-04 19:18.12 ---> saved as "5c19e5ff9fa9827b1400d6e30e722f8b69d503973804c11263fdab5df6bd4d08"

/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-10-04 19:18.33 ---> saved as "294368f36f6eee2c9fa48114a471474e167fcccbf6cdc82a09461f0c4adc8cda"

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-10-04 19:18.33 ---> saved as "b6bf830864f06880f9d05d5216b82036531fd3ca086e30ae4268e1a00c86486b"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
                 (network host)
                 (shell "opam install dune.3.16.0"))
The following actions will be performed:
  - install dune 3.16.0

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.16.0  (cached)
-> installed dune.3.16.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-10-04 19:19.28 ---> saved as "0278e6d09e20698527b0714d44004ae1a9e77937f7f5bdbce61589f48bce633f"

/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 yocaml_mustache.2.0.0 yocaml.2.0.0 time_now.v0.17.0 stdlib-shims.0.3.0 stdio.v0.17.0 sexplib0.v0.17.0 ppxlib_jane.v0.17.0 ppxlib.0.33.1~5.3preview ppx_sexp_conv.v0.17.0 ppx_optcomp.v0.17.0 ppx_inline_test.v0.17.0 ppx_here.v0.17.0 ppx_hash.v0.17.0 ppx_globalize.v0.17.0 ppx_expect.v0.17.0 ppx_enumerate.v0.17.0 ppx_derivers.1.2.1 ppx_compare.v0.17.0 ppx_cold.v0.17.0 ppx_base.v0.17.0 ppx_assert.v0.17.0 ocaml_intrinsics_kernel.v0.17.1 ocaml-compiler-libs.v0.12.4 mustache.3.3.0 menhirSdk.20240715 menhirLib.20240715 menhirCST.20240715 menhir.20240715 jst-config.v0.17.0 jane-street-headers.v0.17.0 dune-configurator.3.16.0 dune.3.16.0 csexp.1.5.2 base.v0.17.1 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))

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

Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [187 kB]
Fetched 290 kB in 0s (1133 kB/s)
Reading package lists...
Building dependency tree...
Reading state information...
1 package can be upgraded. Run 'apt list --upgradable' to see it.
Opam plugin "depext" may require upgrading/reinstalling. Reinstall the plugin on the current switch? [Y/n] y
The following actions will be performed:
  - recompile opam-depext 1.2.3

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

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

<><> Carrying on to "opam depext -viy yocaml_mustache.2.0.0 yocaml.2.0.0 time_now.v0.17.0 stdlib-shims.0.3.0 stdio.v0.17.0 sexplib0.v0.17.0 ppxlib_jane.v0.17.0 ppxlib.0.33.1~5.3preview ppx_sexp_conv.v0.17.0 ppx_optcomp.v0.17.0 ppx_inline_test.v0.17.0 ppx_here.v0.17.0 ppx_hash.v0.17.0 ppx_globalize.v0.17.0 ppx_expect.v0.17.0 ppx_enumerate.v0.17.0 ppx_derivers.1.2.1 ppx_compare.v0.17.0 ppx_cold.v0.17.0 ppx_base.v0.17.0 ppx_assert.v0.17.0 ocaml_intrinsics_kernel.v0.17.1 ocaml-compiler-libs.v0.12.4 mustache.3.3.0 menhirSdk.20240715 menhirLib.20240715 menhirCST.20240715 menhir.20240715 jst-config.v0.17.0 jane-street-headers.v0.17.0 dune-configurator.3.16.0 dune.3.16.0 csexp.1.5.2 base.v0.17.1" 

Since version 2.1, opam now handles external dependencies alongside OCaml ones, and the `depext` plugin interface is provided for backwards compatibility only. Consider using your usual `opam install` command to install both OCaml and system dependencies, or `opam install <pkg> --depext-only` if you want to only install external dependencies.
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
[NOTE] Package dune is already installed (current version is 3.16.0).
The following actions will be performed:
  - install ppx_derivers            1.2.1
  - install ocaml_intrinsics_kernel v0.17.1
  - install sexplib0                v0.17.0
  - install ocaml-compiler-libs     v0.12.4
  - install stdlib-shims            0.3.0
  - install menhirLib               20240715
  - install menhirCST               20240715
  - install menhirSdk               20240715
  - install jane-street-headers     v0.17.0
  - install csexp                   1.5.2
  - install ppxlib                  0.33.1~5.3preview
  - install menhir                  20240715
  - install dune-configurator       3.16.0
  - install ppxlib_jane             v0.17.0
  - install mustache                3.3.0
  - install base                    v0.17.1
  - install stdio                   v0.17.0
  - install ppx_sexp_conv           v0.17.0
  - install ppx_here                v0.17.0
  - install ppx_globalize           v0.17.0
  - install ppx_enumerate           v0.17.0
  - install ppx_compare             v0.17.0
  - install ppx_cold                v0.17.0
  - install ppx_optcomp             v0.17.0
  - install ppx_hash                v0.17.0
  - install ppx_assert              v0.17.0
  - install ppx_base                v0.17.0
  - install jst-config              v0.17.0
  - install time_now                v0.17.0
  - install ppx_inline_test         v0.17.0
  - install ppx_expect              v0.17.0
  - install yocaml                  2.0.0
  - install yocaml_mustache         2.0.0
===== 33 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/99:
Processing  2/99:
Processing  3/99:
-> retrieved base.v0.17.1  (cached)
Processing  4/99:
-> retrieved csexp.1.5.2  (cached)
Processing  5/99:
Processing  6/99: [csexp: dune build]
-> retrieved dune-configurator.3.16.0  (cached)
Processing  7/99: [csexp: dune build]
-> retrieved jane-street-headers.v0.17.0  (cached)
Processing  8/99: [csexp: dune build]
Processing  9/99: [csexp: dune build] [jane-street-headers: dune build]
-> retrieved jst-config.v0.17.0  (cached)
Processing 10/99: [csexp: dune build] [jane-street-headers: dune build]
-> compiled  csexp.1.5.2
Processing 10/99: [jane-street-headers: dune build]
-> installed csexp.1.5.2
Processing 11/99: [jane-street-headers: dune build]
Processing 12/99: [dune-configurator: rm] [jane-street-headers: dune build]
-> retrieved menhir.20240715  (cached)
Processing 13/99: [dune-configurator: rm] [jane-street-headers: dune build]
-> retrieved menhirCST.20240715  (cached)
Processing 14/99: [dune-configurator: rm] [jane-street-headers: dune build]
Processing 15/99: [dune-configurator: rm] [jane-street-headers: dune build] [menhirCST: dune build]
-> compiled  jane-street-headers.v0.17.0
Processing 15/99: [dune-configurator: rm] [menhirCST: dune build]
-> installed jane-street-headers.v0.17.0
Processing 16/99: [dune-configurator: rm] [menhirCST: dune build]
-> retrieved menhirLib.20240715  (cached)
Processing 17/99: [dune-configurator: rm] [menhirCST: dune build]
Processing 18/99: [dune-configurator: rm] [menhirCST: dune build] [menhirLib: dune build]
-> retrieved menhirSdk.20240715  (cached)
Processing 19/99: [dune-configurator: rm] [menhirCST: dune build] [menhirLib: dune build]
Processing 20/99: [dune-configurator: rm] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build]
-> retrieved mustache.3.3.0  (cached)
Processing 21/99: [dune-configurator: rm] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build]
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
Processing 22/99: [dune-configurator: rm] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build]
Processing 23/99: [dune-configurator: rm] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build]
Processing 23/99: [dune-configurator: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build]
-> retrieved ocaml_intrinsics_kernel.v0.17.1  (cached)
Processing 24/99: [dune-configurator: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build]
Processing 25/99: [dune-configurator: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build]
-> retrieved ppx_assert.v0.17.0  (cached)
Processing 26/99: [dune-configurator: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build]
-> retrieved ppx_base.v0.17.0  (cached)
Processing 27/99: [dune-configurator: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build]
-> retrieved ppx_cold.v0.17.0  (cached)
Processing 28/99: [dune-configurator: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build]
-> compiled  menhirCST.20240715
Processing 28/99: [dune-configurator: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build]
-> installed menhirCST.20240715
Processing 29/99: [dune-configurator: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build]
-> retrieved ppx_compare.v0.17.0  (cached)
Processing 30/99: [dune-configurator: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build]
-> retrieved ppx_derivers.1.2.1  (cached)
Processing 31/99: [dune-configurator: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build]
Processing 32/99: [dune-configurator: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build] [ppx_derivers: dune build]
-> retrieved ppx_enumerate.v0.17.0  (cached)
Processing 33/99: [dune-configurator: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build] [ppx_derivers: dune build]
-> retrieved ppx_expect.v0.17.0  (cached)
Processing 34/99: [dune-configurator: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build] [ppx_derivers: dune build]
-> retrieved ppx_globalize.v0.17.0  (cached)
Processing 35/99: [dune-configurator: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build] [ppx_derivers: dune build]
-> retrieved ppx_hash.v0.17.0  (cached)
Processing 36/99: [dune-configurator: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build] [ppx_derivers: dune build]
-> retrieved ppx_here.v0.17.0  (cached)
Processing 37/99: [dune-configurator: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build] [ppx_derivers: dune build]
-> retrieved ppx_inline_test.v0.17.0  (cached)
Processing 38/99: [dune-configurator: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build] [ppx_derivers: dune build]
-> retrieved ppx_optcomp.v0.17.0  (cached)
Processing 39/99: [dune-configurator: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build] [ppx_derivers: dune build]
-> retrieved ppx_sexp_conv.v0.17.0  (cached)
Processing 40/99: [dune-configurator: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build] [ppx_derivers: dune build]
-> compiled  ppx_derivers.1.2.1
Processing 40/99: [dune-configurator: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build]
-> installed ppx_derivers.1.2.1
Processing 41/99: [dune-configurator: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build]
-> retrieved ppxlib.0.33.1~5.3preview  (cached)
Processing 42/99: [dune-configurator: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build]
-> retrieved ppxlib_jane.v0.17.0  (cached)
Processing 43/99: [dune-configurator: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build]
-> compiled  menhirSdk.20240715
Processing 43/99: [dune-configurator: dune build] [menhirLib: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build]
-> installed menhirSdk.20240715
Processing 44/99: [dune-configurator: dune build] [menhirLib: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build]
-> retrieved sexplib0.v0.17.0  (cached)
Processing 45/99: [dune-configurator: dune build] [menhirLib: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build]
Processing 46/99: [dune-configurator: dune build] [menhirLib: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build] [sexplib0: dune build]
-> retrieved stdio.v0.17.0  (cached)
Processing 47/99: [dune-configurator: dune build] [menhirLib: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build] [sexplib0: dune build]
-> retrieved stdlib-shims.0.3.0  (cached)
Processing 48/99: [dune-configurator: dune build] [menhirLib: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build] [sexplib0: dune build]
Processing 49/99: [dune-configurator: dune build] [menhirLib: dune build] [ocaml-compiler-libs: dune build] [ocaml_intrinsics_kernel: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> retrieved time_now.v0.17.0  (cached)
-> compiled  ocaml_intrinsics_kernel.v0.17.1
Processing 49/99: [dune-configurator: dune build] [menhirLib: dune build] [ocaml-compiler-libs: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> installed ocaml_intrinsics_kernel.v0.17.1
Processing 50/99: [dune-configurator: dune build] [menhirLib: dune build] [ocaml-compiler-libs: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> retrieved yocaml.2.0.0  (cached)
-> retrieved yocaml_mustache.2.0.0  (cached)
- (cd _build/default/lib/pack && ./pack.exe)
- Creating menhirLib.ml...
- Creating menhirLib.mli...
-> compiled  menhirLib.20240715
Processing 50/99: [dune-configurator: dune build] [ocaml-compiler-libs: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> installed menhirLib.20240715
Processing 51/99: [dune-configurator: dune build] [ocaml-compiler-libs: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
Processing 52/99: [dune-configurator: dune build] [menhir: dune build] [ocaml-compiler-libs: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> compiled  stdlib-shims.0.3.0
Processing 52/99: [dune-configurator: dune build] [menhir: dune build] [ocaml-compiler-libs: dune build] [sexplib0: dune build]
-> installed stdlib-shims.0.3.0
Processing 53/99: [dune-configurator: dune build] [menhir: dune build] [ocaml-compiler-libs: dune build] [sexplib0: dune build]
-> compiled  ocaml-compiler-libs.v0.12.4
Processing 53/99: [dune-configurator: dune build] [menhir: dune build] [sexplib0: dune build]
-> installed ocaml-compiler-libs.v0.12.4
Processing 54/99: [dune-configurator: dune build] [menhir: dune build] [sexplib0: dune build]
-> compiled  sexplib0.v0.17.0
Processing 54/99: [dune-configurator: dune build] [menhir: dune build]
-> installed sexplib0.v0.17.0
Processing 55/99: [dune-configurator: dune build] [menhir: dune build]
Processing 56/99: [dune-configurator: dune build] [menhir: dune build] [ppxlib: dune build]
-> compiled  dune-configurator.3.16.0
Processing 56/99: [menhir: dune build] [ppxlib: dune build]
-> installed dune-configurator.3.16.0
Processing 57/99: [menhir: dune build] [ppxlib: dune build]
Processing 58/99: [base: dune build] [menhir: dune build] [ppxlib: dune build]
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlopt.opt -w -40 -g -I src/.base.objs/byte -I src/.base.objs/native -I /home/opam/.opam/5.1/lib/ocaml_intrinsics_kernel -I /home/opam/.opam/5.1/lib/sexplib0 -I hash_types/src/.base_internalhash_types.objs/byte -I hash_types/src/.base_internalhash_types.objs/native -I shadow-stdlib/src/.shadow_stdlib.objs/byte -I shadow-stdlib/src/.shadow_stdlib.objs/native -intf-suffix .ml -no-alias-deps -open Base__ -o src/.base.objs/native/base__Array.cmx -c -impl src/array.ml)
- File "src/array.ml", line 399, characters 28-75:
- 399 |       result := Bool.select ((keep_left_if [@inlined]) (compare x !result)) x !result
-                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 55 [inlining-impossible]: Cannot inline: Unknown function
-> compiled  base.v0.17.1
Processing 58/99: [menhir: dune build] [ppxlib: dune build]
-> installed base.v0.17.1
Processing 59/99: [menhir: dune build] [ppxlib: dune build]
Processing 60/99: [menhir: dune build] [ppxlib: dune build] [stdio: dune build]
-> compiled  stdio.v0.17.0
Processing 60/99: [menhir: dune build] [ppxlib: dune build]
-> installed stdio.v0.17.0
Processing 61/99: [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.20240715
Processing 61/99: [ppxlib: dune build]
-> installed menhir.20240715
Processing 62/99: [ppxlib: dune build]
Processing 63/99: [mustache: dune build] [ppxlib: dune build]
-> compiled  mustache.3.3.0
Processing 63/99: [ppxlib: dune build]
-> installed mustache.3.3.0
Processing 64/99: [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.33.1~5.3preview)
-> compiled  ppxlib.0.33.1~5.3preview
-> installed ppxlib.0.33.1~5.3preview
Processing 66/99: [ppx_cold: dune build]
Processing 67/99: [ppx_cold: dune build] [ppx_here: dune build]
Processing 68/99: [ppx_cold: dune build] [ppx_here: dune build] [ppx_optcomp: dune build]
Processing 69/99: [ppx_cold: dune build] [ppx_here: dune build] [ppx_optcomp: dune build] [ppxlib_jane: dune build]
-> compiled  ppx_optcomp.v0.17.0
Processing 69/99: [ppx_cold: dune build] [ppx_here: dune build] [ppxlib_jane: dune build]
-> installed ppx_optcomp.v0.17.0
Processing 70/99: [ppx_cold: dune build] [ppx_here: dune build] [ppxlib_jane: dune build]
-> compiled  ppxlib_jane.v0.17.0
Processing 70/99: [ppx_cold: dune build] [ppx_here: dune build]
-> installed ppxlib_jane.v0.17.0
Processing 71/99: [ppx_cold: dune build] [ppx_here: dune build]
Processing 72/99: [ppx_cold: dune build] [ppx_compare: dune build] [ppx_here: dune build]
Processing 73/99: [ppx_cold: dune build] [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_here: dune build]
Processing 74/99: [ppx_cold: dune build] [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_globalize: dune build] [ppx_here: dune build]
Processing 75/99: [ppx_cold: dune build] [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_globalize: dune build] [ppx_here: dune build] [ppx_sexp_conv: dune build]
-> compiled  ppx_cold.v0.17.0
Processing 75/99: [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_globalize: dune build] [ppx_here: dune build] [ppx_sexp_conv: dune build]
-> installed ppx_cold.v0.17.0
Processing 76/99: [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_globalize: dune build] [ppx_here: dune build] [ppx_sexp_conv: dune build]
-> compiled  ppx_here.v0.17.0
Processing 76/99: [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_globalize: dune build] [ppx_sexp_conv: dune build]
-> installed ppx_here.v0.17.0
Processing 77/99: [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_globalize: dune build] [ppx_sexp_conv: dune build]
-> compiled  ppx_globalize.v0.17.0
Processing 77/99: [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_sexp_conv: dune build]
-> installed ppx_globalize.v0.17.0
Processing 78/99: [ppx_compare: dune build] [ppx_enumerate: dune build] [ppx_sexp_conv: dune build]
-> compiled  ppx_enumerate.v0.17.0
Processing 78/99: [ppx_compare: dune build] [ppx_sexp_conv: dune build]
-> installed ppx_enumerate.v0.17.0
Processing 79/99: [ppx_compare: dune build] [ppx_sexp_conv: dune build]
-> compiled  ppx_compare.v0.17.0
Processing 79/99: [ppx_sexp_conv: dune build]
-> installed ppx_compare.v0.17.0
Processing 80/99: [ppx_sexp_conv: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "ppx_sexp_conv" "-j" "39" (CWD=/home/opam/.opam/5.1/.opam-switch/build/ppx_sexp_conv.v0.17.0)
-> compiled  ppx_sexp_conv.v0.17.0
-> installed ppx_sexp_conv.v0.17.0
Processing 82/99: [ppx_assert: dune build]
Processing 83/99: [ppx_assert: dune build] [ppx_hash: dune build]
-> compiled  ppx_hash.v0.17.0
Processing 83/99: [ppx_assert: dune build]
-> installed ppx_hash.v0.17.0
Processing 84/99: [ppx_assert: dune build]
Processing 85/99: [ppx_assert: dune build] [ppx_base: dune build]
-> compiled  ppx_assert.v0.17.0
Processing 85/99: [ppx_base: dune build]
-> installed ppx_assert.v0.17.0
Processing 86/99: [ppx_base: dune build]
Processing 87/99: [jst-config: dune build] [ppx_base: dune build]
-> compiled  ppx_base.v0.17.0
Processing 87/99: [jst-config: dune build]
-> installed ppx_base.v0.17.0
Processing 88/99: [jst-config: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "jst-config" "-j" "39" (CWD=/home/opam/.opam/5.1/.opam-switch/build/jst-config.v0.17.0)
-> compiled  jst-config.v0.17.0
-> installed jst-config.v0.17.0
Processing 90/99: [time_now: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "time_now" "-j" "39" (CWD=/home/opam/.opam/5.1/.opam-switch/build/time_now.v0.17.0)
-> compiled  time_now.v0.17.0
-> installed time_now.v0.17.0
Processing 92/99: [ppx_inline_test: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "ppx_inline_test" "-j" "39" (CWD=/home/opam/.opam/5.1/.opam-switch/build/ppx_inline_test.v0.17.0)
-> compiled  ppx_inline_test.v0.17.0
-> installed ppx_inline_test.v0.17.0
Processing 94/99: [ppx_expect: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "ppx_expect" "-j" "39" (CWD=/home/opam/.opam/5.1/.opam-switch/build/ppx_expect.v0.17.0)
-> compiled  ppx_expect.v0.17.0
-> installed ppx_expect.v0.17.0
Processing 96/99: [yocaml: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "yocaml" "-j" "39" "@install" (CWD=/home/opam/.opam/5.1/.opam-switch/build/yocaml.2.0.0)
-> compiled  yocaml.2.0.0
-> installed yocaml.2.0.0
Processing 98/99: [yocaml_mustache: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "yocaml_mustache" "-j" "39" "@install" (CWD=/home/opam/.opam/5.1/.opam-switch/build/yocaml_mustache.2.0.0)
-> compiled  yocaml_mustache.2.0.0
-> installed yocaml_mustache.2.0.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-10-04 19:22.36 ---> saved as "1b0ea53ac4008f7031bce1f7605627c78ffdaa3a6fb4ff73e75325fdf7dc0368"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u yocaml_mustache:7ab6c0f2ff92b469bd0d0f08ff7dfd48"))
2024-10-04 19:22.39 ---> saved as "94112268f3a8106f10f2981bce360a0ae06be60d4ae22a7e33c86eee1136c550"

/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.453207') && (for DATA in prep/universes/7ab6c0f2ff92b469bd0d0f08ff7dfd48/yocaml_mustache/2.0.0,yocaml_mustache.2.0.0-7ab6c0f2ff92b469bd0d0f08ff7dfd48,yocaml_mustache.2.0.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/7ab6c0f2ff92b469bd0d0f08ff7dfd48/yocaml_mustache/2.0.0,yocaml_mustache.2.0.0-7ab6c0f2ff92b469bd0d0f08ff7dfd48,yocaml_mustache.2.0.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/7ab6c0f2ff92b469bd0d0f08ff7dfd48/yocaml_mustache/2.0.0,yocaml_mustache.2.0.0-7ab6c0f2ff92b469bd0d0f08ff7dfd48,yocaml_mustache.2.0.0; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.453207
prep/universes/7ab6c0f2ff92b469bd0d0f08ff7dfd48/yocaml_mustache/2.0.0/doc/
prep/universes/7ab6c0f2ff92b469bd0d0f08ff7dfd48/yocaml_mustache/2.0.0/doc/yocaml_mustache/
prep/universes/7ab6c0f2ff92b469bd0d0f08ff7dfd48/yocaml_mustache/2.0.0/doc/yocaml_mustache/CHANGES.md
prep/universes/7ab6c0f2ff92b469bd0d0f08ff7dfd48/yocaml_mustache/2.0.0/doc/yocaml_mustache/LICENSE
prep/universes/7ab6c0f2ff92b469bd0d0f08ff7dfd48/yocaml_mustache/2.0.0/doc/yocaml_mustache/README.md
prep/universes/7ab6c0f2ff92b469bd0d0f08ff7dfd48/yocaml_mustache/2.0.0/lib/
prep/universes/7ab6c0f2ff92b469bd0d0f08ff7dfd48/yocaml_mustache/2.0.0/lib/yocaml_mustache/
prep/universes/7ab6c0f2ff92b469bd0d0f08ff7dfd48/yocaml_mustache/2.0.0/lib/yocaml_mustache/yocaml_mustache.ocamlobjinfo
prep/universes/7ab6c0f2ff92b469bd0d0f08ff7dfd48/yocaml_mustache/2.0.0/lib/yocaml_mustache/META
prep/universes/7ab6c0f2ff92b469bd0d0f08ff7dfd48/yocaml_mustache/2.0.0/lib/yocaml_mustache/dune-package
prep/universes/7ab6c0f2ff92b469bd0d0f08ff7dfd48/yocaml_mustache/2.0.0/lib/yocaml_mustache/yocaml_mustache.cmi
prep/universes/7ab6c0f2ff92b469bd0d0f08ff7dfd48/yocaml_mustache/2.0.0/lib/yocaml_mustache/yocaml_mustache.cmt
prep/universes/7ab6c0f2ff92b469bd0d0f08ff7dfd48/yocaml_mustache/2.0.0/lib/yocaml_mustache/yocaml_mustache.cmti
prep/universes/7ab6c0f2ff92b469bd0d0f08ff7dfd48/yocaml_mustache/2.0.0/opam
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
HASHES:yocaml_mustache.2.0.0-7ab6c0f2ff92b469bd0d0f08ff7dfd48:8dabbe25977cd9f81ddf4b88cd949913d1d0f70b58d55428a0fd9b804d244ddf
2024-10-04 19:22.40 ---> saved as "33b4728a83b7baa74d5d3bf8b59668eb0c18aa116076c8a0a790cb20c364f00f"
Job succeeded
2024-10-04 19:29.53: yocaml_mustache.2.0.0-7ab6c0f2ff92b469bd0d0f08ff7dfd48 -> 8dabbe25977cd9f81ddf4b88cd949913d1d0f70b58d55428a0fd9b804d244ddf
2024-10-04 19:29.53: Job succeeded