Build:
  1. 0
2024-05-17 13:37.55: New job: Voodoo prep ocaml-r.0.6.0; 8f359c467d8d438eda2602ca90c4cf22
2024-05-17 13:37.55: Connecting to build cluster…
2024-05-17 13:37.55: Waiting for resource in pool OCluster
2024-05-17 13:39.39: Waiting for worker…
2024-05-17 13:52.29: Got resource from pool OCluster
2024-05-17 13:52.29: 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:57d068fb00b19df125347cfd89eefad2653b2fc4b5336b30d766293a6f8414e6)
         (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:57d068fb00b19df125347cfd89eefad2653b2fc4b5336b30d766293a6f8414e6)
 (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.2"))
 (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 ocaml-r.0.6.0 stdio.v0.16.0 sexplib0.v0.16.0 dune-configurator.3.15.2 dune.3.15.2 csexp.1.5.2 conf-r-mathlib.1 conf-r.1.0.0 conf-pkg-config.3 conf-bash.1 base.v0.16.3 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u ocaml-r:8f359c467d8d438eda2602ca90c4cf22,conf-r-mathlib: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.386106') && (for DATA in prep/universes/f10a8e6d5c7eddcd8c8d8cfb436aa5d4/conf-r-mathlib/1,conf-r-mathlib.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4,conf-r-mathlib.1 prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0,ocaml-r.0.6.0-8f359c467d8d438eda2602ca90c4cf22,ocaml-r.0.6.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/f10a8e6d5c7eddcd8c8d8cfb436aa5d4/conf-r-mathlib/1,conf-r-mathlib.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4,conf-r-mathlib.1 prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0,ocaml-r.0.6.0-8f359c467d8d438eda2602ca90c4cf22,ocaml-r.0.6.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/f10a8e6d5c7eddcd8c8d8cfb436aa5d4/conf-r-mathlib/1,conf-r-mathlib.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4,conf-r-mathlib.1 prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0,ocaml-r.0.6.0-8f359c467d8d438eda2602ca90c4cf22,ocaml-r.0.6.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 8f9c09d65d773a0300d31a7b29248d1c07cb34d8 --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-05-17 13:52.29: RETRYING: 2024-05-17/133755-voodoo-prep-0b96cd Number of retries: 0 (retriable error condition)
Building on x86-bm-c5.sw.ocaml.org
All commits already cached
Updating files:  69% (23426/33696)
Updating files:  70% (23588/33696)
Updating files:  71% (23925/33696)
Updating files:  72% (24262/33696)
Updating files:  73% (24599/33696)
Updating files:  74% (24936/33696)
Updating files:  75% (25272/33696)
Updating files:  76% (25609/33696)
Updating files:  77% (25946/33696)
Updating files:  78% (26283/33696)
Updating files:  79% (26620/33696)
Updating files:  80% (26957/33696)
Updating files:  81% (27294/33696)
Updating files:  82% (27631/33696)
Updating files:  83% (27968/33696)
Updating files:  84% (28305/33696)
Updating files:  85% (28642/33696)
Updating files:  86% (28979/33696)
Updating files:  87% (29316/33696)
Updating files:  88% (29653/33696)
Updating files:  89% (29990/33696)
Updating files:  90% (30327/33696)
Updating files:  91% (30664/33696)
Updating files:  92% (31001/33696)
Updating files:  93% (31338/33696)
Updating files:  94% (31675/33696)
Updating files:  95% (32012/33696)
Updating files:  96% (32349/33696)
Updating files:  97% (32686/33696)
Updating files:  98% (33023/33696)
Updating files:  99% (33360/33696)
Updating files: 100% (33696/33696)
Updating files: 100% (33696/33696), done.
HEAD is now at 8f9c09d65d `ocaml-r` version bounds

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-5.1@sha256:57d068fb00b19df125347cfd89eefad2653b2fc4b5336b30d766293a6f8414e6)
2024-05-17 13:48.47 ---> using "21c8a5b61b5cb4edf66f4190bf5c4b0e52bef7327a05c34de6f8342edd793c57" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-05-17 13:48.47 ---> using "46e86ad6c91a7732e8a7ff32712bee397c6e462e5217d61d9842ae07d5bb5e2c" 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-security bookworm-security/main amd64 Packages [156 kB]
Fetched 259 kB in 0s (1176 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  libpkgconf3 pkgconf pkgconf-bin
Suggested packages:
  m4-doc
The following NEW packages will be installed:
  libpkgconf3 m4 pkg-config pkgconf pkgconf-bin
0 upgraded, 5 newly installed, 0 to remove and 1 not upgraded.
Need to get 392 kB of archives.
After this operation, 969 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bookworm/main amd64 libpkgconf3 amd64 1.8.1-1 [36.1 kB]
Get:2 http://deb.debian.org/debian bookworm/main amd64 m4 amd64 1.4.19-3 [287 kB]
Get:3 http://deb.debian.org/debian bookworm/main amd64 pkgconf-bin amd64 1.8.1-1 [29.5 kB]
Get:4 http://deb.debian.org/debian bookworm/main amd64 pkgconf amd64 1.8.1-1 [25.9 kB]
Get:5 http://deb.debian.org/debian bookworm/main amd64 pkg-config amd64 1.8.1-1 [13.7 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 392 kB in 0s (15.4 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+deb12u7) ...
2024-05-17 13:48.47 ---> using "efd532a61c81b7400895116d75dd48de3e2df13e2c011e2b49ee47c397bdcfe7" from cache

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

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

The following actions will be performed:
  - install ocamlbuild       0.14.3 [required by bos]
  - install cmdliner         1.2.0  [required by voodoo-prep]
  - install ocamlfind        1.9.6  [required by bos]
  - install seq              base   [required by re]
  - install dune             3.15.2 [required by voodoo-prep]
  - install topkg            1.0.7  [required by bos]
  - install stdlib-shims     0.3.0  [required by ocamlgraph]
  - install re               1.11.0 [required by opam-format]
  - install opam-file-format 2.1.6  [required by opam-format]
  - install cppo             1.6.9  [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 ocamlgraph       2.1.0  [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.1.5  [required by opam-format]
  - install bos              0.2.1  [required by voodoo-prep]
  - install opam-format      2.1.5  [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.2] 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.2
-> 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-05-17 13:48.47 ---> using "86127708139d2d172202f772d6c036323f086431cacbaa6c4a31bf2950cbd98e" from cache

/home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))
2024-05-17 13:48.47 ---> using "788dec576c57618a4cc15948e396d930abd9675164f1af5c1581ac65f2bc31f5" from cache
2024-05-17 13:48.47 --> finished "tools"

(from ocaml/opam:debian-12-ocaml-5.1@sha256:57d068fb00b19df125347cfd89eefad2653b2fc4b5336b30d766293a6f8414e6)
2024-05-17 13:48.47 ---> using "21c8a5b61b5cb4edf66f4190bf5c4b0e52bef7327a05c34de6f8342edd793c57" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-05-17 13:48.47 ---> using "46e86ad6c91a7732e8a7ff32712bee397c6e462e5217d61d9842ae07d5bb5e2c" from cache

/home/opam: (run (shell "sudo mkdir /src"))
2024-05-17 13:48.47 ---> using "ab330ec315986f22005650272d934940278d598a2dcb280c0888bd32672bfe8d" from cache

/home/opam: (copy (src packages) (dst /src/packages))
2024-05-17 13:48.57 ---> saved as "5bf3d16c1758e30b90510b8c2f49fb2d5cbbe6d114785a6eef4dcb13f2845453"

/home/opam: (copy (src repo) (dst /src/repo))
2024-05-17 13:48.57 ---> saved as "05caf8925de112a9ce46c3336071aba3a9968de764df474af49a18b47d3880ac"

/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-05-17 13:50.16 ---> saved as "c4e9bc1374b63d835fc29556bb9406a183545e4efffb931eb7e826b537768d4a"

/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-05-17 13:50.45 ---> saved as "bd2fdf0c571dd65f5f23ac8f6cd62eeb30e1ce7db44543fbd352a74e1e66a225"

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-05-17 13:50.46 ---> saved as "eb61a69bc6b7f07482c2fda22fd471c4b68a8ed8866150397f214e87b577077c"

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.15.2  (cached)
-> installed dune.3.15.2
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-17 13:51.27 ---> saved as "6c863bd400e248cc2615215256bd30298d20dba7993ba6c86321594d7bcf8ba1"

/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 ocaml-r.0.6.0 stdio.v0.16.0 sexplib0.v0.16.0 dune-configurator.3.15.2 dune.3.15.2 csexp.1.5.2 conf-r-mathlib.1 conf-r.1.0.0 conf-pkg-config.3 conf-bash.1 base.v0.16.3 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))

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

Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [156 kB]
Fetched 259 kB in 0s (1019 kB/s)
Reading package lists...
Building dependency tree...
Reading state information...
1 package can be upgraded. Run 'apt list --upgradable' to see it.
Opam plugin "depext" may require upgrading/reinstalling. Reinstall the plugin on the current switch? [Y/n] y
The following actions will be performed:
  - recompile opam-depext 1.2.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 ocaml-r.0.6.0 stdio.v0.16.0 sexplib0.v0.16.0 dune-configurator.3.15.2 dune.3.15.2 csexp.1.5.2 conf-r-mathlib.1 conf-r.1.0.0 conf-pkg-config.3 conf-bash.1 base.v0.16.3" 

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:
pkg-config
r-base-core
r-mathlib
[NOTE] Package dune is already installed (current version is 3.15.2).
The following actions will be performed:
  - install conf-r            1.0.0
  - install csexp             1.5.2
  - install conf-pkg-config   3
  - install conf-bash         1
  - install sexplib0          v0.16.0
  - install dune-configurator 3.15.2
  - install conf-r-mathlib    1
  - install base              v0.16.3
  - install stdio             v0.16.0
  - install ocaml-r           0.6.0
