Build:
  1. 0
2024-09-12 08:35.53: New job: Voodoo prep override.0.2.0; f82de925593cca203bdf88d64997c74c
2024-09-12 08:35.53: Waiting for resource in pool OCluster
2024-09-12 20:10.14: Waiting for worker…
2024-09-12 20:10.14: Got resource from pool OCluster
2024-09-12 20:10.14: Using cache hint "docs-universe-prep-4.08.1"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-4.08@sha256:eb644c53a753fef74fc1f6fd75301f02b6cb6f63c1298e822fab83431391e04c)
         (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.08@sha256:eb644c53a753fef74fc1f6fd75301f02b6cb6f63c1298e822fab83431391e04c)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo chown opam:opam /home/opam"))
 (run (shell "sudo mkdir /src"))
 (copy (src packages) (dst /src/packages))
 (copy (src repo) (dst /src/repo))
 (run (network host)
      (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni"))
 (run (shell "opam repo remove default && opam repo add opam /src"))
 (copy (from (build tools)) (src /home/opam/voodoo-prep) (dst /home/opam/))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "opam install dune.3.16.0"))
 (env DUNE_CACHE enabled)
 (env DUNE_CACHE_TRANSPORT direct)
 (env DUNE_CACHE_DUPLICATION copy)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "(sudo apt update) && ((opam depext -viy override.0.2.0 stdio.v0.12.0 stdcompat.19 sexplib0.v0.12.0 result.1.5 ppxlib.0.8.1 ppx_show.0.1.0 ppx_derivers.1.2.1 ppx_compare.v0.12.0 ocaml-migrate-parsetree.1.8.0 ocaml-compiler-libs.v0.12.4 dune-configurator.3.16.0 dune.3.16.0 csexp.1.5.2 cppo.1.7.0 conf-autoconf.0.2 base.v0.12.2 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u override:f82de925593cca203bdf88d64997c74c"))
 (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.327930') && (for DATA in prep/universes/f82de925593cca203bdf88d64997c74c/override/0.2.0,override.0.2.0-f82de925593cca203bdf88d64997c74c,override.0.2.0; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/*  && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/f82de925593cca203bdf88d64997c74c/override/0.2.0,override.0.2.0-f82de925593cca203bdf88d64997c74c,override.0.2.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/f82de925593cca203bdf88d64997c74c/override/0.2.0,override.0.2.0-f82de925593cca203bdf88d64997c74c,override.0.2.0; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
)
END-OF-SPEC

ocluster-client submit-obuilder https://github.com/ocaml/opam-repository.git 0e1db1f4176121955441dd10fd6470b79d8546a9 --local-file prep.spec \
--pool linux-x86_64 --connect ocluster-submission.cap --cache-hint docs-universe-prep-4.08.1 \
--secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config

2024-09-12 20:10.14: RETRYING: 2024-09-12/083553-voodoo-prep-0ea0cd Number of retries: 0 (retriable error condition)
Building on x86-bm-c7.sw.ocaml.org
All commits already cached
Updating files:  68% (21920/32043)
Updating files:  69% (22110/32043)
Updating files:  70% (22431/32043)
Updating files:  71% (22751/32043)
Updating files:  72% (23071/32043)
Updating files:  73% (23392/32043)
Updating files:  74% (23712/32043)
Updating files:  75% (24033/32043)
Updating files:  76% (24353/32043)
Updating files:  77% (24674/32043)
Updating files:  78% (24994/32043)
Updating files:  79% (25314/32043)
Updating files:  80% (25635/32043)
Updating files:  81% (25955/32043)
Updating files:  82% (26276/32043)
Updating files:  83% (26596/32043)
Updating files:  84% (26917/32043)
Updating files:  85% (27237/32043)
Updating files:  86% (27557/32043)
Updating files:  87% (27878/32043)
Updating files:  88% (28198/32043)
Updating files:  89% (28519/32043)
Updating files:  90% (28839/32043)
Updating files:  91% (29160/32043)
Updating files:  92% (29480/32043)
Updating files:  93% (29800/32043)
Updating files:  94% (30121/32043)
Updating files:  95% (30441/32043)
Updating files:  96% (30762/32043)
Updating files:  97% (31082/32043)
Updating files:  98% (31403/32043)
Updating files:  99% (31723/32043)
Updating files: 100% (32043/32043)
Updating files: 100% (32043/32043), done.
HEAD is now at 0e1db1f417 Apply suggestions from code review

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-4.08@sha256:eb644c53a753fef74fc1f6fd75301f02b6cb6f63c1298e822fab83431391e04c)
2024-09-12 20:02.59 ---> using "6985fe8ce4df8d339273dee42e8b6f303dd10479b5ff952ad63ba079d7d31138" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-09-12 20:02.59 ---> using "ed95b7be018b8942d14270d0a0a038d44ef4aceec627e03de8ed5b36f3365367" 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 [11.7 kB]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [179 kB]
Fetched 295 kB in 0s (1123 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 ... 18733 files and directories currently installed.)
Preparing to unpack .../libpkgconf3_1.8.1-1_amd64.deb ...
Unpacking libpkgconf3:amd64 (1.8.1-1) ...
Selecting previously unselected package m4.
Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ...
Unpacking m4 (1.4.19-3) ...
Selecting previously unselected package pkgconf-bin.
Preparing to unpack .../pkgconf-bin_1.8.1-1_amd64.deb ...
Unpacking pkgconf-bin (1.8.1-1) ...
Selecting previously unselected package pkgconf:amd64.
Preparing to unpack .../pkgconf_1.8.1-1_amd64.deb ...
Unpacking pkgconf:amd64 (1.8.1-1) ...
Selecting previously unselected package pkg-config:amd64.
Preparing to unpack .../pkg-config_1.8.1-1_amd64.deb ...
Unpacking pkg-config:amd64 (1.8.1-1) ...
Setting up m4 (1.4.19-3) ...
Setting up libpkgconf3:amd64 (1.8.1-1) ...
Setting up pkgconf-bin (1.8.1-1) ...
Setting up pkgconf:amd64 (1.8.1-1) ...
Setting up pkg-config:amd64 (1.8.1-1) ...
Processing triggers for libc-bin (2.36-9+deb12u8) ...
2024-09-12 20:02.59 ---> using "a904dd21689d2bb6376052af6c8df1799515d6c546676defd9888ee3c04094bb" from cache

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

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

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

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed seq.base
-> installed cmdliner.1.3.0
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.15.0
-> installed topkg.1.0.7
-> installed rresult.0.7.0
-> installed uutf.1.0.3
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed jsonm.1.0.2
-> installed fpath.0.7.3
-> installed logs.0.7.0
-> installed bos.0.2.1
-> installed dune.3.16.0
-> installed stdlib-shims.0.3.0
-> installed swhid_core.0.1
-> installed opam-file-format.2.1.6
-> installed re.1.11.0
-> installed sha.1.15.4
-> installed ocamlgraph.2.1.0
-> installed opam-core.2.2.1
-> installed opam-format.2.2.1
-> installed voodoo-prep.~dev
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 20:02.59 ---> using "42856f103835e3b7075218726d31a700c184e449422d1c4c8061ef63d0e973cd" from cache

