Build:
  1. 0
2024-01-29 15:19.04: New job: Voodoo prep merlin-acme.0.1; d19ed7a1a93fe97dc3182f697df7fa75
2024-01-29 15:19.04: Waiting for resource in pool OCluster
2024-01-29 19:05.08: Waiting for worker…
2024-01-29 19:05.37: Got resource from pool OCluster
2024-01-29 19:05.37: Using cache hint "docs-universe-prep-4.05.0"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-4.05@sha256:207166ddb5eb4fca496547a9dcf2a06d4f201e6684bb97f51d9e193a3369cb85)
         (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.05@sha256:207166ddb5eb4fca496547a9dcf2a06d4f201e6684bb97f51d9e193a3369cb85)
 (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 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 merlin-acme.0.1 yojson.2.1.2 seq.0.3.1 ocamlfind.1.9.6 ocaml9p.0.4 num.0 dune.3.13.0 cppo.1.6.9 camlp-streams.5.0.1 batteries.3.7.2 base-num.base acme.0.1 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u merlin-acme:d19ed7a1a93fe97dc3182f697df7fa75,ocaml9p:698da0a792b90b8fa334dea56986307b,acme:75e4b62f8dc097e6a062ec31f854a741"))
 (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.302355') && (for DATA in prep/universes/75e4b62f8dc097e6a062ec31f854a741/acme/0.1,acme.0.1-75e4b62f8dc097e6a062ec31f854a741,acme.0.1 prep/universes/698da0a792b90b8fa334dea56986307b/ocaml9p/0.4,ocaml9p.0.4-698da0a792b90b8fa334dea56986307b,ocaml9p.0.4 prep/universes/d19ed7a1a93fe97dc3182f697df7fa75/merlin-acme/0.1,merlin-acme.0.1-d19ed7a1a93fe97dc3182f697df7fa75,merlin-acme.0.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/75e4b62f8dc097e6a062ec31f854a741/acme/0.1,acme.0.1-75e4b62f8dc097e6a062ec31f854a741,acme.0.1 prep/universes/698da0a792b90b8fa334dea56986307b/ocaml9p/0.4,ocaml9p.0.4-698da0a792b90b8fa334dea56986307b,ocaml9p.0.4 prep/universes/d19ed7a1a93fe97dc3182f697df7fa75/merlin-acme/0.1,merlin-acme.0.1-d19ed7a1a93fe97dc3182f697df7fa75,merlin-acme.0.1; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/75e4b62f8dc097e6a062ec31f854a741/acme/0.1,acme.0.1-75e4b62f8dc097e6a062ec31f854a741,acme.0.1 prep/universes/698da0a792b90b8fa334dea56986307b/ocaml9p/0.4,ocaml9p.0.4-698da0a792b90b8fa334dea56986307b,ocaml9p.0.4 prep/universes/d19ed7a1a93fe97dc3182f697df7fa75/merlin-acme/0.1,merlin-acme.0.1-d19ed7a1a93fe97dc3182f697df7fa75,merlin-acme.0.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 9fc3fa05d7b0bd182f65b5988f8caf2647c8f3fe --local-file prep.spec \
--pool linux-x86_64 --connect ocluster-submission.cap --cache-hint docs-universe-prep-4.05.0 \
--secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config

2024-01-29 19:05.37: RETRYING: 2024-01-29/151904-voodoo-prep-bdfc78 Number of retries: 0 (retriable error condition)
Building on doris.caelum.ci.dev
All commits already cached
Updating files:  97% (31876/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 9fc3fa05d7 [new release] dune (15 packages) (3.13.0)

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-4.05@sha256:207166ddb5eb4fca496547a9dcf2a06d4f201e6684bb97f51d9e193a3369cb85)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.05@sha256:207166ddb5eb4fca496547a9dcf2a06d4f201e6684bb97f51d9e193a3369cb85' locally
docker.io/ocaml/opam@sha256:207166ddb5eb4fca496547a9dcf2a06d4f201e6684bb97f51d9e193a3369cb85: Pulling from ocaml/opam
dbd5af0f204b: Pulling fs layer
dbd5af0f204b: Verifying Checksum
dbd5af0f204b: Download complete
dbd5af0f204b: Pull complete
Digest: sha256:207166ddb5eb4fca496547a9dcf2a06d4f201e6684bb97f51d9e193a3369cb85
Status: Downloaded newer image for ocaml/opam@sha256:207166ddb5eb4fca496547a9dcf2a06d4f201e6684bb97f51d9e193a3369cb85
2024-01-29 19:00.37 ---> using "b1e21d37cd49b6148620a316f1dc69cb8535bfcbe1ed382a11dd76411eef0ac6" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-01-29 19:00.37 ---> using "d6776737340caeb1cd54e01a0e8d80dcb50ea93a08aea20da4dc65c61981f591" 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]
Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [134 kB]
Fetched 234 kB in 0s (798 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 (4039 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-29 19:00.37 ---> using "49b3b286b358d7259d401e37eb99aa4c941901605954f155ad62f727d8f7c7f8" 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 cmdliner            1.0.4  [required by voodoo-prep]
  - install ocamlfind           1.9.6  [required by bos]
  - install topkg               1.0.7  [required by bos]
  - install ocamlfind-secondary 1.9.6  [required by dune]
  - install astring             0.8.5  [required by bos]
  - install dune                3.13.0 [required by voodoo-prep]
  - install fpath               0.7.3  [required by voodoo-prep]
  - install stdlib-shims        0.3.0  [required by fmt]
  - install seq                 0.3.1  [required by fmt]
  - install result              1.5    [required by rresult]
  - install opam-file-format    2.1.6  [required by opam-format]
  - install cppo                1.6.9  [required by opam-core]
  - install ocamlgraph          2.0.0  [required by opam-core]
  - install re                  1.11.0 [required by opam-format]
  - install fmt                 0.8.9  [required by bos]
  - install rresult             0.6.0  [required by bos]
  - install opam-core           2.1.5  [required by opam-format]
  - install logs                0.7.0  [required by bos]
  - install opam-format         2.1.5  [required by voodoo-prep]
  - install bos                 0.2.0  [required by voodoo-prep]
  - install voodoo-prep         ~dev*
===== 22 to install =====

<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[astring.0.8.5] found in cache
[bos.0.2.0] found in cache
[cmdliner.1.0.4] found in cache
[cppo.1.6.9] found in cache
[dune.3.13.0] found in cache
[fmt.0.8.9] 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
[ocamlfind-secondary.1.9.6] found in cache
[ocamlgraph.2.0.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
[result.1.5] found in cache
[rresult.0.6.0] found in cache
[seq.0.3.1] 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 cmdliner.1.0.4
-> installed ocamlfind.1.9.6
-> installed ocamlfind-secondary.1.9.6
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed dune.3.13.0
-> installed result.1.5
-> installed seq.0.3.1
-> installed stdlib-shims.0.3.0
-> installed opam-file-format.2.1.6
-> installed cppo.1.6.9
-> installed rresult.0.6.0
-> installed re.1.11.0
-> installed fmt.0.8.9
-> installed ocamlgraph.2.0.0
-> installed logs.0.7.0
-> installed bos.0.2.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-29 19:00.37 ---> using "eeb612487fd8dcd7dea2991932fe507ef16bd9a1345d4af6c7c19ccb634d66b8" from cache

/home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))
2024-01-29 19:00.37 ---> using "f7c406d2a001e6c69d22a3aa0ce7f493680f6bf53adf0e96d0c267f2e91e4dde" from cache
2024-01-29 19:00.37 --> finished "tools"

(from ocaml/opam:debian-12-ocaml-4.05@sha256:207166ddb5eb4fca496547a9dcf2a06d4f201e6684bb97f51d9e193a3369cb85)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.05@sha256:207166ddb5eb4fca496547a9dcf2a06d4f201e6684bb97f51d9e193a3369cb85' locally
docker.io/ocaml/opam@sha256:207166ddb5eb4fca496547a9dcf2a06d4f201e6684bb97f51d9e193a3369cb85: Pulling from ocaml/opam
dbd5af0f204b: Pulling fs layer
dbd5af0f204b: Verifying Checksum
dbd5af0f204b: Download complete
dbd5af0f204b: Pull complete
Digest: sha256:207166ddb5eb4fca496547a9dcf2a06d4f201e6684bb97f51d9e193a3369cb85
Status: Downloaded newer image for ocaml/opam@sha256:207166ddb5eb4fca496547a9dcf2a06d4f201e6684bb97f51d9e193a3369cb85
2024-01-29 19:00.37 ---> using "b1e21d37cd49b6148620a316f1dc69cb8535bfcbe1ed382a11dd76411eef0ac6" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-01-29 19:00.37 ---> using "d6776737340caeb1cd54e01a0e8d80dcb50ea93a08aea20da4dc65c61981f591" from cache

/home/opam: (run (shell "sudo mkdir /src"))
2024-01-29 19:00.37 ---> using "6cc95500c50146d1591a1a51536c7023374f57661eaa67feeeaa365bc204f4ce" from cache

/home/opam: (copy (src packages) (dst /src/packages))
2024-01-29 19:00.38 ---> using "b9724e0af6ea809c96a36bd8dd7f947263cf066eaaaf3b27e70e454fae8959c7" from cache

/home/opam: (copy (src repo) (dst /src/repo))
2024-01-29 19:00.38 ---> using "eb64b1e8cb94d110551be710d449517fe7f90b552e85d431e71c95cfcb97bd21" 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 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-29 19:00.38 ---> using "11ebc521caf43db6250f6abc26f3a7b0133196b9729bab57bb90652aab429137" from cache

/home/opam: (run (shell "opam repo remove default && opam repo add opam /src"))
Repositories removed from the selections of switch 4.05. Use '--all' to forget about them altogether.
[opam] Initialised
[NOTE] Repository opam has been added to the selections of switch 4.05 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-29 19:00.38 ---> using "0718517bb54eadd62aa0f015ef3008667024892d9bbb1bb62f1357f040ce779a" from cache

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-01-29 19:00.38 ---> using "d81a477f6ce38d29ce5f05e3db014107d5b3dc89ecccc2c9d602da3c5e9c7317" 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 ocamlfind.1.9.6"))
The following actions will be performed:
  - install ocamlfind           1.9.6
  - install ocamlfind-secondary 1.9.6  [required by dune]
  - install dune                3.13.0
===== 3 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved dune.3.13.0  (cached)
-> retrieved ocamlfind-secondary.1.9.6  (cached)
-> installed ocamlfind.1.9.6
-> installed ocamlfind-secondary.1.9.6
-> installed dune.3.13.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-01-29 19:00.38 ---> using "2bb3be710f2ecfd761a141117b9c630594bc0c408c80db7cd65fa0f46c3ee220" 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 merlin-acme.0.1 yojson.2.1.2 seq.0.3.1 ocamlfind.1.9.6 ocaml9p.0.4 num.0 dune.3.13.0 cppo.1.6.9 camlp-streams.5.0.1 batteries.3.7.2 base-num.base acme.0.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 [52.1 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 [134 kB]
Fetched 234 kB in 0s (925 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 merlin-acme.0.1 yojson.2.1.2 seq.0.3.1 ocamlfind.1.9.6 ocaml9p.0.4 num.0 dune.3.13.0 cppo.1.6.9 camlp-streams.5.0.1 batteries.3.7.2 base-num.base acme.0.1" 

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
# No extra OS packages requirements found.
[NOTE] Package dune is already installed (current version is 3.13.0).
[NOTE] Package ocamlfind is already installed (current version is 1.9.6).
The following actions will be performed:
  - install cppo          1.6.9
  - install base-num      base
  - install seq           0.3.1
  - install ocaml9p       0.4
  - install camlp-streams 5.0.1
  - install num           0
  - install yojson        2.1.2
  - install acme          0.1
  - install batteries     3.7.2
  - install merlin-acme   0.1
===== 10 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/30:
Processing  2/30:
Processing  3/30:
Processing  4/30:
Processing  5/30:
-> installed base-num.base
Processing  6/30:
-> retrieved acme.0.1  (cached)
Processing  7/30:
-> retrieved batteries.3.7.2  (cached)
Processing  8/30:
-> retrieved camlp-streams.5.0.1  (cached)
Processing  9/30:
Processing 10/30:
Processing 11/30: [camlp-streams: dune build]
Processing 12/30: [camlp-streams: dune build]
-> installed num.0
Processing 13/30: [camlp-streams: dune build]
-> retrieved cppo.1.6.9  (cached)
Processing 14/30: [camlp-streams: dune build]
Processing 15/30: [camlp-streams: dune build] [cppo: dune build]
-> retrieved merlin-acme.0.1  (cached)
Processing 16/30: [camlp-streams: dune build] [cppo: dune build]
-> retrieved ocaml9p.0.4  (cached)
Processing 17/30: [camlp-streams: dune build] [cppo: dune build] [ocaml9p: make]
-> retrieved seq.0.3.1  (cached)
Processing 18/30: [camlp-streams: dune build] [cppo: dune build] [ocaml9p: make] [seq: dune build]
-> retrieved yojson.2.1.2  (cached)
-> compiled  camlp-streams.5.0.1
Processing 18/30: [cppo: dune build] [ocaml9p: make] [seq: dune build]
-> installed camlp-streams.5.0.1
Processing 19/30: [cppo: dune build] [ocaml9p: make] [seq: dune build]
Processing 20/30: [batteries: dune build] [cppo: dune build] [ocaml9p: make] [seq: dune build]
-> compiled  seq.0.3.1
Processing 20/30: [batteries: dune build] [cppo: dune build] [ocaml9p: make]
-> installed seq.0.3.1
Processing 21/30: [batteries: dune build] [cppo: dune build] [ocaml9p: make]
- ocamlfind ocamlc -c -I lib -package "unix str" lib/fcall.mli
- ocamlfind ocamlc -c -I lib -package "unix str" lib/o9pc.mli
- ocamlfind ocamlc -c -I lib -package "unix str" lib/fcall.ml
- File "lib/fcall.ml", line 97, characters 14-27:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- File "lib/fcall.ml", line 99, characters 8-57:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "lib/fcall.ml", line 108, characters 14-27:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- File "lib/fcall.ml", line 111, characters 8-50:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "lib/fcall.ml", line 117, characters 14-27:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- File "lib/fcall.ml", line 120, characters 8-50:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- ocamlfind ocamlc -c -I lib -package "unix str" lib/o9pc.ml
- File "lib/o9pc.ml", line 99, characters 19-32:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- ocamlfind ocamlc -a -o o9p.cma -package "unix str" lib/fcall.cmo lib/o9pc.cmo
- ocamlfind ocamlopt -c -I lib -package "unix str" lib/fcall.ml
- File "lib/fcall.ml", line 97, characters 14-27:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- File "lib/fcall.ml", line 99, characters 8-57:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "lib/fcall.ml", line 108, characters 14-27:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- File "lib/fcall.ml", line 111, characters 8-50:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- File "lib/fcall.ml", line 117, characters 14-27:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- File "lib/fcall.ml", line 120, characters 8-50:
- Warning 3: deprecated: String.set
- Use Bytes.set instead.
- ocamlfind ocamlopt -c -I lib -package "unix str" lib/o9pc.ml
- File "lib/o9pc.ml", line 99, characters 19-32:
- Warning 3: deprecated: String.create
- Use Bytes.create instead.
- ocamlfind ocamlopt -a -o o9p.cmxa -package "unix str" lib/fcall.cmx lib/o9pc.cmx
-> compiled  ocaml9p.0.4
Processing 21/30: [batteries: dune build] [cppo: dune build]
Processing 22/30: [batteries: dune build] [cppo: dune build] [ocaml9p: make install]
-> compiled  cppo.1.6.9
Processing 22/30: [batteries: dune build] [ocaml9p: make install]
- ocamlfind install o9p o9p.cma lib/fcall.cmi lib/o9pc.cmi o9p.a o9p.cmxa META
- Installed /home/opam/.opam/4.05/lib/o9p/o9p.cmxa
- Installed /home/opam/.opam/4.05/lib/o9p/o9p.a
- Installed /home/opam/.opam/4.05/lib/o9p/o9pc.cmi
- Installed /home/opam/.opam/4.05/lib/o9p/fcall.cmi
- Installed /home/opam/.opam/4.05/lib/o9p/o9p.cma
- Installed /home/opam/.opam/4.05/lib/o9p/META
-> installed ocaml9p.0.4
Processing 22/30: [batteries: dune build]
Processing 23/30: [acme: make] [batteries: dune build]
-> installed cppo.1.6.9
Processing 24/30: [acme: make] [batteries: dune build]
Processing 25/30: [acme: make] [batteries: dune build] [yojson: dune build]
- ocamlfind ocamlc -c  -package "o9p" Acme.mli
- ocamlfind ocamlc -c  -package "o9p" Acme.ml
- File "Acme.ml", line 132, characters 15-17:
- Warning 52: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 8.5)
- ocamlfind ocamlc -a -o Acme.cma -package "o9p" Acme.cmo
- ocamlfind ocamlopt -c  -package "o9p" Acme.ml
- File "Acme.ml", line 132, characters 15-17:
- Warning 52: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 8.5)
- File "_none_", line 1:
- Warning 58: no cmx file was found in path for module O9pc, and its interface was not compiled with -opaque
- ocamlfind ocamlopt -a -o Acme.cmxa -package "o9p" Acme.cmx
-> compiled  acme.0.1
Processing 25/30: [batteries: dune build] [yojson: dune build]
Processing 26/30: [batteries: dune build] [yojson: dune build] [acme: make install]
- ocamlfind install acme Acme.cma Acme.cmi Acme.a Acme.cmxa META
- Installed /home/opam/.opam/4.05/lib/acme/Acme.cmxa
- Installed /home/opam/.opam/4.05/lib/acme/Acme.a
- Installed /home/opam/.opam/4.05/lib/acme/Acme.cmi
- Installed /home/opam/.opam/4.05/lib/acme/Acme.cma
- Installed /home/opam/.opam/4.05/lib/acme/META
-> installed acme.0.1
Processing 26/30: [batteries: dune build] [yojson: dune build]
-> compiled  yojson.2.1.2
Processing 26/30: [batteries: dune build]
-> installed yojson.2.1.2
Processing 27/30: [batteries: dune build]
+ /home/opam/.opam/4.05/bin/dune "build" "-p" "batteries" "-j" "255" "@install" (CWD=/home/opam/.opam/4.05/.opam-switch/build/batteries.3.7.2)
-> compiled  batteries.3.7.2
-> installed batteries.3.7.2
Processing 29/30: [merlin-acme: make]
+ /usr/bin/make  (CWD=/home/opam/.opam/4.05/.opam-switch/build/merlin-acme.0.1)
- ocamlfind ocamlc -package unix,str,batteries,yojson,o9p,acme -c -o LibMerlin.cmo LibMerlin.ml
- ocamlfind: [WARNING] Package `threads': Linking problems may arise because of the missing -thread or -vmthread switch
- File "LibMerlin.ml", line 15, characters 12-21:
- Error: Unbound type constructor Json.json
- make: *** [Makefile:14: LibMerlin.cmo] Error 2
[ERROR] The compilation of merlin-acme.0.1 failed at "make".

#=== ERROR while compiling merlin-acme.0.1 ====================================#
# context              2.1.5 | linux/x86_64 | ocaml-base-compiler.4.05.0 | file:///src
# path                 ~/.opam/4.05/.opam-switch/build/merlin-acme.0.1
# command              /usr/bin/make
# exit-code            2
# env-file             ~/.opam/log/merlin-acme-113-5a4f95.env
# output-file          ~/.opam/log/merlin-acme-113-5a4f95.out
### output ###
# ocamlfind ocamlc -package unix,str,batteries,yojson,o9p,acme -c -o LibMerlin.cmo LibMerlin.ml
# ocamlfind: [WARNING] Package `threads': Linking problems may arise because of the missing -thread or -vmthread switch
# File "LibMerlin.ml", line 15, characters 12-21:
# Error: Unbound type constructor Json.json
# make: *** [Makefile:14: LibMerlin.cmo] Error 2



<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build merlin-acme 0.1
+- 
+- The following changes have been performed
| - install acme          0.1
| - install base-num      base
| - install batteries     3.7.2
| - install camlp-streams 5.0.1
| - install cppo          1.6.9
| - install num           0
| - install ocaml9p       0.4
| - install seq           0.3.1
| - install yojson        2.1.2
+- 
# Run eval $(opam env) to update the current shell environment

The former state can be restored with:
    /usr/bin/opam switch import "/home/opam/.opam/4.05/.opam-switch/backup/state-20240129190129.export"
'opam --cli=2.1 install merlin-acme.0.1 yojson.2.1.2 seq.0.3.1 ocamlfind.1.9.6 ocaml9p.0.4 num.0 dune.3.13.0 cppo.1.6.9 camlp-streams.5.0.1 batteries.3.7.2 base-num.base acme.0.1 --verbose --yes --confirm-level=unsafe-yes' failed.
2024-01-29 19:01.44 ---> saved as "3ea4b7ad79bd55a3b11d2a0280d44d292a634426a8a004d975dfeb19400e0047"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u merlin-acme:d19ed7a1a93fe97dc3182f697df7fa75,ocaml9p:698da0a792b90b8fa334dea56986307b,acme:75e4b62f8dc097e6a062ec31f854a741"))
2024-01-29 19:01.47 ---> saved as "e07fdb7c58c321d8582353ac9f3595bb6109b0e548ea8f14ba2e8584e7770a98"

/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.302355') && (for DATA in prep/universes/75e4b62f8dc097e6a062ec31f854a741/acme/0.1,acme.0.1-75e4b62f8dc097e6a062ec31f854a741,acme.0.1 prep/universes/698da0a792b90b8fa334dea56986307b/ocaml9p/0.4,ocaml9p.0.4-698da0a792b90b8fa334dea56986307b,ocaml9p.0.4 prep/universes/d19ed7a1a93fe97dc3182f697df7fa75/merlin-acme/0.1,merlin-acme.0.1-d19ed7a1a93fe97dc3182f697df7fa75,merlin-acme.0.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/75e4b62f8dc097e6a062ec31f854a741/acme/0.1,acme.0.1-75e4b62f8dc097e6a062ec31f854a741,acme.0.1 prep/universes/698da0a792b90b8fa334dea56986307b/ocaml9p/0.4,ocaml9p.0.4-698da0a792b90b8fa334dea56986307b,ocaml9p.0.4 prep/universes/d19ed7a1a93fe97dc3182f697df7fa75/merlin-acme/0.1,merlin-acme.0.1-d19ed7a1a93fe97dc3182f697df7fa75,merlin-acme.0.1; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/75e4b62f8dc097e6a062ec31f854a741/acme/0.1,acme.0.1-75e4b62f8dc097e6a062ec31f854a741,acme.0.1 prep/universes/698da0a792b90b8fa334dea56986307b/ocaml9p/0.4,ocaml9p.0.4-698da0a792b90b8fa334dea56986307b,ocaml9p.0.4 prep/universes/d19ed7a1a93fe97dc3182f697df7fa75/merlin-acme/0.1,merlin-acme.0.1-d19ed7a1a93fe97dc3182f697df7fa75,merlin-acme.0.1; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.302355
prep/universes/75e4b62f8dc097e6a062ec31f854a741/acme/0.1/lib/
prep/universes/75e4b62f8dc097e6a062ec31f854a741/acme/0.1/lib/acme/
prep/universes/75e4b62f8dc097e6a062ec31f854a741/acme/0.1/lib/acme/Acme.ocamlobjinfo
prep/universes/75e4b62f8dc097e6a062ec31f854a741/acme/0.1/lib/acme/Acme.cmi
prep/universes/75e4b62f8dc097e6a062ec31f854a741/acme/0.1/lib/acme/META
prep/universes/75e4b62f8dc097e6a062ec31f854a741/acme/0.1/opam
prep/universes/698da0a792b90b8fa334dea56986307b/ocaml9p/0.4/lib/
prep/universes/698da0a792b90b8fa334dea56986307b/ocaml9p/0.4/lib/o9p/
prep/universes/698da0a792b90b8fa334dea56986307b/ocaml9p/0.4/lib/o9p/o9p.ocamlobjinfo
prep/universes/698da0a792b90b8fa334dea56986307b/ocaml9p/0.4/lib/o9p/META
prep/universes/698da0a792b90b8fa334dea56986307b/ocaml9p/0.4/lib/o9p/fcall.cmi
prep/universes/698da0a792b90b8fa334dea56986307b/ocaml9p/0.4/lib/o9p/o9pc.cmi
prep/universes/698da0a792b90b8fa334dea56986307b/ocaml9p/0.4/opam
FAILED:merlin-acme.0.1-d19ed7a1a93fe97dc3182f697df7fa75
prep/universes/d19ed7a1a93fe97dc3182f697df7fa75/merlin-acme/0.1/opam
prep/universes/d19ed7a1a93fe97dc3182f697df7fa75/merlin-acme/0.1/opam.err.log
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
HASHES:acme.0.1-75e4b62f8dc097e6a062ec31f854a741:6234d6611bc9926e7c59770a32718fd0e16d4e9f7095ea4c7ca9ca036bbe0167
HASHES:ocaml9p.0.4-698da0a792b90b8fa334dea56986307b:a4d301bb36d089b10a7495c2387fa85381c26eb706ad78a267d06dc2eb2bf90b
HASHES:merlin-acme.0.1-d19ed7a1a93fe97dc3182f697df7fa75:bfe03523bd9a5f4570c7f5ff5ac157d94350ec81b3a52f13c8369ff6e644358b
2024-01-29 19:01.50 ---> saved as "90682b2ca63ad57d477fd637b3bc0ea0b83a5801e62944878ae90660e53ad1fa"
Job succeeded
2024-01-29 19:08.05: Failed: merlin-acme.0.1-d19ed7a1a93fe97dc3182f697df7fa75
2024-01-29 19:08.06: merlin-acme.0.1-d19ed7a1a93fe97dc3182f697df7fa75 -> bfe03523bd9a5f4570c7f5ff5ac157d94350ec81b3a52f13c8369ff6e644358b
2024-01-29 19:08.06: ocaml9p.0.4-698da0a792b90b8fa334dea56986307b -> a4d301bb36d089b10a7495c2387fa85381c26eb706ad78a267d06dc2eb2bf90b
2024-01-29 19:08.06: acme.0.1-75e4b62f8dc097e6a062ec31f854a741 -> 6234d6611bc9926e7c59770a32718fd0e16d4e9f7095ea4c7ca9ca036bbe0167
2024-01-29 19:08.06: Job succeeded