===== 10 to install =====

The following system packages will first need to be installed:
    pkg-config r-base-core r-mathlib

<><> 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" "pkg-config" "r-base-core" "r-mathlib"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libdbus-1-3: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 .../000-libdbus-1-3_1.14.10-1~deb12u1_amd64.deb ...
- Unpacking libdbus-1-3:amd64 (1.14.10-1~deb12u1) ...
- Selecting previously unselected package dbus-bin.
- Preparing to unpack .../001-dbus-bin_1.14.10-1~deb12u1_amd64.deb ...
- Unpacking dbus-bin (1.14.10-1~deb12u1) ...
- Selecting previously unselected package dbus-session-bus-common.
- Preparing to unpack .../002-dbus-session-bus-common_1.14.10-1~deb12u1_all.deb ...
- Unpacking dbus-session-bus-common (1.14.10-1~deb12u1) ...
- Selecting previously unselected package libapparmor1:amd64.
- Preparing to unpack .../003-libapparmor1_3.0.8-3_amd64.deb ...
- Unpacking libapparmor1:amd64 (3.0.8-3) ...
- Selecting previously unselected package dbus-daemon.
- Preparing to unpack .../004-dbus-daemon_1.14.10-1~deb12u1_amd64.deb ...
- Unpacking dbus-daemon (1.14.10-1~deb12u1) ...
- Selecting previously unselected package dbus-system-bus-common.
- Preparing to unpack .../005-dbus-system-bus-common_1.14.10-1~deb12u1_all.deb ...
- Unpacking dbus-system-bus-common (1.14.10-1~deb12u1) ...
- Selecting previously unselected package dbus.
- Preparing to unpack .../006-dbus_1.14.10-1~deb12u1_amd64.deb ...
- Unpacking dbus (1.14.10-1~deb12u1) ...
- Selecting previously unselected package sensible-utils.
- Preparing to unpack .../007-sensible-utils_0.0.17+nmu1_all.deb ...
- Unpacking sensible-utils (0.0.17+nmu1) ...
- Selecting previously unselected package ucf.
- Preparing to unpack .../008-ucf_3.0043+nmu1_all.deb ...
- Moving old data out of the way
- Unpacking ucf (3.0043+nmu1) ...
- Selecting previously unselected package bzip2-doc.
- Preparing to unpack .../009-bzip2-doc_1.0.8-5_all.deb ...
- Unpacking bzip2-doc (1.0.8-5) ...
- Selecting previously unselected package fontconfig.
- Preparing to unpack .../010-fontconfig_2.14.1-4_amd64.deb ...
- Unpacking fontconfig (2.14.1-4) ...
- Selecting previously unselected package libgfortran5:amd64.
- Preparing to unpack .../011-libgfortran5_12.2.0-14_amd64.deb ...
- Unpacking libgfortran5:amd64 (12.2.0-14) ...
- Selecting previously unselected package libgfortran-12-dev:amd64.
- Preparing to unpack .../012-libgfortran-12-dev_12.2.0-14_amd64.deb ...
- Unpacking libgfortran-12-dev:amd64 (12.2.0-14) ...
- Selecting previously unselected package gfortran-12.
- Preparing to unpack .../013-gfortran-12_12.2.0-14_amd64.deb ...
- Unpacking gfortran-12 (12.2.0-14) ...
- Selecting previously unselected package gfortran.
- Preparing to unpack .../014-gfortran_4%3a12.2.0-3_amd64.deb ...
- Unpacking gfortran (4:12.2.0-3) ...
- Selecting previously unselected package libicu72:amd64.
- Preparing to unpack .../015-libicu72_72.1-3_amd64.deb ...
- Unpacking libicu72:amd64 (72.1-3) ...
- Selecting previously unselected package icu-devtools.
- Preparing to unpack .../016-icu-devtools_72.1-3_amd64.deb ...
- Unpacking icu-devtools (72.1-3) ...
- Selecting previously unselected package libauthen-sasl-perl.
- Preparing to unpack .../017-libauthen-sasl-perl_2.1600-3_all.deb ...
- Unpacking libauthen-sasl-perl (2.1600-3) ...
- Selecting previously unselected package libblas3:amd64.
- Preparing to unpack .../018-libblas3_3.11.0-2_amd64.deb ...
- Unpacking libblas3:amd64 (3.11.0-2) ...
- Selecting previously unselected package libblas-dev:amd64.
- Preparing to unpack .../019-libblas-dev_3.11.0-2_amd64.deb ...
- Unpacking libblas-dev:amd64 (3.11.0-2) ...
- Selecting previously unselected package libbz2-dev:amd64.
- Preparing to unpack .../020-libbz2-dev_1.0.8-5+b1_amd64.deb ...
- Unpacking libbz2-dev:amd64 (1.0.8-5+b1) ...
- Selecting previously unselected package libpixman-1-0:amd64.
- Preparing to unpack .../021-libpixman-1-0_0.42.2-1_amd64.deb ...
- Unpacking libpixman-1-0:amd64 (0.42.2-1) ...
- Selecting previously unselected package libxcb-render0:amd64.
- Preparing to unpack .../022-libxcb-render0_1.15-1_amd64.deb ...
- Unpacking libxcb-render0:amd64 (1.15-1) ...
- Selecting previously unselected package libxcb-shm0:amd64.
- Preparing to unpack .../023-libxcb-shm0_1.15-1_amd64.deb ...
- Unpacking libxcb-shm0:amd64 (1.15-1) ...
- Selecting previously unselected package libxrender1:amd64.
- Preparing to unpack .../024-libxrender1_1%3a0.9.10-1.1_amd64.deb ...
- Unpacking libxrender1:amd64 (1:0.9.10-1.1) ...
- Selecting previously unselected package libcairo2:amd64.
- Preparing to unpack .../025-libcairo2_1.16.0-7_amd64.deb ...
- Unpacking libcairo2:amd64 (1.16.0-7) ...
- Selecting previously unselected package libclone-perl:amd64.
- Preparing to unpack .../026-libclone-perl_0.46-1_amd64.deb ...
- Unpacking libclone-perl:amd64 (0.46-1) ...
- Selecting previously unselected package libdata-dump-perl.
- Preparing to unpack .../027-libdata-dump-perl_1.25-1_all.deb ...
- Unpacking libdata-dump-perl (1.25-1) ...
- Selecting previously unselected package libdatrie1:amd64.
- Preparing to unpack .../028-libdatrie1_0.2.13-2+b1_amd64.deb ...
- Unpacking libdatrie1:amd64 (0.2.13-2+b1) ...
- Selecting previously unselected package libdrm-common.
- Preparing to unpack .../029-libdrm-common_2.4.114-1_all.deb ...
- Unpacking libdrm-common (2.4.114-1) ...
- Selecting previously unselected package libdrm2:amd64.
- Preparing to unpack .../030-libdrm2_2.4.114-1+b1_amd64.deb ...
- Unpacking libdrm2:amd64 (2.4.114-1+b1) ...
- Selecting previously unselected package libdrm-amdgpu1:amd64.
- Preparing to unpack .../031-libdrm-amdgpu1_2.4.114-1+b1_amd64.deb ...
- Unpacking libdrm-amdgpu1:amd64 (2.4.114-1+b1) ...
- Selecting previously unselected package libpciaccess0:amd64.
- Preparing to unpack .../032-libpciaccess0_0.17-2_amd64.deb ...
- Unpacking libpciaccess0:amd64 (0.17-2) ...
- Selecting previously unselected package libdrm-intel1:amd64.
- Preparing to unpack .../033-libdrm-intel1_2.4.114-1+b1_amd64.deb ...
- Unpacking libdrm-intel1:amd64 (2.4.114-1+b1) ...
- Selecting previously unselected package libdrm-nouveau2:amd64.
- Preparing to unpack .../034-libdrm-nouveau2_2.4.114-1+b1_amd64.deb ...
- Unpacking libdrm-nouveau2:amd64 (2.4.114-1+b1) ...
- Selecting previously unselected package libdrm-radeon1:amd64.
- Preparing to unpack .../035-libdrm-radeon1_2.4.114-1+b1_amd64.deb ...
- Unpacking libdrm-radeon1:amd64 (2.4.114-1+b1) ...
- Selecting previously unselected package libwayland-server0:amd64.
- Preparing to unpack .../036-libwayland-server0_1.21.0-1_amd64.deb ...
- Unpacking libwayland-server0:amd64 (1.21.0-1) ...
- Selecting previously unselected package libgbm1:amd64.
- Preparing to unpack .../037-libgbm1_22.3.6-1+deb12u1_amd64.deb ...
- Unpacking libgbm1:amd64 (22.3.6-1+deb12u1) ...
- Selecting previously unselected package libglapi-mesa:amd64.
- Preparing to unpack .../038-libglapi-mesa_22.3.6-1+deb12u1_amd64.deb ...
- Unpacking libglapi-mesa:amd64 (22.3.6-1+deb12u1) ...
- Selecting previously unselected package libwayland-client0:amd64.
- Preparing to unpack .../039-libwayland-client0_1.21.0-1_amd64.deb ...
- Unpacking libwayland-client0:amd64 (1.21.0-1) ...
- Selecting previously unselected package libx11-xcb1:amd64.
- Preparing to unpack .../040-libx11-xcb1_2%3a1.8.4-2+deb12u2_amd64.deb ...
- Unpacking libx11-xcb1:amd64 (2:1.8.4-2+deb12u2) ...
- Selecting previously unselected package libxcb-dri2-0:amd64.
- Preparing to unpack .../041-libxcb-dri2-0_1.15-1_amd64.deb ...
- Unpacking libxcb-dri2-0:amd64 (1.15-1) ...
- Selecting previously unselected package libxcb-dri3-0:amd64.
- Preparing to unpack .../042-libxcb-dri3-0_1.15-1_amd64.deb ...
- Unpacking libxcb-dri3-0:amd64 (1.15-1) ...
- Selecting previously unselected package libxcb-present0:amd64.
- Preparing to unpack .../043-libxcb-present0_1.15-1_amd64.deb ...
- Unpacking libxcb-present0:amd64 (1.15-1) ...
- Selecting previously unselected package libxcb-randr0:amd64.
- Preparing to unpack .../044-libxcb-randr0_1.15-1_amd64.deb ...
- Unpacking libxcb-randr0:amd64 (1.15-1) ...
- Selecting previously unselected package libxcb-sync1:amd64.
- Preparing to unpack .../045-libxcb-sync1_1.15-1_amd64.deb ...
- Unpacking libxcb-sync1:amd64 (1.15-1) ...
- Selecting previously unselected package libxcb-xfixes0:amd64.
- Preparing to unpack .../046-libxcb-xfixes0_1.15-1_amd64.deb ...
- Unpacking libxcb-xfixes0:amd64 (1.15-1) ...
- Selecting previously unselected package libxshmfence1:amd64.
- Preparing to unpack .../047-libxshmfence1_1.3-1_amd64.deb ...
- Unpacking libxshmfence1:amd64 (1.3-1) ...
- Selecting previously unselected package libegl-mesa0:amd64.
- Preparing to unpack .../048-libegl-mesa0_22.3.6-1+deb12u1_amd64.deb ...
- Unpacking libegl-mesa0:amd64 (22.3.6-1+deb12u1) ...
- Selecting previously unselected package libelf1:amd64.
- Preparing to unpack .../049-libelf1_0.188-2.1_amd64.deb ...
- Unpacking libelf1:amd64 (0.188-2.1) ...
- Selecting previously unselected package libencode-locale-perl.
- Preparing to unpack .../050-libencode-locale-perl_1.05-3_all.deb ...
- Unpacking libencode-locale-perl (1.05-3) ...
- Selecting previously unselected package libipc-system-simple-perl.
- Preparing to unpack .../051-libipc-system-simple-perl_1.30-2_all.deb ...
- Unpacking libipc-system-simple-perl (1.30-2) ...
- Selecting previously unselected package libfile-basedir-perl.
- Preparing to unpack .../052-libfile-basedir-perl_0.09-2_all.deb ...
- Unpacking libfile-basedir-perl (0.09-2) ...
- Selecting previously unselected package libregexp-ipv6-perl.
- Preparing to unpack .../053-libregexp-ipv6-perl_0.03-3_all.deb ...
- Unpacking libregexp-ipv6-perl (0.03-3) ...
- Selecting previously unselected package liburi-perl.
- Preparing to unpack .../054-liburi-perl_5.17-1_all.deb ...
- Unpacking liburi-perl (5.17-1) ...
- Selecting previously unselected package libfile-desktopentry-perl.
- Preparing to unpack .../055-libfile-desktopentry-perl_0.22-3_all.deb ...
- Unpacking libfile-desktopentry-perl (0.22-3) ...
- Selecting previously unselected package libtimedate-perl.
- Preparing to unpack .../056-libtimedate-perl_2.3300-2_all.deb ...
- Unpacking libtimedate-perl (2.3300-2) ...
- Selecting previously unselected package libhttp-date-perl.
- Preparing to unpack .../057-libhttp-date-perl_6.05-2_all.deb ...
- Unpacking libhttp-date-perl (6.05-2) ...
- Selecting previously unselected package libfile-listing-perl.
- Preparing to unpack .../058-libfile-listing-perl_6.15-1_all.deb ...
- Unpacking libfile-listing-perl (6.15-1) ...
- Selecting previously unselected package libglib2.0-0:amd64.
- Preparing to unpack .../059-libglib2.0-0_2.74.6-2+deb12u2_amd64.deb ...
- Unpacking libglib2.0-0:amd64 (2.74.6-2+deb12u2) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../060-libxml2_2.9.14+dfsg-1.3~deb12u1_amd64.deb ...
- Unpacking libxml2:amd64 (2.9.14+dfsg-1.3~deb12u1) ...
- Selecting previously unselected package shared-mime-info.
- Preparing to unpack .../061-shared-mime-info_2.2-1_amd64.deb ...
- Unpacking shared-mime-info (2.2-1) ...
- Selecting previously unselected package libfile-mimeinfo-perl.
- Preparing to unpack .../062-libfile-mimeinfo-perl_0.33-1_all.deb ...
- Unpacking libfile-mimeinfo-perl (0.33-1) ...
- Selecting previously unselected package libfont-afm-perl.
- Preparing to unpack .../063-libfont-afm-perl_1.20-4_all.deb ...
- Unpacking libfont-afm-perl (1.20-4) ...
- Selecting previously unselected package libfontenc1:amd64.
- Preparing to unpack .../064-libfontenc1_1%3a1.1.4-1_amd64.deb ...
- Unpacking libfontenc1:amd64 (1:1.1.4-1) ...
- Selecting previously unselected package libfribidi0:amd64.
- Preparing to unpack .../065-libfribidi0_1.0.8-2.1_amd64.deb ...
- Unpacking libfribidi0:amd64 (1.0.8-2.1) ...
- Selecting previously unselected package libglvnd0:amd64.
- Preparing to unpack .../066-libglvnd0_1.6.0-1_amd64.deb ...
- Unpacking libglvnd0:amd64 (1.6.0-1) ...
- Selecting previously unselected package libxcb-glx0:amd64.
- Preparing to unpack .../067-libxcb-glx0_1.15-1_amd64.deb ...
- Unpacking libxcb-glx0:amd64 (1.15-1) ...
- Selecting previously unselected package libxfixes3:amd64.
- Preparing to unpack .../068-libxfixes3_1%3a6.0.0-2_amd64.deb ...
- Unpacking libxfixes3:amd64 (1:6.0.0-2) ...
- Selecting previously unselected package libxxf86vm1:amd64.
- Preparing to unpack .../069-libxxf86vm1_1%3a1.1.4-1+b2_amd64.deb ...
- Unpacking libxxf86vm1:amd64 (1:1.1.4-1+b2) ...
- Selecting previously unselected package libz3-4:amd64.
- Preparing to unpack .../070-libz3-4_4.8.12-3.1_amd64.deb ...
- Unpacking libz3-4:amd64 (4.8.12-3.1) ...
- Selecting previously unselected package libllvm15:amd64.
- Preparing to unpack .../071-libllvm15_1%3a15.0.6-4+b1_amd64.deb ...
- Unpacking libllvm15:amd64 (1:15.0.6-4+b1) ...
- Selecting previously unselected package libsensors-config.
- Preparing to unpack .../072-libsensors-config_1%3a3.6.0-7.1_all.deb ...
- Unpacking libsensors-config (1:3.6.0-7.1) ...
- Selecting previously unselected package libsensors5:amd64.
- Preparing to unpack .../073-libsensors5_1%3a3.6.0-7.1_amd64.deb ...
- Unpacking libsensors5:amd64 (1:3.6.0-7.1) ...
- Selecting previously unselected package libgl1-mesa-dri:amd64.
- Preparing to unpack .../074-libgl1-mesa-dri_22.3.6-1+deb12u1_amd64.deb ...
- Unpacking libgl1-mesa-dri:amd64 (22.3.6-1+deb12u1) ...
- Selecting previously unselected package libglx-mesa0:amd64.
- Preparing to unpack .../075-libglx-mesa0_22.3.6-1+deb12u1_amd64.deb ...
- Unpacking libglx-mesa0:amd64 (22.3.6-1+deb12u1) ...
- Selecting previously unselected package libglx0:amd64.
- Preparing to unpack .../076-libglx0_1.6.0-1_amd64.deb ...
- Unpacking libglx0:amd64 (1.6.0-1) ...
- Selecting previously unselected package libgl1:amd64.
- Preparing to unpack .../077-libgl1_1.6.0-1_amd64.deb ...
- Unpacking libgl1:amd64 (1.6.0-1) ...
- Selecting previously unselected package libgles2:amd64.
- Preparing to unpack .../078-libgles2_1.6.0-1_amd64.deb ...
- Unpacking libgles2:amd64 (1.6.0-1) ...
- Selecting previously unselected package libglib2.0-data.
- Preparing to unpack .../079-libglib2.0-data_2.74.6-2+deb12u2_all.deb ...
- Unpacking libglib2.0-data (2.74.6-2+deb12u2) ...
- Selecting previously unselected package libgraphite2-3:amd64.
- Preparing to unpack .../080-libgraphite2-3_1.3.14-1_amd64.deb ...
- Unpacking libgraphite2-3:amd64 (1.3.14-1) ...
- Selecting previously unselected package libharfbuzz0b:amd64.
- Preparing to unpack .../081-libharfbuzz0b_6.0.0+dfsg-3_amd64.deb ...
- Unpacking libharfbuzz0b:amd64 (6.0.0+dfsg-3) ...
- Selecting previously unselected package libhtml-tagset-perl.
- Preparing to unpack .../082-libhtml-tagset-perl_3.20-6_all.deb ...
- Unpacking libhtml-tagset-perl (3.20-6) ...
- Selecting previously unselected package libhtml-parser-perl:amd64.
- Preparing to unpack .../083-libhtml-parser-perl_3.81-1_amd64.deb ...
- Unpacking libhtml-parser-perl:amd64 (3.81-1) ...
- Selecting previously unselected package libio-html-perl.
- Preparing to unpack .../084-libio-html-perl_1.004-3_all.deb ...
- Unpacking libio-html-perl (1.004-3) ...
- Selecting previously unselected package liblwp-mediatypes-perl.
- Preparing to unpack .../085-liblwp-mediatypes-perl_6.04-2_all.deb ...
- Unpacking liblwp-mediatypes-perl (6.04-2) ...
- Selecting previously unselected package libhttp-message-perl.
- Preparing to unpack .../086-libhttp-message-perl_6.44-1_all.deb ...
- Unpacking libhttp-message-perl (6.44-1) ...
- Selecting previously unselected package libhtml-form-perl.
- Preparing to unpack .../087-libhtml-form-perl_6.11-1_all.deb ...
- Unpacking libhtml-form-perl (6.11-1) ...
- Selecting previously unselected package libhtml-tree-perl.
- Preparing to unpack .../088-libhtml-tree-perl_5.07-3_all.deb ...
- Unpacking libhtml-tree-perl (5.07-3) ...
- Selecting previously unselected package libhtml-format-perl.
- Preparing to unpack .../089-libhtml-format-perl_2.16-2_all.deb ...
- Unpacking libhtml-format-perl (2.16-2) ...
- Selecting previously unselected package libhttp-cookies-perl.
- Preparing to unpack .../090-libhttp-cookies-perl_6.10-1_all.deb ...
- Unpacking libhttp-cookies-perl (6.10-1) ...
- Selecting previously unselected package libhttp-daemon-perl.
- Preparing to unpack .../091-libhttp-daemon-perl_6.16-1_all.deb ...
- Unpacking libhttp-daemon-perl (6.16-1) ...
- Selecting previously unselected package libhttp-negotiate-perl.
- Preparing to unpack .../092-libhttp-negotiate-perl_6.01-2_all.deb ...
- Unpacking libhttp-negotiate-perl (6.01-2) ...
- Selecting previously unselected package x11-common.
- Preparing to unpack .../093-x11-common_1%3a7.7+23_all.deb ...
- Unpacking x11-common (1:7.7+23) ...
- Selecting previously unselected package libice6:amd64.
- Preparing to unpack .../094-libice6_2%3a1.0.10-1_amd64.deb ...
- Unpacking libice6:amd64 (2:1.0.10-1) ...
- Selecting previously unselected package libicu-dev:amd64.
- Preparing to unpack .../095-libicu-dev_72.1-3_amd64.deb ...
- Unpacking libicu-dev:amd64 (72.1-3) ...
- Selecting previously unselected package perl-openssl-defaults:amd64.
- Preparing to unpack .../096-perl-openssl-defaults_7+b1_amd64.deb ...
- Unpacking perl-openssl-defaults:amd64 (7+b1) ...
- Selecting previously unselected package libnet-ssleay-perl:amd64.
- Preparing to unpack .../097-libnet-ssleay-perl_1.92-2+b1_amd64.deb ...
- Unpacking libnet-ssleay-perl:amd64 (1.92-2+b1) ...
- Selecting previously unselected package libio-socket-ssl-perl.
- Preparing to unpack .../098-libio-socket-ssl-perl_2.081-2_all.deb ...
- Unpacking libio-socket-ssl-perl (2.081-2) ...
- Selecting previously unselected package libio-stringy-perl.
- Preparing to unpack .../099-libio-stringy-perl_2.111-3_all.deb ...
- Unpacking libio-stringy-perl (2.111-3) ...
- Selecting previously unselected package libjpeg62-turbo-dev:amd64.
- Preparing to unpack .../100-libjpeg62-turbo-dev_1%3a2.1.5-2_amd64.deb ...
- Unpacking libjpeg62-turbo-dev:amd64 (1:2.1.5-2) ...
- Selecting previously unselected package libjpeg-dev:amd64.
- Preparing to unpack .../101-libjpeg-dev_1%3a2.1.5-2_amd64.deb ...
- Unpacking libjpeg-dev:amd64 (1:2.1.5-2) ...
- Selecting previously unselected package liblapack3:amd64.
- Preparing to unpack .../102-liblapack3_3.11.0-2_amd64.deb ...
- Unpacking liblapack3:amd64 (3.11.0-2) ...
- Selecting previously unselected package liblapack-dev:amd64.
- Preparing to unpack .../103-liblapack-dev_3.11.0-2_amd64.deb ...
- Unpacking liblapack-dev:amd64 (3.11.0-2) ...
- Selecting previously unselected package libnet-http-perl.
- Preparing to unpack .../104-libnet-http-perl_6.22-1_all.deb ...
- Unpacking libnet-http-perl (6.22-1) ...
- Selecting previously unselected package libtry-tiny-perl.
- Preparing to unpack .../105-libtry-tiny-perl_0.31-2_all.deb ...
- Unpacking libtry-tiny-perl (0.31-2) ...
- Selecting previously unselected package libwww-robotrules-perl.
- Preparing to unpack .../106-libwww-robotrules-perl_6.02-1_all.deb ...
- Unpacking libwww-robotrules-perl (6.02-1) ...
- Selecting previously unselected package libwww-perl.
- Preparing to unpack .../107-libwww-perl_6.68-1_all.deb ...
- Unpacking libwww-perl (6.68-1) ...
- Selecting previously unselected package liblwp-protocol-https-perl.
- Preparing to unpack .../108-liblwp-protocol-https-perl_6.10-1_all.deb ...
- Unpacking liblwp-protocol-https-perl (6.10-1) ...
- Selecting previously unselected package liblzma-dev:amd64.
- Preparing to unpack .../109-liblzma-dev_5.4.1-0.2_amd64.deb ...
- Unpacking liblzma-dev:amd64 (5.4.1-0.2) ...
- Selecting previously unselected package libnet-smtp-ssl-perl.
- Preparing to unpack .../110-libnet-smtp-ssl-perl_1.04-2_all.deb ...
- Unpacking libnet-smtp-ssl-perl (1.04-2) ...
- Selecting previously unselected package libmailtools-perl.
- Preparing to unpack .../111-libmailtools-perl_2.21-2_all.deb ...
- Unpacking libmailtools-perl (2.21-2) ...
- Selecting previously unselected package libncurses6:amd64.
- Preparing to unpack .../112-libncurses6_6.4-4_amd64.deb ...
- Unpacking libncurses6:amd64 (6.4-4) ...
- Selecting previously unselected package libncurses-dev:amd64.
- Preparing to unpack .../113-libncurses-dev_6.4-4_amd64.deb ...
- Unpacking libncurses-dev:amd64 (6.4-4) ...
- Selecting previously unselected package libncurses5-dev:amd64.
- Preparing to unpack .../114-libncurses5-dev_6.4-4_amd64.deb ...
- Unpacking libncurses5-dev:amd64 (6.4-4) ...
- Selecting previously unselected package libxml-parser-perl.
- Preparing to unpack .../115-libxml-parser-perl_2.46-4_amd64.deb ...
- Unpacking libxml-parser-perl (2.46-4) ...
- Selecting previously unselected package libxml-twig-perl.
- Preparing to unpack .../116-libxml-twig-perl_1%3a3.52-2_all.deb ...
- Unpacking libxml-twig-perl (1:3.52-2) ...
- Selecting previously unselected package libnet-dbus-perl.
- Preparing to unpack .../117-libnet-dbus-perl_1.2.0-2_amd64.deb ...
- Unpacking libnet-dbus-perl (1.2.0-2) ...
- Selecting previously unselected package libthai-data.
- Preparing to unpack .../118-libthai-data_0.1.29-1_all.deb ...
- Unpacking libthai-data (0.1.29-1) ...
- Selecting previously unselected package libthai0:amd64.
- Preparing to unpack .../119-libthai0_0.1.29-1_amd64.deb ...
- Unpacking libthai0:amd64 (0.1.29-1) ...
- Selecting previously unselected package libpango-1.0-0:amd64.
- Preparing to unpack .../120-libpango-1.0-0_1.50.12+ds-1_amd64.deb ...
- Unpacking libpango-1.0-0:amd64 (1.50.12+ds-1) ...
- Selecting previously unselected package libpangoft2-1.0-0:amd64.
- Preparing to unpack .../121-libpangoft2-1.0-0_1.50.12+ds-1_amd64.deb ...
- Unpacking libpangoft2-1.0-0:amd64 (1.50.12+ds-1) ...
- Selecting previously unselected package libpangocairo-1.0-0:amd64.
- Preparing to unpack .../122-libpangocairo-1.0-0_1.50.12+ds-1_amd64.deb ...
- Unpacking libpangocairo-1.0-0:amd64 (1.50.12+ds-1) ...
- Selecting previously unselected package libpaper1:amd64.
- Preparing to unpack .../123-libpaper1_1.1.29_amd64.deb ...
- Unpacking libpaper1:amd64 (1.1.29) ...
- Selecting previously unselected package libpaper-utils.
- Preparing to unpack .../124-libpaper-utils_1.1.29_amd64.deb ...
- Unpacking libpaper-utils (1.1.29) ...
- Selecting previously unselected package libpcre16-3:amd64.
- Preparing to unpack .../125-libpcre16-3_2%3a8.39-15_amd64.deb ...
- Unpacking libpcre16-3:amd64 (2:8.39-15) ...
- Selecting previously unselected package libpcre2-16-0:amd64.
- Preparing to unpack .../126-libpcre2-16-0_10.42-1_amd64.deb ...
- Unpacking libpcre2-16-0:amd64 (10.42-1) ...
- Selecting previously unselected package libpcre2-32-0:amd64.
- Preparing to unpack .../127-libpcre2-32-0_10.42-1_amd64.deb ...
- Unpacking libpcre2-32-0:amd64 (10.42-1) ...
- Selecting previously unselected package libpcre2-posix3:amd64.
- Preparing to unpack .../128-libpcre2-posix3_10.42-1_amd64.deb ...
- Unpacking libpcre2-posix3:amd64 (10.42-1) ...
- Selecting previously unselected package libpcre2-dev:amd64.
- Preparing to unpack .../129-libpcre2-dev_10.42-1_amd64.deb ...
- Unpacking libpcre2-dev:amd64 (10.42-1) ...
- Selecting previously unselected package libpcre3:amd64.
- Preparing to unpack .../130-libpcre3_2%3a8.39-15_amd64.deb ...
- Unpacking libpcre3:amd64 (2:8.39-15) ...
- Selecting previously unselected package libpcre32-3:amd64.
- Preparing to unpack .../131-libpcre32-3_2%3a8.39-15_amd64.deb ...
- Unpacking libpcre32-3:amd64 (2:8.39-15) ...
- Selecting previously unselected package libpcrecpp0v5:amd64.
- Preparing to unpack .../132-libpcrecpp0v5_2%3a8.39-15_amd64.deb ...
- Unpacking libpcrecpp0v5:amd64 (2:8.39-15) ...
- Selecting previously unselected package libpcre3-dev:amd64.
- Preparing to unpack .../133-libpcre3-dev_2%3a8.39-15_amd64.deb ...
- Unpacking libpcre3-dev:amd64 (2:8.39-15) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../134-libpkgconf3_1.8.1-1_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-1) ...
- Selecting previously unselected package zlib1g-dev:amd64.
- Preparing to unpack .../135-zlib1g-dev_1%3a1.2.13.dfsg-1_amd64.deb ...
- Unpacking zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ...
- Selecting previously unselected package libpng-dev:amd64.
- Preparing to unpack .../136-libpng-dev_1.6.39-2_amd64.deb ...
- Unpacking libpng-dev:amd64 (1.6.39-2) ...
- Selecting previously unselected package libpng-tools.
- Preparing to unpack .../137-libpng-tools_1.6.39-2_amd64.deb ...
- Unpacking libpng-tools (1.6.39-2) ...
- Selecting previously unselected package libreadline-dev:amd64.
- Preparing to unpack .../138-libreadline-dev_8.2-1.3_amd64.deb ...
- Unpacking libreadline-dev:amd64 (8.2-1.3) ...
- Selecting previously unselected package libsm6:amd64.
- Preparing to unpack .../139-libsm6_2%3a1.2.3-1_amd64.deb ...
- Unpacking libsm6:amd64 (2:1.2.3-1) ...
- Selecting previously unselected package libtcl8.6:amd64.
- Preparing to unpack .../140-libtcl8.6_8.6.13+dfsg-2_amd64.deb ...
- Unpacking libtcl8.6:amd64 (8.6.13+dfsg-2) ...
- Selecting previously unselected package libtext-iconv-perl:amd64.
- Preparing to unpack .../141-libtext-iconv-perl_1.7-8_amd64.deb ...
- Unpacking libtext-iconv-perl:amd64 (1.7-8) ...
- Selecting previously unselected package libtie-ixhash-perl.
- Preparing to unpack .../142-libtie-ixhash-perl_1.23-4_all.deb ...
- Unpacking libtie-ixhash-perl (1.23-4) ...
- Selecting previously unselected package libxft2:amd64.
- Preparing to unpack .../143-libxft2_2.3.6-1_amd64.deb ...
- Unpacking libxft2:amd64 (2.3.6-1) ...
- Selecting previously unselected package libxss1:amd64.
- Preparing to unpack .../144-libxss1_1%3a1.2.3-1_amd64.deb ...
- Unpacking libxss1:amd64 (1:1.2.3-1) ...
- Selecting previously unselected package libtk8.6:amd64.
- Preparing to unpack .../145-libtk8.6_8.6.13-2_amd64.deb ...
- Unpacking libtk8.6:amd64 (8.6.13-2) ...
- Selecting previously unselected package libx11-protocol-perl.
- Preparing to unpack .../146-libx11-protocol-perl_0.56-9_all.deb ...
- Unpacking libx11-protocol-perl (0.56-9) ...
- Selecting previously unselected package libxt6:amd64.
- Preparing to unpack .../147-libxt6_1%3a1.2.1-1.1_amd64.deb ...
- Unpacking libxt6:amd64 (1:1.2.1-1.1) ...
- Selecting previously unselected package libxmu6:amd64.
- Preparing to unpack .../148-libxmu6_2%3a1.1.3-3_amd64.deb ...
- Unpacking libxmu6:amd64 (2:1.1.3-3) ...
- Selecting previously unselected package libxaw7:amd64.
- Preparing to unpack .../149-libxaw7_2%3a1.0.14-1_amd64.deb ...
- Unpacking libxaw7:amd64 (2:1.0.14-1) ...
- Selecting previously unselected package libxcb-shape0:amd64.
- Preparing to unpack .../150-libxcb-shape0_1.15-1_amd64.deb ...
- Unpacking libxcb-shape0:amd64 (1.15-1) ...
- Selecting previously unselected package libxcomposite1:amd64.
- Preparing to unpack .../151-libxcomposite1_1%3a0.4.5-1_amd64.deb ...
- Unpacking libxcomposite1:amd64 (1:0.4.5-1) ...
- Selecting previously unselected package libxcursor1:amd64.
- Preparing to unpack .../152-libxcursor1_1%3a1.2.1-1_amd64.deb ...
- Unpacking libxcursor1:amd64 (1:1.2.1-1) ...
- Selecting previously unselected package libxi6:amd64.
- Preparing to unpack .../153-libxi6_2%3a1.8-1+b1_amd64.deb ...
- Unpacking libxi6:amd64 (2:1.8-1+b1) ...
- Selecting previously unselected package libxinerama1:amd64.
- Preparing to unpack .../154-libxinerama1_2%3a1.1.4-3_amd64.deb ...
- Unpacking libxinerama1:amd64 (2:1.1.4-3) ...
- Selecting previously unselected package libxkbfile1:amd64.
- Preparing to unpack .../155-libxkbfile1_1%3a1.1.0-1_amd64.deb ...
- Unpacking libxkbfile1:amd64 (1:1.1.0-1) ...
- Selecting previously unselected package libxml-xpathengine-perl.
- Preparing to unpack .../156-libxml-xpathengine-perl_0.14-2_all.deb ...
- Unpacking libxml-xpathengine-perl (0.14-2) ...
- Selecting previously unselected package libxrandr2:amd64.
- Preparing to unpack .../157-libxrandr2_2%3a1.5.2-2+b1_amd64.deb ...
- Unpacking libxrandr2:amd64 (2:1.5.2-2+b1) ...
- Selecting previously unselected package libxtst6:amd64.
- Preparing to unpack .../158-libxtst6_2%3a1.2.3-1.1_amd64.deb ...
- Unpacking libxtst6:amd64 (2:1.2.3-1.1) ...
- Selecting previously unselected package libxv1:amd64.
- Preparing to unpack .../159-libxv1_2%3a1.0.11-1.1_amd64.deb ...
- Unpacking libxv1:amd64 (2:1.0.11-1.1) ...
- Selecting previously unselected package libxxf86dga1:amd64.
- Preparing to unpack .../160-libxxf86dga1_2%3a1.1.5-1_amd64.deb ...
- Unpacking libxxf86dga1:amd64 (2:1.1.5-1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../161-pkgconf-bin_1.8.1-1_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../162-pkgconf_1.8.1-1_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../163-pkg-config_1.8.1-1_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-1) ...
- Selecting previously unselected package zip.
- Preparing to unpack .../164-zip_3.0-13_amd64.deb ...
- Unpacking zip (3.0-13) ...
- Selecting previously unselected package xdg-utils.
- Preparing to unpack .../165-xdg-utils_1.1.3-4.1_all.deb ...
- Unpacking xdg-utils (1.1.3-4.1) ...
- Selecting previously unselected package r-base-core.
- Preparing to unpack .../166-r-base-core_4.2.2.20221110-2_amd64.deb ...
- Unpacking r-base-core (4.2.2.20221110-2) ...
- Selecting previously unselected package r-base-dev.
- Preparing to unpack .../167-r-base-dev_4.2.2.20221110-2_all.deb ...
- Unpacking r-base-dev (4.2.2.20221110-2) ...
- Selecting previously unselected package r-cran-boot.
- Preparing to unpack .../168-r-cran-boot_1.3-28.1-1_all.deb ...
- Unpacking r-cran-boot (1.3-28.1-1) ...
- Selecting previously unselected package r-cran-mass.
- Preparing to unpack .../169-r-cran-mass_7.3-58.2-1_amd64.deb ...
- Unpacking r-cran-mass (7.3-58.2-1) ...
- Selecting previously unselected package r-cran-class.
- Preparing to unpack .../170-r-cran-class_7.3-21-1_amd64.deb ...
- Unpacking r-cran-class (7.3-21-1) ...
- Selecting previously unselected package r-cran-cluster.
- Preparing to unpack .../171-r-cran-cluster_2.1.4-1_amd64.deb ...
- Unpacking r-cran-cluster (2.1.4-1) ...
- Selecting previously unselected package r-cran-codetools.
- Preparing to unpack .../172-r-cran-codetools_0.2-19-1_all.deb ...
- Unpacking r-cran-codetools (0.2-19-1) ...
- Selecting previously unselected package r-cran-foreign.
- Preparing to unpack .../173-r-cran-foreign_0.8.84-1_amd64.deb ...
- Unpacking r-cran-foreign (0.8.84-1) ...
- Selecting previously unselected package r-cran-kernsmooth.
- Preparing to unpack .../174-r-cran-kernsmooth_2.23-20-1_amd64.deb ...
- Unpacking r-cran-kernsmooth (2.23-20-1) ...
- Selecting previously unselected package r-cran-lattice.
- Preparing to unpack .../175-r-cran-lattice_0.20-45-3_amd64.deb ...
- Unpacking r-cran-lattice (0.20-45-3) ...
- Selecting previously unselected package r-cran-matrix.
- Preparing to unpack .../176-r-cran-matrix_1.5-3-1_amd64.deb ...
- Unpacking r-cran-matrix (1.5-3-1) ...
- Selecting previously unselected package r-cran-nlme.
- Preparing to unpack .../177-r-cran-nlme_3.1.162-1_amd64.deb ...
- Unpacking r-cran-nlme (3.1.162-1) ...
- Selecting previously unselected package r-cran-mgcv.
- Preparing to unpack .../178-r-cran-mgcv_1.8-41-1_amd64.deb ...
- Unpacking r-cran-mgcv (1.8-41-1) ...
- Selecting previously unselected package r-cran-nnet.
- Preparing to unpack .../179-r-cran-nnet_7.3-18-1_amd64.deb ...
- Unpacking r-cran-nnet (7.3-18-1) ...
- Selecting previously unselected package r-cran-survival.
- Preparing to unpack .../180-r-cran-survival_3.5-3-1_amd64.deb ...
- Unpacking r-cran-survival (3.5-3-1) ...
- Selecting previously unselected package r-cran-rpart.
- Preparing to unpack .../181-r-cran-rpart_4.1.19-1_amd64.deb ...
- Unpacking r-cran-rpart (4.1.19-1) ...
- Selecting previously unselected package r-cran-spatial.
- Preparing to unpack .../182-r-cran-spatial_7.3-16-1_amd64.deb ...
- Unpacking r-cran-spatial (7.3-16-1) ...
- Selecting previously unselected package r-doc-html.
- Preparing to unpack .../183-r-doc-html_4.2.2.20221110-2_all.deb ...
- Unpacking r-doc-html (4.2.2.20221110-2) ...
- Selecting previously unselected package r-mathlib.
- Preparing to unpack .../184-r-mathlib_4.2.2.20221110-2_amd64.deb ...
- Unpacking r-mathlib (4.2.2.20221110-2) ...
- Selecting previously unselected package r-recommended.
- Preparing to unpack .../185-r-recommended_4.2.2.20221110-2_all.deb ...
- Unpacking r-recommended (4.2.2.20221110-2) ...
- Selecting previously unselected package x11-utils.
- Preparing to unpack .../186-x11-utils_7.7+5_amd64.deb ...
- Unpacking x11-utils (7.7+5) ...
- Selecting previously unselected package x11-xserver-utils.
- Preparing to unpack .../187-x11-xserver-utils_7.7+9+b1_amd64.deb ...
- Unpacking x11-xserver-utils (7.7+9+b1) ...
- Selecting previously unselected package xdg-user-dirs.
- Preparing to unpack .../188-xdg-user-dirs_0.18-1_amd64.deb ...
- Unpacking xdg-user-dirs (0.18-1) ...
- Selecting previously unselected package libegl1:amd64.
- Preparing to unpack .../189-libegl1_1.6.0-1_amd64.deb ...
- Unpacking libegl1:amd64 (1.6.0-1) ...
- Selecting previously unselected package zutty.
- Preparing to unpack .../190-zutty_0.14.0.20230218+dfsg1-1_amd64.deb ...
- Unpacking zutty (0.14.0.20230218+dfsg1-1) ...
- Setting up libtext-iconv-perl:amd64 (1.7-8) ...
- Setting up libgraphite2-3:amd64 (1.3.14-1) ...
- Setting up libxcb-dri3-0:amd64 (1.15-1) ...
- Setting up libpixman-1-0:amd64 (0.42.2-1) ...
- Setting up bzip2-doc (1.0.8-5) ...
- Setting up libwayland-server0:amd64 (1.21.0-1) ...
- Setting up libx11-xcb1:amd64 (2:1.8.4-2+deb12u2) ...
- Setting up libpciaccess0:amd64 (0.17-2) ...
- Setting up fontconfig (2.14.1-4) ...
- Regenerating fonts cache... 
- done.
- Setting up libapparmor1:amd64 (3.0.8-3) ...
- Setting up libtie-ixhash-perl (1.23-4) ...
- Setting up libicu72:amd64 (72.1-3) ...
- Setting up libxcb-xfixes0:amd64 (1.15-1) ...
- Setting up r-doc-html (4.2.2.20221110-2) ...
- Setting up libpcre16-3:amd64 (2:8.39-15) ...
- Setting up libxi6:amd64 (2:1.8-1+b1) ...
- Setting up libfont-afm-perl (1.20-4) ...
- Setting up libxrender1:amd64 (1:0.9.10-1.1) ...
- Setting up libdatrie1:amd64 (0.2.13-2+b1) ...
- Setting up xdg-user-dirs (0.18-1) ...
- Setting up libpng-tools (1.6.39-2) ...
- Setting up libxcb-render0:amd64 (1.15-1) ...
- Setting up libclone-perl:amd64 (0.46-1) ...
- Setting up libglib2.0-0:amd64 (2.74.6-2+deb12u2) ...
- No schema files found: doing nothing.
- Setting up libglvnd0:amd64 (1.6.0-1) ...
- Setting up libio-stringy-perl (2.111-3) ...
- Setting up libhtml-tagset-perl (3.20-6) ...
- Setting up libauthen-sasl-perl (2.1600-3) ...
- Setting up libxcb-glx0:amd64 (1.15-1) ...
- Setting up liblwp-mediatypes-perl (6.04-2) ...
- Setting up libxcb-shape0:amd64 (1.15-1) ...
- Setting up x11-common (1:7.7+23) ...
- invoke-rc.d: could not determine current runlevel
- invoke-rc.d: policy-rc.d denied execution of restart.
- Setting up libtry-tiny-perl (0.31-2) ...
- Setting up libsensors-config (1:3.6.0-7.1) ...
- Setting up libxxf86dga1:amd64 (2:1.1.5-1) ...
- Setting up perl-openssl-defaults:amd64 (7+b1) ...
- Setting up libencode-locale-perl (1.05-3) ...
- Setting up libxcb-shm0:amd64 (1.15-1) ...
- Setting up libcairo2:amd64 (1.16.0-7) ...
- Setting up libpcre2-16-0:amd64 (10.42-1) ...
- Setting up libxxf86vm1:amd64 (1:1.1.4-1+b2) ...
- Setting up libxcb-present0:amd64 (1.15-1) ...
- Setting up libpcre3:amd64 (2:8.39-15) ...
- Setting up zip (3.0-13) ...
- Setting up libfontenc1:amd64 (1:1.1.4-1) ...
- Setting up libz3-4:amd64 (4.8.12-3.1) ...
- Setting up libpcre2-32-0:amd64 (10.42-1) ...
- Setting up libblas3:amd64 (3.11.0-2) ...
- update-alternatives: using /usr/lib/x86_64-linux-gnu/blas/libblas.so.3 to provide /usr/lib/x86_64-linux-gnu/libblas.so.3 (libblas.so.3-x86_64-linux-gnu) in auto mode
- Setting up libglib2.0-data (2.74.6-2+deb12u2) ...
- Setting up libpkgconf3:amd64 (1.8.1-1) ...
- Setting up libgles2:amd64 (1.6.0-1) ...
- Setting up libdata-dump-perl (1.25-1) ...
- Setting up libjpeg62-turbo-dev:amd64 (1:2.1.5-2) ...
- Setting up libxfixes3:amd64 (1:6.0.0-2) ...
- Setting up libxcb-sync1:amd64 (1.15-1) ...
- Setting up libipc-system-simple-perl (1.30-2) ...
- Setting up libxml-xpathengine-perl (0.14-2) ...
- Setting up libncurses6:amd64 (6.4-4) ...
- Setting up libdbus-1-3:amd64 (1.14.10-1~deb12u1) ...
- Setting up libfribidi0:amd64 (1.0.8-2.1) ...
- Setting up libxinerama1:amd64 (2:1.1.4-3) ...
- Setting up libxv1:amd64 (2:1.0.11-1.1) ...
- Setting up libpcre32-3:amd64 (2:8.39-15) ...
- Setting up libio-html-perl (1.004-3) ...
- Setting up libxrandr2:amd64 (2:1.5.2-2+b1) ...
- Setting up libtcl8.6:amd64 (8.6.13+dfsg-2) ...
- Setting up icu-devtools (72.1-3) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up libsensors5:amd64 (1:3.6.0-7.1) ...
- Setting up libglapi-mesa:amd64 (22.3.6-1+deb12u1) ...
- Setting up libgfortran5:amd64 (12.2.0-14) ...
- Setting up libtimedate-perl (2.3300-2) ...
- Setting up libregexp-ipv6-perl (0.03-3) ...
- Setting up liblzma-dev:amd64 (5.4.1-0.2) ...
- Setting up libxcb-dri2-0:amd64 (1.15-1) ...
- Setting up zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ...
- Setting up libpcre2-posix3:amd64 (10.42-1) ...
- Setting up sensible-utils (0.0.17+nmu1) ...
- Setting up libxshmfence1:amd64 (1.3-1) ...
- Setting up libxcb-randr0:amd64 (1.15-1) ...
- Setting up dbus-session-bus-common (1.14.10-1~deb12u1) ...
- Setting up r-mathlib (4.2.2.20221110-2) ...
- Setting up libharfbuzz0b:amd64 (6.0.0+dfsg-3) ...
- Setting up libthai-data (0.1.29-1) ...
- Setting up libxss1:amd64 (1:1.2.3-1) ...
- Setting up libxkbfile1:amd64 (1:1.1.0-1) ...
- Setting up dbus-system-bus-common (1.14.10-1~deb12u1) ...
- Setting up libdrm-common (2.4.114-1) ...
- Setting up libelf1:amd64 (0.188-2.1) ...
- Setting up libxcomposite1:amd64 (1:0.4.5-1) ...
- Setting up libicu-dev:amd64 (72.1-3) ...
- Setting up libxml2:amd64 (2.9.14+dfsg-1.3~deb12u1) ...
- Setting up xdg-utils (1.1.3-4.1) ...
- update-alternatives: using /usr/bin/xdg-open to provide /usr/bin/open (open) in auto mode
- Setting up liburi-perl (5.17-1) ...
- Setting up dbus-bin (1.14.10-1~deb12u1) ...
- Setting up libx11-protocol-perl (0.56-9) ...
- Setting up libblas-dev:amd64 (3.11.0-2) ...
- update-alternatives: using /usr/lib/x86_64-linux-gnu/blas/libblas.so to provide /usr/lib/x86_64-linux-gnu/libblas.so (libblas.so-x86_64-linux-gnu) in auto mode
- Setting up libbz2-dev:amd64 (1.0.8-5+b1) ...
- Setting up libwayland-client0:amd64 (1.21.0-1) ...
- Setting up libnet-ssleay-perl:amd64 (1.92-2+b1) ...
- Setting up libpcrecpp0v5:amd64 (2:8.39-15) ...
- Setting up libice6:amd64 (2:1.0.10-1) ...
- Setting up libhttp-date-perl (6.05-2) ...
- Setting up liblapack3:amd64 (3.11.0-2) ...
- update-alternatives: using /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3 to provide /usr/lib/x86_64-linux-gnu/liblapack.so.3 (liblapack.so.3-x86_64-linux-gnu) in auto mode
- Setting up libxft2:amd64 (2.3.6-1) ...
- Setting up libncurses-dev:amd64 (6.4-4) ...
- Setting up libfile-basedir-perl (0.09-2) ...
- Setting up libfile-listing-perl (6.15-1) ...
- Setting up libpcre2-dev:amd64 (10.42-1) ...
- Setting up libpcre3-dev:amd64 (2:8.39-15) ...
- Setting up libxtst6:amd64 (2:1.2.3-1.1) ...
- Setting up libtk8.6:amd64 (8.6.13-2) ...
- Setting up libxcursor1:amd64 (1:1.2.1-1) ...
- Setting up libpng-dev:amd64 (1.6.39-2) ...
- Setting up libjpeg-dev:amd64 (1:2.1.5-2) ...
- Setting up libnet-http-perl (6.22-1) ...
- Setting up libgfortran-12-dev:amd64 (12.2.0-14) ...
- Setting up dbus-daemon (1.14.10-1~deb12u1) ...
- Setting up libreadline-dev:amd64 (8.2-1.3) ...
- Setting up pkgconf:amd64 (1.8.1-1) ...
- Setting up libthai0:amd64 (0.1.29-1) ...
- Setting up gfortran-12 (12.2.0-14) ...
- Setting up dbus (1.14.10-1~deb12u1) ...
- invoke-rc.d: could not determine current runlevel
- invoke-rc.d: policy-rc.d denied execution of start.
- Setting up shared-mime-info (2.2-1) ...
- Setting up liblapack-dev:amd64 (3.11.0-2) ...
- update-alternatives: using /usr/lib/x86_64-linux-gnu/lapack/liblapack.so to provide /usr/lib/x86_64-linux-gnu/liblapack.so (liblapack.so-x86_64-linux-gnu) in auto mode
- Setting up pkg-config:amd64 (1.8.1-1) ...
- Setting up ucf (3.0043+nmu1) ...
- Setting up libfile-desktopentry-perl (0.22-3) ...
- Setting up libwww-robotrules-perl (6.02-1) ...
- Setting up libdrm2:amd64 (2.4.114-1+b1) ...
- Setting up libhtml-parser-perl:amd64 (3.81-1) ...
- Setting up libllvm15:amd64 (1:15.0.6-4+b1) ...
- Setting up libncurses5-dev:amd64 (6.4-4) ...
- Setting up libsm6:amd64 (2:1.2.3-1) ...
- Setting up libio-socket-ssl-perl (2.081-2) ...
- Setting up libhttp-message-perl (6.44-1) ...
- Setting up libdrm-amdgpu1:amd64 (2.4.114-1+b1) ...
- Setting up libhtml-form-perl (6.11-1) ...
- Setting up libfile-mimeinfo-perl (0.33-1) ...
- Setting up libpaper1:amd64 (1.1.29) ...
- 
- Creating config file /etc/papersize with new version
- Setting up libhttp-negotiate-perl (6.01-2) ...
- Setting up libdrm-nouveau2:amd64 (2.4.114-1+b1) ...
- Setting up libgbm1:amd64 (22.3.6-1+deb12u1) ...
- Setting up libhttp-cookies-perl (6.10-1) ...
- Setting up libdrm-radeon1:amd64 (2.4.114-1+b1) ...
- Setting up libhtml-tree-perl (5.07-3) ...
- Setting up libpango-1.0-0:amd64 (1.50.12+ds-1) ...
- Setting up libdrm-intel1:amd64 (2.4.114-1+b1) ...
- Setting up libgl1-mesa-dri:amd64 (22.3.6-1+deb12u1) ...
- Setting up libhtml-format-perl (2.16-2) ...
- Setting up libpaper-utils (1.1.29) ...
- Setting up gfortran (4:12.2.0-3) ...
- update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f95 (f95) in auto mode
- update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f77 (f77) in auto mode
- Setting up libegl-mesa0:amd64 (22.3.6-1+deb12u1) ...
- Setting up libnet-smtp-ssl-perl (1.04-2) ...
- Setting up libmailtools-perl (2.21-2) ...
- Setting up libxt6:amd64 (1:1.2.1-1.1) ...
- Setting up libhttp-daemon-perl (6.16-1) ...
- Setting up libegl1:amd64 (1.6.0-1) ...
- Setting up libpangoft2-1.0-0:amd64 (1.50.12+ds-1) ...
- Setting up libpangocairo-1.0-0:amd64 (1.50.12+ds-1) ...
- Setting up libxmu6:amd64 (2:1.1.3-3) ...
- Setting up libglx-mesa0:amd64 (22.3.6-1+deb12u1) ...
- Setting up libglx0:amd64 (1.6.0-1) ...
- Setting up libxaw7:amd64 (2:1.0.14-1) ...
- Setting up x11-xserver-utils (7.7+9+b1) ...
- Setting up libgl1:amd64 (1.6.0-1) ...
- Setting up r-base-core (4.2.2.20221110-2) ...
- 
- Creating config file /etc/R/Renviron with new version
- Setting up r-cran-lattice (0.20-45-3) ...
- Setting up r-cran-nlme (3.1.162-1) ...
- Setting up zutty (0.14.0.20230218+dfsg1-1) ...
- update-alternatives: using /usr/bin/zutty to provide /usr/bin/x-terminal-emulator (x-terminal-emulator) in auto mode
- Setting up r-cran-cluster (2.1.4-1) ...
- Setting up x11-utils (7.7+5) ...
- Setting up r-cran-nnet (7.3-18-1) ...
- Setting up r-cran-codetools (0.2-19-1) ...
- Setting up r-cran-boot (1.3-28.1-1) ...
- Setting up r-base-dev (4.2.2.20221110-2) ...
- Setting up r-cran-spatial (7.3-16-1) ...
- Setting up r-cran-mass (7.3-58.2-1) ...
- Setting up r-cran-foreign (0.8.84-1) ...
- Setting up r-cran-matrix (1.5-3-1) ...
- Setting up r-cran-kernsmooth (2.23-20-1) ...
- Setting up r-cran-mgcv (1.8-41-1) ...
- Setting up r-cran-class (7.3-21-1) ...
- Setting up r-cran-survival (3.5-3-1) ...
- Setting up r-cran-rpart (4.1.19-1) ...
- Setting up r-recommended (4.2.2.20221110-2) ...
- Setting up liblwp-protocol-https-perl (6.10-1) ...
- Setting up libwww-perl (6.68-1) ...
- Setting up libxml-parser-perl (2.46-4) ...
- Setting up libxml-twig-perl (1:3.52-2) ...
- Setting up libnet-dbus-perl (1.2.0-2) ...
- Processing triggers for libc-bin (2.36-9+deb12u7) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/30:
Processing  2/30:
Processing  3/30:
Processing  4/30:
Processing  5/30:
Processing  6/30:
Processing  7/30:
Processing  8/30: [conf-bash: bash]
Processing  9/30: [conf-bash: bash] [conf-pkg-config: pkg-config]
Processing 10/30: [conf-bash: bash] [conf-pkg-config: pkg-config] [conf-r: R CMD]
-> retrieved base.v0.16.3  (cached)
Processing 11/30: [conf-bash: bash] [conf-pkg-config: pkg-config] [conf-r: R CMD]
-> retrieved csexp.1.5.2  (cached)
Processing 12/30: [conf-bash: bash] [conf-pkg-config: pkg-config] [conf-r: R CMD]
Processing 13/30: [conf-bash: bash] [conf-pkg-config: pkg-config] [conf-r: R CMD] [csexp: dune build]
-> retrieved dune-configurator.3.15.2  (cached)
Processing 14/30: [conf-bash: bash] [conf-pkg-config: pkg-config] [conf-r: R CMD] [csexp: dune build]
- GNU bash, version 5.2.15(1)-release (x86_64-pc-linux-gnu)
- Copyright (C) 2022 Free Software Foundation, Inc.
- License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
- 
- This is free software; you are free to change and redistribute it.
- There is NO WARRANTY, to the extent permitted by law.
-> compiled  conf-bash.1
Processing 14/30: [conf-pkg-config: pkg-config] [conf-r: R CMD] [csexp: dune build]
-> installed conf-bash.1
Processing 15/30: [conf-pkg-config: pkg-config] [conf-r: R CMD] [csexp: dune build]
- 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 15/30: [conf-r: R CMD] [csexp: dune build]
-> installed conf-pkg-config.3
Processing 16/30: [conf-r: R CMD] [csexp: dune build]
Processing 17/30: [conf-r: R CMD] [conf-r-mathlib: pkg-config libRmath] [csexp: dune build]
-> compiled  conf-r.1.0.0
Processing 17/30: [conf-r-mathlib: pkg-config libRmath] [csexp: dune build]
-> installed conf-r.1.0.0
Processing 18/30: [conf-r-mathlib: pkg-config libRmath] [csexp: dune build]
-> retrieved ocaml-r.0.6.0  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
Processing 19/30: [conf-r-mathlib: pkg-config libRmath] [csexp: dune build] [sexplib0: dune build]
-> compiled  csexp.1.5.2
Processing 19/30: [conf-r-mathlib: pkg-config libRmath] [sexplib0: dune build]
-> installed csexp.1.5.2
Processing 20/30: [conf-r-mathlib: pkg-config libRmath] [sexplib0: dune build]
Processing 21/30: [conf-r-mathlib: pkg-config libRmath] [dune-configurator: rm] [sexplib0: dune build]
-> retrieved stdio.v0.16.0  (cached)
-> compiled  conf-r-mathlib.1
Processing 21/30: [dune-configurator: rm] [sexplib0: dune build]
-> installed conf-r-mathlib.1
Processing 22/30: [dune-configurator: rm] [sexplib0: dune build]
Processing 22/30: [dune-configurator: dune build] [sexplib0: dune build]
-> compiled  sexplib0.v0.16.0
Processing 22/30: [dune-configurator: dune build]
-> installed sexplib0.v0.16.0
Processing 23/30: [dune-configurator: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "dune-configurator" "-j" "31" "@install" (CWD=/home/opam/.opam/5.1/.opam-switch/build/dune-configurator.3.15.2)
-> compiled  dune-configurator.3.15.2
-> installed dune-configurator.3.15.2
Processing 25/30: [base: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "base" "-j" "31" (CWD=/home/opam/.opam/5.1/.opam-switch/build/base.v0.16.3)
-> compiled  base.v0.16.3
-> installed base.v0.16.3
Processing 27/30: [stdio: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "stdio" "-j" "31" (CWD=/home/opam/.opam/5.1/.opam-switch/build/stdio.v0.16.0)
-> compiled  stdio.v0.16.0
-> installed stdio.v0.16.0
Processing 29/30: [ocaml-r: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "ocaml-r" "-j" "31" "@install" (CWD=/home/opam/.opam/5.1/.opam-switch/build/ocaml-r.0.6.0)
-> compiled  ocaml-r.0.6.0
-> installed ocaml-r.0.6.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-17 13:53.28 ---> saved as "d4283d5885a7748c71686620b88a2398f7d2370f44f14f1169687ca350d174bf"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u ocaml-r:8f359c467d8d438eda2602ca90c4cf22,conf-r-mathlib:f10a8e6d5c7eddcd8c8d8cfb436aa5d4"))
2024-05-17 13:53.30 ---> saved as "07902c2d8b00f2b0744a3fda0e4f7a887c1b7cc231e1988da6838800d26ce832"

/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.386106') && (for DATA in prep/universes/f10a8e6d5c7eddcd8c8d8cfb436aa5d4/conf-r-mathlib/1,conf-r-mathlib.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4,conf-r-mathlib.1 prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0,ocaml-r.0.6.0-8f359c467d8d438eda2602ca90c4cf22,ocaml-r.0.6.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/f10a8e6d5c7eddcd8c8d8cfb436aa5d4/conf-r-mathlib/1,conf-r-mathlib.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4,conf-r-mathlib.1 prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0,ocaml-r.0.6.0-8f359c467d8d438eda2602ca90c4cf22,ocaml-r.0.6.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/f10a8e6d5c7eddcd8c8d8cfb436aa5d4/conf-r-mathlib/1,conf-r-mathlib.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4,conf-r-mathlib.1 prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0,ocaml-r.0.6.0-8f359c467d8d438eda2602ca90c4cf22,ocaml-r.0.6.0; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.386106
prep/universes/f10a8e6d5c7eddcd8c8d8cfb436aa5d4/conf-r-mathlib/1/opam
prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0/doc/
prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0/doc/ocaml-r/
prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0/doc/ocaml-r/CHANGES.md
prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0/doc/ocaml-r/LICENSE.md
prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0/doc/ocaml-r/README.md
prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0/doc/ocaml-r/odoc-pages/
prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0/doc/ocaml-r/odoc-pages/index.mld
prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0/lib/
prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0/lib/ocaml-r/
prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0/lib/ocaml-r/OCamlR.ocamlobjinfo
prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0/lib/ocaml-r/.private/
prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0/lib/ocaml-r/.private/oCamlR__Standard_environment.cmi
prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0/lib/ocaml-r/.private/oCamlR__Standard_environment.cmt
prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0/lib/ocaml-r/META
prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0/lib/ocaml-r/base/
prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0/lib/ocaml-r/base/OCamlR_base.ocamlobjinfo
prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0/lib/ocaml-r/base/oCamlR_base.cmi
prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0/lib/ocaml-r/base/oCamlR_base.cmt
prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0/lib/ocaml-r/base/oCamlR_base.cmti
prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0/lib/ocaml-r/base/oCamlR_base_stubs2.cmi
prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0/lib/ocaml-r/base/oCamlR_base_stubs2.cmt
prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0/lib/ocaml-r/base/oCamlR_base_stubs2.cmti
prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0/lib/ocaml-r/dune-package
prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0/lib/ocaml-r/grDevices/
prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0/lib/ocaml-r/grDevices/OCamlR_grDevices.ocamlobjinfo
prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0/lib/ocaml-r/grDevices/oCamlR_grDevices.cmi
prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0/lib/ocaml-r/grDevices/oCamlR_grDevices.cmt
prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0/lib/ocaml-r/grDevices/oCamlR_grDevices.cmti
prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0/lib/ocaml-r/graphics/
prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0/lib/ocaml-r/graphics/OCamlR_graphics.ocamlobjinfo
prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0/lib/ocaml-r/graphics/oCamlR_graphics.cmi
prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0/lib/ocaml-r/graphics/oCamlR_graphics.cmt
prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0/lib/ocaml-r/graphics/oCamlR_graphics.cmti
prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0/lib/ocaml-r/graphics/oCamlR_graphics_stubs.cmi
prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0/lib/ocaml-r/graphics/oCamlR_graphics_stubs.cmt
prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0/lib/ocaml-r/graphics/oCamlR_graphics_stubs.cmti
prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0/lib/ocaml-r/interpreter/
prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0/lib/ocaml-r/interpreter/OCamlR_interpreter.ocamlobjinfo
prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0/lib/ocaml-r/interpreter/oCamlR_interpreter.cmi
prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0/lib/ocaml-r/interpreter/oCamlR_interpreter.cmt
prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0/lib/ocaml-r/math/
prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0/lib/ocaml-r/math/OCamlR_math.ocamlobjinfo
prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0/lib/ocaml-r/math/oCamlR_math.cmi
prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0/lib/ocaml-r/math/oCamlR_math.cmt
prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0/lib/ocaml-r/math/oCamlR_math.cmti
prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0/lib/ocaml-r/methods/
prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0/lib/ocaml-r/methods/OCamlR_methods.ocamlobjinfo
prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0/lib/ocaml-r/methods/oCamlR_methods.cmi
prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0/lib/ocaml-r/methods/oCamlR_methods.cmt
prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0/lib/ocaml-r/methods/oCamlR_methods.cmti
prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0/lib/ocaml-r/oCamlR.cmi
prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0/lib/ocaml-r/oCamlR.cmt
prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0/lib/ocaml-r/oCamlR.cmti
prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0/lib/ocaml-r/oCamlR__.cmi
prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0/lib/ocaml-r/oCamlR__.cmt
prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0/lib/ocaml-r/stats/
prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0/lib/ocaml-r/stats/OCamlR_stats.ocamlobjinfo
prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0/lib/ocaml-r/stats/oCamlR_stats.cmi
prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0/lib/ocaml-r/stats/oCamlR_stats.cmt
prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0/lib/ocaml-r/stats/oCamlR_stats.cmti
prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0/lib/ocaml-r/stats/oCamlR_stats_stubs.cmi
prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0/lib/ocaml-r/stats/oCamlR_stats_stubs.cmt
prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0/lib/ocaml-r/utils/
prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0/lib/ocaml-r/utils/OCamlR_utils.ocamlobjinfo
prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0/lib/ocaml-r/utils/oCamlR_utils.cmi
prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0/lib/ocaml-r/utils/oCamlR_utils.cmt
prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0/lib/ocaml-r/utils/oCamlR_utils.cmti
prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0/lib/ocaml-r/wraputils/
prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0/lib/ocaml-r/wraputils/OCamlR_wraputils.ocamlobjinfo
prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0/lib/ocaml-r/wraputils/oCamlR_wraputils.cmi
prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0/lib/ocaml-r/wraputils/oCamlR_wraputils.cmt
prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0/lib/ocaml-r/wraputils/oCamlR_wraputils.cmti
prep/universes/8f359c467d8d438eda2602ca90c4cf22/ocaml-r/0.6.0/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.
HASHES:conf-r-mathlib.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4:99b50d067de90b8eeefaaffa47011ce1ad7a4736c343ef93ee414a8e4c5bfa20
HASHES:ocaml-r.0.6.0-8f359c467d8d438eda2602ca90c4cf22:33745ec3eb67fbba6032899c5e2b2ab75ae44373edb68ae3bc972d14a9de696b
2024-05-17 13:53.32 ---> saved as "381b372682fd1974da4557383dc6214a70e74e8f19df71f4fb3eaff671d5d623"
Job succeeded
2024-05-17 13:57.37: ocaml-r.0.6.0-8f359c467d8d438eda2602ca90c4cf22 -> 33745ec3eb67fbba6032899c5e2b2ab75ae44373edb68ae3bc972d14a9de696b
2024-05-17 13:57.37: conf-r-mathlib.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4 -> 99b50d067de90b8eeefaaffa47011ce1ad7a4736c343ef93ee414a8e4c5bfa20
2024-05-17 13:57.37: Job succeeded