/home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))
2024-09-12 20:02.59 ---> using "e09ef79e61b60b472324220ca9d855fac95fae0a9014c6133d0b01f4de7b114a" from cache
2024-09-12 20:02.59 --> finished "tools"

(from ocaml/opam:debian-12-ocaml-4.08@sha256:eb644c53a753fef74fc1f6fd75301f02b6cb6f63c1298e822fab83431391e04c)
2024-09-12 20:02.59 ---> using "6985fe8ce4df8d339273dee42e8b6f303dd10479b5ff952ad63ba079d7d31138" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-09-12 20:02.59 ---> using "ed95b7be018b8942d14270d0a0a038d44ef4aceec627e03de8ed5b36f3365367" from cache

/home/opam: (run (shell "sudo mkdir /src"))
2024-09-12 20:02.59 ---> using "d2bc18356bcaaa2503e01a0fb9ea7d5c852cb8e00f5d469d377ab19b52196dd7" from cache

/home/opam: (copy (src packages) (dst /src/packages))
2024-09-12 20:03.01 ---> using "b3ebdc2dedf8b8eb76f059a7cb26e1514620aa15bfdb1ccb34b5b529322ef1f4" from cache

/home/opam: (copy (src repo) (dst /src/repo))
2024-09-12 20:03.01 ---> using "7c0a5576781cb5e09fde2c0dab13050af451e9e347888f06081b2af948caa3cd" from cache

