Build:
  1. 0
2024-04-26 12:13.04: New job: Voodoo prep mad.0.5.3; 46af42aa762c0bd83360f20ca2988e99
2024-04-26 12:13.04: Waiting for resource in pool OCluster
2024-04-26 12:14.36: Waiting for worker…
2024-04-26 12:24.37: Got resource from pool OCluster
2024-04-26 12:24.37: 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:38f84308178aed1201d28fe57eb8682794c2b5f9d040709a2077f190c66b19ce)
         (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:38f84308178aed1201d28fe57eb8682794c2b5f9d040709a2077f190c66b19ce)
 (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.15.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 mad.0.5.3 dune-configurator.3.15.0 dune.3.15.0 csexp.1.5.2 conf-pkg-config.3 conf-mad.1 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u mad:46af42aa762c0bd83360f20ca2988e99,dune-configurator:55fc322beaaa549883565139eb30bb2f,csexp:1c61320c2d9588fb5e86ca7c6b36ae13,conf-mad:f10a8e6d5c7eddcd8c8d8cfb436aa5d4"))
 (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.757815') && (for DATA in prep/universes/f10a8e6d5c7eddcd8c8d8cfb436aa5d4/conf-mad/1,conf-mad.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4,conf-mad.1 prep/universes/1c61320c2d9588fb5e86ca7c6b36ae13/csexp/1.5.2,csexp.1.5.2-1c61320c2d9588fb5e86ca7c6b36ae13,csexp.1.5.2 prep/universes/55fc322beaaa549883565139eb30bb2f/dune-configurator/3.15.0,dune-configurator.3.15.0-55fc322beaaa549883565139eb30bb2f,dune-configurator.3.15.0 prep/universes/46af42aa762c0bd83360f20ca2988e99/mad/0.5.3,mad.0.5.3-46af42aa762c0bd83360f20ca2988e99,mad.0.5.3; 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/f10a8e6d5c7eddcd8c8d8cfb436aa5d4/conf-mad/1,conf-mad.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4,conf-mad.1 prep/universes/1c61320c2d9588fb5e86ca7c6b36ae13/csexp/1.5.2,csexp.1.5.2-1c61320c2d9588fb5e86ca7c6b36ae13,csexp.1.5.2 prep/universes/55fc322beaaa549883565139eb30bb2f/dune-configurator/3.15.0,dune-configurator.3.15.0-55fc322beaaa549883565139eb30bb2f,dune-configurator.3.15.0 prep/universes/46af42aa762c0bd83360f20ca2988e99/mad/0.5.3,mad.0.5.3-46af42aa762c0bd83360f20ca2988e99,mad.0.5.3; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/f10a8e6d5c7eddcd8c8d8cfb436aa5d4/conf-mad/1,conf-mad.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4,conf-mad.1 prep/universes/1c61320c2d9588fb5e86ca7c6b36ae13/csexp/1.5.2,csexp.1.5.2-1c61320c2d9588fb5e86ca7c6b36ae13,csexp.1.5.2 prep/universes/55fc322beaaa549883565139eb30bb2f/dune-configurator/3.15.0,dune-configurator.3.15.0-55fc322beaaa549883565139eb30bb2f,dune-configurator.3.15.0 prep/universes/46af42aa762c0bd83360f20ca2988e99/mad/0.5.3,mad.0.5.3-46af42aa762c0bd83360f20ca2988e99,mad.0.5.3; 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 f644672db096c6badd9c21581f7641cbee0eca2a --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-04-26 12:24.37: RETRYING: 2024-04-26/121304-voodoo-prep-8fc2b9 Number of retries: 0 (retriable error condition)
Building on x86-bm-c5.sw.ocaml.org
All commits already cached
Updating files:  72% (24449/33542)
Updating files:  73% (24486/33542)
Updating files:  74% (24822/33542)
Updating files:  75% (25157/33542)
Updating files:  76% (25492/33542)
Updating files:  77% (25828/33542)
Updating files:  78% (26163/33542)
Updating files:  79% (26499/33542)
Updating files:  80% (26834/33542)
Updating files:  81% (27170/33542)
Updating files:  82% (27505/33542)
Updating files:  83% (27840/33542)
Updating files:  84% (28176/33542)
Updating files:  85% (28511/33542)
Updating files:  86% (28847/33542)
Updating files:  87% (29182/33542)
Updating files:  88% (29517/33542)
Updating files:  89% (29853/33542)
Updating files:  90% (30188/33542)
Updating files:  91% (30524/33542)
Updating files:  92% (30859/33542)
Updating files:  93% (31195/33542)
Updating files:  94% (31530/33542)
Updating files:  95% (31865/33542)
Updating files:  96% (32201/33542)
Updating files:  97% (32536/33542)
Updating files:  98% (32872/33542)
Updating files:  99% (33207/33542)
Updating files: 100% (33542/33542)
Updating files: 100% (33542/33542), done.
HEAD is now at f644672db0 Update packages/mad/mad.0.5.3/opam

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-5.1@sha256:38f84308178aed1201d28fe57eb8682794c2b5f9d040709a2077f190c66b19ce)
2024-04-26 12:20.38 ---> using "77b9ba30cf71111f1c981ad9e321456c3dda39afc3d2128ca1b6e01fdcf27acc" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-04-26 12:20.38 ---> using "e49c9d974fcf1767384b3fcd00f323c02bafd0eb0995c48170c71d41798da343" from cache

/home/opam: (run (network host)
                 (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [10.6 kB]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-04-23-2036.10-F-2024-04-23-2036.10.pdiff [1595 B]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-04-23-2036.10-F-2024-04-23-2036.10.pdiff [1595 B]
Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [155 kB]
Fetched 270 kB in 0s (1027 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 5 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 (17.9 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 ... 18766 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+deb12u4) ...
2024-04-26 12:20.38 ---> using "dd9259998e752ff70621361fd1c5da38631dec23e74e9ebeb1ed76e1188932b5" from cache

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

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

The following actions will be performed:
  - install ocamlbuild       0.14.3 [required by bos]
  - install dune             3.15.0 [required by voodoo-prep]
  - install cmdliner         1.2.0  [required by voodoo-prep]
  - install ocamlfind        1.9.6  [required by bos]
  - install seq              base   [required by re]
  - install stdlib-shims     0.3.0  [required by ocamlgraph]
  - install opam-file-format 2.1.6  [required by opam-format]
  - install cppo             1.6.9  [required by opam-core]
  - install topkg            1.0.7  [required by bos]
  - install re               1.11.0 [required by opam-format]
  - install ocamlgraph       2.1.0  [required by opam-core]
  - install rresult          0.7.0  [required by bos]
  - install fmt              0.9.0  [required by bos]
  - install astring          0.8.5  [required by bos]
  - install opam-core        2.1.5  [required by opam-format]
  - install logs             0.7.0  [required by bos]
  - install fpath            0.7.3  [required by voodoo-prep]
  - install opam-format      2.1.5  [required by voodoo-prep]
  - install bos              0.2.1  [required by voodoo-prep]
  - install voodoo-prep      ~dev*
===== 20 to install =====

<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[astring.0.8.5] found in cache
[bos.0.2.1] found in cache
[cmdliner.1.2.0] found in cache
[cppo.1.6.9] found in cache
[dune.3.15.0] found in cache
[fmt.0.9.0] found in cache
[fpath.0.7.3] found in cache
[logs.0.7.0] found in cache
[ocamlbuild.0.14.3] found in cache
[ocamlfind.1.9.6] found in cache
[ocamlgraph.2.1.0] found in cache
[opam-core.2.1.5] found in cache
[opam-file-format.2.1.6] found in cache
[opam-format.2.1.5] found in cache
[re.1.11.0] found in cache
[rresult.0.7.0] found in cache
[stdlib-shims.0.3.0] found in cache
[topkg.1.0.7] found in cache
[voodoo-prep.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed seq.base
-> installed cmdliner.1.2.0
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed rresult.0.7.0
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed logs.0.7.0
-> installed bos.0.2.1
-> installed dune.3.15.0
-> installed stdlib-shims.0.3.0
-> installed opam-file-format.2.1.6
-> installed re.1.11.0
-> installed cppo.1.6.9
-> installed ocamlgraph.2.1.0
-> installed opam-core.2.1.5
-> installed opam-format.2.1.5
-> installed voodoo-prep.~dev
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-26 12:20.38 ---> using "8f3e94f83a1dff1f59f92d72e41a108958796439739739e3f2ebf503f306fe9b" from cache

/home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))
2024-04-26 12:20.38 ---> using "68811f126c281ddbdf0c4c1b143d37e858d9ede5be098ca915e2185f5f13caac" from cache
2024-04-26 12:20.38 --> finished "tools"

(from ocaml/opam:debian-12-ocaml-5.1@sha256:38f84308178aed1201d28fe57eb8682794c2b5f9d040709a2077f190c66b19ce)
2024-04-26 12:20.38 ---> using "77b9ba30cf71111f1c981ad9e321456c3dda39afc3d2128ca1b6e01fdcf27acc" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-04-26 12:20.38 ---> using "e49c9d974fcf1767384b3fcd00f323c02bafd0eb0995c48170c71d41798da343" from cache

/home/opam: (run (shell "sudo mkdir /src"))
2024-04-26 12:20.38 ---> using "624611f8af385302763c1fc643f1c0f7d163ca82d0c2d8c2e762ffae04b82d8f" from cache

/home/opam: (copy (src packages) (dst /src/packages))
2024-04-26 12:20.46 ---> saved as "f8bdf4c7b8478bcd0264e63a9546df6d140a1aedb5b7832e48ab5366b0ddd63f"

/home/opam: (copy (src repo) (dst /src/repo))
2024-04-26 12:20.46 ---> saved as "55cafe8d5a3a15df2c92411bab3b07e680a7504dc3f53f33d7eba0e87a351844"

/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-04-26 12:22.20 ---> saved as "ff5e739abb8c2a3d550959fa90201bdd044b7cd6b599a6fe5ef27f8988146100"

/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-04-26 12:22.57 ---> saved as "b2f5a95dced3ea8a4fa7475a9b0dc5d6f8ffed01366c37166251cedf19bc7b73"

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-04-26 12:22.59 ---> saved as "9b714d0b90d6958560143d17d08287df6be3ab942313523dc82a4a6b7ac5660d"

/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.15.0"))
The following actions will be performed:
  - install dune 3.15.0

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.15.0  (cached)
-> installed dune.3.15.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-26 12:24.20 ---> saved as "b5655223e086974f05f8e86037d46f0226d89d3979ce7092c16c4967e75853a3"

/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 mad.0.5.3 dune-configurator.3.15.0 dune.3.15.0 csexp.1.5.2 conf-pkg-config.3 conf-mad.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 bookworm-updates/main amd64 Packages.diff/Index [10.6 kB]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-04-23-2036.10-F-2024-04-23-2036.10.pdiff [1595 B]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-04-23-2036.10-F-2024-04-23-2036.10.pdiff [1595 B]
Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [155 kB]
Fetched 270 kB in 1s (385 kB/s)
Reading package lists...
Building dependency tree...
Reading state information...
5 packages can be upgraded. Run 'apt list --upgradable' to see them.
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 mad.0.5.3 dune-configurator.3.15.0 dune.3.15.0 csexp.1.5.2 conf-pkg-config.3 conf-mad.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
# The following system packages are needed:
libmad0-dev
pkg-config
[NOTE] Package dune is already installed (current version is 3.15.0).
The following actions will be performed:
  - install csexp             1.5.2
  - install conf-pkg-config   3
  - install dune-configurator 3.15.0
  - install conf-mad          1
  - install mad               0.5.3
===== 5 to install =====

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

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
Let opam run your package manager to install the required system packages?
(answer 'n' for other options) [Y/n] y
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libmad0-dev" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libmad0: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 ... 18766 files and directories currently installed.)
- Preparing to unpack .../0-libmad0_0.15.1b-10.1+b1_amd64.deb ...
- Unpacking libmad0:amd64 (0.15.1b-10.1+b1) ...
- Selecting previously unselected package libmad0-dev.
- Preparing to unpack .../1-libmad0-dev_0.15.1b-10.1+b1_amd64.deb ...
- Unpacking libmad0-dev (0.15.1b-10.1+b1) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../2-libpkgconf3_1.8.1-1_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../3-pkgconf-bin_1.8.1-1_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../4-pkgconf_1.8.1-1_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../5-pkg-config_1.8.1-1_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-1) ...
- Setting up libpkgconf3:amd64 (1.8.1-1) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up libmad0:amd64 (0.15.1b-10.1+b1) ...
- Setting up pkgconf:amd64 (1.8.1-1) ...
- Setting up pkg-config:amd64 (1.8.1-1) ...
- Setting up libmad0-dev (0.15.1b-10.1+b1) ...
- Processing triggers for libc-bin (2.36-9+deb12u4) ...

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

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u mad:46af42aa762c0bd83360f20ca2988e99,dune-configurator:55fc322beaaa549883565139eb30bb2f,csexp:1c61320c2d9588fb5e86ca7c6b36ae13,conf-mad:f10a8e6d5c7eddcd8c8d8cfb436aa5d4"))
2024-04-26 12:26.55 ---> saved as "99090197def77b3410d0292c4447e30125aeb11f2189139b33ff50ac1ac39779"

/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.757815') && (for DATA in prep/universes/f10a8e6d5c7eddcd8c8d8cfb436aa5d4/conf-mad/1,conf-mad.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4,conf-mad.1 prep/universes/1c61320c2d9588fb5e86ca7c6b36ae13/csexp/1.5.2,csexp.1.5.2-1c61320c2d9588fb5e86ca7c6b36ae13,csexp.1.5.2 prep/universes/55fc322beaaa549883565139eb30bb2f/dune-configurator/3.15.0,dune-configurator.3.15.0-55fc322beaaa549883565139eb30bb2f,dune-configurator.3.15.0 prep/universes/46af42aa762c0bd83360f20ca2988e99/mad/0.5.3,mad.0.5.3-46af42aa762c0bd83360f20ca2988e99,mad.0.5.3; 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/f10a8e6d5c7eddcd8c8d8cfb436aa5d4/conf-mad/1,conf-mad.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4,conf-mad.1 prep/universes/1c61320c2d9588fb5e86ca7c6b36ae13/csexp/1.5.2,csexp.1.5.2-1c61320c2d9588fb5e86ca7c6b36ae13,csexp.1.5.2 prep/universes/55fc322beaaa549883565139eb30bb2f/dune-configurator/3.15.0,dune-configurator.3.15.0-55fc322beaaa549883565139eb30bb2f,dune-configurator.3.15.0 prep/universes/46af42aa762c0bd83360f20ca2988e99/mad/0.5.3,mad.0.5.3-46af42aa762c0bd83360f20ca2988e99,mad.0.5.3; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/f10a8e6d5c7eddcd8c8d8cfb436aa5d4/conf-mad/1,conf-mad.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4,conf-mad.1 prep/universes/1c61320c2d9588fb5e86ca7c6b36ae13/csexp/1.5.2,csexp.1.5.2-1c61320c2d9588fb5e86ca7c6b36ae13,csexp.1.5.2 prep/universes/55fc322beaaa549883565139eb30bb2f/dune-configurator/3.15.0,dune-configurator.3.15.0-55fc322beaaa549883565139eb30bb2f,dune-configurator.3.15.0 prep/universes/46af42aa762c0bd83360f20ca2988e99/mad/0.5.3,mad.0.5.3-46af42aa762c0bd83360f20ca2988e99,mad.0.5.3; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.757815
prep/universes/f10a8e6d5c7eddcd8c8d8cfb436aa5d4/conf-mad/1/opam
prep/universes/1c61320c2d9588fb5e86ca7c6b36ae13/csexp/1.5.2/doc/
prep/universes/1c61320c2d9588fb5e86ca7c6b36ae13/csexp/1.5.2/doc/csexp/
prep/universes/1c61320c2d9588fb5e86ca7c6b36ae13/csexp/1.5.2/doc/csexp/CHANGES.md
prep/universes/1c61320c2d9588fb5e86ca7c6b36ae13/csexp/1.5.2/doc/csexp/LICENSE.md
prep/universes/1c61320c2d9588fb5e86ca7c6b36ae13/csexp/1.5.2/doc/csexp/README.md
prep/universes/1c61320c2d9588fb5e86ca7c6b36ae13/csexp/1.5.2/lib/
prep/universes/1c61320c2d9588fb5e86ca7c6b36ae13/csexp/1.5.2/lib/csexp/
prep/universes/1c61320c2d9588fb5e86ca7c6b36ae13/csexp/1.5.2/lib/csexp/csexp.ocamlobjinfo
prep/universes/1c61320c2d9588fb5e86ca7c6b36ae13/csexp/1.5.2/lib/csexp/META
prep/universes/1c61320c2d9588fb5e86ca7c6b36ae13/csexp/1.5.2/lib/csexp/csexp.cmi
prep/universes/1c61320c2d9588fb5e86ca7c6b36ae13/csexp/1.5.2/lib/csexp/csexp.cmt
prep/universes/1c61320c2d9588fb5e86ca7c6b36ae13/csexp/1.5.2/lib/csexp/csexp.cmti
prep/universes/1c61320c2d9588fb5e86ca7c6b36ae13/csexp/1.5.2/lib/csexp/dune-package
prep/universes/1c61320c2d9588fb5e86ca7c6b36ae13/csexp/1.5.2/opam
prep/universes/55fc322beaaa549883565139eb30bb2f/dune-configurator/3.15.0/doc/
prep/universes/55fc322beaaa549883565139eb30bb2f/dune-configurator/3.15.0/doc/dune-configurator/
prep/universes/55fc322beaaa549883565139eb30bb2f/dune-configurator/3.15.0/doc/dune-configurator/CHANGES.md
prep/universes/55fc322beaaa549883565139eb30bb2f/dune-configurator/3.15.0/doc/dune-configurator/LICENSE.md
prep/universes/55fc322beaaa549883565139eb30bb2f/dune-configurator/3.15.0/doc/dune-configurator/README.md
prep/universes/55fc322beaaa549883565139eb30bb2f/dune-configurator/3.15.0/doc/dune-configurator/odoc-pages/
prep/universes/55fc322beaaa549883565139eb30bb2f/dune-configurator/3.15.0/doc/dune-configurator/odoc-pages/index.mld
prep/universes/55fc322beaaa549883565139eb30bb2f/dune-configurator/3.15.0/lib/
prep/universes/55fc322beaaa549883565139eb30bb2f/dune-configurator/3.15.0/lib/dune-configurator/
prep/universes/55fc322beaaa549883565139eb30bb2f/dune-configurator/3.15.0/lib/dune-configurator/configurator.ocamlobjinfo
prep/universes/55fc322beaaa549883565139eb30bb2f/dune-configurator/3.15.0/lib/dune-configurator/.private/
prep/universes/55fc322beaaa549883565139eb30bb2f/dune-configurator/3.15.0/lib/dune-configurator/.private/configurator__Dune_lang.cmi
prep/universes/55fc322beaaa549883565139eb30bb2f/dune-configurator/3.15.0/lib/dune-configurator/.private/configurator__Dune_lang.cmt
prep/universes/55fc322beaaa549883565139eb30bb2f/dune-configurator/3.15.0/lib/dune-configurator/.private/configurator__Dune_lang.cmti
prep/universes/55fc322beaaa549883565139eb30bb2f/dune-configurator/3.15.0/lib/dune-configurator/.private/configurator__Import.cmi
prep/universes/55fc322beaaa549883565139eb30bb2f/dune-configurator/3.15.0/lib/dune-configurator/.private/configurator__Import.cmt
prep/universes/55fc322beaaa549883565139eb30bb2f/dune-configurator/3.15.0/lib/dune-configurator/.private/configurator__Ocaml_config.cmi
prep/universes/55fc322beaaa549883565139eb30bb2f/dune-configurator/3.15.0/lib/dune-configurator/.private/configurator__Ocaml_config.cmt
prep/universes/55fc322beaaa549883565139eb30bb2f/dune-configurator/3.15.0/lib/dune-configurator/.private/configurator__Ocaml_config.cmti
prep/universes/55fc322beaaa549883565139eb30bb2f/dune-configurator/3.15.0/lib/dune-configurator/META
prep/universes/55fc322beaaa549883565139eb30bb2f/dune-configurator/3.15.0/lib/dune-configurator/configurator.cmi
prep/universes/55fc322beaaa549883565139eb30bb2f/dune-configurator/3.15.0/lib/dune-configurator/configurator.cmt
prep/universes/55fc322beaaa549883565139eb30bb2f/dune-configurator/3.15.0/lib/dune-configurator/configurator__.cmi
prep/universes/55fc322beaaa549883565139eb30bb2f/dune-configurator/3.15.0/lib/dune-configurator/configurator__.cmt
prep/universes/55fc322beaaa549883565139eb30bb2f/dune-configurator/3.15.0/lib/dune-configurator/configurator__Extract_obj.cmi
prep/universes/55fc322beaaa549883565139eb30bb2f/dune-configurator/3.15.0/lib/dune-configurator/configurator__Extract_obj.cmt
prep/universes/55fc322beaaa549883565139eb30bb2f/dune-configurator/3.15.0/lib/dune-configurator/configurator__Extract_obj.cmti
prep/universes/55fc322beaaa549883565139eb30bb2f/dune-configurator/3.15.0/lib/dune-configurator/configurator__V1.cmi
prep/universes/55fc322beaaa549883565139eb30bb2f/dune-configurator/3.15.0/lib/dune-configurator/configurator__V1.cmt
prep/universes/55fc322beaaa549883565139eb30bb2f/dune-configurator/3.15.0/lib/dune-configurator/configurator__V1.cmti
prep/universes/55fc322beaaa549883565139eb30bb2f/dune-configurator/3.15.0/lib/dune-configurator/dune-package
prep/universes/55fc322beaaa549883565139eb30bb2f/dune-configurator/3.15.0/opam
prep/universes/46af42aa762c0bd83360f20ca2988e99/mad/0.5.3/doc/
prep/universes/46af42aa762c0bd83360f20ca2988e99/mad/0.5.3/doc/mad/
prep/universes/46af42aa762c0bd83360f20ca2988e99/mad/0.5.3/doc/mad/CHANGES
prep/universes/46af42aa762c0bd83360f20ca2988e99/mad/0.5.3/doc/mad/README.md
prep/universes/46af42aa762c0bd83360f20ca2988e99/mad/0.5.3/lib/
prep/universes/46af42aa762c0bd83360f20ca2988e99/mad/0.5.3/lib/mad/
prep/universes/46af42aa762c0bd83360f20ca2988e99/mad/0.5.3/lib/mad/mad.ocamlobjinfo
prep/universes/46af42aa762c0bd83360f20ca2988e99/mad/0.5.3/lib/mad/META
prep/universes/46af42aa762c0bd83360f20ca2988e99/mad/0.5.3/lib/mad/dune-package
prep/universes/46af42aa762c0bd83360f20ca2988e99/mad/0.5.3/lib/mad/mad.cmi
prep/universes/46af42aa762c0bd83360f20ca2988e99/mad/0.5.3/lib/mad/mad.cmt
prep/universes/46af42aa762c0bd83360f20ca2988e99/mad/0.5.3/lib/mad/mad.cmti
prep/universes/46af42aa762c0bd83360f20ca2988e99/mad/0.5.3/opam
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.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
HASHES:conf-mad.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4:2e2ddd13c3ada746166cc1c787b08cf069146d77be4b03c420acd88f90f04321
HASHES:csexp.1.5.2-1c61320c2d9588fb5e86ca7c6b36ae13:9ad51832980edaed322518c32046f1a28ee342ff34ff74c566e0f5b361eb2650
HASHES:dune-configurator.3.15.0-55fc322beaaa549883565139eb30bb2f:c3cefc398e65ce8de6319016a98f2716162bfef8489114d61a0c82809b726236
HASHES:mad.0.5.3-46af42aa762c0bd83360f20ca2988e99:40ddc048fe3cfa932f924a99292a222905d8f208e6dc3b691ee1a7d6c330bc57
2024-04-26 12:26.59 ---> saved as "c57c41a5a273edb713c75ac09cd8dc0e97c291344c37dde1bc05c490abb251ff"
Job succeeded
2024-04-26 12:31.10: mad.0.5.3-46af42aa762c0bd83360f20ca2988e99 -> 40ddc048fe3cfa932f924a99292a222905d8f208e6dc3b691ee1a7d6c330bc57
2024-04-26 12:31.10: dune-configurator.3.15.0-55fc322beaaa549883565139eb30bb2f -> c3cefc398e65ce8de6319016a98f2716162bfef8489114d61a0c82809b726236
2024-04-26 12:31.10: csexp.1.5.2-1c61320c2d9588fb5e86ca7c6b36ae13 -> 9ad51832980edaed322518c32046f1a28ee342ff34ff74c566e0f5b361eb2650
2024-04-26 12:31.10: conf-mad.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4 -> 2e2ddd13c3ada746166cc1c787b08cf069146d77be4b03c420acd88f90f04321
2024-04-26 12:31.10: Job succeeded