Build:
  1. 0
2024-01-23 15:47.38: New job: Voodoo prep clangml-transforms.0.26; 227c80732293d2e9d22df733b9d3ce8a
2024-01-23 15:47.38: Connecting to build cluster…
2024-01-23 15:47.38: Waiting for resource in pool OCluster
2024-01-23 15:47.49: Waiting for worker…
2024-01-23 15:47.51: Got resource from pool OCluster
2024-01-23 15:47.51: Using cache hint "docs-universe-prep-5.0.0"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-5.0@sha256:65eea9715faee34edadcde880f0fc931ed85a5c5f135c27333e3f0a0776622ee)
         (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.0@sha256:65eea9715faee34edadcde880f0fc931ed85a5c5f135c27333e3f0a0776622ee)
 (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 clangml-transforms.0.26 traverse.0.3.0 stdlib-shims.0.3.0 stdcompat.19 sexplib0.v0.16.0 refl.0.4.1 ppxlib.0.31.0 ppx_derivers.1.2.1 ocamlfind.1.9.6 ocaml-migrate-parsetree.2.4.0 ocaml-compiler-libs.v0.12.4 metaquot.0.5.2 metapp.0.4.4 fix.20230505 dune.3.13.0 dolog.4.0.0 conf-zlib.1 conf-which.1 conf-pkg-config.3 conf-ncurses.1 conf-libclang.15 conf-bash.1 conf-autoconf.0.1 clangml.4.8.0 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u clangml-transforms:227c80732293d2e9d22df733b9d3ce8a,dolog:a71352632a57aa10854e1410cbeb083e,conf-libclang:f2938e42a15b2b6c325c417f27570714,clangml:a61b689ac1ad7651369a98c48b69b4c5"))
 (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.931089') && (for DATA in prep/universes/a61b689ac1ad7651369a98c48b69b4c5/clangml/4.8.0,clangml.4.8.0-a61b689ac1ad7651369a98c48b69b4c5,clangml.4.8.0 prep/universes/f2938e42a15b2b6c325c417f27570714/conf-libclang/15,conf-libclang.15-f2938e42a15b2b6c325c417f27570714,conf-libclang.15 prep/universes/a71352632a57aa10854e1410cbeb083e/dolog/4.0.0,dolog.4.0.0-a71352632a57aa10854e1410cbeb083e,dolog.4.0.0 prep/universes/227c80732293d2e9d22df733b9d3ce8a/clangml-transforms/0.26,clangml-transforms.0.26-227c80732293d2e9d22df733b9d3ce8a,clangml-transforms.0.26; 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/a61b689ac1ad7651369a98c48b69b4c5/clangml/4.8.0,clangml.4.8.0-a61b689ac1ad7651369a98c48b69b4c5,clangml.4.8.0 prep/universes/f2938e42a15b2b6c325c417f27570714/conf-libclang/15,conf-libclang.15-f2938e42a15b2b6c325c417f27570714,conf-libclang.15 prep/universes/a71352632a57aa10854e1410cbeb083e/dolog/4.0.0,dolog.4.0.0-a71352632a57aa10854e1410cbeb083e,dolog.4.0.0 prep/universes/227c80732293d2e9d22df733b9d3ce8a/clangml-transforms/0.26,clangml-transforms.0.26-227c80732293d2e9d22df733b9d3ce8a,clangml-transforms.0.26; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 staging.docs.ci.ocamllabs.io:/data/.; done) && (for DATA in prep/universes/a61b689ac1ad7651369a98c48b69b4c5/clangml/4.8.0,clangml.4.8.0-a61b689ac1ad7651369a98c48b69b4c5,clangml.4.8.0 prep/universes/f2938e42a15b2b6c325c417f27570714/conf-libclang/15,conf-libclang.15-f2938e42a15b2b6c325c417f27570714,conf-libclang.15 prep/universes/a71352632a57aa10854e1410cbeb083e/dolog/4.0.0,dolog.4.0.0-a71352632a57aa10854e1410cbeb083e,dolog.4.0.0 prep/universes/227c80732293d2e9d22df733b9d3ce8a/clangml-transforms/0.26,clangml-transforms.0.26-227c80732293d2e9d22df733b9d3ce8a,clangml-transforms.0.26; 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.0.0 \
--secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config

2024-01-23 15:47.51: RETRYING: 2024-01-23/154738-voodoo-prep-ad0a7f Number of retries: 0 (retriable error condition)
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 9fc3fa05d7 [new release] dune (15 packages) (3.13.0)

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-5.0@sha256:65eea9715faee34edadcde880f0fc931ed85a5c5f135c27333e3f0a0776622ee)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.0@sha256:65eea9715faee34edadcde880f0fc931ed85a5c5f135c27333e3f0a0776622ee' locally
docker.io/ocaml/opam@sha256:65eea9715faee34edadcde880f0fc931ed85a5c5f135c27333e3f0a0776622ee: Pulling from ocaml/opam
6f139a5d3cac: Pulling fs layer
6f139a5d3cac: Waiting
6f139a5d3cac: Verifying Checksum
6f139a5d3cac: Download complete
6f139a5d3cac: Pull complete
Digest: sha256:65eea9715faee34edadcde880f0fc931ed85a5c5f135c27333e3f0a0776622ee
Status: Downloaded newer image for ocaml/opam@sha256:65eea9715faee34edadcde880f0fc931ed85a5c5f135c27333e3f0a0776622ee
2024-01-23 15:50.51 ---> using "f519674b5b29e8ecab764b2669f2269a0353b1febb28ce68dffcc8da3018b52c" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-01-23 15:50.51 ---> using "413522163e4d5510a7b08eb7ef24c792530d9030362a480d4d6864c412ce8c2a" 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]
Fetched 100 kB in 1s (199 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 (878 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 ... 18743 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-23 15:50.51 ---> using "41e4e6d120ee343e216da1a3eac0233a356e1fdc385d12186c1fef586dab4c4f" from cache

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

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

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

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

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

/home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))
2024-01-23 15:50.51 ---> using "8d7b845a60286f99b06020f4043b1d84077ca66629db4dba11c3433a3d49de48" from cache
2024-01-23 15:50.51 --> finished "tools"

(from ocaml/opam:debian-12-ocaml-5.0@sha256:65eea9715faee34edadcde880f0fc931ed85a5c5f135c27333e3f0a0776622ee)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.0@sha256:65eea9715faee34edadcde880f0fc931ed85a5c5f135c27333e3f0a0776622ee' locally
docker.io/ocaml/opam@sha256:65eea9715faee34edadcde880f0fc931ed85a5c5f135c27333e3f0a0776622ee: Pulling from ocaml/opam
6f139a5d3cac: Pulling fs layer
6f139a5d3cac: Waiting
6f139a5d3cac: Verifying Checksum
6f139a5d3cac: Download complete
6f139a5d3cac: Pull complete
Digest: sha256:65eea9715faee34edadcde880f0fc931ed85a5c5f135c27333e3f0a0776622ee
Status: Downloaded newer image for ocaml/opam@sha256:65eea9715faee34edadcde880f0fc931ed85a5c5f135c27333e3f0a0776622ee
2024-01-23 15:50.51 ---> using "f519674b5b29e8ecab764b2669f2269a0353b1febb28ce68dffcc8da3018b52c" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-01-23 15:50.51 ---> using "413522163e4d5510a7b08eb7ef24c792530d9030362a480d4d6864c412ce8c2a" from cache

/home/opam: (run (shell "sudo mkdir /src"))
2024-01-23 15:50.51 ---> using "6a4f957ca1ffdcf7a3de8ccdc0f3a97eda192a0270b01e425aee120f9d51398a" from cache

/home/opam: (copy (src packages) (dst /src/packages))
2024-01-23 15:50.53 ---> using "a9c06b3bf171356d89babbf0fd52d2ae1367fa8f75da596414a73a4354d2d53b" from cache

/home/opam: (copy (src repo) (dst /src/repo))
2024-01-23 15:50.53 ---> using "7d8aa62b405bad04ae3f9e46b4deb92430fae5062581e8e13ab0e58998dd66d2" 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-23 15:50.53 ---> using "4ee2300ae3808d5ba149832d20dd252563f1239494fc5f5bfeb9a4756e58a67e" from cache

/home/opam: (run (shell "opam repo remove default && opam repo add opam /src"))
Repositories removed from the selections of switch 5.0. Use '--all' to forget about them altogether.
[opam] Initialised
[NOTE] Repository opam has been added to the selections of switch 5.0 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-23 15:50.53 ---> using "30023d999cdb7ee928ead711921c3ee28adfe25a293cf5890727ab412eb4013f" from cache

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-01-23 15:50.53 ---> using "75d3fbc2a7b87c752ebf10d644d61328224f113925877e3ad0b899ae5431c49b" 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-23 15:50.55 ---> saved as "34c2f139f74289e1ebcec21733f64f1b3fad2aa91b24e40a6ea864114ed0a844"

