Build:
  1. 0
2024-01-29 15:17.00: New job: Voodoo prep libdash.0.3; 2fc345bd628d0509be2c123cdf9bd7bc
2024-01-29 15:17.00: Connecting to build cluster…
2024-01-29 15:17.00: Waiting for resource in pool OCluster
2024-01-29 15:59.25: Waiting for worker…
2024-01-29 15:59.35: Got resource from pool OCluster
2024-01-29 15:59.35: Using cache hint "docs-universe-prep-5.1.0"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-5.1@sha256:b1107df238142d8db3829fbb8cfd7ee409284b5a7e05e2c5154488d322033d98)
         (user (uid 1000) (gid 1000))
         (workdir /home/opam)
         (run (shell "sudo chown opam:opam /home/opam"))
         (run (network host)
              (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
         (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
              (network host)
              (shell "opam pin -ny https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9  && opam depext -iy voodoo-prep"))
         (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))))
 (from ocaml/opam:debian-12-ocaml-5.1@sha256:b1107df238142d8db3829fbb8cfd7ee409284b5a7e05e2c5154488d322033d98)
 (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.13.0 ocamlfind.1.9.6"))
 (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 libdash.0.3 yojson.2.1.2 stdlib-shims.0.3.0 seq.base re.1.11.0 ocamlfind.1.9.6 menhirSdk.20231231 menhirLib.20231231 menhirCST.20231231 menhir.20231231 integers.0.7.0 easy-format.1.3.4 dune-configurator.3.13.0 dune.3.13.0 ctypes-foreign.0.21.1 ctypes.0.21.1 csexp.1.5.2 cppo.1.6.9 conf-which.1 conf-pkg-config.3 conf-libtool.1 conf-libffi.2.0.0 conf-automake.1 conf-autoconf.0.1 conf-aclocal.2 cmdliner.1.2.0 camlp-streams.5.0.1 biniou.1.2.2 bigarray-compat.1.1.0 atdgen-runtime.2.15.0 atdgen.2.15.0 atd.2.15.0 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u libdash:2fc345bd628d0509be2c123cdf9bd7bc"))
 (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.265550') && (for DATA in prep/universes/2fc345bd628d0509be2c123cdf9bd7bc/libdash/0.3,libdash.0.3-2fc345bd628d0509be2c123cdf9bd7bc,libdash.0.3; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/*  && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/2fc345bd628d0509be2c123cdf9bd7bc/libdash/0.3,libdash.0.3-2fc345bd628d0509be2c123cdf9bd7bc,libdash.0.3; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/2fc345bd628d0509be2c123cdf9bd7bc/libdash/0.3,libdash.0.3-2fc345bd628d0509be2c123cdf9bd7bc,libdash.0.3; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
)
END-OF-SPEC

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

2024-01-29 15:59.35: RETRYING: 2024-01-29/151700-voodoo-prep-533e78 Number of retries: 0 (retriable error condition)
Building on iphito.caelum.ci.dev
All commits already cached
Updating files:  85% (27804/32633)
Updating files:  86% (28065/32633)
Updating files:  87% (28391/32633)
Updating files:  88% (28718/32633)
Updating files:  89% (29044/32633)
Updating files:  90% (29370/32633)
Updating files:  91% (29697/32633)
Updating files:  92% (30023/32633)
Updating files:  93% (30349/32633)
Updating files:  94% (30676/32633)
Updating files:  95% (31002/32633)
Updating files:  96% (31328/32633)
Updating files:  97% (31655/32633)
Updating files:  98% (31981/32633)
Updating files:  99% (32307/32633)
Updating files: 100% (32633/32633)
Updating files: 100% (32633/32633), done.
HEAD is now at 9fc3fa05d7 [new release] dune (15 packages) (3.13.0)

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-5.1@sha256:b1107df238142d8db3829fbb8cfd7ee409284b5a7e05e2c5154488d322033d98)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.1@sha256:b1107df238142d8db3829fbb8cfd7ee409284b5a7e05e2c5154488d322033d98' locally
docker.io/ocaml/opam@sha256:b1107df238142d8db3829fbb8cfd7ee409284b5a7e05e2c5154488d322033d98: Pulling from ocaml/opam
8988d439b0e2: Pulling fs layer
8988d439b0e2: Verifying Checksum
8988d439b0e2: Download complete
8988d439b0e2: Pull complete
Digest: sha256:b1107df238142d8db3829fbb8cfd7ee409284b5a7e05e2c5154488d322033d98
Status: Downloaded newer image for ocaml/opam@sha256:b1107df238142d8db3829fbb8cfd7ee409284b5a7e05e2c5154488d322033d98
2024-01-29 15:54.38 ---> using "b27d2334d2f7f26e7b6d0a8979baf30909ac8f375ae435953404a8caec0ee19a" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-01-29 15:54.38 ---> using "f43f6c03136a95a67111980651f86e2c359d3c05cc3d6d901ec0e1d8bd257eab" from cache

/home/opam: (run (network host)
                 (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [134 kB]
Fetched 234 kB in 0s (692 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 (7830 kB/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 ... 18774 files and directories currently installed.)
Preparing to unpack .../libpkgconf3_1.8.1-1_amd64.deb ...
Unpacking libpkgconf3:amd64 (1.8.1-1) ...
Selecting previously unselected package m4.
Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ...
Unpacking m4 (1.4.19-3) ...
Selecting previously unselected package pkgconf-bin.
Preparing to unpack .../pkgconf-bin_1.8.1-1_amd64.deb ...
Unpacking pkgconf-bin (1.8.1-1) ...
Selecting previously unselected package pkgconf:amd64.
Preparing to unpack .../pkgconf_1.8.1-1_amd64.deb ...
Unpacking pkgconf:amd64 (1.8.1-1) ...
Selecting previously unselected package pkg-config:amd64.
Preparing to unpack .../pkg-config_1.8.1-1_amd64.deb ...
Unpacking pkg-config:amd64 (1.8.1-1) ...
Setting up m4 (1.4.19-3) ...
Setting up libpkgconf3:amd64 (1.8.1-1) ...
Setting up pkgconf-bin (1.8.1-1) ...
Setting up pkgconf:amd64 (1.8.1-1) ...
Setting up pkg-config:amd64 (1.8.1-1) ...
Processing triggers for libc-bin (2.36-9+deb12u3) ...
2024-01-29 15:54.38 ---> using "7ddcb640c38cfbc1e37c67af4fc903b97d27a9281eec29c6dab72128dc188154" from cache

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

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

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

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

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

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

(from ocaml/opam:debian-12-ocaml-5.1@sha256:b1107df238142d8db3829fbb8cfd7ee409284b5a7e05e2c5154488d322033d98)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.1@sha256:b1107df238142d8db3829fbb8cfd7ee409284b5a7e05e2c5154488d322033d98' locally
docker.io/ocaml/opam@sha256:b1107df238142d8db3829fbb8cfd7ee409284b5a7e05e2c5154488d322033d98: Pulling from ocaml/opam
8988d439b0e2: Pulling fs layer
8988d439b0e2: Verifying Checksum
8988d439b0e2: Download complete
8988d439b0e2: Pull complete
Digest: sha256:b1107df238142d8db3829fbb8cfd7ee409284b5a7e05e2c5154488d322033d98
Status: Downloaded newer image for ocaml/opam@sha256:b1107df238142d8db3829fbb8cfd7ee409284b5a7e05e2c5154488d322033d98
2024-01-29 15:54.38 ---> using "b27d2334d2f7f26e7b6d0a8979baf30909ac8f375ae435953404a8caec0ee19a" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-01-29 15:54.38 ---> using "f43f6c03136a95a67111980651f86e2c359d3c05cc3d6d901ec0e1d8bd257eab" from cache

/home/opam: (run (shell "sudo mkdir /src"))
2024-01-29 15:54.38 ---> using "83b634d60d015b5a14f94e478741eac47a8ab8180316937577ef8602f960fc56" from cache

/home/opam: (copy (src packages) (dst /src/packages))
2024-01-29 15:54.39 ---> using "62476d40981baaebca2aaf47019180bade3a7c9313840362cb509863b6a12f38" from cache

/home/opam: (copy (src repo) (dst /src/repo))
2024-01-29 15:54.39 ---> using "2a97bc5fa81c43d50e8a92d041f51b739a8636059d9d13e7a41e92f4b10d9edb" 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 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-01-29 15:54.39 ---> using "060218188312357d6e5001ca54c653f69f49c55cc32b830cba5cb435d530fbda" from cache

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

2024-01-29 15:54.39 ---> using "635f4693d875c6b2ec000c443cdf34ab21f9804155d2730ddf4884448228ab95" from cache

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-01-29 15:54.39 ---> using "c1359b1d4985bd681bc9005ffeaa84f91ad848219095b2ac1e2d7ac412392daa" 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.13.0 ocamlfind.1.9.6"))
The following actions will be performed:
  - install dune      3.13.0
  - install ocamlfind 1.9.6
===== 2 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved dune.3.13.0  (cached)
-> installed ocamlfind.1.9.6
-> installed dune.3.13.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-01-29 15:54.39 ---> using "893e4bc73500d6f24580ee174eaffb3cf5461e3e55951ff6cefcabf3c1ee86c9" from cache

/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 libdash.0.3 yojson.2.1.2 stdlib-shims.0.3.0 seq.base re.1.11.0 ocamlfind.1.9.6 menhirSdk.20231231 menhirLib.20231231 menhirCST.20231231 menhir.20231231 integers.0.7.0 easy-format.1.3.4 dune-configurator.3.13.0 dune.3.13.0 ctypes-foreign.0.21.1 ctypes.0.21.1 csexp.1.5.2 cppo.1.6.9 conf-which.1 conf-pkg-config.3 conf-libtool.1 conf-libffi.2.0.0 conf-automake.1 conf-autoconf.0.1 conf-aclocal.2 cmdliner.1.2.0 camlp-streams.5.0.1 biniou.1.2.2 bigarray-compat.1.1.0 atdgen-runtime.2.15.0 atdgen.2.15.0 atd.2.15.0 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))

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

Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [134 kB]
Fetched 234 kB in 0s (771 kB/s)
Reading package lists...
Building dependency tree...
Reading state information...
All packages are up to date.
Opam plugin "depext" may require upgrading/reinstalling. Reinstall the plugin on the current switch? [Y/n] y
The following actions will be performed:
  - recompile opam-depext 1.2.1-1

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

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

<><> Carrying on to "opam depext -viy libdash.0.3 yojson.2.1.2 stdlib-shims.0.3.0 seq.base re.1.11.0 ocamlfind.1.9.6 menhirSdk.20231231 menhirLib.20231231 menhirCST.20231231 menhir.20231231 integers.0.7.0 easy-format.1.3.4 dune-configurator.3.13.0 dune.3.13.0 ctypes-foreign.0.21.1 ctypes.0.21.1 csexp.1.5.2 cppo.1.6.9 conf-which.1 conf-pkg-config.3 conf-libtool.1 conf-libffi.2.0.0 conf-automake.1 conf-autoconf.0.1 conf-aclocal.2 cmdliner.1.2.0 camlp-streams.5.0.1 biniou.1.2.2 bigarray-compat.1.1.0 atdgen-runtime.2.15.0 atdgen.2.15.0 atd.2.15.0" 

You are using opam 2.1+, where external dependency handling has been integrated: consider calling opam directly, the 'depext' plugin interface is provided for backwards compatibility only
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# The following system packages are needed:
autoconf
automake
debianutils
libffi-dev
libtool
pkg-config
[NOTE] Package dune is already installed (current version is 3.13.0).
[NOTE] Package ocamlfind is already installed (current version is 1.9.6).
The following actions will be performed:
  - install cppo              1.6.9
  - install menhirCST         20231231
  - install conf-pkg-config   3
  - install cmdliner          1.2.0
  - install menhirSdk         20231231
  - install conf-libtool      1
  - install bigarray-compat   1.1.0
  - install easy-format       1.3.4
  - install menhirLib         20231231
  - install seq               base
  - install csexp             1.5.2
  - install conf-which        1
  - install camlp-streams     5.0.1
  - install stdlib-shims      0.3.0
  - install conf-libffi       2.0.0
  - install menhir            20231231
  - install yojson            2.1.2
  - install re                1.11.0
  - install dune-configurator 3.13.0
  - install conf-autoconf     0.1
  - install biniou            1.2.2
  - install integers          0.7.0
  - install atd               2.15.0
  - install conf-automake     1
  - install atdgen-runtime    2.15.0
  - install ctypes            0.21.1
  - install conf-aclocal      2
  - install atdgen            2.15.0
  - install ctypes-foreign    0.21.1
  - install libdash           0.3
===== 30 to install =====

The following system packages will first need to be installed:
    autoconf automake libffi-dev libtool pkg-config

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
Let opam run your package manager to install the required system packages?
(answer 'n' for other options) [Y/n] y
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "autoconf" "automake" "libffi-dev" "libtool" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libmagic-mgc.
- (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 ... 18774 files and directories currently installed.)
- Preparing to unpack .../00-libmagic-mgc_1%3a5.44-3_amd64.deb ...
- Unpacking libmagic-mgc (1:5.44-3) ...
- Selecting previously unselected package libmagic1:amd64.
- Preparing to unpack .../01-libmagic1_1%3a5.44-3_amd64.deb ...
- Unpacking libmagic1:amd64 (1:5.44-3) ...
- Selecting previously unselected package file.
- Preparing to unpack .../02-file_1%3a5.44-3_amd64.deb ...
- Unpacking file (1:5.44-3) ...
- Selecting previously unselected package m4.
- Preparing to unpack .../03-m4_1.4.19-3_amd64.deb ...
- Unpacking m4 (1.4.19-3) ...
- Selecting previously unselected package autoconf.
- Preparing to unpack .../04-autoconf_2.71-3_all.deb ...
- Unpacking autoconf (2.71-3) ...
- Selecting previously unselected package autotools-dev.
- Preparing to unpack .../05-autotools-dev_20220109.1_all.deb ...
- Unpacking autotools-dev (20220109.1) ...
- Selecting previously unselected package automake.
- Preparing to unpack .../06-automake_1%3a1.16.5-1.3_all.deb ...
- Unpacking automake (1:1.16.5-1.3) ...
- Selecting previously unselected package libffi-dev:amd64.
- Preparing to unpack .../07-libffi-dev_3.4.4-1_amd64.deb ...
- Unpacking libffi-dev:amd64 (3.4.4-1) ...
- Selecting previously unselected package libltdl7:amd64.
- Preparing to unpack .../08-libltdl7_2.4.7-5_amd64.deb ...
- Unpacking libltdl7:amd64 (2.4.7-5) ...
- Selecting previously unselected package libltdl-dev:amd64.
- Preparing to unpack .../09-libltdl-dev_2.4.7-5_amd64.deb ...
- Unpacking libltdl-dev:amd64 (2.4.7-5) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../10-libpkgconf3_1.8.1-1_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-1) ...
- Selecting previously unselected package libtool.
- Preparing to unpack .../11-libtool_2.4.7-5_all.deb ...
- Unpacking libtool (2.4.7-5) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../12-pkgconf-bin_1.8.1-1_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../13-pkgconf_1.8.1-1_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../14-pkg-config_1.8.1-1_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-1) ...
- Setting up libmagic-mgc (1:5.44-3) ...
- Setting up libmagic1:amd64 (1:5.44-3) ...
- Setting up m4 (1.4.19-3) ...
- Setting up file (1:5.44-3) ...
- Setting up libffi-dev:amd64 (3.4.4-1) ...
- Setting up autotools-dev (20220109.1) ...
- Setting up libpkgconf3:amd64 (1.8.1-1) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up libltdl7:amd64 (2.4.7-5) ...
- Setting up autoconf (2.71-3) ...
- Setting up automake (1:1.16.5-1.3) ...
- update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode
- Setting up libtool (2.4.7-5) ...
- Setting up pkgconf:amd64 (1.8.1-1) ...
- Setting up libltdl-dev:amd64 (2.4.7-5) ...
- Setting up pkg-config:amd64 (1.8.1-1) ...
- Processing triggers for libc-bin (2.36-9+deb12u3) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/90:
Processing  2/90:
Processing  3/90:
-> retrieved atd.2.15.0  (cached)
Processing  4/90:
-> retrieved atdgen.2.15.0  (cached)
Processing  5/90:
-> retrieved atdgen-runtime.2.15.0  (cached)
Processing  6/90:
-> retrieved bigarray-compat.1.1.0  (cached)
Processing  7/90:
Processing  8/90: [bigarray-compat: dune build]
-> retrieved biniou.1.2.2  (cached)
Processing  9/90: [bigarray-compat: dune build]
Processing 10/90: [bigarray-compat: dune build]
Processing 11/90: [bigarray-compat: dune build]
Processing 12/90: [bigarray-compat: dune build]
Processing 13/90: [bigarray-compat: dune build]
Processing 14/90: [bigarray-compat: dune build]
Processing 15/90: [bigarray-compat: dune build]
Processing 16/90: [bigarray-compat: dune build]
Processing 17/90: [bigarray-compat: dune build] [conf-libtool: libtoolize]
Processing 18/90: [bigarray-compat: dune build] [conf-libtool: libtoolize] [conf-pkg-config: pkg-config]
Processing 19/90: [bigarray-compat: dune build] [conf-libtool: libtoolize] [conf-pkg-config: pkg-config] [conf-which: which which]
-> retrieved camlp-streams.5.0.1  (cached)
Processing 20/90: [bigarray-compat: dune build] [conf-libtool: libtoolize] [conf-pkg-config: pkg-config] [conf-which: which which]
Processing 21/90: [bigarray-compat: dune build] [camlp-streams: dune build] [conf-libtool: libtoolize] [conf-pkg-config: pkg-config] [conf-which: which which]
-> retrieved cmdliner.1.2.0  (cached)
Processing 22/90: [bigarray-compat: dune build] [camlp-streams: dune build] [conf-libtool: libtoolize] [conf-pkg-config: pkg-config] [conf-which: which which]
Processing 23/90: [bigarray-compat: dune build] [camlp-streams: dune build] [cmdliner: make all] [conf-libtool: libtoolize] [conf-pkg-config: pkg-config] [conf-which: which which]
-> retrieved cppo.1.6.9  (cached)
Processing 24/90: [bigarray-compat: dune build] [camlp-streams: dune build] [cmdliner: make all] [conf-libtool: libtoolize] [conf-pkg-config: pkg-config] [conf-which: which which]
Processing 25/90: [bigarray-compat: dune build] [camlp-streams: dune build] [cmdliner: make all] [conf-libtool: libtoolize] [conf-pkg-config: pkg-config] [conf-which: which which] [cppo: dune build]
- libtoolize (GNU libtool) 2.4.7
- Written by Gary V. Vaughan <gary@gnu.org>, 2003
- 
- Copyright (C) 2022 Free Software Foundation, Inc.
- 
-> compiled  conf-libtool.1
Processing 25/90: [bigarray-compat: dune build] [camlp-streams: dune build] [cmdliner: make all] [conf-pkg-config: pkg-config] [conf-which: which which] [cppo: dune build]
-> installed conf-libtool.1
Processing 26/90: [bigarray-compat: dune build] [camlp-streams: dune build] [cmdliner: make all] [conf-pkg-config: pkg-config] [conf-which: which which] [cppo: 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 26/90: [bigarray-compat: dune build] [camlp-streams: dune build] [cmdliner: make all] [conf-which: which which] [cppo: dune build]
-> installed conf-pkg-config.3
Processing 27/90: [bigarray-compat: dune build] [camlp-streams: dune build] [cmdliner: make all] [conf-which: which which] [cppo: dune build]
Processing 28/90: [bigarray-compat: dune build] [camlp-streams: dune build] [cmdliner: make all] [conf-libffi: pkg-config libffi] [conf-which: which which] [cppo: dune build]
- /usr/bin/which
-> compiled  conf-which.1
Processing 28/90: [bigarray-compat: dune build] [camlp-streams: dune build] [cmdliner: make all] [conf-libffi: pkg-config libffi] [cppo: dune build]
-> installed conf-which.1
Processing 29/90: [bigarray-compat: dune build] [camlp-streams: dune build] [cmdliner: make all] [conf-libffi: pkg-config libffi] [cppo: dune build]
Processing 30/90: [bigarray-compat: dune build] [camlp-streams: dune build] [cmdliner: make all] [conf-autoconf: which autoconf] [conf-libffi: pkg-config libffi] [cppo: dune build]
-> retrieved csexp.1.5.2  (cached)
Processing 31/90: [bigarray-compat: dune build] [camlp-streams: dune build] [cmdliner: make all] [conf-autoconf: which autoconf] [conf-libffi: pkg-config libffi] [cppo: dune build]
Processing 32/90: [bigarray-compat: dune build] [camlp-streams: dune build] [cmdliner: make all] [conf-autoconf: which autoconf] [conf-libffi: pkg-config libffi] [cppo: dune build] [csexp: dune build]
-> retrieved ctypes.0.21.1  (cached)
Processing 33/90: [bigarray-compat: dune build] [camlp-streams: dune build] [cmdliner: make all] [conf-autoconf: which autoconf] [conf-libffi: pkg-config libffi] [cppo: dune build] [csexp: dune build]
-> retrieved ctypes-foreign.0.21.1  (cached)
Processing 34/90: [bigarray-compat: dune build] [camlp-streams: dune build] [cmdliner: make all] [conf-autoconf: which autoconf] [conf-libffi: pkg-config libffi] [cppo: dune build] [csexp: dune build]
-> compiled  conf-libffi.2.0.0
Processing 34/90: [bigarray-compat: dune build] [camlp-streams: dune build] [cmdliner: make all] [conf-autoconf: which autoconf] [cppo: dune build] [csexp: dune build]
-> installed conf-libffi.2.0.0
Processing 35/90: [bigarray-compat: dune build] [camlp-streams: dune build] [cmdliner: make all] [conf-autoconf: which autoconf] [cppo: dune build] [csexp: dune build]
- /usr/bin/autoconf
-> compiled  conf-autoconf.0.1
Processing 35/90: [bigarray-compat: dune build] [camlp-streams: dune build] [cmdliner: make all] [cppo: dune build] [csexp: dune build]
-> installed conf-autoconf.0.1
Processing 36/90: [bigarray-compat: dune build] [camlp-streams: dune build] [cmdliner: make all] [cppo: dune build] [csexp: dune build]
Processing 37/90: [bigarray-compat: dune build] [camlp-streams: dune build] [cmdliner: make all] [conf-automake: automake] [cppo: dune build] [csexp: dune build]
-> retrieved easy-format.1.3.4  (cached)
Processing 38/90: [bigarray-compat: dune build] [camlp-streams: dune build] [cmdliner: make all] [conf-automake: automake] [cppo: dune build] [csexp: dune build]
Processing 39/90: [bigarray-compat: dune build] [camlp-streams: dune build] [cmdliner: make all] [conf-automake: automake] [cppo: dune build] [csexp: dune build] [easy-format: dune build]
-> retrieved integers.0.7.0  (cached)
Processing 40/90: [bigarray-compat: dune build] [camlp-streams: dune build] [cmdliner: make all] [conf-automake: automake] [cppo: dune build] [csexp: dune build] [easy-format: dune build]
-> retrieved libdash.0.3  (cached)
Processing 41/90: [bigarray-compat: dune build] [camlp-streams: dune build] [cmdliner: make all] [conf-automake: automake] [cppo: dune build] [csexp: dune build] [easy-format: dune build]
-> compiled  bigarray-compat.1.1.0
Processing 41/90: [camlp-streams: dune build] [cmdliner: make all] [conf-automake: automake] [cppo: dune build] [csexp: dune build] [easy-format: dune build]
-> installed bigarray-compat.1.1.0
Processing 42/90: [camlp-streams: dune build] [cmdliner: make all] [conf-automake: automake] [cppo: dune build] [csexp: dune build] [easy-format: dune build]
-> retrieved menhir.20231231  (cached)
Processing 43/90: [camlp-streams: dune build] [cmdliner: make all] [conf-automake: automake] [cppo: dune build] [csexp: dune build] [easy-format: dune build]
- Usage: /usr/bin/automake [OPTION]... [Makefile]...
- 
- Generate Makefile.in for configure from Makefile.am.
- 
- Operation modes:
-       --help               print this help, then exit
-       --version            print version number, then exit
-   -v, --verbose            verbosely list files processed
-       --no-force           only update Makefile.in's that are out of date
-   -W, --warnings=CATEGORY  report the warnings falling in CATEGORY
- 
- Dependency tracking:
-   -i, --ignore-deps      disable dependency tracking code
-       --include-deps     enable dependency tracking code
- 
- Flavors:
-       --foreign          set strictness to foreign
-       --gnits            set strictness to gnits
-       --gnu              set strictness to gnu
- 
- Library files:
-   -a, --add-missing      add missing standard files to package
-       --libdir=DIR       set directory storing library files
-       --print-libdir     print directory storing library files
-   -c, --copy             with -a, copy missing files (default is symlink)
-   -f, --force-missing    force update of standard files
- 
- Warning categories include:
-   cross                  cross compilation issues
-   gnu                    GNU coding standards (default in gnu and gnits modes)
-   obsolete               obsolete features or constructions (default)
-   override               user redefinitions of Automake rules or variables
-   portability            portability issues (default in gnu and gnits modes)
-   portability-recursive  nested Make variables (default with -Wportability)
-   extra-portability      extra portability issues related to obscure tools
-   syntax                 dubious syntactic constructs (default)
-   unsupported            unsupported or incomplete features (default)
-   all                    all the warnings
-   no-CATEGORY            turn off warnings in CATEGORY
-   none                   turn off all the warnings
-   error                  treat warnings as errors
- 
- Files automatically distributed if found (always):
-   ABOUT-GNU           TODO                install-sh          mdate-sh
-   ABOUT-NLS           ar-lib              libversion.in       missing
-   BACKLOG             compile             ltcf-c.sh           mkinstalldirs
-   COPYING             config.guess        ltcf-cxx.sh         py-compile
-   COPYING.DOC         config.rpath        ltcf-gcj.sh         texinfo.tex
-   COPYING.LESSER      config.sub          ltconfig            ylwrap
-   COPYING.LIB         depcomp             ltmain.sh
- 
- Files automatically distributed if found (as .md if needed):
-   AUTHORS[.md]        INSTALL[.md]        README[.md]         THANKS[.md]
-   ChangeLog[.md]      NEWS[.md]
- 
- Files automatically distributed if found (under certain conditions):
-   README-alpha[.md]   config.h.bot        configure           configure.in
-   acconfig.h          config.h.top        configure.ac        stamp-vti
-   aclocal.m4
- 
- Report bugs to <bug-automake@gnu.org>.
- GNU Automake home page: <https://www.gnu.org/software/automake/>.
- General help using GNU software: <https://www.gnu.org/gethelp/>.
-> compiled  conf-automake.1
Processing 43/90: [camlp-streams: dune build] [cmdliner: make all] [cppo: dune build] [csexp: dune build] [easy-format: dune build]
-> installed conf-automake.1
Processing 44/90: [camlp-streams: dune build] [cmdliner: make all] [cppo: dune build] [csexp: dune build] [easy-format: dune build]
Processing 45/90: [camlp-streams: dune build] [cmdliner: make all] [conf-aclocal: aclocal] [cppo: dune build] [csexp: dune build] [easy-format: dune build]
-> retrieved menhirCST.20231231  (cached)
Processing 46/90: [camlp-streams: dune build] [cmdliner: make all] [conf-aclocal: aclocal] [cppo: dune build] [csexp: dune build] [easy-format: dune build]
Processing 47/90: [camlp-streams: dune build] [cmdliner: make all] [conf-aclocal: aclocal] [cppo: dune build] [csexp: dune build] [easy-format: dune build] [menhirCST: dune build]
-> compiled  csexp.1.5.2
Processing 47/90: [camlp-streams: dune build] [cmdliner: make all] [conf-aclocal: aclocal] [cppo: dune build] [easy-format: dune build] [menhirCST: dune build]
-> installed csexp.1.5.2
Processing 48/90: [camlp-streams: dune build] [cmdliner: make all] [conf-aclocal: aclocal] [cppo: dune build] [easy-format: dune build] [menhirCST: dune build]
-> retrieved menhirLib.20231231  (cached)
Processing 49/90: [camlp-streams: dune build] [cmdliner: make all] [conf-aclocal: aclocal] [cppo: dune build] [easy-format: dune build] [menhirCST: dune build]
Processing 50/90: [camlp-streams: dune build] [cmdliner: make all] [conf-aclocal: aclocal] [cppo: dune build] [easy-format: dune build] [menhirCST: dune build] [menhirLib: dune build]
-> compiled  camlp-streams.5.0.1
Processing 50/90: [cmdliner: make all] [conf-aclocal: aclocal] [cppo: dune build] [easy-format: dune build] [menhirCST: dune build] [menhirLib: dune build]
-> installed camlp-streams.5.0.1
Processing 51/90: [cmdliner: make all] [conf-aclocal: aclocal] [cppo: dune build] [easy-format: dune build] [menhirCST: dune build] [menhirLib: dune build]
-> compiled  easy-format.1.3.4
Processing 51/90: [cmdliner: make all] [conf-aclocal: aclocal] [cppo: dune build] [menhirCST: dune build] [menhirLib: dune build]
-> installed easy-format.1.3.4
Processing 52/90: [cmdliner: make all] [conf-aclocal: aclocal] [cppo: dune build] [menhirCST: dune build] [menhirLib: dune build]
Processing 53/90: [biniou: dune build] [cmdliner: make all] [conf-aclocal: aclocal] [cppo: dune build] [menhirCST: dune build] [menhirLib: dune build]
- aclocal (GNU automake) 1.16.5
- Copyright (C) 2021 Free Software Foundation, Inc.
- License GPLv2+: GNU GPL version 2 or later <https://gnu.org/licenses/gpl-2.0.html>
- This is free software: you are free to change and redistribute it.
- There is NO WARRANTY, to the extent permitted by law.
- 
- Written by Tom Tromey <tromey@redhat.com>
-        and Alexandre Duret-Lutz <adl@gnu.org>.
-> compiled  conf-aclocal.2
Processing 53/90: [biniou: dune build] [cmdliner: make all] [cppo: dune build] [menhirCST: dune build] [menhirLib: dune build]
-> installed conf-aclocal.2
Processing 54/90: [biniou: dune build] [cmdliner: make all] [cppo: dune build] [menhirCST: dune build] [menhirLib: dune build]
-> retrieved menhirSdk.20231231  (cached)
Processing 55/90: [biniou: dune build] [cmdliner: make all] [cppo: dune build] [menhirCST: dune build] [menhirLib: dune build]
Processing 56/90: [biniou: dune build] [cmdliner: make all] [cppo: dune build] [menhirCST: dune build] [menhirLib: dune build]
Processing 57/90: [biniou: dune build] [cmdliner: make all] [cppo: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build]
Processing 58/90: [biniou: dune build] [cmdliner: make all] [cppo: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build]
-> installed seq.base
Processing 59/90: [biniou: dune build] [cmdliner: make all] [cppo: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build]
-> retrieved re.1.11.0  (cached)
Processing 60/90: [biniou: dune build] [cmdliner: make all] [cppo: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build]
Processing 61/90: [biniou: dune build] [cmdliner: make all] [cppo: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [re: dune build]
-> retrieved dune-configurator.3.13.0  (cached)
Processing 62/90: [biniou: dune build] [cmdliner: make all] [cppo: dune build] [dune-configurator: rm] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [re: dune build]
-> compiled  cppo.1.6.9
Processing 62/90: [biniou: dune build] [cmdliner: make all] [dune-configurator: rm] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [re: dune build]
-> installed cppo.1.6.9
Processing 63/90: [biniou: dune build] [cmdliner: make all] [dune-configurator: rm] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [re: dune build]
-> compiled  menhirCST.20231231
Processing 63/90: [biniou: dune build] [cmdliner: make all] [dune-configurator: rm] [menhirLib: dune build] [menhirSdk: dune build] [re: dune build]
-> installed menhirCST.20231231
Processing 64/90: [biniou: dune build] [cmdliner: make all] [dune-configurator: rm] [menhirLib: dune build] [menhirSdk: dune build] [re: dune build]
- (cd _build/default/lib/pack && ./pack.exe)
- Creating menhirLib.ml...
- Creating menhirLib.mli...
-> compiled  menhirLib.20231231
Processing 64/90: [biniou: dune build] [cmdliner: make all] [dune-configurator: rm] [menhirSdk: dune build] [re: dune build]
-> installed menhirLib.20231231
Processing 65/90: [biniou: dune build] [cmdliner: make all] [dune-configurator: rm] [menhirSdk: dune build] [re: dune build]
-> compiled  biniou.1.2.2
Processing 65/90: [cmdliner: make all] [dune-configurator: rm] [menhirSdk: dune build] [re: dune build]
-> installed biniou.1.2.2
Processing 66/90: [cmdliner: make all] [dune-configurator: rm] [menhirSdk: dune build] [re: dune build]
-> retrieved stdlib-shims.0.3.0  (cached)
Processing 67/90: [cmdliner: make all] [dune-configurator: rm] [menhirSdk: dune build] [re: dune build] [stdlib-shims: dune build]
-> compiled  menhirSdk.20231231
Processing 67/90: [cmdliner: make all] [dune-configurator: rm] [re: dune build] [stdlib-shims: dune build]
-> installed menhirSdk.20231231
Processing 68/90: [cmdliner: make all] [dune-configurator: rm] [re: dune build] [stdlib-shims: dune build]
Processing 69/90: [cmdliner: make all] [dune-configurator: rm] [menhir: dune build] [re: dune build] [stdlib-shims: dune build]
-> retrieved yojson.2.1.2  (cached)
Processing 70/90: [cmdliner: make all] [dune-configurator: rm] [menhir: dune build] [re: dune build] [stdlib-shims: dune build] [yojson: dune build]
-> compiled  re.1.11.0
Processing 70/90: [cmdliner: make all] [dune-configurator: rm] [menhir: dune build] [stdlib-shims: dune build] [yojson: dune build]
-> installed re.1.11.0
Processing 71/90: [cmdliner: make all] [dune-configurator: rm] [menhir: dune build] [stdlib-shims: dune build] [yojson: dune build]
Processing 71/90: [cmdliner: make all] [dune-configurator: dune build] [menhir: dune build] [stdlib-shims: dune build] [yojson: dune build]
-> compiled  stdlib-shims.0.3.0
Processing 71/90: [cmdliner: make all] [dune-configurator: dune build] [menhir: dune build] [yojson: dune build]
-> installed stdlib-shims.0.3.0
Processing 72/90: [cmdliner: make all] [dune-configurator: dune build] [menhir: dune build] [yojson: dune build]
Processing 73/90: [cmdliner: make all] [dune-configurator: dune build] [integers: dune build] [menhir: dune build] [yojson: dune build]
-> compiled  integers.0.7.0
Processing 73/90: [cmdliner: make all] [dune-configurator: dune build] [menhir: dune build] [yojson: dune build]
-> installed integers.0.7.0
Processing 74/90: [cmdliner: make all] [dune-configurator: dune build] [menhir: dune build] [yojson: dune build]
- ocaml build.ml cma
- ocaml build.ml cmxa
- ocaml build.ml cmxs
-> compiled  cmdliner.1.2.0
Processing 74/90: [dune-configurator: dune build] [menhir: dune build] [yojson: dune build]
Processing 75/90: [dune-configurator: dune build] [menhir: dune build] [yojson: dune build] [cmdliner: make install]
-> compiled  yojson.2.1.2
Processing 75/90: [dune-configurator: dune build] [menhir: dune build] [cmdliner: make install]
-> compiled  dune-configurator.3.13.0
Processing 75/90: [menhir: dune build] [cmdliner: make install]
- install -d "/home/opam/.opam/5.1/lib/cmdliner"
- install pkg/META _build/cmdliner.mli _build/cmdliner.cmi _build/cmdliner.cmti "/home/opam/.opam/5.1/lib/cmdliner"
- install cmdliner.opam "/home/opam/.opam/5.1/lib/cmdliner/opam"
- install _build/cmdliner.cma "/home/opam/.opam/5.1/lib/cmdliner"
- install _build/cmdliner.cmxa _build/cmdliner.a _build/cmdliner.cmx _build/cmdliner_arg.cmx _build/cmdliner_base.cmx _build/cmdliner_cline.cmx _build/cmdliner_cmd.cmx _build/cmdliner_docgen.cmx _build/cmdliner_eval.cmx _build/cmdliner_exit.cmx _build/cmdliner_info.cmx _build/cmdliner_manpage.cmx _build/cmdliner_msg.cmx _build/cmdliner_term.cmx _build/cmdliner_term_deprecated.cmx _build/cmdliner_trie.cmx \
-   "/home/opam/.opam/5.1/lib/cmdliner"
- install _build/cmdliner.cmxs "/home/opam/.opam/5.1/lib/cmdliner"
Processing 75/90: [menhir: dune build] [cmdliner: make install-doc]
- install -d "/home/opam/.opam/5.1/doc/cmdliner/odoc-pages"
- install CHANGES.md LICENSE.md README.md "/home/opam/.opam/5.1/doc/cmdliner"
- install doc/index.mld doc/cli.mld doc/examples.mld doc/tutorial.mld \
-            doc/tool_man.mld "/home/opam/.opam/5.1/doc/cmdliner/odoc-pages"
-> installed cmdliner.1.2.0
Processing 75/90: [menhir: dune build]
-> installed dune-configurator.3.13.0
Processing 76/90: [menhir: dune build]
Processing 77/90: [ctypes: dune build] [menhir: dune build]
-> installed yojson.2.1.2
Processing 78/90: [ctypes: dune build] [menhir: dune build]
Processing 79/90: [atdgen-runtime: dune build] [ctypes: dune build] [menhir: dune build]
-> compiled  atdgen-runtime.2.15.0
Processing 79/90: [ctypes: dune build] [menhir: dune build]
-> installed atdgen-runtime.2.15.0
Processing 80/90: [ctypes: dune build] [menhir: dune build]
Processing 80/90: [ctypes: dune install] [menhir: dune build]
-> compiled  ctypes.0.21.1
Processing 80/90: [menhir: dune build]
-> installed ctypes.0.21.1
Processing 81/90: [menhir: dune build]
Processing 82/90: [ctypes-foreign: dune build] [menhir: dune build]
Processing 82/90: [ctypes-foreign: dune install] [menhir: dune build]
-> compiled  ctypes-foreign.0.21.1
Processing 82/90: [menhir: dune build]
-> installed ctypes-foreign.0.21.1
Processing 83/90: [menhir: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "menhir" "-j" "255" (CWD=/home/opam/.opam/5.1/.opam-switch/build/menhir.20231231)
- (cd _build/default/lib/pack && ./pack.exe)
- Creating menhirLib.ml...
- Creating menhirLib.mli...
- (cd _build/default/src/stage2 && .bin/menhir --exn-carries-state --no-pager --require-aliases --strict parser.mly --compare-errors parserMessages.auto.messages --compare-errors parserMessages.messages) > _build/default/src/stage2/parserMessages.check
- Read 99 sample input sentences and 99 error messages.
- Read 99 sample input sentences and 47 error messages.
- (cd _build/default && src/stage2/.bin/menhir --exn-carries-state --no-pager --require-aliases --strict -lg 1 -la 1 -lc 1 -v src/stage2/parser.mly --base src/stage2/parser --infer-read-reply src/stage2/parser__mock.mli.inferred)
- Grammar has 56 nonterminal symbols, among which 1 start symbols.
- Grammar has 37 terminal symbols.
- Grammar has 129 productions.
- Built an LR(0) automaton with 199 states.
- The grammar is not SLR(1) -- 7 states have a conflict.
- The construction mode is no-pager.
- Built an LR(1) automaton with 308 states.
- One shift/reduce conflict was silently solved.
- Extra reductions on error were added in 50 states.
- Priority played a role in 0 of these states.
- 156 out of 308 states have a default reduction.
- 108 out of 308 states are represented.
- 44 out of 96 symbols keep track of their start position.
- 39 out of 96 symbols keep track of their end position.
- The StackLang code contains 4113 instructions in 277 blocks.
- The StackLang code comprises 5 mutually recursive groups.
- (cd _build/default/src/stage2 && .bin/menhir --exn-carries-state --no-pager --require-aliases --strict parser.mly --compile-errors parserMessages.messages) > _build/default/src/stage2/parserMessages.ml
- Read 99 sample input sentences and 47 error messages.
-> compiled  menhir.20231231
-> installed menhir.20231231
Processing 85/90: [atd: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "atd" "-j" "255" "@install" (CWD=/home/opam/.opam/5.1/.opam-switch/build/atd.2.15.0)
-> compiled  atd.2.15.0
-> installed atd.2.15.0
Processing 87/90: [atdgen: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "atdgen" "-j" "255" "@install" (CWD=/home/opam/.opam/5.1/.opam-switch/build/atdgen.2.15.0)
-> compiled  atdgen.2.15.0
-> installed atdgen.2.15.0
Processing 89/90: [libdash: libtoolize]
+ /usr/bin/libtoolize  (CWD=/home/opam/.opam/5.1/.opam-switch/build/libdash.0.3)
- libtoolize: putting auxiliary files in '.'.
- libtoolize: linking file './ltmain.sh'
- libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
- libtoolize: linking file 'm4/libtool.m4'
- libtoolize: linking file 'm4/ltoptions.m4'
- libtoolize: linking file 'm4/ltsugar.m4'
- libtoolize: linking file 'm4/ltversion.m4'
- libtoolize: linking file 'm4/lt~obsolete.m4'
Processing 89/90: [libdash: aclocal]
+ /usr/bin/aclocal  (CWD=/home/opam/.opam/5.1/.opam-switch/build/libdash.0.3)
Processing 89/90: [libdash: autoheader]
+ /usr/bin/autoheader  (CWD=/home/opam/.opam/5.1/.opam-switch/build/libdash.0.3)
Processing 89/90: [libdash: automake]
+ /usr/bin/automake "--add-missing" (CWD=/home/opam/.opam/5.1/.opam-switch/build/libdash.0.3)
- configure.ac:15: installing './ar-lib'
- configure.ac:10: installing './compile'
- configure.ac:196: installing './config.guess'
- configure.ac:196: installing './config.sub'
- configure.ac:2: installing './install-sh'
- configure.ac:2: installing './missing'
- src/Makefile.am: installing './depcomp'
Processing 89/90: [libdash: autoconf]
+ /usr/bin/autoconf  (CWD=/home/opam/.opam/5.1/.opam-switch/build/libdash.0.3)
- configure.ac:196: warning: The macro `AC_PROG_LIBTOOL' is obsolete.
- configure.ac:196: You should run autoupdate.
- m4/libtool.m4:100: AC_PROG_LIBTOOL is expanded from...
- configure.ac:196: the top level
Processing 89/90: [libdash: mkdir _build]
+ /usr/bin/mkdir "_build" (CWD=/home/opam/.opam/5.1/.opam-switch/build/libdash.0.3)
Processing 89/90: [libdash: ./configure]
+ /home/opam/.opam/5.1/.opam-switch/build/libdash.0.3/./configure "--prefix=/home/opam/.opam/5.1/.opam-switch/build/libdash.0.3/_build" (CWD=/home/opam/.opam/5.1/.opam-switch/build/libdash.0.3)
- checking for a BSD-compatible install... /usr/bin/install -c
- checking whether build environment is sane... yes
- checking for a race-free mkdir -p... /usr/bin/mkdir -p
- checking for gawk... no
- checking for mawk... mawk
- checking whether make sets $(MAKE)... yes
- checking whether make supports nested variables... yes
- checking whether make supports nested variables... (cached) yes
- checking for gcc... gcc
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables... 
- checking whether we are cross compiling... no
- checking for suffix of object files... o
- checking whether the compiler supports GNU C... yes
- checking whether gcc accepts -g... yes
- checking for gcc option to enable C11 features... none needed
- checking whether gcc understands -c and -o together... yes
- checking whether make supports the include directive... yes (GNU style)
- checking dependency style of gcc... gcc3
- checking for stdio.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for strings.h... yes
- checking for sys/stat.h... yes
- checking for sys/types.h... yes
- checking for unistd.h... yes
- checking for wchar.h... yes
- checking for minix/config.h... no
- checking whether it is safe to define __EXTENSIONS__... yes
- checking whether _XOPEN_SOURCE should be defined... no
- checking for bison... no
- checking for byacc... no
- checking for ar... ar
- checking the archiver (ar) interface... ar
- checking for build system compiler... gcc
- checking for __attribute__((__alias__()))... yes
- checking for alloca.h... yes
- checking for paths.h... 
- yes
- checking for gcc options needed to detect all undeclared functions... none needed
- checking whether _PATH_BSHELL is declared... yes
- checking whether _PATH_DEVNULL is declared... yes
- checking whether _PATH_TTY is declared... yes
- checking whether isblank is declared... yes
- checking size of intmax_t... 8
- checking size of long long int... 8
- checking whether PRIdMAX is declared... yes
- checking for bsearch... yes
- checking for faccessat... yes
- checking for getpwnam... yes
- checking for getrlimit... yes
- checking for isalpha... yes
- checking for killpg... yes
- checking for mempcpy... yes
- checking for sigsetmask... yes
- checking for stpcpy... yes
- checking for strchrnul... yes
- checking for strsignal... yes
- checking for strtod... yes
- checking for strtoimax... yes
- checking for strtoumax... yes
- checking for sysconf... 
- yes
- checking for signal... yes
- checking for stat64... yes
- checking for open64... yes
- checking for stat::st_mtim... yes
- checking build system type... x86_64-pc-linux-gnu
- checking host system type... x86_64-pc-linux-gnu
- checking how to print strings... printf
- checking for a sed that does not truncate output... /usr/bin/sed
- checking for grep that handles long lines and -e... /usr/bin/grep
- checking for egrep... /usr/bin/grep -E
- checking for fgrep... /usr/bin/grep -F
- checking for ld used by gcc... /usr/bin/ld
- checking if the linker (/usr/bin/ld) is GNU ld... yes
- checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
- checking the name lister (/usr/bin/nm -B) interface... BSD nm
- checking whether ln -s works... yes
- checking the maximum length of command line arguments... 1572864
- checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
- checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
- checking for /usr/bin/ld option to reload object files... -r
- checking for file... file
- checking for objdump... objdump
- checking how to recognize dependent libraries... pass_all
- checking for dlltool... no
- checking how to associate runtime and link libraries... printf %s\n
- checking for archiver @FILE support... @
- checking for strip... strip
- checking for ranlib... ranlib
- checking command to parse /usr/bin/nm -B output from gcc object... ok
- checking for sysroot... no
- checking for a working dd... /usr/bin/dd
- checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
- checking for mt... no
- checking if : is a manifest tool... no
- checking for dlfcn.h... yes
- checking for objdir... .libs
- checking if gcc supports -fno-rtti -fno-exceptions... no
- checking for gcc option to produce PIC... -fPIC -DPIC
- checking if gcc PIC flag -fPIC -DPIC works... yes
- checking if gcc static flag -static works... yes
- checking if gcc supports -c -o file.o... yes
- checking if gcc supports -c -o file.o... (cached) yes
- checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
- checking whether -lc should be explicitly linked in... no
- checking dynamic linker characteristics... GNU/Linux ld.so
- checking how to hardcode library paths into programs... immediate
- checking whether stripping libraries is possible... yes
- checking if libtool supports shared libraries... yes
- checking whether to build shared libraries... yes
- checking whether to build static libraries... yes
- checking that generated files are newer than configure... done
- configure: creating ./config.status
- config.status: creating Makefile
- config.status: creating src/Makefile
- config.status: creating config.h
- config.status: executing depfiles commands
- config.status: executing libtool commands
Processing 89/90: [libdash: make]
+ /usr/bin/make  (CWD=/home/opam/.opam/5.1/.opam-switch/build/libdash.0.3)
- /usr/bin/make  all-recursive
- make[1]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/libdash.0.3'
- Making all in src
- make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/libdash.0.3/src'
-   CC       builtins.def
-   GEN      builtins.h
-   CC       mknodes
-   GEN      nodes.h
-   GEN      token.h
-   CC       mksyntax
-   GEN      syntax.h
- /usr/bin/make  all-am
- make[3]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/libdash.0.3/src'
-   CC       dash-alias.o
-   CC       dash-arith_yacc.o
-   CC       dash-arith_yylex.o
-   CC       dash-cd.o
-   CC       dash-error.o
-   CC       dash-eval.o
-   CC       dash-exec.o
-   CC       dash-expand.o
-   CC       dash-histedit.o
-   CC       dash-input.o
-   CC       dash-jobs.o
-   CC       dash-mail.o
-   CC       dash-main.o
-   CC       dash-memalloc.o
-   CC       dash-miscbltin.o
-   CC       dash-mystring.o
-   CC       dash-options.o
-   CC       dash-parser.o
-   CC       dash-redir.o
-   CC       dash-show.o
-   CC       dash-trap.o
-   CC       dash-output.o
-   CC       bltin/dash-printf.o
-   CC       dash-system.o
-   CC       bltin/dash-test.o
-   CC       bltin/dash-times.o
-   CC       dash-var.o
-   CC       builtins.o
-   CC       mkinit
-   GEN      init.c
-   CC       init.o
-   CC       nodes.o
-   CC       mksignames
-   GEN      signames.c
-   CC       signames.o
-   CC       syntax.o
-   CCLD     dash
-   CC       alias.o
-   CC       arith_yacc.o
-   CC       arith_yylex.o
-   CC       cd.o
-   CC       error.o
-   CC       eval.o
-   CC       exec.o
-   CC       expand.o
-   CC       histedit.o
-   CC       input.o
-   CC       jobs.o
-   CC       mail.o
-   CC       main.o
- main.c:278:1: warning: 'read_profile' defined but not used [-Wunused-function]
-   278 | read_profile(const char *name)
-       | ^~~~~~~~~~~~
-   CC       memalloc.o
-   CC       miscbltin.o
-   CC       mystring.o
-   CC       options.o
-   CC       parser.o
-   CC       redir.o
-   CC       show.o
-   CC       trap.o
-   CC       output.o
-   CC       bltin/printf.o
-   CC       system.o
-   CC       bltin/test.o
-   CC       bltin/times.o
-   CC       var.o
-   AR       libdash.a
- ar: `u' modifier ignored since `D' is the default (see `U')
-   CC       libdash_la-alias.lo
-   CC       libdash_la-arith_yacc.lo
-   CC       libdash_la-arith_yylex.lo
-   CC       libdash_la-cd.lo
-   CC       libdash_la-error.lo
-   CC       libdash_la-eval.lo
-   CC       libdash_la-exec.lo
-   CC       libdash_la-expand.lo
-   CC       libdash_la-histedit.lo
-   CC       libdash_la-input.lo
-   CC       libdash_la-jobs.lo
-   CC       libdash_la-mail.lo
-   CC       libdash_la-main.lo
- main.c:278:1: warning: 'read_profile' defined but not used [-Wunused-function]
-   278 | read_profile(const char *name)
-       | ^~~~~~~~~~~~
-   CC       libdash_la-memalloc.lo
-   CC       libdash_la-miscbltin.lo
-   CC       libdash_la-mystring.lo
-   CC       libdash_la-options.lo
-   CC       libdash_la-parser.lo
-   CC       libdash_la-redir.lo
-   CC       libdash_la-show.lo
-   CC       libdash_la-trap.lo
-   CC       libdash_la-output.lo
-   CC       bltin/libdash_la-printf.lo
-   CC       libdash_la-system.lo
-   CC       bltin/libdash_la-test.lo
-   CC       bltin/libdash_la-times.lo
-   CC       libdash_la-var.lo
-   CC       libdash_la-builtins.lo
-   CC       libdash_la-init.lo
-   CC       libdash_la-nodes.lo
-   CC       libdash_la-signames.lo
-   CC       libdash_la-syntax.lo
-   CCLD     libdash.la
-   CC       dlldash_la-alias.lo
-   CC       dlldash_la-arith_yacc.lo
-   CC       dlldash_la-arith_yylex.lo
-   CC       dlldash_la-cd.lo
-   CC       dlldash_la-error.lo
-   CC       dlldash_la-eval.lo
-   CC       dlldash_la-exec.lo
-   CC       dlldash_la-expand.lo
-   CC       dlldash_la-histedit.lo
-   CC       dlldash_la-input.lo
-   CC       dlldash_la-jobs.lo
-   CC       dlldash_la-mail.lo
-   CC       dlldash_la-main.lo
- main.c:278:1: warning: 'read_profile' defined but not used [-Wunused-function]
-   278 | read_profile(const char *name)
-       | ^~~~~~~~~~~~
-   CC       dlldash_la-memalloc.lo
-   CC       dlldash_la-miscbltin.lo
-   CC       dlldash_la-mystring.lo
-   CC       dlldash_la-options.lo
-   CC       dlldash_la-parser.lo
-   CC       dlldash_la-redir.lo
-   CC       dlldash_la-show.lo
-   CC       dlldash_la-trap.lo
-   CC       dlldash_la-output.lo
-   CC       bltin/dlldash_la-printf.lo
-   CC       dlldash_la-system.lo
-   CC       bltin/dlldash_la-test.lo
-   CC       bltin/dlldash_la-times.lo
-   CC       dlldash_la-var.lo
-   CC       dlldash_la-builtins.lo
-   CC       dlldash_la-init.lo
-   CC       dlldash_la-nodes.lo
-   CC       dlldash_la-signames.lo
-   CC       dlldash_la-syntax.lo
-   CCLD     dlldash.la
- make[3]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/libdash.0.3/src'
- make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/libdash.0.3/src'
- make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/libdash.0.3'
- make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/libdash.0.3'
- make[1]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/libdash.0.3'
Processing 89/90: [libdash: make install]
+ /usr/bin/make "install" (CWD=/home/opam/.opam/5.1/.opam-switch/build/libdash.0.3)
- Making install in src
- make[1]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/libdash.0.3/src'
- /usr/bin/make  install-am
- make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/libdash.0.3/src'
- make[3]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/libdash.0.3/src'
-  /usr/bin/mkdir -p '/home/opam/.opam/5.1/.opam-switch/build/libdash.0.3/_build/lib'
-  /bin/bash ../libtool   --mode=install /usr/bin/install -c   libdash.la dlldash.la '/home/opam/.opam/5.1/.opam-switch/build/libdash.0.3/_build/lib'
- libtool: install: /usr/bin/install -c .libs/libdash.so.0.0.0 /home/opam/.opam/5.1/.opam-switch/build/libdash.0.3/_build/lib/libdash.so.0.0.0
- libtool: install: (cd /home/opam/.opam/5.1/.opam-switch/build/libdash.0.3/_build/lib && { ln -s -f libdash.so.0.0.0 libdash.so.0 || { rm -f libdash.so.0 && ln -s libdash.so.0.0.0 libdash.so.0; }; })
- libtool: install: (cd /home/opam/.opam/5.1/.opam-switch/build/libdash.0.3/_build/lib && { ln -s -f libdash.so.0.0.0 libdash.so || { rm -f libdash.so && ln -s libdash.so.0.0.0 libdash.so; }; })
- libtool: install: /usr/bin/install -c .libs/libdash.lai /home/opam/.opam/5.1/.opam-switch/build/libdash.0.3/_build/lib/libdash.la
- libtool: install: /usr/bin/install -c .libs/dlldash.so.0.0.0 /home/opam/.opam/5.1/.opam-switch/build/libdash.0.3/_build/lib/dlldash.so.0.0.0
- libtool: install: (cd /home/opam/.opam/5.1/.opam-switch/build/libdash.0.3/_build/lib && { ln -s -f dlldash.so.0.0.0 dlldash.so.0 || { rm -f dlldash.so.0 && ln -s dlldash.so.0.0.0 dlldash.so.0; }; })
- libtool: install: (cd /home/opam/.opam/5.1/.opam-switch/build/libdash.0.3/_build/lib && { ln -s -f dlldash.so.0.0.0 dlldash.so || { rm -f dlldash.so && ln -s dlldash.so.0.0.0 dlldash.so; }; })
- libtool: install: /usr/bin/install -c .libs/dlldash.lai /home/opam/.opam/5.1/.opam-switch/build/libdash.0.3/_build/lib/dlldash.la
- libtool: finish: PATH="/home/opam/.opam/5.1/bin:/home/opam/.opam/plugins/bin:/home/opam/.opam/5.1/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /home/opam/.opam/5.1/.opam-switch/build/libdash.0.3/_build/lib
- ----------------------------------------------------------------------
- Libraries have been installed in:
-    /home/opam/.opam/5.1/.opam-switch/build/libdash.0.3/_build/lib
- 
- If you ever happen to want to link against installed libraries
- in a given directory, LIBDIR, you must either use libtool, and
- specify the full pathname of the library, or use the '-LLIBDIR'
- flag during linking and do at least one of the following:
-    - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable
-      during execution
-    - add LIBDIR to the 'LD_RUN_PATH' environment variable
-      during linking
-    - use the '-Wl,-rpath -Wl,LIBDIR' linker flag
-    - have your system administrator add LIBDIR to '/etc/ld.so.conf'
- 
- See any operating system documentation about shared libraries for
- more information, such as the ld(1) and ld.so(8) manual pages.
- ----------------------------------------------------------------------
-  /usr/bin/mkdir -p '/home/opam/.opam/5.1/.opam-switch/build/libdash.0.3/_build/bin'
-   /bin/bash ../libtool   --mode=install /usr/bin/install -c dash '/home/opam/.opam/5.1/.opam-switch/build/libdash.0.3/_build/bin'
- libtool: install: /usr/bin/install -c dash /home/opam/.opam/5.1/.opam-switch/build/libdash.0.3/_build/bin/dash
-  /usr/bin/mkdir -p '/home/opam/.opam/5.1/.opam-switch/build/libdash.0.3/_build/lib'
-  /usr/bin/install -c -m 644  libdash.a '/home/opam/.opam/5.1/.opam-switch/build/libdash.0.3/_build/lib'
-  ( cd '/home/opam/.opam/5.1/.opam-switch/build/libdash.0.3/_build/lib' && ranlib libdash.a )
-  /usr/bin/mkdir -p '/home/opam/.opam/5.1/.opam-switch/build/libdash.0.3/_build/share/man/man1'
-  /usr/bin/install -c -m 644 dash.1 '/home/opam/.opam/5.1/.opam-switch/build/libdash.0.3/_build/share/man/man1'
- make[3]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/libdash.0.3/src'
- make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/libdash.0.3/src'
- make[1]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/libdash.0.3/src'
- make[1]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/libdash.0.3'
- make[2]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/libdash.0.3'
- make[2]: Nothing to be done for 'install-exec-am'.
- make[2]: Nothing to be done for 'install-data-am'.
- make[2]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/libdash.0.3'
- make[1]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/libdash.0.3'
Processing 89/90: [libdash: ocaml/mk_meta.sh]
+ /home/opam/.opam/5.1/.opam-switch/build/libdash.0.3/ocaml/mk_meta.sh "/home/opam/.opam/5.1/lib/libdash" (CWD=/home/opam/.opam/5.1/.opam-switch/build/libdash.0.3)
Processing 89/90: [libdash: make ocaml]
+ /usr/bin/make "-C" "ocaml" "all" (CWD=/home/opam/.opam/5.1/.opam-switch/build/libdash.0.3)
- make: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/libdash.0.3/ocaml'
- ocamlfind ocamlmklib -g -package str,ctypes,ctypes.foreign -L/home/opam/.opam/5.1/.opam-switch/build/libdash.0.3/_build/lib -ldash dash.mli dash.ml ast.mli ast.ml -o dash
- ./mk_meta.sh
- atdgen -j -j-std ast_atd.atd
- sed -i -e '/type char = Ast.char/d' ast_atd_j.ml
- sed -i -e '/type char = Ast.char/d' ast_atd_j.mli
- mv ast_atd_j.ml ast_json.ml
- mv ast_atd_j.mli ast_json.mli
- ocamlfind ocamlopt -g -thread -package threads,str,atdgen,ctypes,ctypes.foreign -linkpkg -cclib -L/home/opam/.opam/5.1/.opam-switch/build/libdash.0.3/_build/lib -cclib -ldash dash.cmxa ast_json.mli ast_json.ml shell_to_json.ml -o shell_to_json
- ocamlfind ocamlopt -g -thread -package threads,str,atdgen,ctypes,ctypes.foreign -linkpkg -cclib -L/home/opam/.opam/5.1/.opam-switch/build/libdash.0.3/_build/lib -cclib -ldash dash.cmxa ast_json.mli ast_json.ml json_to_shell.ml -o json_to_shell
- make: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/libdash.0.3/ocaml'
Processing 89/90: [libdash: ./mk_dot_install.sh]
+ /home/opam/.opam/5.1/.opam-switch/build/libdash.0.3/./mk_dot_install.sh  (CWD=/home/opam/.opam/5.1/.opam-switch/build/libdash.0.3)
Processing 89/90: [libdash: ./ldconfig.sh]
+ /home/opam/.opam/5.1/.opam-switch/build/libdash.0.3/./ldconfig.sh  (CWD=/home/opam/.opam/5.1/.opam-switch/build/libdash.0.3)
-> compiled  libdash.0.3
-> installed libdash.0.3
Done.
# Run eval $(opam env) to update the current shell environment
2024-01-29 15:56.38 ---> saved as "c204bfb5fc5bdb9f1f1ebdbf0c78ee1ebe09bf71847bcb064be64b08d0d0c0a5"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u libdash:2fc345bd628d0509be2c123cdf9bd7bc"))
2024-01-29 15:56.39 ---> saved as "202d392287a036409cc3e2ccc9ff96f71c87196be4a3c8ef261753c6bae65ff0"

/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.265550') && (for DATA in prep/universes/2fc345bd628d0509be2c123cdf9bd7bc/libdash/0.3,libdash.0.3-2fc345bd628d0509be2c123cdf9bd7bc,libdash.0.3; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/*  && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/2fc345bd628d0509be2c123cdf9bd7bc/libdash/0.3,libdash.0.3-2fc345bd628d0509be2c123cdf9bd7bc,libdash.0.3; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/2fc345bd628d0509be2c123cdf9bd7bc/libdash/0.3,libdash.0.3-2fc345bd628d0509be2c123cdf9bd7bc,libdash.0.3; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.265550
prep/universes/2fc345bd628d0509be2c123cdf9bd7bc/libdash/0.3/lib/
prep/universes/2fc345bd628d0509be2c123cdf9bd7bc/libdash/0.3/lib/libdash/
prep/universes/2fc345bd628d0509be2c123cdf9bd7bc/libdash/0.3/lib/libdash/dash.ocamlobjinfo
prep/universes/2fc345bd628d0509be2c123cdf9bd7bc/libdash/0.3/lib/libdash/META
prep/universes/2fc345bd628d0509be2c123cdf9bd7bc/libdash/0.3/lib/libdash/ast.cmi
prep/universes/2fc345bd628d0509be2c123cdf9bd7bc/libdash/0.3/lib/libdash/dash.cmi
prep/universes/2fc345bd628d0509be2c123cdf9bd7bc/libdash/0.3/opam
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
HASHES:libdash.0.3-2fc345bd628d0509be2c123cdf9bd7bc:e8167fe9c97779f82e3ced5df9763e2c12a4e39b107dfda56f2f5347206e557c
2024-01-29 15:56.40 ---> saved as "205beccdb8adb4d55c85f4c0d45931a462c9c5546972d79faf05f6769dec3bb5"
Job succeeded
2024-01-29 16:02.12: libdash.0.3-2fc345bd628d0509be2c123cdf9bd7bc -> e8167fe9c97779f82e3ced5df9763e2c12a4e39b107dfda56f2f5347206e557c
2024-01-29 16:02.13: Job succeeded