/home/opam: (run (network host)
                 (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.

This development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.1, which can't be reverted.
You may want to back it up before going further.

Continue? [Y/n] y
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-09-12 20:03.01 ---> using "a4fc36d55a223c509aa138a3ef760fccfd3eac5b4ac728f65555cbe9e30a2653" from cache

/home/opam: (run (shell "opam repo remove default && opam repo add opam /src"))
Repositories removed from the selections of switch 4.08. Use '--all' to forget about them altogether.
[opam] Initialised
[NOTE] Repository opam has been added to the selections of switch 4.08 only.
       Run `opam repository add opam --all-switches|--set-default' to use it in all existing switches, or in newly created switches, respectively.

2024-09-12 20:03.01 ---> using "a6d5e882b3b16768aac0e6f3759b461dc51be90acf099002293f84aa6cccc9c2" from cache

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-09-12 20:03.01 ---> using "a4cd0756d6143edc5fa4f77ea84d8eba0b56c9e5b96dfd53880f40235c7bfd41" from cache

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.16.0  (cached)
-> installed dune.3.16.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 20:03.42 ---> saved as "0fc5caae17eaa4d316daf5270eb4d5d6ebd9b3738737bcdbea2c68bbe876ca2f"

/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 override.0.2.0 stdio.v0.12.0 stdcompat.19 sexplib0.v0.12.0 result.1.5 ppxlib.0.8.1 ppx_show.0.1.0 ppx_derivers.1.2.1 ppx_compare.v0.12.0 ocaml-migrate-parsetree.1.8.0 ocaml-compiler-libs.v0.12.4 dune-configurator.3.16.0 dune.3.16.0 csexp.1.5.2 cppo.1.7.0 conf-autoconf.0.2 base.v0.12.2 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 [11.7 kB]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [179 kB]
Fetched 295 kB in 0s (1065 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.3

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

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

<><> Carrying on to "opam depext -viy override.0.2.0 stdio.v0.12.0 stdcompat.19 sexplib0.v0.12.0 result.1.5 ppxlib.0.8.1 ppx_show.0.1.0 ppx_derivers.1.2.1 ppx_compare.v0.12.0 ocaml-migrate-parsetree.1.8.0 ocaml-compiler-libs.v0.12.4 dune-configurator.3.16.0 dune.3.16.0 csexp.1.5.2 cppo.1.7.0 conf-autoconf.0.2 base.v0.12.2" 

Since version 2.1, opam now handles external dependencies alongside OCaml ones, and the `depext` plugin interface is provided for backwards compatibility only. Consider using your usual `opam install` command to install both OCaml and system dependencies, or `opam install <pkg> --depext-only` if you want to only install external dependencies.
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# The following system packages are needed:
autoconf
[NOTE] Package dune is already installed (current version is 3.16.0).
The following actions will be performed:
  - install sexplib0                v0.12.0
  - install conf-autoconf           0.2
  - install ppx_derivers            1.2.1
  - install result                  1.5
  - install csexp                   1.5.2
  - install ocaml-compiler-libs     v0.12.4
  - install cppo                    1.7.0
  - install stdcompat               19
  - install ocaml-migrate-parsetree 1.8.0
  - install dune-configurator       3.16.0
  - install base                    v0.12.2
  - install stdio                   v0.12.0
  - install ppxlib                  0.8.1
  - install ppx_show                0.1.0
  - install ppx_compare             v0.12.0
  - install override                0.2.0
===== 16 to install =====

The following system packages will first need to be installed:
    autoconf

<><> 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" "autoconf"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package m4.
- (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 ... 18733 files and directories currently installed.)
- Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ...
- Unpacking m4 (1.4.19-3) ...
- Selecting previously unselected package autoconf.
- Preparing to unpack .../autoconf_2.71-3_all.deb ...
- Unpacking autoconf (2.71-3) ...
- Selecting previously unselected package autotools-dev.
- Preparing to unpack .../autotools-dev_20220109.1_all.deb ...
- Unpacking autotools-dev (20220109.1) ...
- Selecting previously unselected package automake.
- Preparing to unpack .../automake_1%3a1.16.5-1.3_all.deb ...
- Unpacking automake (1:1.16.5-1.3) ...
- Setting up m4 (1.4.19-3) ...
- Setting up autotools-dev (20220109.1) ...
- Setting up autoconf (2.71-3) ...
- Setting up automake (1:1.16.5-1.3) ...
- update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/48:
Processing  2/48:
Processing  3/48:
Processing  4/48:
Processing  5/48: [conf-autoconf: autoconf]
-> retrieved base.v0.12.2  (cached)
Processing  6/48: [conf-autoconf: autoconf]
-> retrieved cppo.1.7.0  (cached)
Processing  7/48: [conf-autoconf: autoconf]
Processing  8/48: [conf-autoconf: autoconf] [cppo: dune build]
-> retrieved csexp.1.5.2  (cached)
Processing  9/48: [conf-autoconf: autoconf] [cppo: dune build]
Processing 10/48: [conf-autoconf: autoconf] [cppo: dune build] [csexp: dune build]
- autoconf (GNU Autoconf) 2.71
- Copyright (C) 2021 Free Software Foundation, Inc.
- License GPLv3+/Autoconf: GNU GPL version 3 or later
- <https://gnu.org/licenses/gpl.html>, <https://gnu.org/licenses/exceptions.html>
- This is free software: you are free to change and redistribute it.
- There is NO WARRANTY, to the extent permitted by law.
- 
- Written by David J. MacKenzie and Akim Demaille.
-> compiled  conf-autoconf.0.2
Processing 10/48: [cppo: dune build] [csexp: dune build]
-> installed conf-autoconf.0.2
Processing 11/48: [cppo: dune build] [csexp: dune build]
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
Processing 12/48: [override.0.2.0: http] [cppo: dune build] [csexp: dune build]
Processing 13/48: [override.0.2.0: http] [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build]
-> retrieved ocaml-migrate-parsetree.1.8.0  (cached)
Processing 14/48: [override.0.2.0: http] [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build]
-> retrieved ppx_compare.v0.12.0  (cached)
Processing 15/48: [override.0.2.0: http] [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build]
-> retrieved ppx_derivers.1.2.1  (cached)
Processing 16/48: [override.0.2.0: http] [ppx_show.0.1.0: http] [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build]
Processing 17/48: [override.0.2.0: http] [ppx_show.0.1.0: http] [cppo: dune build] [csexp: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> compiled  csexp.1.5.2
Processing 17/48: [override.0.2.0: http] [ppx_show.0.1.0: http] [cppo: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> installed csexp.1.5.2
Processing 18/48: [override.0.2.0: http] [ppx_show.0.1.0: http] [cppo: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
Processing 18/48: [ppx_show.0.1.0: http] [cppo: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> retrieved override.0.2.0  (https://gitlab.inria.fr/tmartine/override/-/archive/0.2.0/override-0.2.0.tar.gz)
Processing 19/48: [ppx_show.0.1.0: http] [cppo: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> compiled  ppx_derivers.1.2.1
Processing 19/48: [ppx_show.0.1.0: http] [cppo: dune build] [ocaml-compiler-libs: dune build]
-> installed ppx_derivers.1.2.1
Processing 20/48: [ppx_show.0.1.0: http] [cppo: dune build] [ocaml-compiler-libs: dune build]
-> retrieved ppxlib.0.8.1  (cached)
Processing 21/48: [ppx_show.0.1.0: http] [cppo: dune build] [ocaml-compiler-libs: dune build]
-> retrieved result.1.5  (cached)
Processing 22/48: [ppx_show.0.1.0: http] [cppo: dune build] [ocaml-compiler-libs: dune build]
Processing 23/48: [ppx_show.0.1.0: http] [cppo: dune build] [ocaml-compiler-libs: dune build] [result: dune build]
-> retrieved sexplib0.v0.12.0  (cached)
Processing 24/48: [ppx_show.0.1.0: http] [cppo: dune build] [ocaml-compiler-libs: dune build] [result: dune build]
Processing 25/48: [ppx_show.0.1.0: http] [cppo: dune build] [ocaml-compiler-libs: dune build] [result: dune build] [sexplib0: dune build]
-> retrieved stdcompat.19  (cached)
Processing 26/48: [ppx_show.0.1.0: http] [cppo: dune build] [ocaml-compiler-libs: dune build] [result: dune build] [sexplib0: dune build]
-> retrieved dune-configurator.3.16.0  (cached)
Processing 27/48: [ppx_show.0.1.0: http] [cppo: dune build] [dune-configurator: rm] [ocaml-compiler-libs: dune build] [result: dune build] [sexplib0: dune build]
-> compiled  cppo.1.7.0
Processing 27/48: [ppx_show.0.1.0: http] [dune-configurator: rm] [ocaml-compiler-libs: dune build] [result: dune build] [sexplib0: dune build]
-> installed cppo.1.7.0
Processing 28/48: [ppx_show.0.1.0: http] [dune-configurator: rm] [ocaml-compiler-libs: dune build] [result: dune build] [sexplib0: dune build]
- (cd _build/default && /home/opam/.opam/4.08/bin/ocamlc.opt -w -40 -safe-string -g -bin-annot -I src/ocaml_optcomp/.ocaml_optcomp.objs/byte -I /home/opam/.opam/4.08/lib/ocaml/compiler-libs -no-alias-deps -o src/ocaml_optcomp/.ocaml_optcomp.objs/byte/ocaml_optcomp.cmo -c -impl src/ocaml_optcomp/ocaml_optcomp.ml)
- File "src/ocaml_optcomp/ocaml_optcomp.ml", line 12, characters 42-56:
- 12 | module Available_regs                   = Available_regs
-                                                ^^^^^^^^^^^^^^
- Warning 49: no cmi file was found in path for module Available_regs
- File "src/ocaml_optcomp/ocaml_optcomp.ml", line 87, characters 42-62:
- 87 | module Reg_availability_set             = Reg_availability_set
-                                                ^^^^^^^^^^^^^^^^^^^^
- Warning 49: no cmi file was found in path for module Reg_availability_set
- File "src/ocaml_optcomp/ocaml_optcomp.ml", line 88, characters 42-61:
- 88 | module Reg_with_debug_info              = Reg_with_debug_info
-                                                ^^^^^^^^^^^^^^^^^^^
- Warning 49: no cmi file was found in path for module Reg_with_debug_info
- (cd _build/default && /home/opam/.opam/4.08/bin/ocamlopt.opt -w -40 -safe-string -g -I src/ocaml_optcomp/.ocaml_optcomp.objs/byte -I src/ocaml_optcomp/.ocaml_optcomp.objs/native -I /home/opam/.opam/4.08/lib/ocaml/compiler-libs -intf-suffix .ml -no-alias-deps -o src/ocaml_optcomp/.ocaml_optcomp.objs/native/ocaml_optcomp.cmx -c -impl src/ocaml_optcomp/ocaml_optcomp.ml)
- File "src/ocaml_optcomp/ocaml_optcomp.ml", line 12, characters 42-56:
- 12 | module Available_regs                   = Available_regs
-                                                ^^^^^^^^^^^^^^
- Warning 49: no cmi file was found in path for module Available_regs
- File "src/ocaml_optcomp/ocaml_optcomp.ml", line 87, characters 42-62:
- 87 | module Reg_availability_set             = Reg_availability_set
-                                                ^^^^^^^^^^^^^^^^^^^^
- Warning 49: no cmi file was found in path for module Reg_availability_set
- File "src/ocaml_optcomp/ocaml_optcomp.ml", line 88, characters 42-61:
- 88 | module Reg_with_debug_info              = Reg_with_debug_info
-                                                ^^^^^^^^^^^^^^^^^^^
- Warning 49: no cmi file was found in path for module Reg_with_debug_info
-> compiled  ocaml-compiler-libs.v0.12.4
Processing 28/48: [ppx_show.0.1.0: http] [dune-configurator: rm] [result: dune build] [sexplib0: dune build]
-> installed ocaml-compiler-libs.v0.12.4
Processing 29/48: [ppx_show.0.1.0: http] [dune-configurator: rm] [result: dune build] [sexplib0: dune build]
Processing 29/48: [dune-configurator: rm] [result: dune build] [sexplib0: dune build]
-> compiled  result.1.5
Processing 29/48: [dune-configurator: rm] [sexplib0: dune build]
-> installed result.1.5
Processing 30/48: [dune-configurator: rm] [sexplib0: dune build]
Processing 31/48: [dune-configurator: rm] [ocaml-migrate-parsetree: dune build] [sexplib0: dune build]
Processing 32/48: [dune-configurator: rm] [ocaml-migrate-parsetree: dune build] [sexplib0: dune build] [stdcompat: dune build]
- (cd _build/default && /home/opam/.opam/4.08/bin/ocamlc.opt -w -40 -g -bin-annot -I .sexplib0.objs/byte -intf-suffix .ml -no-alias-deps -open Sexplib0 -o .sexplib0.objs/byte/sexplib0__Sexp_conv.cmo -c -impl sexp_conv.ml)
- File "sexp_conv.ml", line 108, characters 13-29:
- 108 |     let id = Obj.extension_id slot in
-                    ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Obj.extension_id
- use Obj.Extension_constructor.id
- File "sexp_conv.ml", line 120, characters 13-29:
- 120 |     let id = Obj.extension_id extension_constructor in
-                    ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Obj.extension_id
- use Obj.Extension_constructor.id
- File "sexp_conv.ml", line 143, characters 19-44:
- 143 |     add ?finalise (Obj.extension_constructor exn) sexp_of_exn
-                          ^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Obj.extension_constructor
- use Obj.Extension_constructor.of_val
- File "sexp_conv.ml", line 146, characters 13-29:
- 146 |     let id = Obj.extension_id (Obj.extension_constructor exn) in
-                    ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Obj.extension_id
- use Obj.Extension_constructor.id
- File "sexp_conv.ml", line 146, characters 31-56:
- 146 |     let id = Obj.extension_id (Obj.extension_constructor exn) in
-                                      ^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Obj.extension_constructor
- use Obj.Extension_constructor.of_val
- (cd _build/default && /home/opam/.opam/4.08/bin/ocamlopt.opt -w -40 -g -I .sexplib0.objs/byte -I .sexplib0.objs/native -intf-suffix .ml -no-alias-deps -open Sexplib0 -o .sexplib0.objs/native/sexplib0__Sexp_conv.cmx -c -impl sexp_conv.ml)
- File "sexp_conv.ml", line 108, characters 13-29:
- 108 |     let id = Obj.extension_id slot in
-                    ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Obj.extension_id
- use Obj.Extension_constructor.id
- File "sexp_conv.ml", line 120, characters 13-29:
- 120 |     let id = Obj.extension_id extension_constructor in
-                    ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Obj.extension_id
- use Obj.Extension_constructor.id
- File "sexp_conv.ml", line 143, characters 19-44:
- 143 |     add ?finalise (Obj.extension_constructor exn) sexp_of_exn
-                          ^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Obj.extension_constructor
- use Obj.Extension_constructor.of_val
- File "sexp_conv.ml", line 146, characters 13-29:
- 146 |     let id = Obj.extension_id (Obj.extension_constructor exn) in
-                    ^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Obj.extension_id
- use Obj.Extension_constructor.id
- File "sexp_conv.ml", line 146, characters 31-56:
- 146 |     let id = Obj.extension_id (Obj.extension_constructor exn) in
-                                      ^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Obj.extension_constructor
- use Obj.Extension_constructor.of_val
-> compiled  sexplib0.v0.12.0
Processing 32/48: [dune-configurator: rm] [ocaml-migrate-parsetree: dune build] [stdcompat: dune build]
-> installed sexplib0.v0.12.0
Processing 33/48: [dune-configurator: rm] [ocaml-migrate-parsetree: dune build] [stdcompat: dune build]
-> retrieved stdio.v0.12.0  (cached)
-> retrieved ppx_show.0.1.0  (https://gitlab.inria.fr/tmartine/ppx_show/-/archive/0.1.0/ppx_show-0.1.0.tar.gz)
Processing 33/48: [dune-configurator: dune build] [ocaml-migrate-parsetree: dune build] [stdcompat: dune build]
-> compiled  dune-configurator.3.16.0
Processing 33/48: [ocaml-migrate-parsetree: dune build] [stdcompat: dune build]
-> installed dune-configurator.3.16.0
Processing 34/48: [ocaml-migrate-parsetree: dune build] [stdcompat: dune build]
Processing 35/48: [base: dune build] [ocaml-migrate-parsetree: dune build] [stdcompat: dune build]
-> compiled  ocaml-migrate-parsetree.1.8.0
Processing 35/48: [base: dune build] [stdcompat: dune build]
-> installed ocaml-migrate-parsetree.1.8.0
Processing 36/48: [base: dune build] [stdcompat: dune build]
- (cd _build/default && ./configure)
- checking for a BSD-compatible install... /usr/bin/install -c
- checking whether build environment is sane... yes
- checking for a race-free mkdir -p... /usr/bin/mkdir -p
- checking for gawk... no
- checking for mawk... mawk
- checking whether make sets $(MAKE)... yes
- checking whether make supports nested variables... yes
- checking for ocaml... ocaml
- checking for ocamlc.opt... ocamlc.opt
- checking OCaml version... 4.08.1
- checking for ocamlfind... no
- checking for ocamlopt.opt... ocamlopt.opt
- checking for ocamldoc.opt... ocamldoc.opt
- checking for ocamldep.opt... ocamldep.opt
- checking for ocamlmklib.opt... ocamlmklib.opt
- checking whether make supports the include directive... yes (GNU style)
- checking for gcc... gcc
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables... 
- checking whether we are cross compiling... no
- checking for suffix of object files... o
- checking whether the compiler supports GNU C... yes
- checking whether gcc accepts -g... yes
- checking for gcc option to enable C11 features... none needed
- checking whether gcc understands -c and -o together... yes
- checking dependency style of gcc... none
- checking for stdio.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for strings.h... yes
- checking for sys/stat.h... yes
- checking for sys/types.h... yes
- checking for unistd.h... yes
- checking whether byte ordering is bigendian... no
- checking OCaml target OS type... Unix
- checking for flambda2... false
- checking that generated files are newer than configure... done
- configure: creating ./config.status
- config.status: creating META
- config.status: creating Makefile
- config.status: creating stdcompat__hashtbl_ext.mli
- config.status: creating stdcompat__hashtbl_ext.ml
- config.status: creating stdcompat__init.mli
- config.status: creating stdcompat__init.ml
- config.status: creating stdcompat__root.mli
- config.status: creating stdcompat__root.ml
- config.status: creating stdcompat__tools.mli
- config.status: creating stdcompat__tools.ml
- config.status: creating stdcompat__native.ml_byte
- config.status: creating stdcompat__native.ml_native
- config.status: creating stdcompat_tests.ml
- config.status: creating stdcompat.h
- config.status: creating stdcompat__stubs.c
- config.status: creating stdcompat__pervasives_s.mli
- config.status: creating stdcompat__arg_s.mli
- config.status: creating stdcompat__array_s.mli
- config.status: creating stdcompat__arrayLabels_s.mli
- config.status: creating stdcompat__atomic_s.mli
- config.status: creating stdcompat__bool_s.mli
- config.status: creating stdcompat__buffer_s.mli
- config.status: creating stdcompat__bytes_s.mli
- config.status: creating stdcompat__bytesLabels_s.mli
- config.status: creating stdcompat__char_s.mli
- config.status: creating stdcompat__digest_s.mli
- config.status: creating stdcompat__either_s.mli
- config.status: creating stdcompat__ephemeron_s.mli
- config.status: creating stdcompat__filename_s.mli
- config.status: creating stdcompat__float_s.mli
- config.status: creating stdcompat__format_s.mli
- config.status: creating stdcompat__fun_s.mli
- config.status: creating stdcompat__hashtbl_s.mli
- config.status: creating stdcompat__in_channel_s.mli
- config.status: creating stdcompat__int_s.mli
- config.status: creating stdcompat__int32_s.mli
- config.status: creating stdcompat__int64_s.mli
- config.status: creating stdcompat__lazy_s.mli
- config.status: creating stdcompat__lexing_s.mli
- config.status: creating stdcompat__list_s.mli
- config.status: creating stdcompat__listLabels_s.mli
- config.status: creating stdcompat__map_s.mli
- config.status: creating stdcompat__moreLabels_s.mli
- config.status: creating stdcompat__nativeint_s.mli
- config.status: creating stdcompat__option_s.mli
- config.status: creating stdcompat__out_channel_s.mli
- config.status: creating stdcompat__printexc_s.mli
- config.status: creating stdcompat__printf_s.mli
- config.status: creating stdcompat__queue_s.mli
- config.status: creating stdcompat__random_s.mli
- config.status: creating stdcompat__result_s.mli
- config.status: creating stdcompat__seq_s.mli
- config.status: creating stdcompat__set_s.mli
- config.status: creating stdcompat__stack_s.mli
- config.status: creating stdcompat__string_s.mli
- config.status: creating stdcompat__stringLabels_s.mli
- config.status: creating stdcompat__sys_s.mli
- config.status: creating stdcompat__uchar_s.mli
- config.status: creating stdcompat__weak_s.mli
- config.status: creating stdcompat__unit_s.mli
- config.status: creating stdcompat__stdlib_s.mli
- config.status: creating stdcompat__pervasives_s.ml
- config.status: creating stdcompat__arg_s.ml
- config.status: creating stdcompat__array_s.ml
- config.status: creating stdcompat__arrayLabels_s.ml
- config.status: creating stdcompat__atomic_s.ml
- config.status: creating stdcompat__bool_s.ml
- config.status: creating stdcompat__buffer_s.ml
- config.status: creating stdcompat__bytes_s.ml
- config.status: creating stdcompat__bytesLabels_s.ml
- config.status: creating stdcompat__char_s.ml
- config.status: creating stdcompat__digest_s.ml
- config.status: creating stdcompat__either_s.ml
- config.status: creating stdcompat__ephemeron_s.ml
- config.status: creating stdcompat__filename_s.ml
- config.status: creating stdcompat__float_s.ml
- config.status: creating stdcompat__format_s.ml
- config.status: creating stdcompat__fun_s.ml
- config.status: creating stdcompat__hashtbl_s.ml
- config.status: creating stdcompat__int_s.ml
- config.status: creating stdcompat__int32_s.ml
- config.status: creating stdcompat__int64_s.ml
- config.status: creating stdcompat__lazy_s.ml
- config.status: creating stdcompat__lexing_s.ml
- config.status: creating stdcompat__list_s.ml
- config.status: creating stdcompat__listLabels_s.ml
- config.status: creating stdcompat__map_s.ml
- config.status: creating stdcompat__moreLabels_s.ml
- config.status: creating stdcompat__nativeint_s.ml
- config.status: creating stdcompat__option_s.ml
- config.status: creating stdcompat__printexc_s.ml
- config.status: creating stdcompat__printf_s.ml
- config.status: creating stdcompat__queue_s.ml
- config.status: creating stdcompat__random_s.ml
- config.status: creating stdcompat__result_s.ml
- config.status: creating stdcompat__seq_s.ml
- config.status: creating stdcompat__set_s.ml
- config.status: creating stdcompat__stack_s.ml
- config.status: creating stdcompat__stdlib_s.ml
- config.status: creating stdcompat__string_s.ml
- config.status: creating stdcompat__stringLabels_s.ml
- config.status: creating stdcompat__sys_s.ml
- config.status: creating stdcompat__uchar_s.ml
- config.status: creating stdcompat__weak_s.ml
- config.status: creating stdcompat__in_channel_s.ml
- config.status: creating stdcompat__out_channel_s.ml
- config.status: creating stdcompat__unit_s.ml
- config.status: creating stdcompat__pervasives.ml
- config.status: creating stdcompat__arg.ml
- config.status: creating stdcompat__array.ml
- config.status: creating stdcompat__arrayLabels.ml
- config.status: creating stdcompat__atomic.ml
- config.status: creating stdcompat__bool.ml
- config.status: creating stdcompat__buffer.ml
- config.status: creating stdcompat__bytes.ml
- config.status: creating stdcompat__bytesLabels.ml
- config.status: creating stdcompat__char.ml
- config.status: creating stdcompat__digest.ml
- config.status: creating stdcompat__either.ml
- config.status: creating stdcompat__ephemeron.ml
- config.status: creating stdcompat__filename.ml
- config.status: creating stdcompat__float.ml
- config.status: creating stdcompat__format.ml
- config.status: creating stdcompat__fun.ml
- config.status: creating stdcompat__hashtbl.ml
- config.status: creating stdcompat__int.ml
- config.status: creating stdcompat__int32.ml
- config.status: creating stdcompat__int64.ml
- config.status: creating stdcompat__lazy.ml
- config.status: creating stdcompat__lexing.ml
- config.status: creating stdcompat__list.ml
- config.status: creating stdcompat__listLabels.ml
- config.status: creating stdcompat__map.ml
- config.status: creating stdcompat__moreLabels.ml
- config.status: creating stdcompat__nativeint.ml
- config.status: creating stdcompat__option.ml
- config.status: creating stdcompat__printexc.ml
- config.status: creating stdcompat__printf.ml
- config.status: creating stdcompat__queue.ml
- config.status: creating stdcompat__random.ml
- config.status: creating stdcompat__result.ml
- config.status: creating stdcompat__seq.ml
- config.status: creating stdcompat__set.ml
- config.status: creating stdcompat__stack.ml
- config.status: creating stdcompat__stdlib.ml
- config.status: creating stdcompat__string.ml
- config.status: creating stdcompat__stringLabels.ml
- config.status: creating stdcompat__sys.ml
- config.status: creating stdcompat__uchar.ml
- config.status: creating stdcompat__weak.ml
- config.status: creating stdcompat__in_channel.ml
- config.status: creating stdcompat__out_channel.ml
- config.status: creating stdcompat__unit.ml
- config.status: creating stdcompat__pervasives.mli
- config.status: creating stdcompat__arg.mli
- config.status: creating stdcompat__array.mli
- config.status: creating stdcompat__arrayLabels.mli
- config.status: creating stdcompat__atomic.mli
- config.status: creating stdcompat__bool.mli
- config.status: creating stdcompat__buffer.mli
- config.status: creating stdcompat__bytes.mli
- config.status: creating stdcompat__bytesLabels.mli
- config.status: creating stdcompat__char.mli
- config.status: creating stdcompat__digest.mli
- config.status: creating stdcompat__either.mli
- config.status: creating stdcompat__ephemeron.mli
- config.status: creating stdcompat__filename.mli
- config.status: creating stdcompat__float.mli
- config.status: creating stdcompat__format.mli
- config.status: creating stdcompat__fun.mli
- config.status: creating stdcompat__hashtbl.mli
- config.status: creating stdcompat__int.mli
- config.status: creating stdcompat__int32.mli
- config.status: creating stdcompat__int64.mli
- config.status: creating stdcompat__lazy.mli
- config.status: creating stdcompat__lexing.mli
- config.status: creating stdcompat__list.mli
- config.status: creating stdcompat__listLabels.mli
- config.status: creating stdcompat__map.mli
- config.status: creating stdcompat__moreLabels.mli
- config.status: creating stdcompat__nativeint.mli
- config.status: creating stdcompat__option.mli
- config.status: creating stdcompat__printexc.mli
- config.status: creating stdcompat__printf.mli
- config.status: creating stdcompat__queue.mli
- config.status: creating stdcompat__random.mli
- config.status: creating stdcompat__result.mli
- config.status: creating stdcompat__seq.mli
- config.status: creating stdcompat__set.mli
- config.status: creating stdcompat__stack.mli
- config.status: creating stdcompat__stdlib.mli
- config.status: creating stdcompat__string.mli
- config.status: creating stdcompat__stringLabels.mli
- config.status: creating stdcompat__sys.mli
- config.status: creating stdcompat__uchar.mli
- config.status: creating stdcompat__weak.mli
- config.status: creating stdcompat__in_channel.mli
- config.status: creating stdcompat__out_channel.mli
- config.status: creating stdcompat__unit.mli
- config.status: creating stdcompat.mli
- config.status: creating stdcompat.ml
- config.status: creating config.h
- config.status: executing depfiles commands
- configure: OCaml version is 4.08.1
- configure: Obj.magic will be used in redefinition when possible
-     (add --disable-magic for pure redefinitions).
-> compiled  stdcompat.19
Processing 36/48: [base: dune build]
-> installed stdcompat.19
Processing 37/48: [base: dune build]
+ /home/opam/.opam/4.08/bin/dune "build" "-p" "base" "-j" "39" (CWD=/home/opam/.opam/4.08/.opam-switch/build/base.v0.12.2)
-> compiled  base.v0.12.2
-> installed base.v0.12.2
Processing 39/48: [stdio: dune build]
+ /home/opam/.opam/4.08/bin/dune "build" "-p" "stdio" "-j" "39" (CWD=/home/opam/.opam/4.08/.opam-switch/build/stdio.v0.12.0)
-> compiled  stdio.v0.12.0
-> installed stdio.v0.12.0
Processing 41/48: [ppxlib: dune build]
+ /home/opam/.opam/4.08/bin/dune "build" "-p" "ppxlib" "-j" "39" (CWD=/home/opam/.opam/4.08/.opam-switch/build/ppxlib.0.8.1)
-> compiled  ppxlib.0.8.1
-> installed ppxlib.0.8.1
Processing 43/48: [ppx_compare: dune build]
Processing 44/48: [ppx_compare: dune build] [ppx_show: dune build]
-> compiled  ppx_compare.v0.12.0
Processing 44/48: [ppx_show: dune build]
-> installed ppx_compare.v0.12.0
Processing 45/48: [ppx_show: dune build]
+ /home/opam/.opam/4.08/bin/dune "build" "-p" "ppx_show" "-j" "39" (CWD=/home/opam/.opam/4.08/.opam-switch/build/ppx_show.0.1.0)
-> compiled  ppx_show.0.1.0
-> installed ppx_show.0.1.0
Processing 47/48: [override: dune build]
+ /home/opam/.opam/4.08/bin/dune "build" "-p" "override" "-j" "39" (CWD=/home/opam/.opam/4.08/.opam-switch/build/override.0.2.0)
-> compiled  override.0.2.0
-> installed override.0.2.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 20:06.41 ---> saved as "a462275bcb87e94002ccfbeabcae1ac80c4f4c92539ee2122c6608ffb2ae92f9"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u override:f82de925593cca203bdf88d64997c74c"))
2024-09-12 20:06.42 ---> saved as "1e9928dfe014c3c175187d7ff36bd6b73f3ac200fd1d3098cc203ea47a82c2c3"

/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.327930') && (for DATA in prep/universes/f82de925593cca203bdf88d64997c74c/override/0.2.0,override.0.2.0-f82de925593cca203bdf88d64997c74c,override.0.2.0; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/*  && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/f82de925593cca203bdf88d64997c74c/override/0.2.0,override.0.2.0-f82de925593cca203bdf88d64997c74c,override.0.2.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/f82de925593cca203bdf88d64997c74c/override/0.2.0,override.0.2.0-f82de925593cca203bdf88d64997c74c,override.0.2.0; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.327930
prep/universes/f82de925593cca203bdf88d64997c74c/override/0.2.0/doc/
prep/universes/f82de925593cca203bdf88d64997c74c/override/0.2.0/doc/override/
prep/universes/f82de925593cca203bdf88d64997c74c/override/0.2.0/doc/override/LICENSE
prep/universes/f82de925593cca203bdf88d64997c74c/override/0.2.0/doc/override/README.md
prep/universes/f82de925593cca203bdf88d64997c74c/override/0.2.0/lib/
prep/universes/f82de925593cca203bdf88d64997c74c/override/0.2.0/lib/override/
prep/universes/f82de925593cca203bdf88d64997c74c/override/0.2.0/lib/override/override.ocamlobjinfo
prep/universes/f82de925593cca203bdf88d64997c74c/override/0.2.0/lib/override/META
prep/universes/f82de925593cca203bdf88d64997c74c/override/0.2.0/lib/override/ast_wrapper/
prep/universes/f82de925593cca203bdf88d64997c74c/override/0.2.0/lib/override/ast_wrapper/ast_wrapper.ocamlobjinfo
prep/universes/f82de925593cca203bdf88d64997c74c/override/0.2.0/lib/override/ast_wrapper/ast_wrapper.cmi
prep/universes/f82de925593cca203bdf88d64997c74c/override/0.2.0/lib/override/ast_wrapper/ast_wrapper.cmt
prep/universes/f82de925593cca203bdf88d64997c74c/override/0.2.0/lib/override/core_type_equiv/
prep/universes/f82de925593cca203bdf88d64997c74c/override/0.2.0/lib/override/core_type_equiv/core_type_equiv.ocamlobjinfo
prep/universes/f82de925593cca203bdf88d64997c74c/override/0.2.0/lib/override/core_type_equiv/core_type_equiv.cmi
prep/universes/f82de925593cca203bdf88d64997c74c/override/0.2.0/lib/override/core_type_equiv/core_type_equiv.cmt
prep/universes/f82de925593cca203bdf88d64997c74c/override/0.2.0/lib/override/core_type_equiv/core_type_equiv.cmti
prep/universes/f82de925593cca203bdf88d64997c74c/override/0.2.0/lib/override/dune-package
prep/universes/f82de925593cca203bdf88d64997c74c/override/0.2.0/lib/override/override.cmi
prep/universes/f82de925593cca203bdf88d64997c74c/override/0.2.0/lib/override/override.cmt
prep/universes/f82de925593cca203bdf88d64997c74c/override/0.2.0/lib/override/override.cmti
prep/universes/f82de925593cca203bdf88d64997c74c/override/0.2.0/lib/override/parsetree_of_types/
prep/universes/f82de925593cca203bdf88d64997c74c/override/0.2.0/lib/override/parsetree_of_types/parsetree_of_types.ocamlobjinfo
prep/universes/f82de925593cca203bdf88d64997c74c/override/0.2.0/lib/override/parsetree_of_types/parsetree_of_types.cmi
prep/universes/f82de925593cca203bdf88d64997c74c/override/0.2.0/lib/override/parsetree_of_types/parsetree_of_types.cmt
prep/universes/f82de925593cca203bdf88d64997c74c/override/0.2.0/lib/override/parsetree_of_types/parsetree_of_types.cmti
prep/universes/f82de925593cca203bdf88d64997c74c/override/0.2.0/lib/override/parsetree_of_types/parsetree_of_types__.cmi
prep/universes/f82de925593cca203bdf88d64997c74c/override/0.2.0/lib/override/parsetree_of_types/parsetree_of_types__.cmt
prep/universes/f82de925593cca203bdf88d64997c74c/override/0.2.0/lib/override/parsetree_of_types/parsetree_of_types__Compat.cmi
prep/universes/f82de925593cca203bdf88d64997c74c/override/0.2.0/lib/override/parsetree_of_types/parsetree_of_types__Compat.cmt
prep/universes/f82de925593cca203bdf88d64997c74c/override/0.2.0/lib/override/parsetree_of_types/parsetree_of_types__Compat.cmti
prep/universes/f82de925593cca203bdf88d64997c74c/override/0.2.0/lib/override/parsetree_of_types/parsetree_of_types__Compat_types.cmi
prep/universes/f82de925593cca203bdf88d64997c74c/override/0.2.0/lib/override/parsetree_of_types/parsetree_of_types__Compat_types.cmt
prep/universes/f82de925593cca203bdf88d64997c74c/override/0.2.0/lib/override/parsetree_show/
prep/universes/f82de925593cca203bdf88d64997c74c/override/0.2.0/lib/override/parsetree_show/parsetree_show.ocamlobjinfo
prep/universes/f82de925593cca203bdf88d64997c74c/override/0.2.0/lib/override/parsetree_show/parsetree_show.cmi
prep/universes/f82de925593cca203bdf88d64997c74c/override/0.2.0/lib/override/parsetree_show/parsetree_show.cmt
prep/universes/f82de925593cca203bdf88d64997c74c/override/0.2.0/lib/override/parsetree_show/parsetree_show.cmti
prep/universes/f82de925593cca203bdf88d64997c74c/override/0.2.0/opam
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
HASHES:override.0.2.0-f82de925593cca203bdf88d64997c74c:46c4d7013739a7408eeca2e02750f71475460fc1fd0d950c4731db2f723bc251
2024-09-12 20:06.47 ---> saved as "8832fb677dac4be674c2bfa0e6ad58a5f3b69910f1ff345a5956dd9ce1c8bf95"
Job succeeded
2024-09-12 20:14.10: override.0.2.0-f82de925593cca203bdf88d64997c74c -> 46c4d7013739a7408eeca2e02750f71475460fc1fd0d950c4731db2f723bc251
2024-09-12 20:14.10: Job succeeded