Build:
  1. 0
2024-01-29 15:19.04: New job: Voodoo prep amqp-client-lwt.2.0.1; 05ccc9de0f2828da18dda8262f788749
2024-01-29 15:19.04: Waiting for resource in pool OCluster
2024-01-29 18:59.27: Waiting for worker…
2024-01-29 19:01.19: Got resource from pool OCluster
2024-01-29 19:01.19: Using cache hint "docs-universe-prep-4.06.1"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-4.06@sha256:38e5b9cad04605c78227a265c03cfe581576d5d0d5d729ecc61425dd2beeb794)
         (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.06@sha256:38e5b9cad04605c78227a265c03cfe581576d5d0d5d729ecc61425dd2beeb794)
 (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.1.11.4 ocamlfind.1.9.6"))
 (env DUNE_CACHE disabled)
 (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 amqp-client-lwt.2.0.1 xml-light.2.4 seq.0.2.2 result.1.5 ocplib-endian.1.2 ocamlfind.1.9.6 mmap.1.2.0 lwt_log.1.1.2 lwt.5.2.0 jbuilder.transition dune-configurator.1.0.0 dune.1.11.4 cppo.1.6.9 bigarray-compat.1.1.0 base-bytes.base amqp-client.2.0.1 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u amqp-client-lwt:05ccc9de0f2828da18dda8262f788749,amqp-client:5cba6ac307d9f4f9c3bd5865f54f267c"))
 (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.514367') && (for DATA in prep/universes/5cba6ac307d9f4f9c3bd5865f54f267c/amqp-client/2.0.1,amqp-client.2.0.1-5cba6ac307d9f4f9c3bd5865f54f267c,amqp-client.2.0.1 prep/universes/05ccc9de0f2828da18dda8262f788749/amqp-client-lwt/2.0.1,amqp-client-lwt.2.0.1-05ccc9de0f2828da18dda8262f788749,amqp-client-lwt.2.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/5cba6ac307d9f4f9c3bd5865f54f267c/amqp-client/2.0.1,amqp-client.2.0.1-5cba6ac307d9f4f9c3bd5865f54f267c,amqp-client.2.0.1 prep/universes/05ccc9de0f2828da18dda8262f788749/amqp-client-lwt/2.0.1,amqp-client-lwt.2.0.1-05ccc9de0f2828da18dda8262f788749,amqp-client-lwt.2.0.1; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/5cba6ac307d9f4f9c3bd5865f54f267c/amqp-client/2.0.1,amqp-client.2.0.1-5cba6ac307d9f4f9c3bd5865f54f267c,amqp-client.2.0.1 prep/universes/05ccc9de0f2828da18dda8262f788749/amqp-client-lwt/2.0.1,amqp-client-lwt.2.0.1-05ccc9de0f2828da18dda8262f788749,amqp-client-lwt.2.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 5095d4fd3728a0b7783c24f4b45dbe663c9f4d7b --local-file prep.spec \
--pool linux-x86_64 --connect ocluster-submission.cap --cache-hint docs-universe-prep-4.06.1 \
--secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config

2024-01-29 19:01.19: RETRYING: 2024-01-29/151904-voodoo-prep-ba21bb Number of retries: 0 (retriable error condition)
Building on x86-bm-c7.sw.ocaml.org
All commits already cached
Updating files:  80% (26229/32625)
Updating files:  81% (26427/32625)
Updating files:  82% (26753/32625)
Updating files:  83% (27079/32625)
Updating files:  84% (27405/32625)
Updating files:  85% (27732/32625)
Updating files:  86% (28058/32625)
Updating files:  87% (28384/32625)
Updating files:  88% (28710/32625)
Updating files:  89% (29037/32625)
Updating files:  90% (29363/32625)
Updating files:  91% (29689/32625)
Updating files:  92% (30015/32625)
Updating files:  93% (30342/32625)
Updating files:  94% (30668/32625)
Updating files:  95% (30994/32625)
Updating files:  96% (31320/32625)
Updating files:  97% (31647/32625)
Updating files:  98% (31973/32625)
Updating files:  99% (32299/32625)
Updating files: 100% (32625/32625)
Updating files: 100% (32625/32625), done.
HEAD is now at 5095d4fd37 Use ?full_index=1 when referencing GitHub commits

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-4.06@sha256:38e5b9cad04605c78227a265c03cfe581576d5d0d5d729ecc61425dd2beeb794)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.06@sha256:38e5b9cad04605c78227a265c03cfe581576d5d0d5d729ecc61425dd2beeb794' locally
docker.io/ocaml/opam@sha256:38e5b9cad04605c78227a265c03cfe581576d5d0d5d729ecc61425dd2beeb794: Pulling from ocaml/opam
8f1b5eac36d0: Pulling fs layer
8f1b5eac36d0: Download complete
8f1b5eac36d0: Pull complete
Digest: sha256:38e5b9cad04605c78227a265c03cfe581576d5d0d5d729ecc61425dd2beeb794
Status: Downloaded newer image for ocaml/opam@sha256:38e5b9cad04605c78227a265c03cfe581576d5d0d5d729ecc61425dd2beeb794
2024-01-29 18:56.10 ---> using "af69bb9330101a058253998e125eed2f0b8989fd80f5ca7a74108d4ba11ffa3a" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-01-29 18:56.10 ---> using "c259c8a1f72a2c0174e1cea039a365ae5591c5b082a7448a70f9df4439e10407" 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 (728 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 (15.2 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 ... 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 18:56.10 ---> using "bcd76db76bd7dfce89af73c52bf8b83977ba7e3fa47e3a05817d4359e11b8f0a" 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 ocamlbuild.0.14.3
-> installed ocamlfind-secondary.1.9.6
-> installed topkg.1.0.7
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed dune.3.13.0
-> installed seq.0.3.1
-> installed result.1.5
-> 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 18:56.10 ---> using "2b0b932ee7b62870d31460a4076a9a145392a1b703b48c9a8fea0b59d7b81111" from cache

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

(from ocaml/opam:debian-12-ocaml-4.06@sha256:38e5b9cad04605c78227a265c03cfe581576d5d0d5d729ecc61425dd2beeb794)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.06@sha256:38e5b9cad04605c78227a265c03cfe581576d5d0d5d729ecc61425dd2beeb794' locally
docker.io/ocaml/opam@sha256:38e5b9cad04605c78227a265c03cfe581576d5d0d5d729ecc61425dd2beeb794: Pulling from ocaml/opam
8f1b5eac36d0: Pulling fs layer
8f1b5eac36d0: Download complete
8f1b5eac36d0: Pull complete
Digest: sha256:38e5b9cad04605c78227a265c03cfe581576d5d0d5d729ecc61425dd2beeb794
Status: Downloaded newer image for ocaml/opam@sha256:38e5b9cad04605c78227a265c03cfe581576d5d0d5d729ecc61425dd2beeb794
2024-01-29 18:56.10 ---> using "af69bb9330101a058253998e125eed2f0b8989fd80f5ca7a74108d4ba11ffa3a" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-01-29 18:56.10 ---> using "c259c8a1f72a2c0174e1cea039a365ae5591c5b082a7448a70f9df4439e10407" from cache

/home/opam: (run (shell "sudo mkdir /src"))
2024-01-29 18:56.10 ---> using "b298c2359d37a52e263d284ab34aab3218a195d73d217e8160c68f729a026dcf" from cache

/home/opam: (copy (src packages) (dst /src/packages))
2024-01-29 18:56.21 ---> saved as "ec5b118d9e17d2114920ff72cdbf8d3c8c1ff70ceb62b62d793d3da8014be1a7"

/home/opam: (copy (src repo) (dst /src/repo))
2024-01-29 18:56.21 ---> saved as "21ae3843fb35ed8de4ff182a6e062a5353c9f1b4f8a69301fa395b374f90897f"

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

Continue? [Y/n] y
Format upgrade done.
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.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-01-29 18:57.35 ---> saved as "b1fb4d5b2f83eb165cf12692effc6aae38ac92aeface64e4d90949653114104e"

/home/opam: (run (shell "opam repo remove default && opam repo add opam /src"))
Repositories removed from the selections of switch 4.06. Use '--all' to forget about them altogether.
[opam] Initialised
[NOTE] Repository opam has been added to the selections of switch 4.06 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 18:57.54 ---> saved as "4f13d5ba5f36c2cf2ff8a8ff1267486316cd3d85d0347d79bb3203671ec75dc2"

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-01-29 18:57.54 ---> saved as "36b48f6c6604cb9731d0b04290b30dcb01f1abfdd17783e97a54701dd24f553b"

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved dune.1.11.4  (cached)
-> installed ocamlfind.1.9.6
-> installed dune.1.11.4
Done.
# Run eval $(opam env) to update the current shell environment
2024-01-29 18:58.34 ---> saved as "c1accf7a6a550de9b143f39af1900be97e6b7cc0d644a652cf79ee084cf31f68"

/home/opam: (env DUNE_CACHE disabled)

/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 amqp-client-lwt.2.0.1 xml-light.2.4 seq.0.2.2 result.1.5 ocplib-endian.1.2 ocamlfind.1.9.6 mmap.1.2.0 lwt_log.1.1.2 lwt.5.2.0 jbuilder.transition dune-configurator.1.0.0 dune.1.11.4 cppo.1.6.9 bigarray-compat.1.1.0 base-bytes.base amqp-client.2.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 (885 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 amqp-client-lwt.2.0.1 xml-light.2.4 seq.0.2.2 result.1.5 ocplib-endian.1.2 ocamlfind.1.9.6 mmap.1.2.0 lwt_log.1.1.2 lwt.5.2.0 jbuilder.transition dune-configurator.1.0.0 dune.1.11.4 cppo.1.6.9 bigarray-compat.1.1.0 base-bytes.base amqp-client.2.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 1.11.4).
[NOTE] Package ocamlfind is already installed (current version is 1.9.6).
The following actions will be performed:
  - install bigarray-compat   1.1.0
  - install cppo              1.6.9
  - install dune-configurator 1.0.0
  - install result            1.5
  - install seq               0.2.2
  - install base-bytes        base
  - install xml-light         2.4
  - install jbuilder          transition
  - install mmap              1.2.0
  - install ocplib-endian     1.2
  - install lwt               5.2.0
  - install amqp-client       2.0.1
  - install lwt_log           1.1.2
  - install amqp-client-lwt   2.0.1
===== 14 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/42:
Processing  2/42:
Processing  3/42:
Processing  4/42:
Processing  5/42:
-> installed base-bytes.base
Processing  6/42:
-> retrieved amqp-client.2.0.1  (cached)
Processing  7/42:
-> retrieved amqp-client-lwt.2.0.1  (cached)
Processing  8/42:
Processing  9/42:
Processing 10/42:
Processing 11/42:
Processing 12/42:
-> installed dune-configurator.1.0.0
Processing 13/42:
-> installed jbuilder.transition
Processing 14/42:
-> retrieved bigarray-compat.1.1.0  (cached)
Processing 15/42:
Processing 16/42: [bigarray-compat: dune build]
-> retrieved cppo.1.6.9  (cached)
Processing 17/42: [bigarray-compat: dune build]
Processing 18/42: [bigarray-compat: dune build] [cppo: dune build]
-> retrieved lwt.5.2.0  (cached)
Processing 19/42: [bigarray-compat: dune build] [cppo: dune build]
-> retrieved lwt_log.1.1.2  (cached)
Processing 20/42: [bigarray-compat: dune build] [cppo: dune build]
-> retrieved mmap.1.2.0  (cached)
Processing 21/42: [bigarray-compat: dune build] [cppo: dune build]
-> retrieved ocplib-endian.1.2  (cached)
Processing 22/42: [bigarray-compat: dune build] [cppo: dune build]
-> retrieved result.1.5  (cached)
Processing 23/42: [bigarray-compat: dune build] [cppo: dune build] [result: dune build]
-> retrieved seq.0.2.2  (cached)
Processing 24/42: [bigarray-compat: dune build] [cppo: dune build] [result: dune build] [seq: dune build]
-> retrieved xml-light.2.4  (cached)
Processing 25/42: [bigarray-compat: dune build] [cppo: dune build] [result: dune build] [seq: dune build] [xml-light: make all]
-> compiled  bigarray-compat.1.1.0
Processing 25/42: [cppo: dune build] [result: dune build] [seq: dune build] [xml-light: make all]
-> installed bigarray-compat.1.1.0
Processing 26/42: [cppo: dune build] [result: dune build] [seq: dune build] [xml-light: make all]
Processing 27/42: [cppo: dune build] [mmap: dune build] [result: dune build] [seq: dune build] [xml-light: make all]
-> compiled  result.1.5
Processing 27/42: [cppo: dune build] [mmap: dune build] [seq: dune build] [xml-light: make all]
-> installed result.1.5
Processing 28/42: [cppo: dune build] [mmap: dune build] [seq: dune build] [xml-light: make all]
-> compiled  seq.0.2.2
Processing 28/42: [cppo: dune build] [mmap: dune build] [xml-light: make all]
-> installed seq.0.2.2
Processing 29/42: [cppo: dune build] [mmap: dune build] [xml-light: make all]
-> compiled  mmap.1.2.0
Processing 29/42: [cppo: dune build] [xml-light: make all]
-> installed mmap.1.2.0
Processing 30/42: [cppo: dune build] [xml-light: make all]
- ocamlyacc xml_parser.mly
- ocamlc  xml.mli
- ocamlc  dtd.mli
- ocamlc  xml_parser.mli
- ocamlc  -c xml_parser.ml
- ocamllex xml_lexer.mll
- 248 states, 1238 transitions, table size 6440 bytes
- ocamlc  xml_lexer.mli
- ocamlc  -c xml_lexer.ml
- File "xml_lexer.mll", line 279, characters 25-41:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "xml_lexer.mll", line 287, characters 25-41:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- ocamlc  -c dtd.ml
- File "dtd.ml", line 233, characters 14-30:
- Warning 3: deprecated: String.uppercase
- Use String.uppercase_ascii instead.
- File "dtd.ml", line 235, characters 17-33:
- Warning 3: deprecated: String.uppercase
- Use String.uppercase_ascii instead.
- File "dtd.ml", line 237, characters 14-30:
- Warning 3: deprecated: String.uppercase
- Use String.uppercase_ascii instead.
- File "dtd.ml", line 244, characters 27-43:
- Warning 3: deprecated: String.uppercase
- Use String.uppercase_ascii instead.
- File "dtd.ml", line 281, characters 30-46:
- Warning 3: deprecated: String.uppercase
- Use String.uppercase_ascii instead.
- File "dtd.ml", line 308, characters 21-37:
- Warning 3: deprecated: String.uppercase
- Use String.uppercase_ascii instead.
- File "dtd.ml", line 413, characters 13-29:
- Warning 3: deprecated: String.uppercase
- Use String.uppercase_ascii instead.
- File "dtd.ml", line 414, characters 44-60:
- Warning 3: deprecated: String.uppercase
- Use String.uppercase_ascii instead.
- ocamlc  xmlParser.mli
- ocamlc  -c xmlParser.ml
- ocamlc  -c xml.ml
- File "xml.ml", line 127, characters 13-29:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "xml.ml", line 128, characters 32-48:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- ocamlc -o xml-light.cma -a  xml_parser.cmo xml_lexer.cmo dtd.cmo xmlParser.cmo xml.cmo
- ocamlc xml-light.cma test.ml -o test.exe
- mkdir doc
- ocamldoc -sort -html -d doc xml.mli dtd.mli xmlParser.mli
Processing 30/42: [cppo: dune build] [xml-light: make opt]
-> compiled  cppo.1.6.9
Processing 30/42: [xml-light: make opt]
-> installed cppo.1.6.9
Processing 31/42: [xml-light: make opt]
Processing 32/42: [ocplib-endian: dune build] [xml-light: make opt]
-> compiled  ocplib-endian.1.2
Processing 32/42: [xml-light: make opt]
-> installed ocplib-endian.1.2
Processing 33/42: [xml-light: make opt]
Processing 34/42: [lwt: dune exec] [xml-light: make opt]
- ocamlopt  -c xml_parser.ml
- ocamlopt  -c xml_lexer.ml
- File "xml_lexer.mll", line 279, characters 25-41:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "xml_lexer.mll", line 287, characters 25-41:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- ocamlopt  -c dtd.ml
- File "dtd.ml", line 233, characters 14-30:
- Warning 3: deprecated: String.uppercase
- Use String.uppercase_ascii instead.
- File "dtd.ml", line 235, characters 17-33:
- Warning 3: deprecated: String.uppercase
- Use String.uppercase_ascii instead.
- File "dtd.ml", line 237, characters 14-30:
- Warning 3: deprecated: String.uppercase
- Use String.uppercase_ascii instead.
- File "dtd.ml", line 244, characters 27-43:
- Warning 3: deprecated: String.uppercase
- Use String.uppercase_ascii instead.
- File "dtd.ml", line 281, characters 30-46:
- Warning 3: deprecated: String.uppercase
- Use String.uppercase_ascii instead.
- File "dtd.ml", line 308, characters 21-37:
- Warning 3: deprecated: String.uppercase
- Use String.uppercase_ascii instead.
- File "dtd.ml", line 413, characters 13-29:
- Warning 3: deprecated: String.uppercase
- Use String.uppercase_ascii instead.
- File "dtd.ml", line 414, characters 44-60:
- Warning 3: deprecated: String.uppercase
- Use String.uppercase_ascii instead.
- ocamlopt  -c xmlParser.ml
- ocamlopt  -c xml.ml
- File "xml.ml", line 127, characters 13-29:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- File "xml.ml", line 128, characters 32-48:
- Warning 3: deprecated: String.lowercase
- Use String.lowercase_ascii instead.
- ocamlopt -o xml-light.cmxa -a  xml_parser.cmx xml_lexer.cmx dtd.cmx xmlParser.cmx xml.cmx
- ocamlopt -shared -linkall -I . -o xml-light.cmxs xml-light.cmxa
- ocamlopt xml-light.cmxa test.ml -o test_opt.exe
-> compiled  xml-light.2.4
Processing 34/42: [lwt: dune exec]
Processing 35/42: [lwt: dune exec] [xml-light: make install_ocamlfind]
Processing 35/42: [lwt: dune build] [xml-light: make install_ocamlfind]
- cp META.in META
- sed -itmp "s|@VERSION@|2.4|g" META
- rm -rf METAtmp
- ocamlfind install xml-light META xml-light.a xml-light.cma xml-light.cmxa xml-light.cmxs xml.cmx dtd.cmx xmlParser.cmx xml.mli xmlParser.mli dtd.mli xml.cmi xmlParser.cmi dtd.cmi
- Installed /home/opam/.opam/4.06/lib/xml-light/dtd.cmi
- Installed /home/opam/.opam/4.06/lib/xml-light/xmlParser.cmi
- Installed /home/opam/.opam/4.06/lib/xml-light/xml.cmi
- Installed /home/opam/.opam/4.06/lib/xml-light/dtd.mli
- Installed /home/opam/.opam/4.06/lib/xml-light/xmlParser.mli
- Installed /home/opam/.opam/4.06/lib/xml-light/xml.mli
- Installed /home/opam/.opam/4.06/lib/xml-light/xmlParser.cmx
- Installed /home/opam/.opam/4.06/lib/xml-light/dtd.cmx
- Installed /home/opam/.opam/4.06/lib/xml-light/xml.cmx
- Installed /home/opam/.opam/4.06/lib/xml-light/xml-light.cmxs
- Installed /home/opam/.opam/4.06/lib/xml-light/xml-light.cmxa
- Installed /home/opam/.opam/4.06/lib/xml-light/xml-light.cma
- Installed /home/opam/.opam/4.06/lib/xml-light/xml-light.a
- Installed /home/opam/.opam/4.06/lib/xml-light/META
-> installed xml-light.2.4
Processing 35/42: [lwt: dune build]
Processing 36/42: [amqp-client: jbuilder build] [lwt: dune build]
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "async/src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "async/test/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "examples/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "lib/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "lib/test/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "link/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "lwt/src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "lwt/test/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "spec/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-       ocamlc lib/.amqp_client_lib.objs/byte/amqp_client_lib__Io.{cmi,cmo,cmt}
- File "lib/io.ml", line 52, characters 20-28:
- Warning 3: deprecated: EndianString.BigEndian.set_int8
- Use EndianBytes.set_int8 instead.
- File "lib/io.ml", line 53, characters 20-29:
- Warning 3: deprecated: EndianString.BigEndian.set_int16
- Use EndianBytes.set_int16 instead.
- File "lib/io.ml", line 58, characters 24-33:
- Warning 3: deprecated: EndianString.BigEndian.set_int16
- Use EndianBytes.set_int16 instead.
- File "lib/io.ml", line 60, characters 35-44:
- Warning 3: deprecated: EndianString.BigEndian.set_int32
- Use EndianBytes.set_int13 instead.
- File "lib/io.ml", line 61, characters 39-48:
- Warning 3: deprecated: EndianString.BigEndian.set_int64
- Use EndianBytes.set_int64 instead.
- File "lib/io.ml", line 62, characters 20-29:
- Warning 3: deprecated: EndianString.BigEndian.set_float
- Use EndianBytes.set_float instead.
- File "lib/io.ml", line 63, characters 21-31:
- Warning 3: deprecated: EndianString.BigEndian.set_double
- Use EndianBytes.set_double instead.
- File "lib/io.ml", line 68, characters 22-31:
- Warning 3: deprecated: EndianString.BigEndian.set_int32
- Use EndianBytes.set_int13 instead.
-     ocamlopt lib/.amqp_client_lib.objs/native/amqp_client_lib__Io.{cmx,o}
- File "lib/io.ml", line 52, characters 20-28:
- Warning 3: deprecated: EndianString.BigEndian.set_int8
- Use EndianBytes.set_int8 instead.
- File "lib/io.ml", line 53, characters 20-29:
- Warning 3: deprecated: EndianString.BigEndian.set_int16
- Use EndianBytes.set_int16 instead.
- File "lib/io.ml", line 58, characters 24-33:
- Warning 3: deprecated: EndianString.BigEndian.set_int16
- Use EndianBytes.set_int16 instead.
- File "lib/io.ml", line 60, characters 35-44:
- Warning 3: deprecated: EndianString.BigEndian.set_int32
- Use EndianBytes.set_int13 instead.
- File "lib/io.ml", line 61, characters 39-48:
- Warning 3: deprecated: EndianString.BigEndian.set_int64
- Use EndianBytes.set_int64 instead.
- File "lib/io.ml", line 62, characters 20-29:
- Warning 3: deprecated: EndianString.BigEndian.set_float
- Use EndianBytes.set_float instead.
- File "lib/io.ml", line 63, characters 21-31:
- Warning 3: deprecated: EndianString.BigEndian.set_double
- Use EndianBytes.set_double instead.
- File "lib/io.ml", line 68, characters 22-31:
- Warning 3: deprecated: EndianString.BigEndian.set_int32
- Use EndianBytes.set_int13 instead.
-> compiled  amqp-client.2.0.1
Processing 36/42: [lwt: dune build]
-> installed amqp-client.2.0.1
Processing 37/42: [lwt: dune build]
+ /home/opam/.opam/4.06/bin/dune "build" "-p" "lwt" "-j" "255" (CWD=/home/opam/.opam/4.06/.opam-switch/build/lwt.5.2.0)
-> compiled  lwt.5.2.0
-> installed lwt.5.2.0
Processing 39/42: [lwt_log: dune build]
+ /home/opam/.opam/4.06/bin/dune "build" "-p" "lwt_log" "-j" "255" (CWD=/home/opam/.opam/4.06/.opam-switch/build/lwt_log.1.1.2)
-> compiled  lwt_log.1.1.2
-> installed lwt_log.1.1.2
Processing 41/42: [amqp-client-lwt: jbuilder build]
+ /home/opam/.opam/4.06/bin/jbuilder "build" "-p" "amqp-client-lwt" "-j" "255" (CWD=/home/opam/.opam/4.06/.opam-switch/build/amqp-client-lwt.2.0.1)
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "async/src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "async/test/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "examples/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "lib/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "lib/test/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "link/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "lwt/src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "lwt/test/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "spec/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-         curl spec/amqp0-9-1.extended.xml
-   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
-                                  Dload  Upload   Total   Spent    Left  Speed
- 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
-     gen_spec spec/spec.ml (exit 2)
- (cd _build/default/spec && ./gen_spec.exe -type specification amqp0-9-1.extended.xml) > _build/default/spec/spec.ml
- Fatal error: exception Xml.Error(_)
-     gen_spec spec/constants.ml (exit 2)
- (cd _build/default/spec && ./gen_spec.exe -type constants amqp0-9-1.extended.xml) > _build/default/spec/constants.ml
- Fatal error: exception Xml.Error(_)
[ERROR] The compilation of amqp-client-lwt.2.0.1 failed at "jbuilder build -p amqp-client-lwt -j 255".

#=== ERROR while compiling amqp-client-lwt.2.0.1 ==============================#
# context              2.1.5 | linux/x86_64 | ocaml-base-compiler.4.06.1 | file:///src
# path                 ~/.opam/4.06/.opam-switch/build/amqp-client-lwt.2.0.1
# command              ~/.opam/4.06/bin/jbuilder build -p amqp-client-lwt -j 255
# exit-code            1
# env-file             ~/.opam/log/amqp-client-lwt-113-400397.env
# output-file          ~/.opam/log/amqp-client-lwt-113-400397.out
### output ###
# The jbuilder binary is deprecated and will cease to be maintained in July 2019.
# Please switch to dune instead.
# File "async/src/jbuild", line 1, characters 0-0:
# Warning: jbuild files are deprecated, please convert this file to a dune file
# instead.
# Note: You can use "dune upgrade" to convert your project to dune.
# File "async/test/jbuild", line 1, characters 0-0:
# Warning: jbuild files are deprecated, please convert this file to a dune file
# instead.
# Note: You can use "dune upgrade" to convert your project to dune.
# File "examples/jbuild", line 1, characters 0-0:
# Warning: jbuild files are deprecated, please convert this file to a dune file
# instead.
# Note: You can use "dune upgrade" to convert your project to dune.
# File "lib/jbuild", line 1, characters 0-0:
# Warning: jbuild files are deprecated, please convert this file to a dune file
# instead.
# Note: You can use "dune upgrade" to convert your project to dune.
# File "lib/test/jbuild", line 1, characters 0-0:
# Warning: jbuild files are deprecated, please convert this file to a dune file
# instead.
# Note: You can use "dune upgrade" to convert your project to dune.
# File "link/jbuild", line 1, characters 0-0:
# Warning: jbuild files are deprecated, please convert this file to a dune file
# instead.
# Note: You can use "dune upgrade" to convert your project to dune.
# File "lwt/src/jbuild", line 1, characters 0-0:
# Warning: jbuild files are deprecated, please convert this file to a dune file
# instead.
# Note: You can use "dune upgrade" to convert your project to dune.
# File "lwt/test/jbuild", line 1, characters 0-0:
# Warning: jbuild files are deprecated, please convert this file to a dune file
# instead.
# Note: You can use "dune upgrade" to convert your project to dune.
# File "spec/jbuild", line 1, characters 0-0:
# Warning: jbuild files are deprecated, please convert this file to a dune file
# instead.
# Note: You can use "dune upgrade" to convert your project to dune.
#         curl spec/amqp0-9-1.extended.xml
#   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#                                  Dload  Upload   Total   Spent    Left  Speed
# 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#     gen_spec spec/spec.ml (exit 2)
# (cd _build/default/spec && ./gen_spec.exe -type specification amqp0-9-1.extended.xml) > _build/default/spec/spec.ml
# Fatal error: exception Xml.Error(_)
#     gen_spec spec/constants.ml (exit 2)
# (cd _build/default/spec && ./gen_spec.exe -type constants amqp0-9-1.extended.xml) > _build/default/spec/constants.ml
# Fatal error: exception Xml.Error(_)



<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build amqp-client-lwt 2.0.1
+- 
+- The following changes have been performed
| - install amqp-client       2.0.1
| - install base-bytes        base
| - install bigarray-compat   1.1.0
| - install cppo              1.6.9
| - install dune-configurator 1.0.0
| - install jbuilder          transition
| - install lwt               5.2.0
| - install lwt_log           1.1.2
| - install mmap              1.2.0
| - install ocplib-endian     1.2
| - install result            1.5
| - install seq               0.2.2
| - install xml-light         2.4
+- 

<><> jbuilder.transition installed successfully <><><><><><><><><><><><><><><><>
=> Jbuilder has been renamed and the jbuilder package is now a transition package. Use the dune package instead.
# 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.06/.opam-switch/backup/state-20240129185945.export"
'opam --cli=2.1 install amqp-client-lwt.2.0.1 xml-light.2.4 seq.0.2.2 result.1.5 ocplib-endian.1.2 ocamlfind.1.9.6 mmap.1.2.0 lwt_log.1.1.2 lwt.5.2.0 jbuilder.transition dune-configurator.1.0.0 dune.1.11.4 cppo.1.6.9 bigarray-compat.1.1.0 base-bytes.base amqp-client.2.0.1 --verbose --yes --confirm-level=unsafe-yes' failed.
2024-01-29 19:00.08 ---> saved as "f3778781e89fd949c45d31efbc2787fedee76b33786b549cf6b74e2953a923d6"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u amqp-client-lwt:05ccc9de0f2828da18dda8262f788749,amqp-client:5cba6ac307d9f4f9c3bd5865f54f267c"))
2024-01-29 19:00.10 ---> saved as "63b967c123b69353d69bcbb9f09e0a72f8cd0d92d7bf00cccad3d2b8a313f65b"

/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.514367') && (for DATA in prep/universes/5cba6ac307d9f4f9c3bd5865f54f267c/amqp-client/2.0.1,amqp-client.2.0.1-5cba6ac307d9f4f9c3bd5865f54f267c,amqp-client.2.0.1 prep/universes/05ccc9de0f2828da18dda8262f788749/amqp-client-lwt/2.0.1,amqp-client-lwt.2.0.1-05ccc9de0f2828da18dda8262f788749,amqp-client-lwt.2.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/5cba6ac307d9f4f9c3bd5865f54f267c/amqp-client/2.0.1,amqp-client.2.0.1-5cba6ac307d9f4f9c3bd5865f54f267c,amqp-client.2.0.1 prep/universes/05ccc9de0f2828da18dda8262f788749/amqp-client-lwt/2.0.1,amqp-client-lwt.2.0.1-05ccc9de0f2828da18dda8262f788749,amqp-client-lwt.2.0.1; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/5cba6ac307d9f4f9c3bd5865f54f267c/amqp-client/2.0.1,amqp-client.2.0.1-5cba6ac307d9f4f9c3bd5865f54f267c,amqp-client.2.0.1 prep/universes/05ccc9de0f2828da18dda8262f788749/amqp-client-lwt/2.0.1,amqp-client-lwt.2.0.1-05ccc9de0f2828da18dda8262f788749,amqp-client-lwt.2.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.514367
prep/universes/5cba6ac307d9f4f9c3bd5865f54f267c/amqp-client/2.0.1/doc/
prep/universes/5cba6ac307d9f4f9c3bd5865f54f267c/amqp-client/2.0.1/doc/amqp-client/
prep/universes/5cba6ac307d9f4f9c3bd5865f54f267c/amqp-client/2.0.1/doc/amqp-client/README.md
prep/universes/5cba6ac307d9f4f9c3bd5865f54f267c/amqp-client/2.0.1/lib/
prep/universes/5cba6ac307d9f4f9c3bd5865f54f267c/amqp-client/2.0.1/lib/amqp-client/
prep/universes/5cba6ac307d9f4f9c3bd5865f54f267c/amqp-client/2.0.1/lib/amqp-client/META
prep/universes/5cba6ac307d9f4f9c3bd5865f54f267c/amqp-client/2.0.1/lib/amqp-client/dune-package
prep/universes/5cba6ac307d9f4f9c3bd5865f54f267c/amqp-client/2.0.1/lib/amqp-client/lib/
prep/universes/5cba6ac307d9f4f9c3bd5865f54f267c/amqp-client/2.0.1/lib/amqp-client/lib/amqp_client_lib.ocamlobjinfo
prep/universes/5cba6ac307d9f4f9c3bd5865f54f267c/amqp-client/2.0.1/lib/amqp-client/lib/amqp_client_lib.cmi
prep/universes/5cba6ac307d9f4f9c3bd5865f54f267c/amqp-client/2.0.1/lib/amqp-client/lib/amqp_client_lib.cmt
prep/universes/5cba6ac307d9f4f9c3bd5865f54f267c/amqp-client/2.0.1/lib/amqp-client/lib/amqp_client_lib__Io.cmi
prep/universes/5cba6ac307d9f4f9c3bd5865f54f267c/amqp-client/2.0.1/lib/amqp-client/lib/amqp_client_lib__Io.cmt
prep/universes/5cba6ac307d9f4f9c3bd5865f54f267c/amqp-client/2.0.1/lib/amqp-client/lib/amqp_client_lib__Mlist.cmi
prep/universes/5cba6ac307d9f4f9c3bd5865f54f267c/amqp-client/2.0.1/lib/amqp-client/lib/amqp_client_lib__Mlist.cmt
prep/universes/5cba6ac307d9f4f9c3bd5865f54f267c/amqp-client/2.0.1/lib/amqp-client/lib/amqp_client_lib__Ocaml_lib.cmi
prep/universes/5cba6ac307d9f4f9c3bd5865f54f267c/amqp-client/2.0.1/lib/amqp-client/lib/amqp_client_lib__Ocaml_lib.cmt
prep/universes/5cba6ac307d9f4f9c3bd5865f54f267c/amqp-client/2.0.1/lib/amqp-client/lib/amqp_client_lib__Option.cmi
prep/universes/5cba6ac307d9f4f9c3bd5865f54f267c/amqp-client/2.0.1/lib/amqp-client/lib/amqp_client_lib__Option.cmt
prep/universes/5cba6ac307d9f4f9c3bd5865f54f267c/amqp-client/2.0.1/lib/amqp-client/lib/amqp_client_lib__Protocol.cmi
prep/universes/5cba6ac307d9f4f9c3bd5865f54f267c/amqp-client/2.0.1/lib/amqp-client/lib/amqp_client_lib__Protocol.cmt
prep/universes/5cba6ac307d9f4f9c3bd5865f54f267c/amqp-client/2.0.1/lib/amqp-client/lib/amqp_client_lib__Thread.cmi
prep/universes/5cba6ac307d9f4f9c3bd5865f54f267c/amqp-client/2.0.1/lib/amqp-client/lib/amqp_client_lib__Thread.cmt
prep/universes/5cba6ac307d9f4f9c3bd5865f54f267c/amqp-client/2.0.1/lib/amqp-client/lib/amqp_client_lib__Types.cmi
prep/universes/5cba6ac307d9f4f9c3bd5865f54f267c/amqp-client/2.0.1/lib/amqp-client/lib/amqp_client_lib__Types.cmt
prep/universes/5cba6ac307d9f4f9c3bd5865f54f267c/amqp-client/2.0.1/opam
FAILED:amqp-client-lwt.2.0.1-05ccc9de0f2828da18dda8262f788749
prep/universes/05ccc9de0f2828da18dda8262f788749/amqp-client-lwt/2.0.1/opam
prep/universes/05ccc9de0f2828da18dda8262f788749/amqp-client-lwt/2.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.
HASHES:amqp-client.2.0.1-5cba6ac307d9f4f9c3bd5865f54f267c:d7a93f63800528f904f170149b822dbc7a729ed0c80598db32490a449e6ff727
HASHES:amqp-client-lwt.2.0.1-05ccc9de0f2828da18dda8262f788749:6b7c51c7d532de003bd3027c6a82c52412317325d9484588b5e0692251ec80d1
2024-01-29 19:00.12 ---> saved as "c7767663857e49b32647a24719401407cc99eb5681b9b405dcb55ef3a825dfd9"
Job succeeded
2024-01-29 19:05.36: Failed: amqp-client-lwt.2.0.1-05ccc9de0f2828da18dda8262f788749
2024-01-29 19:05.36: amqp-client-lwt.2.0.1-05ccc9de0f2828da18dda8262f788749 -> 6b7c51c7d532de003bd3027c6a82c52412317325d9484588b5e0692251ec80d1
2024-01-29 19:05.36: amqp-client.2.0.1-5cba6ac307d9f4f9c3bd5865f54f267c -> d7a93f63800528f904f170149b822dbc7a729ed0c80598db32490a449e6ff727
2024-01-29 19:05.36: Job succeeded