Build:
- 0
2024-09-12 08:35.54: New job: Voodoo prep ocaml-r.0.3.0; 80f14f199ab8847adb3733a6d407e4e1 2024-09-12 08:35.54: Waiting for resource in pool OCluster 2024-09-12 20:30.09: Waiting for worker… 2024-09-12 20:31.17: Got resource from pool OCluster 2024-09-12 20:31.17: Using cache hint "docs-universe-prep-4.11.2" To reproduce locally: cat > prep.spec <<'END-OF-SPEC' ((build tools ((from ocaml/opam:debian-12-ocaml-4.11@sha256:7a3d58c501028d55318e8ea9416b7c488fb2b901d00e3eae4ea94bf5181476e7) (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.11@sha256:7a3d58c501028d55318e8ea9416b7c488fb2b901d00e3eae4ea94bf5181476e7) (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 ocaml-r.0.3.0 stdio.v0.13.0 sexplib0.v0.13.0 jbuilder.1.0+beta20.2 dune-configurator.3.16.0 dune.3.16.0 csexp.1.5.2 configurator.v0.11.0 conf-r-mathlib.1 conf-r.1.0.0 conf-pkg-config.3 base.v0.13.2 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')")) (run (shell "opam exec -- ~/voodoo-prep -u ocaml-r:80f14f199ab8847adb3733a6d407e4e1,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.401685') && (for DATA in prep/universes/f10a8e6d5c7eddcd8c8d8cfb436aa5d4/conf-r-mathlib/1,conf-r-mathlib.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4,conf-r-mathlib.1 prep/universes/80f14f199ab8847adb3733a6d407e4e1/ocaml-r/0.3.0,ocaml-r.0.3.0-80f14f199ab8847adb3733a6d407e4e1,ocaml-r.0.3.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/80f14f199ab8847adb3733a6d407e4e1/ocaml-r/0.3.0,ocaml-r.0.3.0-80f14f199ab8847adb3733a6d407e4e1,ocaml-r.0.3.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/80f14f199ab8847adb3733a6d407e4e1/ocaml-r/0.3.0,ocaml-r.0.3.0-80f14f199ab8847adb3733a6d407e4e1,ocaml-r.0.3.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 54fcd3e447eb686fafbcc22ff932ebae133ed39e --local-file prep.spec \ --pool linux-x86_64 --connect ocluster-submission.cap --cache-hint docs-universe-prep-4.11.2 \ --secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config 2024-09-12 20:31.17: RETRYING: 2024-09-12/083554-voodoo-prep-845d6e Number of retries: 0 (retriable error condition) Building on x86-bm-c2.sw.ocaml.org All commits already cached Updating files: 84% (26797/31551) Updating files: 85% (26819/31551) Updating files: 86% (27134/31551) Updating files: 87% (27450/31551) Updating files: 88% (27765/31551) Updating files: 89% (28081/31551) Updating files: 90% (28396/31551) Updating files: 91% (28712/31551) Updating files: 92% (29027/31551) Updating files: 93% (29343/31551) Updating files: 94% (29658/31551) Updating files: 95% (29974/31551) Updating files: 96% (30289/31551) Updating files: 97% (30605/31551) Updating files: 98% (30920/31551) Updating files: 99% (31236/31551) Updating files: 100% (31551/31551) Updating files: 100% (31551/31551), done. HEAD is now at 54fcd3e447 Update pkg-config depexts for Cygwin (build "tools" …) (from ocaml/opam:debian-12-ocaml-4.11@sha256:7a3d58c501028d55318e8ea9416b7c488fb2b901d00e3eae4ea94bf5181476e7) 2024-09-12 20:24.02 ---> using "7c9d80c6275be1f462cb36204c6232602c0fc1a02021eb94be1f064ed4e2f59d" from cache /: (user (uid 1000) (gid 1000)) /: (workdir /home/opam) /home/opam: (run (shell "sudo chown opam:opam /home/opam")) 2024-09-12 20:24.02 ---> using "0093d7b4c20be4dd707452f439cd49ab24236fab760f7f266c01bc0ee6cd14a1" 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 (821 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.8 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:24.02 ---> using "dfd4b37791106907970385fe62a1efa30f393e29bb49557aec08d4939964d28f" 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:24.02 ---> using "d65d5ed31040ffe11d9e2a12be532dfa11793930e7d989b6ba3e87a4792f8a37" from cache /home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam")) 2024-09-12 20:24.02 ---> using "452314a0c194f85e51fffeb6293563780c98a1438fdc31741df4823e584ee9f9" from cache 2024-09-12 20:24.02 --> finished "tools" (from ocaml/opam:debian-12-ocaml-4.11@sha256:7a3d58c501028d55318e8ea9416b7c488fb2b901d00e3eae4ea94bf5181476e7) 2024-09-12 20:24.02 ---> using "7c9d80c6275be1f462cb36204c6232602c0fc1a02021eb94be1f064ed4e2f59d" from cache /: (user (uid 1000) (gid 1000)) /: (workdir /home/opam) /home/opam: (run (shell "sudo chown opam:opam /home/opam")) 2024-09-12 20:24.02 ---> using "0093d7b4c20be4dd707452f439cd49ab24236fab760f7f266c01bc0ee6cd14a1" from cache /home/opam: (run (shell "sudo mkdir /src")) 2024-09-12 20:24.02 ---> using "2b0453ff944b8fee0761ccc2c65a37945587669066061243f0221d51360f5a60" from cache /home/opam: (copy (src packages) (dst /src/packages)) 2024-09-12 20:24.06 ---> using "5d87c3b8ad09f3431c1d0656024b30c8aa87ae8d70efe4b5bda51cfc4653ec6e" from cache /home/opam: (copy (src repo) (dst /src/repo)) 2024-09-12 20:24.06 ---> using "80196807d8a3bbf8a869a32198aabe568f3f534e29c4e0706e45a469f8bd105b" 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:24.06 ---> using "a8d8434d85475183aa79455551bbe10e9412240133227281405b5e72b88b7e1c" from cache /home/opam: (run (shell "opam repo remove default && opam repo add opam /src")) Repositories removed from the selections of switch 4.11. Use '--all' to forget about them altogether. [opam] Initialised [NOTE] Repository opam has been added to the selections of switch 4.11 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:24.06 ---> using "d0826c71120bd5dbae2ee280370c53bd6b04adbab3410edd5ddd92b785f85885" from cache /home/opam: (copy (from (build tools)) (src /home/opam/voodoo-prep) (dst /home/opam/)) 2024-09-12 20:24.06 ---> using "33bb7e49fffbeb00c200934d24dfa53f8069c6690a2434421630aeb33fad6558" 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:24.49 ---> saved as "c88eaca023ac2bece5b412ef9aed77410c2b016701d97b9c5957831c6c0ed490" /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.3.0 stdio.v0.13.0 sexplib0.v0.13.0 jbuilder.1.0+beta20.2 dune-configurator.3.16.0 dune.3.16.0 csexp.1.5.2 configurator.v0.11.0 conf-r-mathlib.1 conf-r.1.0.0 conf-pkg-config.3 base.v0.13.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 (1089 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 ocaml-r.0.3.0 stdio.v0.13.0 sexplib0.v0.13.0 jbuilder.1.0+beta20.2 dune-configurator.3.16.0 dune.3.16.0 csexp.1.5.2 configurator.v0.11.0 conf-r-mathlib.1 conf-r.1.0.0 conf-pkg-config.3 base.v0.13.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: pkg-config r-base-core r-mathlib [NOTE] Package dune is already installed (current version is 3.16.0). The following actions will be performed: - install conf-r 1.0.0 - install jbuilder 1.0+beta20.2 - install csexp 1.5.2 - install conf-pkg-config 3 - install sexplib0 v0.13.0 - install dune-configurator 3.16.0 - install conf-r-mathlib 1 - install base v0.13.2 - install stdio v0.13.0 - install configurator v0.11.0 - install ocaml-r 0.3.0 ===== 11 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 ... 18733 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+deb12u3_amd64.deb ... - Unpacking libglib2.0-0:amd64 (2.74.6-2+deb12u3) ... - 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+deb12u3_all.deb ... - Unpacking libglib2.0-data (2.74.6-2+deb12u3) ... - 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+deb12u3) ... - 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+deb12u3) ... - 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+deb12u8) ... <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 1/33: Processing 2/33: -> retrieved conf-r.1.0.0 (cached) Processing 3/33: Processing 4/33: Processing 5/33: Processing 6/33: Processing 7/33: [conf-pkg-config: pkg-config] Processing 8/33: [conf-pkg-config: pkg-config] [conf-r: R CMD] -> retrieved base.v0.13.2 (cached) Processing 9/33: [conf-pkg-config: pkg-config] [conf-r: R CMD] -> retrieved configurator.v0.11.0 (cached) Processing 10/33: [conf-pkg-config: pkg-config] [conf-r: R CMD] -> retrieved csexp.1.5.2 (cached) Processing 11/33: [ocaml-r.0.3.0: http] [conf-pkg-config: pkg-config] [conf-r: R CMD] Processing 12/33: [ocaml-r.0.3.0: http] [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 12/33: [ocaml-r.0.3.0: http] [conf-r: R CMD] [csexp: dune build] -> installed conf-pkg-config.3 Processing 13/33: [ocaml-r.0.3.0: http] [conf-r: R CMD] [csexp: dune build] Processing 14/33: [ocaml-r.0.3.0: http] [conf-r: R CMD] [conf-r-mathlib: pkg-config libRmath] [csexp: dune build] -> compiled conf-r-mathlib.1 Processing 14/33: [ocaml-r.0.3.0: http] [conf-r: R CMD] [csexp: dune build] -> installed conf-r-mathlib.1 Processing 15/33: [ocaml-r.0.3.0: http] [conf-r: R CMD] [csexp: dune build] -> retrieved jbuilder.1.0+beta20.2 (cached) Processing 16/33: [ocaml-r.0.3.0: http] [conf-r: R CMD] [csexp: dune build] Processing 17/33: [ocaml-r.0.3.0: http] [conf-r: R CMD] [csexp: dune build] [jbuilder: ocaml configure.ml] -> compiled conf-r.1.0.0 Processing 17/33: [ocaml-r.0.3.0: http] [csexp: dune build] [jbuilder: ocaml configure.ml] -> installed conf-r.1.0.0 Processing 18/33: [ocaml-r.0.3.0: http] [csexp: dune build] [jbuilder: ocaml configure.ml] -> retrieved sexplib0.v0.13.0 (cached) Processing 19/33: [ocaml-r.0.3.0: http] [csexp: dune build] [jbuilder: ocaml configure.ml] Processing 20/33: [ocaml-r.0.3.0: http] [csexp: dune build] [jbuilder: ocaml configure.ml] [sexplib0: dune build] -> retrieved stdio.v0.13.0 (cached) Processing 20/33: [ocaml-r.0.3.0: http] [csexp: dune build] [jbuilder: ocaml bootstrap.ml] [sexplib0: dune build] -> compiled csexp.1.5.2 Processing 20/33: [ocaml-r.0.3.0: http] [jbuilder: ocaml bootstrap.ml] [sexplib0: dune build] -> installed csexp.1.5.2 Processing 21/33: [ocaml-r.0.3.0: http] [jbuilder: ocaml bootstrap.ml] [sexplib0: dune build] Processing 21/33: [jbuilder: ocaml bootstrap.ml] [sexplib0: dune build] -> retrieved ocaml-r.0.3.0 (https://github.com/pveber/ocaml-r/archive/v0.3.0.tar.gz) -> retrieved dune-configurator.3.16.0 (cached) Processing 22/33: [dune-configurator: rm] [jbuilder: ocaml bootstrap.ml] [sexplib0: dune build] -> compiled sexplib0.v0.13.0 Processing 22/33: [dune-configurator: rm] [jbuilder: ocaml bootstrap.ml] -> installed sexplib0.v0.13.0 Processing 23/33: [dune-configurator: rm] [jbuilder: ocaml bootstrap.ml] Processing 23/33: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] -> compiled dune-configurator.3.16.0 Processing 23/33: [jbuilder: ocaml bootstrap.ml] -> installed dune-configurator.3.16.0 Processing 24/33: [jbuilder: ocaml bootstrap.ml] Processing 25/33: [base: dune build] [jbuilder: ocaml bootstrap.ml] - '/home/opam/.opam/4.11/bin/ocamllex.opt' -q src/meta_lexer.mll - '/home/opam/.opam/4.11/bin/ocamldep.opt' -modules src/action.ml src/action_intf.ml src/arg_spec.ml src/artifacts.ml src/bin.ml src/binary_kind.ml src/build.ml src/build_interpret.ml src/build_system.ml src/clflags.ml src/cm_kind.ml src/colors.ml src/config.ml src/context.ml src/dep_path.ml src/env.ml src/errors.ml src/exe.ml src/file_tree.ml src/findlib.ml src/gen_meta.ml src/gen_rules.ml src/glob_lexer.boot.ml src/import.ml src/inline_tests.ml src/install.ml src/install_rules.ml src/installed_dune_file.ml src/interned.ml src/jbuild.ml src/jbuild_load.ml vendor/boot/jbuilder_opam_file_format.ml vendor/boot/jbuilder_re.ml src/js_of_ocaml_rules.ml src/lib.ml src/loc.ml src/log.ml src/main.ml src/menhir.ml src/merlin.ml src/meta.ml src/meta_lexer.ml src/ml_kind.ml src/mode.ml src/module.ml src/module_compilation.ml src/modules_partitioner.ml src/ocaml_flags.ml src/ocamldep.ml src/odoc.boot.ml src/opam_file.ml src/ordered_set_lang.ml src/package.ml src/path.ml src/per_item.ml src/preprocessing.ml src/print_diff.ml src/process.ml src/report_error.ml src/scheduler.ml src/scope.ml src/setup.boot.ml src/sexp.ml src/string_with_vars.ml src/sub_system.ml src/sub_system_intf.ml src/sub_system_name.ml src/super_context.ml src/syntax.ml src/top_closure.ml src/utils.ml src/utop.ml src/variant.ml src/vfile_kind.ml src/watermarks.ml src/workspace.ml > boot-depends.txt - '/home/opam/.opam/4.11/bin/ocamldep.opt' -modules src/stdune/caml/caml.ml src/stdune/caml/result.ml src/stdune/caml/result_compat.ml > boot-depends.txt - '/home/opam/.opam/4.11/bin/ocamldep.opt' -modules src/fiber/fiber.ml > boot-depends.txt - '/home/opam/.opam/4.11/bin/ocamldep.opt' -modules src/ocaml-config/ocaml_config.ml > boot-depends.txt - '/home/opam/.opam/4.11/bin/ocamldep.opt' -modules src/stdune/stdune.ml src/stdune/ansi_color.ml src/stdune/array.ml src/stdune/char.ml src/stdune/common.ml src/stdune/comparable.ml src/stdune/either.ml src/stdune/exn.ml src/stdune/filename.ml src/stdune/hashtbl.ml src/stdune/import.ml src/stdune/int.ml src/stdune/io.ml src/stdune/list.ml src/stdune/map.ml src/stdune/map_intf.ml src/stdune/option.ml src/stdune/or_exn.ml src/stdune/ordering.ml src/stdune/pp.ml src/stdune/result.ml src/stdune/set.ml src/stdune/set_intf.ml src/stdune/staged.ml src/stdune/string.ml > boot-depends.txt - '/home/opam/.opam/4.11/bin/ocamldep.opt' -modules src/usexp/usexp.ml src/usexp/parser_automaton_internal.ml src/usexp/sexp_ast.ml src/usexp/table.ml > boot-depends.txt - '/home/opam/.opam/4.11/bin/ocamldep.opt' -modules src/xdg/xdg.ml > boot-depends.txt - '/home/opam/.opam/4.11/bin/ocamlc.opt' -g -w -40 -o boot.exe unix.cma boot.ml - File "src/stdune/caml/result.ml", line 4, characters 7-17: - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "src/stdune/caml/result.mli", line 6, characters 7-17: - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "src/stdune/pp.ml", line 98, characters 7-18: - Alert deprecated: Stdlib.Format.pp_open_tag - Use Format.pp_open_stag. - File "src/stdune/pp.ml", line 100, characters 7-19: - Alert deprecated: Stdlib.Format.pp_close_tag - Use Format.pp_close_stag. - File "src/stdune/pp.ml", line 103, characters 18-48: - Alert deprecated: Stdlib.Format.pp_get_formatter_tag_functions - Use Format.pp_get_formatter_stag_functions. - File "src/stdune/pp.ml", line 105, characters 6-36: - Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions - This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions. - File "src/stdune/io.ml", line 1, characters 11-21: - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "src/usexp/usexp.ml", line 209, characters 15-52: - Alert deprecated: Stdlib.Format.pp_get_formatter_tag_functions - Use Format.pp_get_formatter_stag_functions. - File "src/usexp/usexp.ml", line 210, characters 2-39: - Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions - This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions. - File "src/colors.ml", line 105, characters 18-48: - Alert deprecated: Stdlib.Format.pp_get_formatter_tag_functions - Use Format.pp_get_formatter_stag_functions. - File "src/colors.ml", line 107, characters 6-36: - Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions - This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions. Processing 25/33: [base: dune build] [jbuilder: ./boot.exe 39] - ocamlc src/stdune/caml/.caml.objs/caml__Result.{cmi,cmti} - File "src/stdune/caml/result.mli", line 6, characters 7-17: - 6 | open Pervasives - ^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - ocamlopt src/stdune/caml/.caml.objs/caml__Result.{cmx,o} - File "src/stdune/caml/result.ml", line 4, characters 7-17: - 4 | open Pervasives - ^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - ocamlopt src/stdune/.stdune.objs/stdune__Pp.{cmx,o} - File "src/stdune/pp.ml", line 98, characters 7-18: - 98 | pp_open_tag ppf (embed_tag ~opening ~closing); - ^^^^^^^^^^^ - Alert deprecated: Stdlib.Format.pp_open_tag - Use Format.pp_open_stag. - File "src/stdune/pp.ml", line 100, characters 7-19: - 100 | pp_close_tag ppf () - ^^^^^^^^^^^^ - Alert deprecated: Stdlib.Format.pp_close_tag - Use Format.pp_close_stag. - File "src/stdune/pp.ml", line 103, characters 18-48: - 103 | let funcs = pp_get_formatter_tag_functions ppf () in - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.Format.pp_get_formatter_tag_functions - Use Format.pp_get_formatter_stag_functions. - File "src/stdune/pp.ml", line 105, characters 6-36: - 105 | pp_set_formatter_tag_functions ppf - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions - This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions. - ocamlopt src/stdune/.stdune.objs/stdune__Io.{cmx,o} - File "src/stdune/io.ml", line 1, characters 11-21: - 1 | module P = Pervasives - ^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - ocamlopt src/usexp/.usexp.objs/usexp.{cmx,o} - File "src/usexp/usexp.ml", line 209, characters 15-52: - 209 | let tfuncs = Format.pp_get_formatter_tag_functions ppf () in - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.Format.pp_get_formatter_tag_functions - Use Format.pp_get_formatter_stag_functions. - File "src/usexp/usexp.ml", line 210, characters 2-39: - 210 | Format.pp_set_formatter_tag_functions ppf - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions - This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions. - ocamlopt src/.jbuilder.objs/jbuilder__Colors.{cmx,o} - File "src/colors.ml", line 105, characters 18-48: - 105 | let funcs = pp_get_formatter_tag_functions ppf () in - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.Format.pp_get_formatter_tag_functions - Use Format.pp_get_formatter_stag_functions. - File "src/colors.ml", line 107, characters 6-36: - 107 | pp_set_formatter_tag_functions ppf - ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions - This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions. -> compiled jbuilder.1.0+beta20.2 Processing 25/33: [base: dune build] -> installed jbuilder.1.0+beta20.2 Processing 26/33: [base: dune build] + /home/opam/.opam/4.11/bin/dune "build" "-p" "base" "-j" "39" (CWD=/home/opam/.opam/4.11/.opam-switch/build/base.v0.13.2) -> compiled base.v0.13.2 -> installed base.v0.13.2 Processing 28/33: [stdio: dune build] + /home/opam/.opam/4.11/bin/dune "build" "-p" "stdio" "-j" "39" (CWD=/home/opam/.opam/4.11/.opam-switch/build/stdio.v0.13.0) -> compiled stdio.v0.13.0 -> installed stdio.v0.13.0 Processing 30/33: [configurator: jbuilder build] + /home/opam/.opam/4.11/bin/jbuilder "build" "-p" "configurator" "-j" "39" (CWD=/home/opam/.opam/4.11/.opam-switch/build/configurator.v0.11.0) - ocamlc src/.configurator.objs/configurator.{cmo,cmt} - File "src/configurator.ml", line 8, characters 20-35: - 8 | module Pervasives = Caml.Pervasives - ^^^^^^^^^^^^^^^ - Alert deprecated: module Caml.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - ocamlopt src/.configurator.objs/configurator.{cmx,o} - File "src/configurator.ml", line 8, characters 20-35: - 8 | module Pervasives = Caml.Pervasives - ^^^^^^^^^^^^^^^ - Alert deprecated: module Caml.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims -> compiled configurator.v0.11.0 -> installed configurator.v0.11.0 Processing 32/33: [ocaml-r: dune build] + /home/opam/.opam/4.11/bin/dune "build" "-p" "ocaml-r" "-j" "39" (CWD=/home/opam/.opam/4.11/.opam-switch/build/ocaml-r.0.3.0) - File "lib/dune", line 9, characters 19-37: - 9 | read_internal_stub - ^^^^^^^^^^^^^^^^^^ - (cd _build/default/lib && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I/usr/share/R/include -g -I /home/opam/.opam/4.11/lib/ocaml -o read_internal_stub.o -c read_internal_stub.c) - In file included from read_internal_stub.c:32: - read_internal_stub.c: In function 'ocamlr_inspect_primsxp_offset': - read_internal_stub.c:108:32: error: invalid use of undefined type 'struct SEXPREC' - 108 | return(Val_int(Sexp_val(sexp)->u.primsxp.offset)); - | ^~ - /home/opam/.opam/4.11/lib/ocaml/caml/mlvalues.h:75:47: note: in definition of macro 'Val_long' - 75 | #define Val_long(x) ((intnat) (((uintnat)(x) << 1)) + 1) - | ^ - read_internal_stub.c:108:10: note: in expansion of macro 'Val_int' - 108 | return(Val_int(Sexp_val(sexp)->u.primsxp.offset)); - | ^~~~~~~ - read_internal_stub.c: In function 'ocamlr_inspect_promsxp_value': - read_internal_stub.c:241:33: error: invalid use of undefined type 'struct SEXPREC' - 241 | return(Val_sexp(Sexp_val(sexp)->u.promsxp.value)); - | ^~ - read_internal_stub.c: In function 'ocamlr_inspect_promsxp_expr': - read_internal_stub.c:254:33: error: invalid use of undefined type 'struct SEXPREC' - 254 | return(Val_sexp(Sexp_val(sexp)->u.promsxp.expr)); - | ^~ - read_internal_stub.c: In function 'ocamlr_inspect_promsxp_env': - read_internal_stub.c:267:33: error: invalid use of undefined type 'struct SEXPREC' - 267 | return(Val_sexp(Sexp_val(sexp)->u.promsxp.env)); - | ^~ - File "lib/dune", line 10, characters 19-38: - 10 | write_internal_stub - ^^^^^^^^^^^^^^^^^^^ - (cd _build/default/lib && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I/usr/share/R/include -g -I /home/opam/.opam/4.11/lib/ocaml -o write_internal_stub.o -c write_internal_stub.c) - write_internal_stub.c: In function 'ocamlr_write_lisplist_carval': - write_internal_stub.c:50:21: error: invalid use of undefined type 'struct SEXPREC' - 50 | Sexp_val(lisplist)->u.listsxp.carval = Sexp_val(elmnt); - | ^~ - write_internal_stub.c: In function 'ocamlr_write_lisplist_tagval': - write_internal_stub.c:55:21: error: invalid use of undefined type 'struct SEXPREC' - 55 | Sexp_val(lisplist)->u.listsxp.tagval = Sexp_val(tag); - | ^~ - (cd _build/default/lib && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I/usr/share/R/include -g -I /home/opam/.opam/4.11/lib/ocaml -o initialisation_stub.o -c initialisation_stub.c) - initialisation_stub.c: In function 'ocamlr_initEmbeddedR': - initialisation_stub.c:70:35: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] - 70 | for (i=0; i<length; i++) argv[i]=String_val(Field(ml_argv, i)); - | ^ [ERROR] The compilation of ocaml-r.0.3.0 failed at "dune build -p ocaml-r -j 39". #=== ERROR while compiling ocaml-r.0.3.0 ======================================# # context 2.1.6 | linux/x86_64 | ocaml-base-compiler.4.11.2 | file:///src # path ~/.opam/4.11/.opam-switch/build/ocaml-r.0.3.0 # command ~/.opam/4.11/bin/dune build -p ocaml-r -j 39 # exit-code 1 # env-file ~/.opam/log/ocaml-r-115-ea0bbc.env # output-file ~/.opam/log/ocaml-r-115-ea0bbc.out ### output ### # File "lib/dune", line 9, characters 19-37: # 9 | read_internal_stub # ^^^^^^^^^^^^^^^^^^ # (cd _build/default/lib && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I/usr/share/R/include -g -I /home/opam/.opam/4.11/lib/ocaml -o read_internal_stub.o -c read_internal_stub.c) # In file included from read_internal_stub.c:32: # read_internal_stub.c: In function 'ocamlr_inspect_primsxp_offset': # read_internal_stub.c:108:32: error: invalid use of undefined type 'struct SEXPREC' # 108 | return(Val_int(Sexp_val(sexp)->u.primsxp.offset)); # | ^~ # /home/opam/.opam/4.11/lib/ocaml/caml/mlvalues.h:75:47: note: in definition of macro 'Val_long' # 75 | #define Val_long(x) ((intnat) (((uintnat)(x) << 1)) + 1) # | ^ # read_internal_stub.c:108:10: note: in expansion of macro 'Val_int' # 108 | return(Val_int(Sexp_val(sexp)->u.primsxp.offset)); # | ^~~~~~~ # read_internal_stub.c: In function 'ocamlr_inspect_promsxp_value': # read_internal_stub.c:241:33: error: invalid use of undefined type 'struct SEXPREC' # 241 | return(Val_sexp(Sexp_val(sexp)->u.promsxp.value)); # | ^~ # read_internal_stub.c: In function 'ocamlr_inspect_promsxp_expr': # read_internal_stub.c:254:33: error: invalid use of undefined type 'struct SEXPREC' # 254 | return(Val_sexp(Sexp_val(sexp)->u.promsxp.expr)); # | ^~ # read_internal_stub.c: In function 'ocamlr_inspect_promsxp_env': # read_internal_stub.c:267:33: error: invalid use of undefined type 'struct SEXPREC' # 267 | return(Val_sexp(Sexp_val(sexp)->u.promsxp.env)); # | ^~ # File "lib/dune", line 10, characters 19-38: # 10 | write_internal_stub # ^^^^^^^^^^^^^^^^^^^ # (cd _build/default/lib && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I/usr/share/R/include -g -I /home/opam/.opam/4.11/lib/ocaml -o write_internal_stub.o -c write_internal_stub.c) # write_internal_stub.c: In function 'ocamlr_write_lisplist_carval': # write_internal_stub.c:50:21: error: invalid use of undefined type 'struct SEXPREC' # 50 | Sexp_val(lisplist)->u.listsxp.carval = Sexp_val(elmnt); # | ^~ # write_internal_stub.c: In function 'ocamlr_write_lisplist_tagval': # write_internal_stub.c:55:21: error: invalid use of undefined type 'struct SEXPREC' # 55 | Sexp_val(lisplist)->u.listsxp.tagval = Sexp_val(tag); # | ^~ # (cd _build/default/lib && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I/usr/share/R/include -g -I /home/opam/.opam/4.11/lib/ocaml -o initialisation_stub.o -c initialisation_stub.c) # initialisation_stub.c: In function 'ocamlr_initEmbeddedR': # initialisation_stub.c:70:35: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] # 70 | for (i=0; i<length; i++) argv[i]=String_val(Field(ml_argv, i)); # | ^ <><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> +- The following actions failed | - build ocaml-r 0.3.0 +- +- The following changes have been performed | - install base v0.13.2 | - install conf-pkg-config 3 | - install conf-r 1.0.0 | - install conf-r-mathlib 1 | - install configurator v0.11.0 | - install csexp 1.5.2 | - install dune-configurator 3.16.0 | - install jbuilder 1.0+beta20.2 | - install sexplib0 v0.13.0 | - install stdio v0.13.0 +- <><> configurator.v0.11.0 installed successfully ><><><><><><><><><><><><><><><> => configurator is deprecated. Please use dune-configurator in new code and consider switching to it in existing projects. # Run eval $(opam env) to update the current shell environment The former state can be restored with: /usr/bin/opam switch import "/home/opam/.opam/4.11/.opam-switch/backup/state-20240912202637.export" 'opam --cli=2.1 install ocaml-r.0.3.0 stdio.v0.13.0 sexplib0.v0.13.0 jbuilder.1.0+beta20.2 dune-configurator.3.16.0 dune.3.16.0 csexp.1.5.2 configurator.v0.11.0 conf-r-mathlib.1 conf-r.1.0.0 conf-pkg-config.3 base.v0.13.2 --verbose --yes --confirm-level=unsafe-yes' failed. 2024-09-12 20:27.37 ---> saved as "4453e4703b200d6f822cc3b2396d5978a38938c05951913dc5dc613782fad934" /home/opam: (run (shell "opam exec -- ~/voodoo-prep -u ocaml-r:80f14f199ab8847adb3733a6d407e4e1,conf-r-mathlib:f10a8e6d5c7eddcd8c8d8cfb436aa5d4")) 2024-09-12 20:27.39 ---> saved as "6324fc9e162653181d7b4d2afe7a5be02cf2d9527b3df9fa8034d8895a0c22a2" /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.401685') && (for DATA in prep/universes/f10a8e6d5c7eddcd8c8d8cfb436aa5d4/conf-r-mathlib/1,conf-r-mathlib.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4,conf-r-mathlib.1 prep/universes/80f14f199ab8847adb3733a6d407e4e1/ocaml-r/0.3.0,ocaml-r.0.3.0-80f14f199ab8847adb3733a6d407e4e1,ocaml-r.0.3.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/80f14f199ab8847adb3733a6d407e4e1/ocaml-r/0.3.0,ocaml-r.0.3.0-80f14f199ab8847adb3733a6d407e4e1,ocaml-r.0.3.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/80f14f199ab8847adb3733a6d407e4e1/ocaml-r/0.3.0,ocaml-r.0.3.0-80f14f199ab8847adb3733a6d407e4e1,ocaml-r.0.3.0; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1) || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)")) 0.401685 prep/universes/f10a8e6d5c7eddcd8c8d8cfb436aa5d4/conf-r-mathlib/1/opam FAILED:ocaml-r.0.3.0-80f14f199ab8847adb3733a6d407e4e1 prep/universes/80f14f199ab8847adb3733a6d407e4e1/ocaml-r/0.3.0/opam prep/universes/80f14f199ab8847adb3733a6d407e4e1/ocaml-r/0.3.0/opam.err.log Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts. Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts. HASHES:conf-r-mathlib.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4:12ebb737012f124ccbea65cb5fe3fedc03ff8a3b74752f16d9d651d5e37d1ced HASHES:ocaml-r.0.3.0-80f14f199ab8847adb3733a6d407e4e1:6b556f3956490e28ed4771150ec5f954514057d84bb4ca3f0189c16c28255f99 2024-09-12 20:27.42 ---> saved as "13c6777af775adb3db8c6da1e7c748335198a7b49062e92180165cec22c11d7c" Job succeeded 2024-09-12 20:35.15: Failed: ocaml-r.0.3.0-80f14f199ab8847adb3733a6d407e4e1 2024-09-12 20:35.15: ocaml-r.0.3.0-80f14f199ab8847adb3733a6d407e4e1 -> 6b556f3956490e28ed4771150ec5f954514057d84bb4ca3f0189c16c28255f99 2024-09-12 20:35.15: conf-r-mathlib.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4 -> 12ebb737012f124ccbea65cb5fe3fedc03ff8a3b74752f16d9d651d5e37d1ced 2024-09-12 20:35.15: Job succeeded