/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 clangml-transforms.0.26 traverse.0.3.0 stdlib-shims.0.3.0 stdcompat.19 sexplib0.v0.16.0 refl.0.4.1 ppxlib.0.31.0 ppx_derivers.1.2.1 ocamlfind.1.9.6 ocaml-migrate-parsetree.2.4.0 ocaml-compiler-libs.v0.12.4 metaquot.0.5.2 metapp.0.4.4 fix.20230505 dune.3.13.0 dolog.4.0.0 conf-zlib.1 conf-which.1 conf-pkg-config.3 conf-ncurses.1 conf-libclang.15 conf-bash.1 conf-autoconf.0.1 clangml.4.8.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]
Fetched 100 kB in 0s (498 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 clangml-transforms.0.26 traverse.0.3.0 stdlib-shims.0.3.0 stdcompat.19 sexplib0.v0.16.0 refl.0.4.1 ppxlib.0.31.0 ppx_derivers.1.2.1 ocamlfind.1.9.6 ocaml-migrate-parsetree.2.4.0 ocaml-compiler-libs.v0.12.4 metaquot.0.5.2 metapp.0.4.4 fix.20230505 dune.3.13.0 dolog.4.0.0 conf-zlib.1 conf-which.1 conf-pkg-config.3 conf-ncurses.1 conf-libclang.15 conf-bash.1 conf-autoconf.0.1 clangml.4.8.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
debianutils
libclang-14-dev
libclang-cpp-dev
libclang-cpp14-dev
libclang-dev
llvm-14-dev
llvm-dev
ncurses-dev
pkg-config
zlib1g-dev
[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 ppx_derivers            1.2.1
  - install ocaml-migrate-parsetree 2.4.0
  - install conf-pkg-config         3
  - install conf-bash               1
  - install dolog                   4.0.0
  - install ocaml-compiler-libs     v0.12.4
  - install conf-which              1
  - install sexplib0                v0.16.0
  - install stdlib-shims            0.3.0
  - install fix                     20230505
  - install conf-zlib               1
  - install conf-ncurses            1
  - install conf-libclang           15
  - install conf-autoconf           0.1
  - install ppxlib                  0.31.0
  - install stdcompat               19
  - install metapp                  0.4.4
  - install metaquot                0.5.2
  - install traverse                0.3.0
  - install refl                    0.4.1
  - install clangml                 4.8.0
  - install clangml-transforms      0.26
===== 22 to install =====

The following system packages will first need to be installed:
    autoconf libclang-14-dev libclang-cpp-dev libclang-cpp14-dev libclang-dev llvm-14-dev llvm-dev ncurses-dev pkg-config zlib1g-dev

<><> 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" "libclang-14-dev" "libclang-cpp-dev" "libclang-cpp14-dev" "libclang-dev" "llvm-14-dev" "llvm-dev" "ncurses-dev" "pkg-config" "zlib1g-dev"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libpipeline1: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 ... 18743 files and directories currently installed.)
- Preparing to unpack .../libpipeline1_1.5.7-1_amd64.deb ...
- Unpacking libpipeline1:amd64 (1.5.7-1) ...
- Selecting previously unselected package binfmt-support.
- Preparing to unpack .../binfmt-support_2.2.2-2_amd64.deb ...
- Unpacking binfmt-support (2.2.2-2) ...
- Selecting previously unselected package libpython3.11-minimal:amd64.
- Preparing to unpack .../libpython3.11-minimal_3.11.2-6_amd64.deb ...
- Unpacking libpython3.11-minimal:amd64 (3.11.2-6) ...
- Selecting previously unselected package python3.11-minimal.
- Preparing to unpack .../python3.11-minimal_3.11.2-6_amd64.deb ...
- Unpacking python3.11-minimal (3.11.2-6) ...
- Setting up libpython3.11-minimal:amd64 (3.11.2-6) ...
- Setting up python3.11-minimal (3.11.2-6) ...
- Selecting previously unselected package python3-minimal.
- (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 ... 19072 files and directories currently installed.)
- Preparing to unpack .../python3-minimal_3.11.2-1+b1_amd64.deb ...
- Unpacking python3-minimal (3.11.2-1+b1) ...
- Selecting previously unselected package media-types.
- Preparing to unpack .../media-types_10.0.0_all.deb ...
- Unpacking media-types (10.0.0) ...
- Selecting previously unselected package libpython3.11-stdlib:amd64.
- Preparing to unpack .../libpython3.11-stdlib_3.11.2-6_amd64.deb ...
- Unpacking libpython3.11-stdlib:amd64 (3.11.2-6) ...
- Selecting previously unselected package python3.11.
- Preparing to unpack .../python3.11_3.11.2-6_amd64.deb ...
- Unpacking python3.11 (3.11.2-6) ...
- Selecting previously unselected package libpython3-stdlib:amd64.
- Preparing to unpack .../libpython3-stdlib_3.11.2-1+b1_amd64.deb ...
- Unpacking libpython3-stdlib:amd64 (3.11.2-1+b1) ...
- Setting up python3-minimal (3.11.2-1+b1) ...
- Selecting previously unselected package python3.
- (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 ... 19482 files and directories currently installed.)
- Preparing to unpack .../00-python3_3.11.2-1+b1_amd64.deb ...
- Unpacking python3 (3.11.2-1+b1) ...
- Selecting previously unselected package m4.
- Preparing to unpack .../01-m4_1.4.19-3_amd64.deb ...
- Unpacking m4 (1.4.19-3) ...
- Selecting previously unselected package autoconf.
- Preparing to unpack .../02-autoconf_2.71-3_all.deb ...
- Unpacking autoconf (2.71-3) ...
- Selecting previously unselected package autotools-dev.
- Preparing to unpack .../03-autotools-dev_20220109.1_all.deb ...
- Unpacking autotools-dev (20220109.1) ...
- Selecting previously unselected package automake.
- Preparing to unpack .../04-automake_1%3a1.16.5-1.3_all.deb ...
- Unpacking automake (1:1.16.5-1.3) ...
- Selecting previously unselected package libicu72:amd64.
- Preparing to unpack .../05-libicu72_72.1-3_amd64.deb ...
- Unpacking libicu72:amd64 (72.1-3) ...
- Selecting previously unselected package icu-devtools.
- Preparing to unpack .../06-icu-devtools_72.1-3_amd64.deb ...
- Unpacking icu-devtools (72.1-3) ...
- Selecting previously unselected package libc6-i386.
- Preparing to unpack .../07-libc6-i386_2.36-9+deb12u3_amd64.deb ...
- Unpacking libc6-i386 (2.36-9+deb12u3) ...
- Selecting previously unselected package lib32gcc-s1.
- Preparing to unpack .../08-lib32gcc-s1_12.2.0-14_amd64.deb ...
- Unpacking lib32gcc-s1 (12.2.0-14) ...
- Selecting previously unselected package lib32stdc++6.
- Preparing to unpack .../09-lib32stdc++6_12.2.0-14_amd64.deb ...
- Unpacking lib32stdc++6 (12.2.0-14) ...
- Selecting previously unselected package libgc1:amd64.
- Preparing to unpack .../10-libgc1_1%3a8.2.2-3_amd64.deb ...
- Unpacking libgc1:amd64 (1:8.2.2-3) ...
- Selecting previously unselected package libobjc4:amd64.
- Preparing to unpack .../11-libobjc4_12.2.0-14_amd64.deb ...
- Unpacking libobjc4:amd64 (12.2.0-14) ...
- Selecting previously unselected package libobjc-12-dev:amd64.
- Preparing to unpack .../12-libobjc-12-dev_12.2.0-14_amd64.deb ...
- Unpacking libobjc-12-dev:amd64 (12.2.0-14) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../13-libxml2_2.9.14+dfsg-1.3~deb12u1_amd64.deb ...
- Unpacking libxml2:amd64 (2.9.14+dfsg-1.3~deb12u1) ...
- Selecting previously unselected package libz3-4:amd64.
- Preparing to unpack .../14-libz3-4_4.8.12-3.1_amd64.deb ...
- Unpacking libz3-4:amd64 (4.8.12-3.1) ...
- Selecting previously unselected package libllvm14:amd64.
- Preparing to unpack .../15-libllvm14_1%3a14.0.6-12_amd64.deb ...
- Unpacking libllvm14:amd64 (1:14.0.6-12) ...
- Selecting previously unselected package libclang1-14.
- Preparing to unpack .../16-libclang1-14_1%3a14.0.6-12_amd64.deb ...
- Unpacking libclang1-14 (1:14.0.6-12) ...
- Selecting previously unselected package libclang-common-14-dev.
- Preparing to unpack .../17-libclang-common-14-dev_1%3a14.0.6-12_all.deb ...
- Unpacking libclang-common-14-dev (1:14.0.6-12) ...
- Selecting previously unselected package libclang-14-dev.
- Preparing to unpack .../18-libclang-14-dev_1%3a14.0.6-12_amd64.deb ...
- Unpacking libclang-14-dev (1:14.0.6-12) ...
- Selecting previously unselected package libclang-cpp14.
- Preparing to unpack .../19-libclang-cpp14_1%3a14.0.6-12_amd64.deb ...
- Unpacking libclang-cpp14 (1:14.0.6-12) ...
- Selecting previously unselected package libclang-cpp14-dev.
- Preparing to unpack .../20-libclang-cpp14-dev_1%3a14.0.6-12_amd64.deb ...
- Unpacking libclang-cpp14-dev (1:14.0.6-12) ...
- Selecting previously unselected package libclang-cpp-dev.
- Preparing to unpack .../21-libclang-cpp-dev_1%3a14.0-55.7~deb12u1_amd64.deb ...
- Unpacking libclang-cpp-dev (1:14.0-55.7~deb12u1) ...
- Selecting previously unselected package libclang-dev.
- Preparing to unpack .../22-libclang-dev_1%3a14.0-55.7~deb12u1_amd64.deb ...
- Unpacking libclang-dev (1:14.0-55.7~deb12u1) ...
- Selecting previously unselected package libclang-rt-14-dev:amd64.
- Preparing to unpack .../23-libclang-rt-14-dev_1%3a14.0.6-12_amd64.deb ...
- Unpacking libclang-rt-14-dev:amd64 (1:14.0.6-12) ...
- Selecting previously unselected package libnspr4:amd64.
- Preparing to unpack .../24-libnspr4_2%3a4.35-1_amd64.deb ...
- Unpacking libnspr4:amd64 (2:4.35-1) ...
- Selecting previously unselected package libnss3:amd64.
- Preparing to unpack .../25-libnss3_2%3a3.87.1-1_amd64.deb ...
- Unpacking libnss3:amd64 (2:3.87.1-1) ...
- Selecting previously unselected package nss-plugin-pem:amd64.
- Preparing to unpack .../26-nss-plugin-pem_1.0.8+1-1_amd64.deb ...
- Unpacking nss-plugin-pem:amd64 (1.0.8+1-1) ...
- Selecting previously unselected package libcurl3-nss:amd64.
- Preparing to unpack .../27-libcurl3-nss_7.88.1-10+deb12u5_amd64.deb ...
- Unpacking libcurl3-nss:amd64 (7.88.1-10+deb12u5) ...
- Selecting previously unselected package libffi-dev:amd64.
- Preparing to unpack .../28-libffi-dev_3.4.4-1_amd64.deb ...
- Unpacking libffi-dev:amd64 (3.4.4-1) ...
- Selecting previously unselected package libicu-dev:amd64.
- Preparing to unpack .../29-libicu-dev_72.1-3_amd64.deb ...
- Unpacking libicu-dev:amd64 (72.1-3) ...
- Selecting previously unselected package libncurses6:amd64.
- Preparing to unpack .../30-libncurses6_6.4-4_amd64.deb ...
- Unpacking libncurses6:amd64 (6.4-4) ...
- Selecting previously unselected package libncurses-dev:amd64.
- Preparing to unpack .../31-libncurses-dev_6.4-4_amd64.deb ...
- Unpacking libncurses-dev:amd64 (6.4-4) ...
- Selecting previously unselected package libpfm4:amd64.
- Preparing to unpack .../32-libpfm4_4.13.0-1_amd64.deb ...
- Unpacking libpfm4:amd64 (4.13.0-1) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../33-libpkgconf3_1.8.1-1_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-1) ...
- Selecting previously unselected package libxml2-dev:amd64.
- Preparing to unpack .../34-libxml2-dev_2.9.14+dfsg-1.3~deb12u1_amd64.deb ...
- Unpacking libxml2-dev:amd64 (2.9.14+dfsg-1.3~deb12u1) ...
- Selecting previously unselected package libyaml-0-2:amd64.
- Preparing to unpack .../35-libyaml-0-2_0.2.5-1_amd64.deb ...
- Unpacking libyaml-0-2:amd64 (0.2.5-1) ...
- Selecting previously unselected package libz3-dev:amd64.
- Preparing to unpack .../36-libz3-dev_4.8.12-3.1_amd64.deb ...
- Unpacking libz3-dev:amd64 (4.8.12-3.1) ...
- Selecting previously unselected package llvm-14-runtime.
- Preparing to unpack .../37-llvm-14-runtime_1%3a14.0.6-12_amd64.deb ...
- Unpacking llvm-14-runtime (1:14.0.6-12) ...
- Selecting previously unselected package llvm-runtime:amd64.
- Preparing to unpack .../38-llvm-runtime_1%3a14.0-55.7~deb12u1_amd64.deb ...
- Unpacking llvm-runtime:amd64 (1:14.0-55.7~deb12u1) ...
- Selecting previously unselected package llvm-14-linker-tools.
- Preparing to unpack .../39-llvm-14-linker-tools_1%3a14.0.6-12_amd64.deb ...
- Unpacking llvm-14-linker-tools (1:14.0.6-12) ...
- Selecting previously unselected package llvm-14.
- Preparing to unpack .../40-llvm-14_1%3a14.0.6-12_amd64.deb ...
- Unpacking llvm-14 (1:14.0.6-12) ...
- Selecting previously unselected package llvm.
- Preparing to unpack .../41-llvm_1%3a14.0-55.7~deb12u1_amd64.deb ...
- Unpacking llvm (1:14.0-55.7~deb12u1) ...
- Selecting previously unselected package python3-pkg-resources.
- Preparing to unpack .../42-python3-pkg-resources_66.1.1-1_all.deb ...
- Unpacking python3-pkg-resources (66.1.1-1) ...
- Selecting previously unselected package python3-pygments.
- Preparing to unpack .../43-python3-pygments_2.14.0+dfsg-1_all.deb ...
- Unpacking python3-pygments (2.14.0+dfsg-1) ...
- Selecting previously unselected package python3-yaml.
- Preparing to unpack .../44-python3-yaml_6.0-3+b2_amd64.deb ...
- Unpacking python3-yaml (6.0-3+b2) ...
- Selecting previously unselected package llvm-14-tools.
- Preparing to unpack .../45-llvm-14-tools_1%3a14.0.6-12_amd64.deb ...
- Unpacking llvm-14-tools (1:14.0.6-12) ...
- Selecting previously unselected package llvm-14-dev.
- Preparing to unpack .../46-llvm-14-dev_1%3a14.0.6-12_amd64.deb ...
- Unpacking llvm-14-dev (1:14.0.6-12) ...
- Selecting previously unselected package llvm-dev.
- Preparing to unpack .../47-llvm-dev_1%3a14.0-55.7~deb12u1_amd64.deb ...
- Unpacking llvm-dev (1:14.0-55.7~deb12u1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../48-pkgconf-bin_1.8.1-1_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../49-pkgconf_1.8.1-1_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../50-pkg-config_1.8.1-1_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-1) ...
- Selecting previously unselected package zlib1g-dev:amd64.
- Preparing to unpack .../51-zlib1g-dev_1%3a1.2.13.dfsg-1_amd64.deb ...
- Unpacking zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ...
- Setting up media-types (10.0.0) ...
- Setting up libpipeline1:amd64 (1.5.7-1) ...
- Setting up libicu72:amd64 (72.1-3) ...
- Setting up libyaml-0-2:amd64 (0.2.5-1) ...
- Setting up libpython3.11-stdlib:amd64 (3.11.2-6) ...
- Setting up m4 (1.4.19-3) ...
- Setting up libffi-dev:amd64 (3.4.4-1) ...
- Setting up autotools-dev (20220109.1) ...
- Setting up libz3-4:amd64 (4.8.12-3.1) ...
- Setting up libpkgconf3:amd64 (1.8.1-1) ...
- Setting up libpfm4:amd64 (4.13.0-1) ...
- Setting up libnspr4:amd64 (2:4.35-1) ...
- Setting up libncurses6:amd64 (6.4-4) ...
- Setting up binfmt-support (2.2.2-2) ...
- invoke-rc.d: could not determine current runlevel
- invoke-rc.d: policy-rc.d denied execution of start.
- Setting up icu-devtools (72.1-3) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up libgc1:amd64 (1:8.2.2-3) ...
- Setting up autoconf (2.71-3) ...
- Setting up zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ...
- Setting up libc6-i386 (2.36-9+deb12u3) ...
- Setting up libicu-dev:amd64 (72.1-3) ...
- Setting up libxml2:amd64 (2.9.14+dfsg-1.3~deb12u1) ...
- Setting up libpython3-stdlib:amd64 (3.11.2-1+b1) ...
- 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 libz3-dev:amd64 (4.8.12-3.1) ...
- Setting up python3.11 (3.11.2-6) ...
- Setting up libncurses-dev:amd64 (6.4-4) ...
- Setting up libobjc4:amd64 (12.2.0-14) ...
- Setting up python3 (3.11.2-1+b1) ...
- running python rtupdate hooks for python3.11...
- running python post-rtupdate hooks for python3.11...
- Setting up libnss3:amd64 (2:3.87.1-1) ...
- Setting up pkgconf:amd64 (1.8.1-1) ...
- Setting up libxml2-dev:amd64 (2.9.14+dfsg-1.3~deb12u1) ...
- Setting up lib32gcc-s1 (12.2.0-14) ...
- Setting up lib32stdc++6 (12.2.0-14) ...
- Setting up pkg-config:amd64 (1.8.1-1) ...
- Setting up libllvm14:amd64 (1:14.0.6-12) ...
- Setting up libobjc-12-dev:amd64 (12.2.0-14) ...
- Setting up llvm-14-linker-tools (1:14.0.6-12) ...
- Setting up python3-pkg-resources (66.1.1-1) ...
- Setting up nss-plugin-pem:amd64 (1.0.8+1-1) ...
- Setting up libclang1-14 (1:14.0.6-12) ...
- Setting up python3-yaml (6.0-3+b2) ...
- Setting up python3-pygments (2.14.0+dfsg-1) ...
- Setting up llvm-14-runtime (1:14.0.6-12) ...
- Setting up libclang-rt-14-dev:amd64 (1:14.0.6-12) ...
- Setting up llvm-runtime:amd64 (1:14.0-55.7~deb12u1) ...
- Setting up libclang-common-14-dev (1:14.0.6-12) ...
- Setting up libclang-cpp14 (1:14.0.6-12) ...
- Setting up libcurl3-nss:amd64 (7.88.1-10+deb12u5) ...
- Setting up libclang-14-dev (1:14.0.6-12) ...
- Setting up libclang-cpp14-dev (1:14.0.6-12) ...
- Setting up llvm-14 (1:14.0.6-12) ...
- Setting up llvm-14-tools (1:14.0.6-12) ...
- Setting up libclang-dev (1:14.0-55.7~deb12u1) ...
- Setting up libclang-cpp-dev (1:14.0-55.7~deb12u1) ...
- Setting up llvm (1:14.0-55.7~deb12u1) ...
- Setting up llvm-14-dev (1:14.0.6-12) ...
- Setting up llvm-dev (1:14.0-55.7~deb12u1) ...
- Processing triggers for libc-bin (2.36-9+deb12u3) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/66:
Processing  2/66:
Processing  3/66:
Processing  4/66:
Processing  5/66:
Processing  6/66:
Processing  7/66:
Processing  8/66:
Processing  9/66:
Processing 10/66:
Processing 11/66: [conf-bash: bash]
Processing 12/66: [conf-bash: bash] [conf-pkg-config: pkg-config]
Processing 13/66: [conf-bash: bash] [conf-pkg-config: pkg-config] [conf-which: which which]
-> retrieved clangml.4.8.0  (cached)
Processing 14/66: [conf-bash: bash] [conf-pkg-config: pkg-config] [conf-which: which which]
-> retrieved clangml-transforms.0.26  (cached)
Processing 15/66: [conf-bash: bash] [conf-pkg-config: pkg-config] [conf-which: which which]
-> retrieved dolog.4.0.0  (cached)
Processing 16/66: [conf-bash: bash] [conf-pkg-config: pkg-config] [conf-which: which which]
Processing 17/66: [conf-bash: bash] [conf-pkg-config: pkg-config] [conf-which: which which] [dolog: dune build]
- GNU bash, version 5.2.15(1)-release (x86_64-pc-linux-gnu)
- Copyright (C) 2022 Free Software Foundation, Inc.
- License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
- 
- This is free software; you are free to change and redistribute it.
- There is NO WARRANTY, to the extent permitted by law.
-> compiled  conf-bash.1
Processing 17/66: [conf-pkg-config: pkg-config] [conf-which: which which] [dolog: dune build]
-> installed conf-bash.1
Processing 18/66: [conf-pkg-config: pkg-config] [conf-which: which which] [dolog: dune build]
Processing 19/66: [conf-libclang: bash configure.sh] [conf-pkg-config: pkg-config] [conf-which: which which] [dolog: 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 19/66: [conf-libclang: bash configure.sh] [conf-which: which which] [dolog: dune build]
-> installed conf-pkg-config.3
Processing 20/66: [conf-libclang: bash configure.sh] [conf-which: which which] [dolog: dune build]
Processing 21/66: [conf-libclang: bash configure.sh] [conf-ncurses: pkg-config ncurses] [conf-which: which which] [dolog: dune build]
Processing 22/66: [conf-libclang: bash configure.sh] [conf-ncurses: pkg-config ncurses] [conf-which: which which] [conf-zlib: pkg-config zlib] [dolog: dune build]
- /usr/bin/which
-> compiled  conf-which.1
Processing 22/66: [conf-libclang: bash configure.sh] [conf-ncurses: pkg-config ncurses] [conf-zlib: pkg-config zlib] [dolog: dune build]
-> installed conf-which.1
Processing 23/66: [conf-libclang: bash configure.sh] [conf-ncurses: pkg-config ncurses] [conf-zlib: pkg-config zlib] [dolog: dune build]
Processing 24/66: [conf-autoconf: which autoconf] [conf-libclang: bash configure.sh] [conf-ncurses: pkg-config ncurses] [conf-zlib: pkg-config zlib] [dolog: dune build]
-> retrieved fix.20230505  (cached)
Processing 25/66: [conf-autoconf: which autoconf] [conf-libclang: bash configure.sh] [conf-ncurses: pkg-config ncurses] [conf-zlib: pkg-config zlib] [dolog: dune build]
Processing 26/66: [conf-autoconf: which autoconf] [conf-libclang: bash configure.sh] [conf-ncurses: pkg-config ncurses] [conf-zlib: pkg-config zlib] [dolog: dune build] [fix: dune build]
-> retrieved metapp.0.4.4  (cached)
Processing 27/66: [conf-autoconf: which autoconf] [conf-libclang: bash configure.sh] [conf-ncurses: pkg-config ncurses] [conf-zlib: pkg-config zlib] [dolog: dune build] [fix: dune build]
-> retrieved metaquot.0.5.2  (cached)
Processing 28/66: [conf-autoconf: which autoconf] [conf-libclang: bash configure.sh] [conf-ncurses: pkg-config ncurses] [conf-zlib: pkg-config zlib] [dolog: dune build] [fix: dune build]
-> compiled  conf-ncurses.1
Processing 28/66: [conf-autoconf: which autoconf] [conf-libclang: bash configure.sh] [conf-zlib: pkg-config zlib] [dolog: dune build] [fix: dune build]
-> installed conf-ncurses.1
Processing 29/66: [conf-autoconf: which autoconf] [conf-libclang: bash configure.sh] [conf-zlib: pkg-config zlib] [dolog: dune build] [fix: dune build]
-> compiled  conf-zlib.1
Processing 29/66: [conf-autoconf: which autoconf] [conf-libclang: bash configure.sh] [dolog: dune build] [fix: dune build]
-> installed conf-zlib.1
Processing 30/66: [conf-autoconf: which autoconf] [conf-libclang: bash configure.sh] [dolog: dune build] [fix: dune build]
- /usr/bin/autoconf
-> compiled  conf-autoconf.0.1
Processing 30/66: [conf-libclang: bash configure.sh] [dolog: dune build] [fix: dune build]
-> installed conf-autoconf.0.1
Processing 31/66: [conf-libclang: bash configure.sh] [dolog: dune build] [fix: dune build]
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
Processing 32/66: [conf-libclang: bash configure.sh] [dolog: dune build] [fix: dune build]
Processing 33/66: [conf-libclang: bash configure.sh] [dolog: dune build] [fix: dune build] [ocaml-compiler-libs: dune build]
-> retrieved ppx_derivers.1.2.1  (cached)
Processing 34/66: [conf-libclang: bash configure.sh] [dolog: dune build] [fix: dune build] [ocaml-compiler-libs: dune build]
Processing 35/66: [conf-libclang: bash configure.sh] [dolog: dune build] [fix: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> retrieved ocaml-migrate-parsetree.2.4.0  (cached)
Processing 36/66: [conf-libclang: bash configure.sh] [dolog: dune build] [fix: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
Processing 37/66: [conf-libclang: bash configure.sh] [dolog: dune build] [fix: dune build] [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build] [ppx_derivers: dune build]
-> retrieved refl.0.4.1  (cached)
Processing 38/66: [conf-libclang: bash configure.sh] [dolog: dune build] [fix: dune build] [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build] [ppx_derivers: dune build]
-> retrieved sexplib0.v0.16.0  (cached)
Processing 39/66: [conf-libclang: bash configure.sh] [dolog: dune build] [fix: dune build] [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build] [ppx_derivers: dune build]
Processing 40/66: [conf-libclang: bash configure.sh] [dolog: dune build] [fix: dune build] [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build] [ppx_derivers: dune build] [sexplib0: dune build]
-> retrieved stdlib-shims.0.3.0  (cached)
Processing 41/66: [conf-libclang: bash configure.sh] [dolog: dune build] [fix: dune build] [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build] [ppx_derivers: dune build] [sexplib0: dune build]
Processing 42/66: [conf-libclang: bash configure.sh] [dolog: dune build] [fix: dune build] [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build] [ppx_derivers: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> retrieved stdcompat.19  (cached)
Processing 43/66: [conf-libclang: bash configure.sh] [dolog: dune build] [fix: dune build] [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build] [ppx_derivers: dune build] [sexplib0: dune build] [stdcompat: dune build] [stdlib-shims: dune build]
-> compiled  dolog.4.0.0
Processing 43/66: [conf-libclang: bash configure.sh] [fix: dune build] [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build] [ppx_derivers: dune build] [sexplib0: dune build] [stdcompat: dune build] [stdlib-shims: dune build]
-> installed dolog.4.0.0
Processing 44/66: [conf-libclang: bash configure.sh] [fix: dune build] [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build] [ppx_derivers: dune build] [sexplib0: dune build] [stdcompat: dune build] [stdlib-shims: dune build]
-> retrieved ppxlib.0.31.0  (cached)
-> compiled  ppx_derivers.1.2.1
Processing 44/66: [conf-libclang: bash configure.sh] [fix: dune build] [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build] [sexplib0: dune build] [stdcompat: dune build] [stdlib-shims: dune build]
-> installed ppx_derivers.1.2.1
Processing 45/66: [conf-libclang: bash configure.sh] [fix: dune build] [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build] [sexplib0: dune build] [stdcompat: dune build] [stdlib-shims: dune build]
-> retrieved traverse.0.3.0  (cached)
-> compiled  stdlib-shims.0.3.0
Processing 45/66: [conf-libclang: bash configure.sh] [fix: dune build] [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build] [sexplib0: dune build] [stdcompat: dune build]
-> installed stdlib-shims.0.3.0
Processing 46/66: [conf-libclang: bash configure.sh] [fix: dune build] [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build] [sexplib0: dune build] [stdcompat: dune build]
- + maximum_version=15
- + shopt -s nullglob
- ++ seq 15 -1 3
- + for version in default $(seq $maximum_version -1 3)
- + '[' default = default ']'
- + for kind in system brew none
- + case $kind in
- ++ command -v llvm-config
- + llvm_config=/usr/bin/llvm-config
- ++ /usr/bin/llvm-config --version
- + llvm_version=14.0.6
- + next_version=16
- ++ printf '14\n16'
- ++ sort -n
- ++ head -n1
- + '[' 14 = 16 ']'
- + break
- + '[' system == none ']'
- ++ /usr/bin/llvm-config --cflags
- + LLVM_CFLAGS='-I/usr/lib/llvm-14/include  -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS'
- ++ /usr/bin/llvm-config --ldflags
- + LLVM_LDFLAGS='-L/usr/lib/llvm-14/lib '
- ++ /usr/bin/llvm-config --libdir
- + LLVM_LIBDIR=/usr/lib/llvm-14/lib
- ++ echo -I/usr/lib/llvm-14/include -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS
- ++ sed 's/-Wstring-conversion //'
- + LLVM_CFLAGS='-I/usr/lib/llvm-14/include -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS'
- ++ echo -I/usr/lib/llvm-14/include -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS
- ++ sed 's/-Werror=unguarded-availability-new //'
- + LLVM_CFLAGS='-I/usr/lib/llvm-14/include -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS'
- ++ echo -I/usr/lib/llvm-14/include -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS
- ++ sed 's/-Wcovered-switch-default //'
- + LLVM_CFLAGS='-I/usr/lib/llvm-14/include -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS'
- ++ echo -I/usr/lib/llvm-14/include -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS
- ++ sed 's/-Wdelete-non-virtual-dtor //'
- + LLVM_CFLAGS='-I/usr/lib/llvm-14/include -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS'
- ++ mktemp -d
- + tempdir=/tmp/tmp.H1GQdBJb8W
- + cat
- + CC=cc
- + cc -o /tmp/tmp.H1GQdBJb8W/test_libclang.o -c -I/usr/lib/llvm-14/include -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS /tmp/tmp.H1GQdBJb8W/test_libclang.c
- + cc -o /tmp/tmp.H1GQdBJb8W/test_libclang -L/usr/lib/llvm-14/lib /tmp/tmp.H1GQdBJb8W/test_libclang.o -lclang -Wl,-rpath,/usr/lib/llvm-14/lib
- + /tmp/tmp.H1GQdBJb8W/test_libclang
- + true
- + clean_tempdir
- + rm -f /tmp/tmp.H1GQdBJb8W/test_libclang.c /tmp/tmp.H1GQdBJb8W/test_libclang.o /tmp/tmp.H1GQdBJb8W/test_libclang
- + rmdir /tmp/tmp.H1GQdBJb8W
- + checksum=
- + for hasher in "sha512:sha512sum" "sha512:shasum -a 512" "md5:md5sum" "md5:md5 -q"
- ++ sha512sum /usr/bin/llvm-config
- + hasher_output='909756af7cac4c60fa99bc48e0b12b36b60fc22e56a77119d0720c10db1d5907a13420794bf32d92bdd42fe58f6b7f7d3b21dbd98e62f17ee01ee4ebd70af8f4  /usr/bin/llvm-config'
- + checksum=sha512=909756af7cac4c60fa99bc48e0b12b36b60fc22e56a77119d0720c10db1d5907a13420794bf32d92bdd42fe58f6b7f7d3b21dbd98e62f17ee01ee4ebd70af8f4
- + break
- + '[' -z sha512=909756af7cac4c60fa99bc48e0b12b36b60fc22e56a77119d0720c10db1d5907a13420794bf32d92bdd42fe58f6b7f7d3b21dbd98e62f17ee01ee4ebd70af8f4 ']'
- + cat
- + exit 0
-> compiled  conf-libclang.15
Processing 46/66: [fix: dune build] [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build] [sexplib0: dune build] [stdcompat: dune build]
-> installed conf-libclang.15
Processing 47/66: [fix: dune build] [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build] [sexplib0: dune build] [stdcompat: dune build]
-> compiled  fix.20230505
Processing 47/66: [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build] [sexplib0: dune build] [stdcompat: dune build]
-> installed fix.20230505
Processing 48/66: [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build] [sexplib0: dune build] [stdcompat: dune build]
-> compiled  sexplib0.v0.16.0
Processing 48/66: [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build] [stdcompat: dune build]
-> installed sexplib0.v0.16.0
Processing 49/66: [ocaml-compiler-libs: dune build] [ocaml-migrate-parsetree: dune build] [stdcompat: dune build]
-> compiled  ocaml-compiler-libs.v0.12.4
Processing 49/66: [ocaml-migrate-parsetree: dune build] [stdcompat: dune build]
-> installed ocaml-compiler-libs.v0.12.4
Processing 50/66: [ocaml-migrate-parsetree: dune build] [stdcompat: dune build]
Processing 51/66: [ocaml-migrate-parsetree: dune build] [ppxlib: dune build] [stdcompat: dune build]
-> compiled  ocaml-migrate-parsetree.2.4.0
Processing 51/66: [ppxlib: dune build] [stdcompat: dune build]
-> installed ocaml-migrate-parsetree.2.4.0
Processing 52/66: [ppxlib: dune build] [stdcompat: dune build]
- (cd _build/default && ./configure)
- checking for a BSD-compatible install... /usr/bin/install -c
- checking whether build environment is sane... yes
- checking for a race-free mkdir -p... /usr/bin/mkdir -p
- checking for gawk... no
- checking for mawk... mawk
- checking whether make sets $(MAKE)... yes
- checking whether make supports nested variables... yes
- checking for ocaml... ocaml
- checking for ocamlc.opt... ocamlc.opt
- checking OCaml version... 5.0.0
- checking for ocamlfind... ocamlfind
- checking for ocamlfind package result... no
- checking for ocamlfind package seq... no
- checking for ocamlfind package uchar... no
- checking whether make supports the include directive... yes (GNU style)
- checking for gcc... gcc
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables... 
- checking whether we are cross compiling... no
- checking for suffix of object files... o
- checking whether the compiler supports GNU C... yes
- checking whether gcc accepts -g... yes
- checking for gcc option to enable C11 features... none needed
- checking whether gcc understands -c and -o together... yes
- checking dependency style of gcc... none
- checking for stdio.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for strings.h... yes
- checking for sys/stat.h... yes
- checking for sys/types.h... yes
- checking for unistd.h... yes
- checking whether byte ordering is bigendian... no
- checking OCaml target OS type... Unix
- checking for flambda2... false
- checking that generated files are newer than configure... done
- configure: creating ./config.status
- config.status: creating META
- config.status: creating Makefile
- config.status: creating stdcompat__hashtbl_ext.mli
- config.status: creating stdcompat__hashtbl_ext.ml
- config.status: creating stdcompat__init.mli
- config.status: creating stdcompat__init.ml
- config.status: creating stdcompat__root.mli
- config.status: creating stdcompat__root.ml
- config.status: creating stdcompat__tools.mli
- config.status: creating stdcompat__tools.ml
- config.status: creating stdcompat__native.ml_byte
- config.status: creating stdcompat__native.ml_native
- config.status: creating stdcompat_tests.ml
- config.status: creating stdcompat.h
- config.status: creating stdcompat__stubs.c
- config.status: creating stdcompat__pervasives_s.mli
- config.status: creating stdcompat__arg_s.mli
- config.status: creating stdcompat__array_s.mli
- config.status: creating stdcompat__arrayLabels_s.mli
- config.status: creating stdcompat__atomic_s.mli
- config.status: creating stdcompat__bool_s.mli
- config.status: creating stdcompat__buffer_s.mli
- config.status: creating stdcompat__bytes_s.mli
- config.status: creating stdcompat__bytesLabels_s.mli
- config.status: creating stdcompat__char_s.mli
- config.status: creating stdcompat__digest_s.mli
- config.status: creating stdcompat__either_s.mli
- config.status: creating stdcompat__ephemeron_s.mli
- config.status: creating stdcompat__filename_s.mli
- config.status: creating stdcompat__float_s.mli
- config.status: creating stdcompat__format_s.mli
- config.status: creating stdcompat__fun_s.mli
- config.status: creating stdcompat__hashtbl_s.mli
- config.status: creating stdcompat__in_channel_s.mli
- config.status: creating stdcompat__int_s.mli
- config.status: creating stdcompat__int32_s.mli
- config.status: creating stdcompat__int64_s.mli
- config.status: creating stdcompat__lazy_s.mli
- config.status: creating stdcompat__lexing_s.mli
- config.status: creating stdcompat__list_s.mli
- config.status: creating stdcompat__listLabels_s.mli
- config.status: creating stdcompat__map_s.mli
- config.status: creating stdcompat__moreLabels_s.mli
- config.status: creating stdcompat__nativeint_s.mli
- config.status: creating stdcompat__option_s.mli
- config.status: creating stdcompat__out_channel_s.mli
- config.status: creating stdcompat__printexc_s.mli
- config.status: creating stdcompat__printf_s.mli
- config.status: creating stdcompat__queue_s.mli
- config.status: creating stdcompat__random_s.mli
- config.status: creating stdcompat__result_s.mli
- config.status: creating stdcompat__seq_s.mli
- config.status: creating stdcompat__set_s.mli
- config.status: creating stdcompat__stack_s.mli
- config.status: creating stdcompat__string_s.mli
- config.status: creating stdcompat__stringLabels_s.mli
- config.status: creating stdcompat__sys_s.mli
- config.status: creating stdcompat__uchar_s.mli
- config.status: creating stdcompat__weak_s.mli
- config.status: creating stdcompat__unit_s.mli
- config.status: creating stdcompat__stdlib_s.mli
- config.status: creating stdcompat__pervasives_s.ml
- config.status: creating stdcompat__arg_s.ml
- config.status: creating stdcompat__array_s.ml
- config.status: creating stdcompat__arrayLabels_s.ml
- config.status: creating stdcompat__atomic_s.ml
- config.status: creating stdcompat__bool_s.ml
- config.status: creating stdcompat__buffer_s.ml
- config.status: creating stdcompat__bytes_s.ml
- config.status: creating stdcompat__bytesLabels_s.ml
- config.status: creating stdcompat__char_s.ml
- config.status: creating stdcompat__digest_s.ml
- config.status: creating stdcompat__either_s.ml
- config.status: creating stdcompat__ephemeron_s.ml
- config.status: creating stdcompat__filename_s.ml
- config.status: creating stdcompat__float_s.ml
- config.status: creating stdcompat__format_s.ml
- config.status: creating stdcompat__fun_s.ml
- config.status: creating stdcompat__hashtbl_s.ml
- config.status: creating stdcompat__int_s.ml
- config.status: creating stdcompat__int32_s.ml
- config.status: creating stdcompat__int64_s.ml
- config.status: creating stdcompat__lazy_s.ml
- config.status: creating stdcompat__lexing_s.ml
- config.status: creating stdcompat__list_s.ml
- config.status: creating stdcompat__listLabels_s.ml
- config.status: creating stdcompat__map_s.ml
- config.status: creating stdcompat__moreLabels_s.ml
- config.status: creating stdcompat__nativeint_s.ml
- config.status: creating stdcompat__option_s.ml
- config.status: creating stdcompat__printexc_s.ml
- config.status: creating stdcompat__printf_s.ml
- config.status: creating stdcompat__queue_s.ml
- config.status: creating stdcompat__random_s.ml
- config.status: creating stdcompat__result_s.ml
- config.status: creating stdcompat__seq_s.ml
- config.status: creating stdcompat__set_s.ml
- config.status: creating stdcompat__stack_s.ml
- config.status: creating stdcompat__stdlib_s.ml
- config.status: creating stdcompat__string_s.ml
- config.status: creating stdcompat__stringLabels_s.ml
- config.status: creating stdcompat__sys_s.ml
- config.status: creating stdcompat__uchar_s.ml
- config.status: creating stdcompat__weak_s.ml
- config.status: creating stdcompat__in_channel_s.ml
- config.status: creating stdcompat__out_channel_s.ml
- config.status: creating stdcompat__unit_s.ml
- config.status: creating stdcompat__pervasives.ml
- config.status: creating stdcompat__arg.ml
- config.status: creating stdcompat__array.ml
- config.status: creating stdcompat__arrayLabels.ml
- config.status: creating stdcompat__atomic.ml
- config.status: creating stdcompat__bool.ml
- config.status: creating stdcompat__buffer.ml
- config.status: creating stdcompat__bytes.ml
- config.status: creating stdcompat__bytesLabels.ml
- config.status: creating stdcompat__char.ml
- config.status: creating stdcompat__digest.ml
- config.status: creating stdcompat__either.ml
- config.status: creating stdcompat__ephemeron.ml
- config.status: creating stdcompat__filename.ml
- config.status: creating stdcompat__float.ml
- config.status: creating stdcompat__format.ml
- config.status: creating stdcompat__fun.ml
- config.status: creating stdcompat__hashtbl.ml
- config.status: creating stdcompat__int.ml
- config.status: creating stdcompat__int32.ml
- config.status: creating stdcompat__int64.ml
- config.status: creating stdcompat__lazy.ml
- config.status: creating stdcompat__lexing.ml
- config.status: creating stdcompat__list.ml
- config.status: creating stdcompat__listLabels.ml
- config.status: creating stdcompat__map.ml
- config.status: creating stdcompat__moreLabels.ml
- config.status: creating stdcompat__nativeint.ml
- config.status: creating stdcompat__option.ml
- config.status: creating stdcompat__printexc.ml
- config.status: creating stdcompat__printf.ml
- config.status: creating stdcompat__queue.ml
- config.status: creating stdcompat__random.ml
- config.status: creating stdcompat__result.ml
- config.status: creating stdcompat__seq.ml
- config.status: creating stdcompat__set.ml
- config.status: creating stdcompat__stack.ml
- config.status: creating stdcompat__stdlib.ml
- config.status: creating stdcompat__string.ml
- config.status: creating stdcompat__stringLabels.ml
- config.status: creating stdcompat__sys.ml
- config.status: creating stdcompat__uchar.ml
- config.status: creating stdcompat__weak.ml
- config.status: creating stdcompat__in_channel.ml
- config.status: creating stdcompat__out_channel.ml
- config.status: creating stdcompat__unit.ml
- config.status: creating stdcompat__pervasives.mli
- config.status: creating stdcompat__arg.mli
- config.status: creating stdcompat__array.mli
- config.status: creating stdcompat__arrayLabels.mli
- config.status: creating stdcompat__atomic.mli
- config.status: creating stdcompat__bool.mli
- config.status: creating stdcompat__buffer.mli
- config.status: creating stdcompat__bytes.mli
- config.status: creating stdcompat__bytesLabels.mli
- config.status: creating stdcompat__char.mli
- config.status: creating stdcompat__digest.mli
- config.status: creating stdcompat__either.mli
- config.status: creating stdcompat__ephemeron.mli
- config.status: creating stdcompat__filename.mli
- config.status: creating stdcompat__float.mli
- config.status: creating stdcompat__format.mli
- config.status: creating stdcompat__fun.mli
- config.status: creating stdcompat__hashtbl.mli
- config.status: creating stdcompat__int.mli
- config.status: creating stdcompat__int32.mli
- config.status: creating stdcompat__int64.mli
- config.status: creating stdcompat__lazy.mli
- config.status: creating stdcompat__lexing.mli
- config.status: creating stdcompat__list.mli
- config.status: creating stdcompat__listLabels.mli
- config.status: creating stdcompat__map.mli
- config.status: creating stdcompat__moreLabels.mli
- config.status: creating stdcompat__nativeint.mli
- config.status: creating stdcompat__option.mli
- config.status: creating stdcompat__printexc.mli
- config.status: creating stdcompat__printf.mli
- config.status: creating stdcompat__queue.mli
- config.status: creating stdcompat__random.mli
- config.status: creating stdcompat__result.mli
- config.status: creating stdcompat__seq.mli
- config.status: creating stdcompat__set.mli
- config.status: creating stdcompat__stack.mli
- config.status: creating stdcompat__stdlib.mli
- config.status: creating stdcompat__string.mli
- config.status: creating stdcompat__stringLabels.mli
- config.status: creating stdcompat__sys.mli
- config.status: creating stdcompat__uchar.mli
- config.status: creating stdcompat__weak.mli
- config.status: creating stdcompat__in_channel.mli
- config.status: creating stdcompat__out_channel.mli
- config.status: creating stdcompat__unit.mli
- config.status: creating stdcompat.mli
- config.status: creating stdcompat.ml
- config.status: creating config.h
- config.status: executing depfiles commands
- configure: OCaml version is 5.0.0
- configure: Obj.magic will be used in redefinition when possible
-     (add --disable-magic for pure redefinitions).
-> compiled  stdcompat.19
Processing 52/66: [ppxlib: dune build]
-> installed stdcompat.19
Processing 53/66: [ppxlib: dune build]
+ /home/opam/.opam/5.0/bin/dune "build" "-p" "ppxlib" "-j" "255" "@install" (CWD=/home/opam/.opam/5.0/.opam-switch/build/ppxlib.0.31.0)
-> compiled  ppxlib.0.31.0
-> installed ppxlib.0.31.0
Processing 55/66: [metapp: dune build]
+ /home/opam/.opam/5.0/bin/dune "build" "-p" "metapp" "-j" "255" "@install" (CWD=/home/opam/.opam/5.0/.opam-switch/build/metapp.0.4.4)
- (cd _build/default && .ppx/e7c203cacf1cd3bb02e6242329effa31/ppx.exe --cookie 'library-name="metapp"' -o metapp/metapp.pp.mli --intf metapp/metapp.mli -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast)
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Metapp_api, and its interface was not compiled with -opaque
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Metapp_version_info, and its interface was not compiled with -opaque
- (cd _build/default && .ppx/e7c203cacf1cd3bb02e6242329effa31/ppx.exe --cookie 'library-name="metapp"' -o metapp/metapp.pp.ml --impl metapp/metapp.ml -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast)
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Metapp_api, and its interface was not compiled with -opaque
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Metapp_preutils, and its interface was not compiled with -opaque
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Metapp_version_info, and its interface was not compiled with -opaque
-> compiled  metapp.0.4.4
-> installed metapp.0.4.4
Processing 57/66: [metaquot: dune build]
+ /home/opam/.opam/5.0/bin/dune "build" "-p" "metaquot" "-j" "255" "@install" (CWD=/home/opam/.opam/5.0/.opam-switch/build/metaquot.0.5.2)
-> compiled  metaquot.0.5.2
-> installed metaquot.0.5.2
Processing 59/66: [traverse: dune build]
+ /home/opam/.opam/5.0/bin/dune "build" "-p" "traverse" "-j" "255" "@install" (CWD=/home/opam/.opam/5.0/.opam-switch/build/traverse.0.3.0)
- (cd _build/default && .ppx/832eb1e90780325193175f72d1d2f19d/ppx.exe --cookie 'library-name="traverse"' -o src/interface.pp.ml --impl src/interface.ml -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast)
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Traverse_meta, and its interface was not compiled with -opaque
- (cd _build/default && .ppx/832eb1e90780325193175f72d1d2f19d/ppx.exe --cookie 'library-name="traverse"' -o src/values.pp.ml --impl src/values.ml -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast)
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Traverse_meta, and its interface was not compiled with -opaque
-> compiled  traverse.0.3.0
-> installed traverse.0.3.0
Processing 61/66: [refl: dune build]
+ /home/opam/.opam/5.0/bin/dune "build" "-p" "refl" "-j" "255" "@install" (CWD=/home/opam/.opam/5.0/.opam-switch/build/refl.0.4.1)
-> compiled  refl.0.4.1
-> installed refl.0.4.1
Processing 63/66: [clangml: ./configure]
+ /home/opam/.opam/5.0/.opam-switch/build/clangml.4.8.0/./configure "--prefix=/home/opam/.opam/5.0" "--with-llvm-config=/usr/bin/llvm-config" (CWD=/home/opam/.opam/5.0/.opam-switch/build/clangml.4.8.0)
- checking for a BSD-compatible install... /usr/bin/install -c
- checking whether build environment is sane... yes
- checking for a thread-safe 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 ln -s works... yes
- checking for bootstrap/ sub-directory... yes
- checking for ocamlfind... ocamlfind
- checking for ocamlfind package stdcompat... yes
- checking for ocamlfind package ppxlib... yes
- checking for ocamlfind package refl... yes
- checking OCaml version... 5.0.0
- checking for dune... dune
- checking for ocamlcodoc... no
- checking for install_name_tool... no
- checking for brew... no
- checking for llvm-config... /usr/bin/llvm-config
- checking llvm-config version... 14.0.6
- checking whether make supports the include directive... yes (GNU style)
- checking for gcc... gcc
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables... 
- checking whether we are cross compiling... no
- checking for suffix of object files... o
- checking whether we are using the GNU C compiler... yes
- checking whether gcc accepts -g... yes
- checking for gcc option to accept ISO C89... none needed
- checking whether gcc understands -c and -o together... yes
- checking dependency style of gcc... none
- checking how to run the C preprocessor... gcc -E
- checking for grep that handles long lines and -e... /usr/bin/grep
- checking for egrep... /usr/bin/grep -E
- checking for ANSI C header files... yes
- checking for sys/types.h... yes
- checking for sys/stat.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for memory.h... yes
- checking for strings.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for unistd.h... yes
- checking clang-c/Index.h usability... yes
- checking clang-c/Index.h presence... no
- configure: WARNING: clang-c/Index.h: accepted by the compiler, rejected by the preprocessor!
- configure: WARNING: clang-c/Index.h: proceeding with the compiler's result
- checking for clang-c/Index.h... yes
- checking for clang_createIndex in -lclang... yes
- checking for library containing del_curterm... -lcurses
- checking for g++... g++
- checking whether we are using the GNU C++ compiler... yes
- checking whether g++ accepts -g... yes
- checking dependency style of g++... none
- checking for disabling GLIBCXX_USE_CXX11_ABI... not required
- checking if -lclangAST -lclangLex -lclangBasic is available... 
- yes
- configure: initialize build tree
- checking whether to enable maintainer-specific portions of Makefiles... no
- checking that generated files are newer than configure... done
- configure: creating ./config.status
- config.status: creating Makefile
- config.status: creating config/cflags.sexp
- config.status: creating config/cxxflags.sexp
- config.status: creating config/ldflags.sexp
- config.status: creating config/ldflags_quoted.sexp
- config.status: creating config/libs.sexp
- config.status: creating config/libs_quoted.sexp
- config.status: creating config/clangml_config.ml
- config.status: executing depfiles commands
Processing 63/66: [clangml: ./build_with_bigger_stack_size.sh dune]
+ /home/opam/.opam/5.0/.opam-switch/build/clangml.4.8.0/./build_with_bigger_stack_size.sh "dune" "build" "-p" "clangml" "-j" "255" "@install" (CWD=/home/opam/.opam/5.0/.opam-switch/build/clangml.4.8.0)
- (cd _build/default && .ppx/f0866b7f92900945015831336df0cee1/ppx.exe --cookie 'library-name="clang"' -o clangml/clang__utils.pp.mli --intf clangml/clang__utils.mli -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast)
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Clangml_config, and its interface was not compiled with -opaque
- (cd _build/default && .ppx/f0866b7f92900945015831336df0cee1/ppx.exe --cookie 'library-name="clang"' -o clangml/special_bindings.pp.ml --impl clangml/special_bindings.ml -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast)
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Clangml_config, and its interface was not compiled with -opaque
- (cd _build/default && .ppx/f0866b7f92900945015831336df0cee1/ppx.exe --cookie 'library-name="clang"' -o clangml/standard.pp.ml --impl clangml/standard.ml -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast)
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Clangml_config, and its interface was not compiled with -opaque
- (cd _build/default && .ppx/f0866b7f92900945015831336df0cee1/ppx.exe --cookie 'library-name="clang"' -o clangml/clang__utils.pp.ml --impl clangml/clang__utils.ml -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast)
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Clangml_config, and its interface was not compiled with -opaque
- (cd _build/default && .ppx/f0866b7f92900945015831336df0cee1/ppx.exe --cookie 'library-name="clang"' -o clangml/clang.pp.ml --impl clangml/clang.ml -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast)
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Clangml_config, and its interface was not compiled with -opaque
- (cd _build/default && .ppx/f0866b7f92900945015831336df0cee1/ppx.exe --cookie 'library-name="clang"' -o clangml/attributes.pp.ml --impl clangml/attributes.ml -corrected-suffix .ppx-corrected -diff-cmd - -dump-ast)
- File "_none_", line 1:
- Warning 58 [no-cmx-file]: no cmx file was found in path for module Clangml_config, and its interface was not compiled with -opaque
-> compiled  clangml.4.8.0
-> installed clangml.4.8.0
Processing 65/66: [clangml-transforms: dune build]
+ /home/opam/.opam/5.0/bin/dune "build" "-p" "clangml-transforms" "-j" "255" "@install" (CWD=/home/opam/.opam/5.0/.opam-switch/build/clangml-transforms.0.26)
-> compiled  clangml-transforms.0.26
-> installed clangml-transforms.0.26
Done.
# Run eval $(opam env) to update the current shell environment
2024-01-23 15:54.23 ---> saved as "ced34a7d570ce707964910666d8104a3d21093c4aab1467b0a03ce38aa0a13ab"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u clangml-transforms:227c80732293d2e9d22df733b9d3ce8a,dolog:a71352632a57aa10854e1410cbeb083e,conf-libclang:f2938e42a15b2b6c325c417f27570714,clangml:a61b689ac1ad7651369a98c48b69b4c5"))
2024-01-23 15:54.25 ---> saved as "a014a517d8e4529184db60a1a82b965beb124a21145413ecc71dca535f925935"

/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.931089') && (for DATA in prep/universes/a61b689ac1ad7651369a98c48b69b4c5/clangml/4.8.0,clangml.4.8.0-a61b689ac1ad7651369a98c48b69b4c5,clangml.4.8.0 prep/universes/f2938e42a15b2b6c325c417f27570714/conf-libclang/15,conf-libclang.15-f2938e42a15b2b6c325c417f27570714,conf-libclang.15 prep/universes/a71352632a57aa10854e1410cbeb083e/dolog/4.0.0,dolog.4.0.0-a71352632a57aa10854e1410cbeb083e,dolog.4.0.0 prep/universes/227c80732293d2e9d22df733b9d3ce8a/clangml-transforms/0.26,clangml-transforms.0.26-227c80732293d2e9d22df733b9d3ce8a,clangml-transforms.0.26; 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/a61b689ac1ad7651369a98c48b69b4c5/clangml/4.8.0,clangml.4.8.0-a61b689ac1ad7651369a98c48b69b4c5,clangml.4.8.0 prep/universes/f2938e42a15b2b6c325c417f27570714/conf-libclang/15,conf-libclang.15-f2938e42a15b2b6c325c417f27570714,conf-libclang.15 prep/universes/a71352632a57aa10854e1410cbeb083e/dolog/4.0.0,dolog.4.0.0-a71352632a57aa10854e1410cbeb083e,dolog.4.0.0 prep/universes/227c80732293d2e9d22df733b9d3ce8a/clangml-transforms/0.26,clangml-transforms.0.26-227c80732293d2e9d22df733b9d3ce8a,clangml-transforms.0.26; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 staging.docs.ci.ocamllabs.io:/data/.; done) && (for DATA in prep/universes/a61b689ac1ad7651369a98c48b69b4c5/clangml/4.8.0,clangml.4.8.0-a61b689ac1ad7651369a98c48b69b4c5,clangml.4.8.0 prep/universes/f2938e42a15b2b6c325c417f27570714/conf-libclang/15,conf-libclang.15-f2938e42a15b2b6c325c417f27570714,conf-libclang.15 prep/universes/a71352632a57aa10854e1410cbeb083e/dolog/4.0.0,dolog.4.0.0-a71352632a57aa10854e1410cbeb083e,dolog.4.0.0 prep/universes/227c80732293d2e9d22df733b9d3ce8a/clangml-transforms/0.26,clangml-transforms.0.26-227c80732293d2e9d22df733b9d3ce8a,clangml-transforms.0.26; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.931089
prep/universes/a61b689ac1ad7651369a98c48b69b4c5/clangml/4.8.0/doc/
prep/universes/a61b689ac1ad7651369a98c48b69b4c5/clangml/4.8.0/doc/clangml/
prep/universes/a61b689ac1ad7651369a98c48b69b4c5/clangml/4.8.0/doc/clangml/CHANGES.md
prep/universes/a61b689ac1ad7651369a98c48b69b4c5/clangml/4.8.0/doc/clangml/README.md
prep/universes/a61b689ac1ad7651369a98c48b69b4c5/clangml/4.8.0/lib/
prep/universes/a61b689ac1ad7651369a98c48b69b4c5/clangml/4.8.0/lib/clangml/
prep/universes/a61b689ac1ad7651369a98c48b69b4c5/clangml/4.8.0/lib/clangml/clang.ocamlobjinfo
prep/universes/a61b689ac1ad7651369a98c48b69b4c5/clangml/4.8.0/lib/clangml/META
prep/universes/a61b689ac1ad7651369a98c48b69b4c5/clangml/4.8.0/lib/clangml/clang.cmi
prep/universes/a61b689ac1ad7651369a98c48b69b4c5/clangml/4.8.0/lib/clangml/clang.cmt
prep/universes/a61b689ac1ad7651369a98c48b69b4c5/clangml/4.8.0/lib/clangml/clang.cmti
prep/universes/a61b689ac1ad7651369a98c48b69b4c5/clangml/4.8.0/lib/clangml/clang__.cmi
prep/universes/a61b689ac1ad7651369a98c48b69b4c5/clangml/4.8.0/lib/clangml/clang__.cmt
prep/universes/a61b689ac1ad7651369a98c48b69b4c5/clangml/4.8.0/lib/clangml/clang__Ast_sig.cmi
prep/universes/a61b689ac1ad7651369a98c48b69b4c5/clangml/4.8.0/lib/clangml/clang__Ast_sig.cmt
prep/universes/a61b689ac1ad7651369a98c48b69b4c5/clangml/4.8.0/lib/clangml/clang__Attributes.cmi
prep/universes/a61b689ac1ad7651369a98c48b69b4c5/clangml/4.8.0/lib/clangml/clang__Attributes.cmt
prep/universes/a61b689ac1ad7651369a98c48b69b4c5/clangml/4.8.0/lib/clangml/clang__Clang__ast.cmi
prep/universes/a61b689ac1ad7651369a98c48b69b4c5/clangml/4.8.0/lib/clangml/clang__Clang__ast.cmt
prep/universes/a61b689ac1ad7651369a98c48b69b4c5/clangml/4.8.0/lib/clangml/clang__Clang__ast_options.cmi
prep/universes/a61b689ac1ad7651369a98c48b69b4c5/clangml/4.8.0/lib/clangml/clang__Clang__ast_options.cmt
prep/universes/a61b689ac1ad7651369a98c48b69b4c5/clangml/4.8.0/lib/clangml/clang__Clang__ast_utils.cmi
prep/universes/a61b689ac1ad7651369a98c48b69b4c5/clangml/4.8.0/lib/clangml/clang__Clang__ast_utils.cmt
prep/universes/a61b689ac1ad7651369a98c48b69b4c5/clangml/4.8.0/lib/clangml/clang__Clang__ast_utils.cmti
prep/universes/a61b689ac1ad7651369a98c48b69b4c5/clangml/4.8.0/lib/clangml/clang__Clang__bindings.cmi
prep/universes/a61b689ac1ad7651369a98c48b69b4c5/clangml/4.8.0/lib/clangml/clang__Clang__bindings.cmt
prep/universes/a61b689ac1ad7651369a98c48b69b4c5/clangml/4.8.0/lib/clangml/clang__Clang__bindings.cmti
prep/universes/a61b689ac1ad7651369a98c48b69b4c5/clangml/4.8.0/lib/clangml/clang__Clang__command_line.cmi
prep/universes/a61b689ac1ad7651369a98c48b69b4c5/clangml/4.8.0/lib/clangml/clang__Clang__command_line.cmt
prep/universes/a61b689ac1ad7651369a98c48b69b4c5/clangml/4.8.0/lib/clangml/clang__Clang__types.cmi
prep/universes/a61b689ac1ad7651369a98c48b69b4c5/clangml/4.8.0/lib/clangml/clang__Clang__types.cmt
prep/universes/a61b689ac1ad7651369a98c48b69b4c5/clangml/4.8.0/lib/clangml/clang__Clang__utils.cmi
prep/universes/a61b689ac1ad7651369a98c48b69b4c5/clangml/4.8.0/lib/clangml/clang__Clang__utils.cmt
prep/universes/a61b689ac1ad7651369a98c48b69b4c5/clangml/4.8.0/lib/clangml/clang__Clang__utils.cmti
prep/universes/a61b689ac1ad7651369a98c48b69b4c5/clangml/4.8.0/lib/clangml/clang__Printer.cmi
prep/universes/a61b689ac1ad7651369a98c48b69b4c5/clangml/4.8.0/lib/clangml/clang__Printer.cmt
prep/universes/a61b689ac1ad7651369a98c48b69b4c5/clangml/4.8.0/lib/clangml/clang__Printer.cmti
prep/universes/a61b689ac1ad7651369a98c48b69b4c5/clangml/4.8.0/lib/clangml/clang__Special_bindings.cmi
prep/universes/a61b689ac1ad7651369a98c48b69b4c5/clangml/4.8.0/lib/clangml/clang__Special_bindings.cmt
prep/universes/a61b689ac1ad7651369a98c48b69b4c5/clangml/4.8.0/lib/clangml/clang__Standard.cmi
prep/universes/a61b689ac1ad7651369a98c48b69b4c5/clangml/4.8.0/lib/clangml/clang__Standard.cmt
prep/universes/a61b689ac1ad7651369a98c48b69b4c5/clangml/4.8.0/lib/clangml/config/
prep/universes/a61b689ac1ad7651369a98c48b69b4c5/clangml/4.8.0/lib/clangml/config/clangml_config.ocamlobjinfo
prep/universes/a61b689ac1ad7651369a98c48b69b4c5/clangml/4.8.0/lib/clangml/config/clangml_config.cmi
prep/universes/a61b689ac1ad7651369a98c48b69b4c5/clangml/4.8.0/lib/clangml/config/clangml_config.cmt
prep/universes/a61b689ac1ad7651369a98c48b69b4c5/clangml/4.8.0/lib/clangml/config/clangml_config.cmti
prep/universes/a61b689ac1ad7651369a98c48b69b4c5/clangml/4.8.0/lib/clangml/dune-package
prep/universes/a61b689ac1ad7651369a98c48b69b4c5/clangml/4.8.0/lib/clangml/ppx/
prep/universes/a61b689ac1ad7651369a98c48b69b4c5/clangml/4.8.0/lib/clangml/ppx/clangml_ppx.ocamlobjinfo
prep/universes/a61b689ac1ad7651369a98c48b69b4c5/clangml/4.8.0/lib/clangml/ppx/clangml_ppx.cmi
prep/universes/a61b689ac1ad7651369a98c48b69b4c5/clangml/4.8.0/lib/clangml/ppx/clangml_ppx.cmt
prep/universes/a61b689ac1ad7651369a98c48b69b4c5/clangml/4.8.0/lib/clangml/ppx/clangml_ppx__.cmi
prep/universes/a61b689ac1ad7651369a98c48b69b4c5/clangml/4.8.0/lib/clangml/ppx/clangml_ppx__.cmt
prep/universes/a61b689ac1ad7651369a98c48b69b4c5/clangml/4.8.0/lib/clangml/ppx/clangml_ppx__Ppx_lexer.cmi
prep/universes/a61b689ac1ad7651369a98c48b69b4c5/clangml/4.8.0/lib/clangml/ppx/clangml_ppx__Ppx_lexer.cmt
prep/universes/a61b689ac1ad7651369a98c48b69b4c5/clangml/4.8.0/lib/clangml/printer/
prep/universes/a61b689ac1ad7651369a98c48b69b4c5/clangml/4.8.0/lib/clangml/printer/clangml_printer.ocamlobjinfo
prep/universes/a61b689ac1ad7651369a98c48b69b4c5/clangml/4.8.0/lib/clangml/printer/clangml_printer.cmi
prep/universes/a61b689ac1ad7651369a98c48b69b4c5/clangml/4.8.0/lib/clangml/printer/clangml_printer.cmt
prep/universes/a61b689ac1ad7651369a98c48b69b4c5/clangml/4.8.0/opam
prep/universes/f2938e42a15b2b6c325c417f27570714/conf-libclang/15/opam
prep/universes/a71352632a57aa10854e1410cbeb083e/dolog/4.0.0/doc/
prep/universes/a71352632a57aa10854e1410cbeb083e/dolog/4.0.0/doc/dolog/
prep/universes/a71352632a57aa10854e1410cbeb083e/dolog/4.0.0/doc/dolog/CHANGES
prep/universes/a71352632a57aa10854e1410cbeb083e/dolog/4.0.0/doc/dolog/README.md
prep/universes/a71352632a57aa10854e1410cbeb083e/dolog/4.0.0/lib/
prep/universes/a71352632a57aa10854e1410cbeb083e/dolog/4.0.0/lib/dolog/
prep/universes/a71352632a57aa10854e1410cbeb083e/dolog/4.0.0/lib/dolog/dolog.ocamlobjinfo
prep/universes/a71352632a57aa10854e1410cbeb083e/dolog/4.0.0/lib/dolog/META
prep/universes/a71352632a57aa10854e1410cbeb083e/dolog/4.0.0/lib/dolog/dolog.cmi
prep/universes/a71352632a57aa10854e1410cbeb083e/dolog/4.0.0/lib/dolog/dolog.cmt
prep/universes/a71352632a57aa10854e1410cbeb083e/dolog/4.0.0/lib/dolog/dolog__Log.cmi
prep/universes/a71352632a57aa10854e1410cbeb083e/dolog/4.0.0/lib/dolog/dolog__Log.cmt
prep/universes/a71352632a57aa10854e1410cbeb083e/dolog/4.0.0/lib/dolog/dolog__Log.cmti
prep/universes/a71352632a57aa10854e1410cbeb083e/dolog/4.0.0/lib/dolog/dune-package
prep/universes/a71352632a57aa10854e1410cbeb083e/dolog/4.0.0/opam
prep/universes/227c80732293d2e9d22df733b9d3ce8a/clangml-transforms/0.26/lib/
prep/universes/227c80732293d2e9d22df733b9d3ce8a/clangml-transforms/0.26/lib/clangml-transforms/
prep/universes/227c80732293d2e9d22df733b9d3ce8a/clangml-transforms/0.26/lib/clangml-transforms/clangml_transforms.ocamlobjinfo
prep/universes/227c80732293d2e9d22df733b9d3ce8a/clangml-transforms/0.26/lib/clangml-transforms/META
prep/universes/227c80732293d2e9d22df733b9d3ce8a/clangml-transforms/0.26/lib/clangml-transforms/dune-package
prep/universes/227c80732293d2e9d22df733b9d3ce8a/clangml-transforms/0.26/lib/clangml-transforms/for_memcad.cmi
prep/universes/227c80732293d2e9d22df733b9d3ce8a/clangml-transforms/0.26/lib/clangml-transforms/for_memcad.cmt
prep/universes/227c80732293d2e9d22df733b9d3ce8a/clangml-transforms/0.26/lib/clangml-transforms/for_memcad.cmti
prep/universes/227c80732293d2e9d22df733b9d3ce8a/clangml-transforms/0.26/lib/clangml-transforms/free_monoid.cmi
prep/universes/227c80732293d2e9d22df733b9d3ce8a/clangml-transforms/0.26/lib/clangml-transforms/free_monoid.cmt
prep/universes/227c80732293d2e9d22df733b9d3ce8a/clangml-transforms/0.26/lib/clangml-transforms/free_monoid.cmti
prep/universes/227c80732293d2e9d22df733b9d3ce8a/clangml-transforms/0.26/opam
Warning: Permanently added '[staging.docs.ci.ocamllabs.io]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[staging.docs.ci.ocamllabs.io]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[staging.docs.ci.ocamllabs.io]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[staging.docs.ci.ocamllabs.io]:2222' (ED25519) to the list of known hosts.
HASHES:clangml.4.8.0-a61b689ac1ad7651369a98c48b69b4c5:67f9680dac4140987e40c6bfe1ee570e4aeb1e9966b1727100422f9e62dc224b
HASHES:conf-libclang.15-f2938e42a15b2b6c325c417f27570714:75819d1e30a209ed83415e11528a737c5247db64459236f8ab720d4f195f2461
HASHES:dolog.4.0.0-a71352632a57aa10854e1410cbeb083e:7ef10c2b9f047b5dee8eed34ca1e9cc82668a93ebf473d76ef7d6f9c0eb24a3d
HASHES:clangml-transforms.0.26-227c80732293d2e9d22df733b9d3ce8a:ee7f6113972043dc1950a76a255b895b74d3820a117447c6bfc0d97b3725ba36
2024-01-23 15:54.28 ---> saved as "d8d2e726df731c01589eba93d6edd43ba7a8cbce49e2bb655e097fee36463f7d"
Job succeeded
2024-01-23 15:54.37: clangml-transforms.0.26-227c80732293d2e9d22df733b9d3ce8a -> ee7f6113972043dc1950a76a255b895b74d3820a117447c6bfc0d97b3725ba36
2024-01-23 15:54.37: dolog.4.0.0-a71352632a57aa10854e1410cbeb083e -> 7ef10c2b9f047b5dee8eed34ca1e9cc82668a93ebf473d76ef7d6f9c0eb24a3d
2024-01-23 15:54.37: conf-libclang.15-f2938e42a15b2b6c325c417f27570714 -> 75819d1e30a209ed83415e11528a737c5247db64459236f8ab720d4f195f2461
2024-01-23 15:54.37: clangml.4.8.0-a61b689ac1ad7651369a98c48b69b4c5 -> 67f9680dac4140987e40c6bfe1ee570e4aeb1e9966b1727100422f9e62dc224b
2024-01-23 15:54.37: Job succeeded