Build:
  1. 0
2024-01-29 15:19.04: New job: Voodoo prep touist.3.4.0; 1519b508fc2c4030405d79f3b2170aba
2024-01-29 15:19.04: Waiting for resource in pool OCluster
2024-01-29 19:04.23: Waiting for worker…
2024-01-29 19:05.23: Got resource from pool OCluster
2024-01-29 19:05.23: Using cache hint "docs-universe-prep-4.06.1"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-4.06@sha256:38e5b9cad04605c78227a265c03cfe581576d5d0d5d729ecc61425dd2beeb794)
         (user (uid 1000) (gid 1000))
         (workdir /home/opam)
         (run (shell "sudo chown opam:opam /home/opam"))
         (run (network host)
              (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
         (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
              (network host)
              (shell "opam pin -ny https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9  && opam depext -iy voodoo-prep"))
         (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))))
 (from ocaml/opam:debian-12-ocaml-4.06@sha256:38e5b9cad04605c78227a265c03cfe581576d5d0d5d729ecc61425dd2beeb794)
 (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 touist.3.4.0 stdlib-shims.0.3.0 seq.0.3.1 ocamlfind.1.9.6 ocamlbuild.0.14.3 minisat.0.5 menhirSdk.20230608 menhirLib.20230608 menhir.20230608 fileutils.0.6.4 dune.3.13.0 cppo.1.5.0 base-bytes.base 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u touist:1519b508fc2c4030405d79f3b2170aba,minisat:652bf6dfdef649a6e394e16b132b3592,fileutils:704a28bdc88905c165043dcbb22c80cb,cppo:e7481167d444816c21c27f61deb7502a"))
 (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.545264') && (for DATA in prep/universes/e7481167d444816c21c27f61deb7502a/cppo/1.5.0,cppo.1.5.0-e7481167d444816c21c27f61deb7502a,cppo.1.5.0 prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4,fileutils.0.6.4-704a28bdc88905c165043dcbb22c80cb,fileutils.0.6.4 prep/universes/652bf6dfdef649a6e394e16b132b3592/minisat/0.5,minisat.0.5-652bf6dfdef649a6e394e16b132b3592,minisat.0.5 prep/universes/1519b508fc2c4030405d79f3b2170aba/touist/3.4.0,touist.3.4.0-1519b508fc2c4030405d79f3b2170aba,touist.3.4.0; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/*  && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/e7481167d444816c21c27f61deb7502a/cppo/1.5.0,cppo.1.5.0-e7481167d444816c21c27f61deb7502a,cppo.1.5.0 prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4,fileutils.0.6.4-704a28bdc88905c165043dcbb22c80cb,fileutils.0.6.4 prep/universes/652bf6dfdef649a6e394e16b132b3592/minisat/0.5,minisat.0.5-652bf6dfdef649a6e394e16b132b3592,minisat.0.5 prep/universes/1519b508fc2c4030405d79f3b2170aba/touist/3.4.0,touist.3.4.0-1519b508fc2c4030405d79f3b2170aba,touist.3.4.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/e7481167d444816c21c27f61deb7502a/cppo/1.5.0,cppo.1.5.0-e7481167d444816c21c27f61deb7502a,cppo.1.5.0 prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4,fileutils.0.6.4-704a28bdc88905c165043dcbb22c80cb,fileutils.0.6.4 prep/universes/652bf6dfdef649a6e394e16b132b3592/minisat/0.5,minisat.0.5-652bf6dfdef649a6e394e16b132b3592,minisat.0.5 prep/universes/1519b508fc2c4030405d79f3b2170aba/touist/3.4.0,touist.3.4.0-1519b508fc2c4030405d79f3b2170aba,touist.3.4.0; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
)
END-OF-SPEC

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

2024-01-29 19:05.23: RETRYING: 2024-01-29/151904-voodoo-prep-ef1e0c Number of retries: 0 (retriable error condition)
Building on x86-bm-c7.sw.ocaml.org
All commits already cached
Updating files:  73% (24055/32633)
Updating files:  74% (24149/32633)
Updating files:  75% (24475/32633)
Updating files:  76% (24802/32633)
Updating files:  77% (25128/32633)
Updating files:  78% (25454/32633)
Updating files:  79% (25781/32633)
Updating files:  80% (26107/32633)
Updating files:  81% (26433/32633)
Updating files:  82% (26760/32633)
Updating files:  83% (27086/32633)
Updating files:  84% (27412/32633)
Updating files:  85% (27739/32633)
Updating files:  86% (28065/32633)
Updating files:  87% (28391/32633)
Updating files:  88% (28718/32633)
Updating files:  89% (29044/32633)
Updating files:  90% (29370/32633)
Updating files:  91% (29697/32633)
Updating files:  92% (30023/32633)
Updating files:  93% (30349/32633)
Updating files:  94% (30676/32633)
Updating files:  95% (31002/32633)
Updating files:  96% (31328/32633)
Updating files:  97% (31655/32633)
Updating files:  98% (31981/32633)
Updating files:  99% (32307/32633)
Updating files: 100% (32633/32633)
Updating files: 100% (32633/32633), done.
HEAD is now at 9fc3fa05d7 [new release] dune (15 packages) (3.13.0)

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-4.06@sha256:38e5b9cad04605c78227a265c03cfe581576d5d0d5d729ecc61425dd2beeb794)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.06@sha256:38e5b9cad04605c78227a265c03cfe581576d5d0d5d729ecc61425dd2beeb794' locally
docker.io/ocaml/opam@sha256:38e5b9cad04605c78227a265c03cfe581576d5d0d5d729ecc61425dd2beeb794: Pulling from ocaml/opam
8f1b5eac36d0: Pulling fs layer
8f1b5eac36d0: Download complete
8f1b5eac36d0: Pull complete
Digest: sha256:38e5b9cad04605c78227a265c03cfe581576d5d0d5d729ecc61425dd2beeb794
Status: Downloaded newer image for ocaml/opam@sha256:38e5b9cad04605c78227a265c03cfe581576d5d0d5d729ecc61425dd2beeb794
2024-01-29 19:00.13 ---> using "af69bb9330101a058253998e125eed2f0b8989fd80f5ca7a74108d4ba11ffa3a" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-01-29 19:00.13 ---> using "c259c8a1f72a2c0174e1cea039a365ae5591c5b082a7448a70f9df4439e10407" from cache

/home/opam: (run (network host)
                 (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [134 kB]
Fetched 234 kB in 0s (728 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  libpkgconf3 pkgconf pkgconf-bin
Suggested packages:
  m4-doc
The following NEW packages will be installed:
  libpkgconf3 m4 pkg-config pkgconf pkgconf-bin
0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded.
Need to get 392 kB of archives.
After this operation, 969 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bookworm/main amd64 libpkgconf3 amd64 1.8.1-1 [36.1 kB]
Get:2 http://deb.debian.org/debian bookworm/main amd64 m4 amd64 1.4.19-3 [287 kB]
Get:3 http://deb.debian.org/debian bookworm/main amd64 pkgconf-bin amd64 1.8.1-1 [29.5 kB]
Get:4 http://deb.debian.org/debian bookworm/main amd64 pkgconf amd64 1.8.1-1 [25.9 kB]
Get:5 http://deb.debian.org/debian bookworm/main amd64 pkg-config amd64 1.8.1-1 [13.7 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 392 kB in 0s (15.2 MB/s)
Selecting previously unselected package libpkgconf3:amd64.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 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-29 19:00.13 ---> using "bcd76db76bd7dfce89af73c52bf8b83977ba7e3fa47e3a05817d4359e11b8f0a" from cache

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

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

The following actions will be performed:
  - install ocamlbuild          0.14.3 [required by bos]
  - install cmdliner            1.0.4  [required by voodoo-prep]
  - install ocamlfind           1.9.6  [required by bos]
  - install topkg               1.0.7  [required by bos]
  - install ocamlfind-secondary 1.9.6  [required by dune]
  - install astring             0.8.5  [required by bos]
  - install dune                3.13.0 [required by voodoo-prep]
  - install fpath               0.7.3  [required by voodoo-prep]
  - install stdlib-shims        0.3.0  [required by fmt]
  - install seq                 0.3.1  [required by fmt]
  - install result              1.5    [required by rresult]
  - install opam-file-format    2.1.6  [required by opam-format]
  - install cppo                1.6.9  [required by opam-core]
  - install ocamlgraph          2.0.0  [required by opam-core]
  - install re                  1.11.0 [required by opam-format]
  - install fmt                 0.8.9  [required by bos]
  - install rresult             0.6.0  [required by bos]
  - install opam-core           2.1.5  [required by opam-format]
  - install logs                0.7.0  [required by bos]
  - install opam-format         2.1.5  [required by voodoo-prep]
  - install bos                 0.2.0  [required by voodoo-prep]
  - install voodoo-prep         ~dev*
===== 22 to install =====

<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[astring.0.8.5] found in cache
[bos.0.2.0] found in cache
[cmdliner.1.0.4] found in cache
[cppo.1.6.9] found in cache
[dune.3.13.0] found in cache
[fmt.0.8.9] 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
[ocamlfind-secondary.1.9.6] found in cache
[ocamlgraph.2.0.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
[result.1.5] found in cache
[rresult.0.6.0] found in cache
[seq.0.3.1] 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 cmdliner.1.0.4
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.14.3
-> installed ocamlfind-secondary.1.9.6
-> installed topkg.1.0.7
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed dune.3.13.0
-> installed seq.0.3.1
-> installed result.1.5
-> installed stdlib-shims.0.3.0
-> installed opam-file-format.2.1.6
-> installed cppo.1.6.9
-> installed rresult.0.6.0
-> installed re.1.11.0
-> installed fmt.0.8.9
-> installed ocamlgraph.2.0.0
-> installed logs.0.7.0
-> installed bos.0.2.0
-> installed opam-core.2.1.5
-> installed opam-format.2.1.5
-> installed voodoo-prep.~dev
Done.
# Run eval $(opam env) to update the current shell environment
2024-01-29 19:00.13 ---> using "2b0b932ee7b62870d31460a4076a9a145392a1b703b48c9a8fea0b59d7b81111" from cache

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

(from ocaml/opam:debian-12-ocaml-4.06@sha256:38e5b9cad04605c78227a265c03cfe581576d5d0d5d729ecc61425dd2beeb794)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.06@sha256:38e5b9cad04605c78227a265c03cfe581576d5d0d5d729ecc61425dd2beeb794' locally
docker.io/ocaml/opam@sha256:38e5b9cad04605c78227a265c03cfe581576d5d0d5d729ecc61425dd2beeb794: Pulling from ocaml/opam
8f1b5eac36d0: Pulling fs layer
8f1b5eac36d0: Download complete
8f1b5eac36d0: Pull complete
Digest: sha256:38e5b9cad04605c78227a265c03cfe581576d5d0d5d729ecc61425dd2beeb794
Status: Downloaded newer image for ocaml/opam@sha256:38e5b9cad04605c78227a265c03cfe581576d5d0d5d729ecc61425dd2beeb794
2024-01-29 19:00.13 ---> using "af69bb9330101a058253998e125eed2f0b8989fd80f5ca7a74108d4ba11ffa3a" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-01-29 19:00.13 ---> using "c259c8a1f72a2c0174e1cea039a365ae5591c5b082a7448a70f9df4439e10407" from cache

/home/opam: (run (shell "sudo mkdir /src"))
2024-01-29 19:00.13 ---> using "b298c2359d37a52e263d284ab34aab3218a195d73d217e8160c68f729a026dcf" from cache

/home/opam: (copy (src packages) (dst /src/packages))
2024-01-29 19:00.15 ---> using "9338197ea57f7ebbc85bc6c00f634c425591331063ba90fea8ff8626a31f1d8b" from cache

/home/opam: (copy (src repo) (dst /src/repo))
2024-01-29 19:00.15 ---> using "7044692bda56fa5d60c9816809e0cb3ca41bd2d545ee9bc587c8c4632d448fce" from cache

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

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

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

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-01-29 19:00.15 ---> using "4016580153114af92969aebe0a414a84798289284e326cef6e65648345432dd2" from cache

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

2024-01-29 19:00.15 ---> using "bcf32e15604fc0ffb99261e4098fd5a493caa5f253d038fb2631ea3393e764a8" from cache

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-01-29 19:00.15 ---> using "e1983fbf3cd5cfbb089e3752d0669a2e3c8149b66335e64583d831248fabbfdf" 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 ocamlfind           1.9.6
  - install ocamlfind-secondary 1.9.6  [required by dune]
  - install dune                3.13.0
===== 3 to install =====

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

/home/opam: (env DUNE_CACHE enabled)

/home/opam: (env DUNE_CACHE_TRANSPORT direct)

/home/opam: (env DUNE_CACHE_DUPLICATION copy)

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
                 (network host)
                 (shell "(sudo apt update) && ((opam depext -viy touist.3.4.0 stdlib-shims.0.3.0 seq.0.3.1 ocamlfind.1.9.6 ocamlbuild.0.14.3 minisat.0.5 menhirSdk.20230608 menhirLib.20230608 menhir.20230608 fileutils.0.6.4 dune.3.13.0 cppo.1.5.0 base-bytes.base 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))

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

Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [134 kB]
Fetched 234 kB in 0s (875 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 touist.3.4.0 stdlib-shims.0.3.0 seq.0.3.1 ocamlfind.1.9.6 ocamlbuild.0.14.3 minisat.0.5 menhirSdk.20230608 menhirLib.20230608 menhir.20230608 fileutils.0.6.4 dune.3.13.0 cppo.1.5.0 base-bytes.base" 

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
# No extra OS packages requirements found.
[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 menhirSdk    20230608
  - install ocamlbuild   0.14.3
  - install seq          0.3.1
  - install base-bytes   base
  - install minisat      0.5
  - install stdlib-shims 0.3.0
  - install menhirLib    20230608
  - install cppo         1.5.0
  - install fileutils    0.6.4
  - install menhir       20230608
  - install touist       3.4.0
===== 11 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  2/33: [cppo.1.5.0: http]
Processing  3/33: [cppo.1.5.0: http]
Processing  4/33: [cppo.1.5.0: http]
Processing  5/33: [cppo.1.5.0: http]
-> installed base-bytes.base
Processing  6/33: [cppo.1.5.0: http]
Processing  6/33:
-> retrieved fileutils.0.6.4  (cached)
Processing  7/33:
-> retrieved menhir.20230608  (cached)
Processing  8/33:
-> retrieved cppo.1.5.0  (https://github.com/mjambon/cppo/archive/v1.5.0.tar.gz)
Processing  9/33:
-> retrieved menhirLib.20230608  (cached)
Processing 10/33:
Processing 11/33: [menhirLib: dune build]
-> retrieved menhirSdk.20230608  (cached)
Processing 12/33: [menhirLib: dune build]
Processing 13/33: [menhirLib: dune build] [menhirSdk: dune build]
-> retrieved minisat.0.5  (cached)
Processing 14/33: [menhirLib: dune build] [menhirSdk: dune build]
Processing 15/33: [menhirLib: dune build] [menhirSdk: dune build] [minisat: dune build]
-> retrieved ocamlbuild.0.14.3  (cached)
Processing 16/33: [touist.3.4.0: http] [menhirLib: dune build] [menhirSdk: dune build] [minisat: dune build]
Processing 17/33: [touist.3.4.0: http] [menhirLib: dune build] [menhirSdk: dune build] [minisat: dune build] [ocamlbuild: make configure.make]
-> retrieved seq.0.3.1  (cached)
Processing 18/33: [touist.3.4.0: http] [menhirLib: dune build] [menhirSdk: dune build] [minisat: dune build] [ocamlbuild: make configure.make] [seq: dune build]
-> retrieved stdlib-shims.0.3.0  (cached)
Processing 19/33: [touist.3.4.0: http] [menhirLib: dune build] [menhirSdk: dune build] [minisat: dune build] [ocamlbuild: make configure.make] [seq: dune build] [stdlib-shims: dune build]
- (echo "# This file was generated from configure.make"; \
- echo ;\
- echo "OCAML_PREFIX=/home/opam/.opam/4.06"; \
- echo "OCAML_BINDIR=/home/opam/.opam/4.06/bin"; \
- echo "OCAML_LIBDIR=/home/opam/.opam/4.06/lib/ocaml"; \
- echo "OCAML_MANDIR=/home/opam/.opam/4.06/man"; \
- echo ;\
- echo "EXT_OBJ=.o"; \
- echo "EXT_ASM=.s"; \
- echo "EXT_LIB=.a"; \
- echo "EXT_DLL=.so"; \
- echo "EXE="; \
- echo ;\
- echo "OCAML_NATIVE=true"; \
- echo "OCAML_NATIVE_TOOLS=true"; \
- echo "NATDYNLINK=true"; \
- echo "SUPPORT_SHARED_LIBRARIES=true"; \
- echo ;\
- echo "PREFIX=/home/opam/.opam/4.06"; \
- echo "BINDIR=/home/opam/.opam/4.06/bin"; \
- echo "LIBDIR=/home/opam/.opam/4.06/lib"; \
- echo "MANDIR=/home/opam/.opam/4.06/man"; \
- ) > Makefile.config
- (echo "(* This file was generated from ../configure.make *)"; \
- echo ;\
- echo 'let bindir = "/home/opam/.opam/4.06/bin"'; \
- echo 'let libdir = "/home/opam/.opam/4.06/lib"'; \
- echo 'let ocaml_libdir = "/home/opam/.opam/4.06/lib/ocaml"'; \
- echo 'let libdir_abs = "/home/opam/.opam/4.06/lib"'; \
- echo 'let ocaml_native = true'; \
- echo 'let ocaml_native_tools = true'; \
- echo 'let supports_shared_libraries = true';\
- echo 'let a = "a"'; \
- echo 'let o = "o"'; \
- echo 'let so = "so"'; \
- echo 'let ext_dll = ".so"'; \
- echo 'let exe = ""'; \
- echo 'let version = "0.14.3"'; \
- ) > src/ocamlbuild_config.ml
Processing 19/33: [touist.3.4.0: http] [menhirLib: dune build] [menhirSdk: dune build] [minisat: dune build] [ocamlbuild: make check-if-preinstalled] [seq: dune build] [stdlib-shims: dune build]
-> compiled  seq.0.3.1
Processing 19/33: [touist.3.4.0: http] [menhirLib: dune build] [menhirSdk: dune build] [minisat: dune build] [ocamlbuild: make check-if-preinstalled] [stdlib-shims: dune build]
-> installed seq.0.3.1
Processing 20/33: [touist.3.4.0: http] [menhirLib: dune build] [menhirSdk: dune build] [minisat: dune build] [ocamlbuild: make check-if-preinstalled] [stdlib-shims: dune build]
-> compiled  stdlib-shims.0.3.0
Processing 20/33: [touist.3.4.0: http] [menhirLib: dune build] [menhirSdk: dune build] [minisat: dune build] [ocamlbuild: make check-if-preinstalled]
-> installed stdlib-shims.0.3.0
Processing 21/33: [touist.3.4.0: http] [menhirLib: dune build] [menhirSdk: dune build] [minisat: dune build] [ocamlbuild: make check-if-preinstalled]
Processing 22/33: [touist.3.4.0: http] [fileutils: dune build] [menhirLib: dune build] [menhirSdk: dune build] [minisat: dune build] [ocamlbuild: make check-if-preinstalled]
-> compiled  menhirSdk.20230608
Processing 22/33: [touist.3.4.0: http] [fileutils: dune build] [menhirLib: dune build] [minisat: dune build] [ocamlbuild: make check-if-preinstalled]
-> installed menhirSdk.20230608
Processing 23/33: [touist.3.4.0: http] [fileutils: dune build] [menhirLib: dune build] [minisat: dune build] [ocamlbuild: make check-if-preinstalled]
Processing 23/33: [fileutils: dune build] [menhirLib: dune build] [minisat: dune build] [ocamlbuild: make check-if-preinstalled]
-> retrieved touist.3.4.0  (https://github.com/touist/touist/archive/v3.4.0.tar.gz)
- (cd _build/default/lib/pack && ./pack.exe)
- Creating menhirLib.ml...
- Creating menhirLib.mli...
-> compiled  menhirLib.20230608
Processing 23/33: [fileutils: dune build] [minisat: dune build] [ocamlbuild: make check-if-preinstalled]
-> installed menhirLib.20230608
Processing 24/33: [fileutils: dune build] [minisat: dune build] [ocamlbuild: make check-if-preinstalled]
Processing 25/33: [fileutils: dune build] [menhir: dune build] [minisat: dune build] [ocamlbuild: make check-if-preinstalled]
-> compiled  fileutils.0.6.4
Processing 25/33: [menhir: dune build] [minisat: dune build] [ocamlbuild: make check-if-preinstalled]
-> installed fileutils.0.6.4
Processing 26/33: [menhir: dune build] [minisat: dune build] [ocamlbuild: make check-if-preinstalled]
-> compiled  minisat.0.5
Processing 26/33: [menhir: dune build] [ocamlbuild: make check-if-preinstalled]
-> installed minisat.0.5
Processing 27/33: [menhir: dune build] [ocamlbuild: make check-if-preinstalled]
- if test -d /home/opam/.opam/4.06/lib/ocaml/ocamlbuild; then\
-   >&2 echo "ERROR: Preinstalled ocamlbuild detected at"\
-        "/home/opam/.opam/4.06/lib/ocaml/ocamlbuild";\
-   >&2 echo "Installation aborted; if you want to bypass this"\
-         "safety check, pass CHECK_IF_PREINSTALLED=false to make";\
-   exit 2;\
- fi
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/const.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/signatures.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.ml
- ocamllex.opt src/glob_lexer.mll
- 55 states, 419 transitions, table size 2006 bytes
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.ml
- ocamllex.opt src/lexers.mll
- 251 states, 1051 transitions, table size 5710 bytes
- 4334 additional bytes used for bindings
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_config.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.ml
- mkdir -p tmp
- ocamlc.opt -pack src/const.cmo src/loc.cmo src/discard_printf.cmo src/signatures.cmi src/my_std.cmo src/my_unix.cmo src/tags.cmo src/display.cmo src/log.cmo src/shell.cmo src/bool.cmo src/glob_ast.cmo src/glob_lexer.cmo src/glob.cmo src/lexers.cmo src/param_tags.cmo src/command.cmo src/ocamlbuild_config.cmo src/ocamlbuild_where.cmo src/slurp.cmo src/options.cmo src/pathname.cmo src/configuration.cmo src/flags.cmo src/hygiene.cmo src/digest_cache.cmo src/resource.cmo src/rule.cmo src/solver.cmo src/report.cmo src/tools.cmo src/fda.cmo src/findlib.cmo src/ocaml_arch.cmo src/ocaml_utils.cmo src/ocaml_dependencies.cmo src/ocaml_compiler.cmo src/ocaml_tools.cmo src/ocaml_specific.cmo src/exit_codes.cmo src/plugin.cmo src/hooks.cmo src/main.cmo -o tmp/ocamlbuild_pack.cmo
- mv tmp/ocamlbuild_pack.cmi src/ocamlbuild_pack.cmi
- mv tmp/ocamlbuild_pack.cmo src/ocamlbuild_pack.cmo
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_executor.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_executor.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_unix_plugin.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_unix_plugin.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.ml
- ocamlc.opt -I +unix -I src -o ocamlbuild.byte unix.cma src/ocamlbuild_pack.cmo plugin-lib/ocamlbuild_plugin.cmo plugin-lib/ocamlbuild_executor.cmo plugin-lib/ocamlbuild_unix_plugin.cmo bin/ocamlbuild.cmo
- ocamlc.opt -a -o plugin-lib/ocamlbuildlib.cma src/ocamlbuild_pack.cmo plugin-lib/ocamlbuild_plugin.cmo plugin-lib/ocamlbuild_executor.cmo plugin-lib/ocamlbuild_unix_plugin.cmo
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/const.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_config.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.ml
- mkdir -p tmp
- ocamlopt.opt -pack src/const.cmx src/loc.cmx src/discard_printf.cmx src/signatures.cmi src/my_std.cmx src/my_unix.cmx src/tags.cmx src/display.cmx src/log.cmx src/shell.cmx src/bool.cmx src/glob_ast.cmx src/glob_lexer.cmx src/glob.cmx src/lexers.cmx src/param_tags.cmx src/command.cmx src/ocamlbuild_config.cmx src/ocamlbuild_where.cmx src/slurp.cmx src/options.cmx src/pathname.cmx src/configuration.cmx src/flags.cmx src/hygiene.cmx src/digest_cache.cmx src/resource.cmx src/rule.cmx src/solver.cmx src/report.cmx src/tools.cmx src/fda.cmx src/findlib.cmx src/ocaml_arch.cmx src/ocaml_utils.cmx src/ocaml_dependencies.cmx src/ocaml_compiler.cmx src/ocaml_tools.cmx src/ocaml_specific.cmx src/exit_codes.cmx src/plugin.cmx src/hooks.cmx src/main.cmx -o tmp/ocamlbuild_pack.cmx
- mv tmp/ocamlbuild_pack.cmx src/ocamlbuild_pack.cmx
- mv tmp/ocamlbuild_pack.o src/ocamlbuild_pack.o
- ocamlopt.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.ml
- ocamlopt.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_executor.ml
- ocamlopt.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_unix_plugin.ml
- ocamlopt.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.ml
- ocamlopt.opt -I +unix -I src -o ocamlbuild.native unix.cmxa src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_executor.cmx plugin-lib/ocamlbuild_unix_plugin.cmx bin/ocamlbuild.cmx
- ocamlopt.opt -a -o plugin-lib/ocamlbuildlib.cmxa src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_executor.cmx plugin-lib/ocamlbuild_unix_plugin.cmx
- ocamlc.opt src/ocamlbuild_pack.cmo -I src man/options_man.ml -o man/options_man.byte
- ./man/options_man.byte > man/ocamlbuild.options.1
- cat man/ocamlbuild.header.1 man/ocamlbuild.options.1 man/ocamlbuild.footer.1 > man/ocamlbuild.1
- /usr/bin/make ocamlbuild.install
- make[1]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3'
- rm -f ocamlbuild.install
- touch ocamlbuild.install
- /usr/bin/make install-bin-opam
- make[2]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3'
- echo 'bin: [' >> ocamlbuild.install
- echo '  "ocamlbuild.byte" {"ocamlbuild.byte"}' >> ocamlbuild.install
- echo '  "ocamlbuild.native" {"ocamlbuild.native"}' >> ocamlbuild.install
- echo '  "ocamlbuild.native" {"ocamlbuild"}' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-lib-opam
- make[2]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3'
- echo 'lib: [' >> ocamlbuild.install
- /usr/bin/make install-lib-basics-opam
- make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3'
- echo '  "ocamlbuild.opam" {"opam"}' >> ocamlbuild.install
- echo '  "META"' >> ocamlbuild.install
- for lib in src/signatures.mli src/signatures.cmi src/signatures.cmti; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-lib-byte-opam
- make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3'
- for lib in plugin-lib/ocamlbuildlib.cma bin/ocamlbuild.cmo src/ocamlbuild_pack.cmi plugin-lib/ocamlbuild_plugin.cmi plugin-lib/ocamlbuild_executor.cmi plugin-lib/ocamlbuild_unix_plugin.cmi; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-lib-native-opam
- make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3'
- for lib in plugin-lib/ocamlbuildlib.cmxa plugin-lib/ocamlbuildlib.a bin/ocamlbuild.cmx bin/ocamlbuild.o src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_executor.cmx plugin-lib/ocamlbuild_unix_plugin.cmx plugin-lib/ocamlbuild_plugin.o plugin-lib/ocamlbuild_executor.o plugin-lib/ocamlbuild_unix_plugin.o; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3'
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-man-opam
- make[2]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3'
- echo 'man: [' >> ocamlbuild.install
- echo '  "man/ocamlbuild.1" {"man1/ocamlbuild.1"}' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-doc-opam
- make[2]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3'
- echo 'doc: [' >> ocamlbuild.install
- echo '  "LICENSE"' >> ocamlbuild.install
- echo '  "Changes"' >> ocamlbuild.install
- echo '  "Readme.md"' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3'
- make[1]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3'
-> compiled  ocamlbuild.0.14.3
Processing 27/33: [menhir: dune build]
-> installed ocamlbuild.0.14.3
Processing 28/33: [menhir: dune build]
Processing 29/33: [cppo: make opt] [menhir: dune build]
- echo 'let cppo_version = "1.5.0"' > cppo_version.ml
- ocamlyacc cppo_parser.mly
- ocamllex cppo_lexer.mll
- 368 states, 13139 transitions, table size 54764 bytes
- 3754 additional bytes used for bindings
- ocamlfind ocamlopt -o cppo -dtypes -linkpkg -package "unix str bytes" cppo_version.ml cppo_types.ml cppo_parser.mli cppo_parser.ml cppo_lexer.ml cppo_command.ml cppo_eval.ml cppo_main.ml
- File "cppo_eval.ml", line 97, characters 2-19:
- Warning 3: deprecated: String.capitalize
- Use String.capitalize_ascii instead.
Processing 29/33: [cppo: make ocamlbuild] [menhir: dune build]
- cd ocamlbuild_plugin && ocamlbuild -use-ocamlfind ocamlbuild_cppo.cma ocamlbuild_cppo.cmxa ocamlbuild_cppo.a ocamlbuild_cppo.cmxs
- ocamlfind ocamldep -package ocamlbuild -modules ocamlbuild_cppo.mli > ocamlbuild_cppo.mli.depends
- ocamlfind ocamlc -c -package ocamlbuild -o ocamlbuild_cppo.cmi ocamlbuild_cppo.mli
- ocamlfind ocamldep -package ocamlbuild -modules ocamlbuild_cppo.ml > ocamlbuild_cppo.ml.depends
- ocamlfind ocamlc -c -package ocamlbuild -o ocamlbuild_cppo.cmo ocamlbuild_cppo.ml
- ocamlfind ocamlc -a -package ocamlbuild ocamlbuild_cppo.cmo -o ocamlbuild_cppo.cma
- ocamlfind ocamlopt -c -package ocamlbuild -o ocamlbuild_cppo.cmx ocamlbuild_cppo.ml
- ocamlfind ocamlopt -a -package ocamlbuild ocamlbuild_cppo.cmx -o ocamlbuild_cppo.cmxa
- ocamlfind ocamlopt -shared -linkall -package ocamlbuild ocamlbuild_cppo.cmxa -o ocamlbuild_cppo.cmxs
-> compiled  cppo.1.5.0
Processing 29/33: [menhir: dune build]
Processing 30/33: [menhir: dune build] [cppo: make install-lib]
- ocamlfind install -patch-version 1.5.0 "cppo_ocamlbuild" \
- 	META ocamlbuild_plugin/_build/ocamlbuild_cppo.cmi ocamlbuild_plugin/_build/ocamlbuild_cppo.cmx ocamlbuild_plugin/_build/ocamlbuild_cppo.cma ocamlbuild_plugin/_build/ocamlbuild_cppo.cmxa ocamlbuild_plugin/_build/ocamlbuild_cppo.a ocamlbuild_plugin/_build/ocamlbuild_cppo.cmxs
- Installed /home/opam/.opam/4.06/lib/cppo_ocamlbuild/ocamlbuild_cppo.cmxs
- Installed /home/opam/.opam/4.06/lib/cppo_ocamlbuild/ocamlbuild_cppo.a
- Installed /home/opam/.opam/4.06/lib/cppo_ocamlbuild/ocamlbuild_cppo.cmxa
- Installed /home/opam/.opam/4.06/lib/cppo_ocamlbuild/ocamlbuild_cppo.cma
- Installed /home/opam/.opam/4.06/lib/cppo_ocamlbuild/ocamlbuild_cppo.cmx
- Installed /home/opam/.opam/4.06/lib/cppo_ocamlbuild/ocamlbuild_cppo.cmi
- Installed /home/opam/.opam/4.06/lib/cppo_ocamlbuild/META
-> installed cppo.1.5.0
Processing 30/33: [menhir: dune build]
+ /home/opam/.opam/4.06/bin/dune "build" "-p" "menhir" "-j" "255" (CWD=/home/opam/.opam/4.06/.opam-switch/build/menhir.20230608)
- (cd _build/default/lib/pack && ./pack.exe)
- Creating menhirLib.ml...
- Creating menhirLib.mli...
- (cd _build/default/src/stage2 && .bin/menhir --exn-carries-state --no-pager --require-aliases --strict parser.mly --compare-errors parserMessages.auto.messages --compare-errors parserMessages.messages) > _build/default/src/stage2/parserMessages.check
- Read 101 sample input sentences and 101 error messages.
- Read 101 sample input sentences and 48 error messages.
- (cd _build/default && src/stage2/.bin/menhir --exn-carries-state --no-pager --require-aliases --strict -lg 1 -la 1 -lc 1 -v src/stage2/parser.mly --base src/stage2/parser --infer-read-reply src/stage2/parser__mock.mli.inferred)
- Grammar has 56 nonterminal symbols, among which 1 start symbols.
- Grammar has 37 terminal symbols.
- Grammar has 129 productions.
- Built an LR(0) automaton with 194 states.
- The grammar is not SLR(1) -- 5 states have a conflict.
- The construction mode is no-pager.
- Built an LR(1) automaton with 298 states.
- One shift/reduce conflict was silently solved.
- Extra reductions on error were added in 40 states.
- Priority played a role in 0 of these states.
- 152 out of 298 states have a default reduction.
- 102 out of 298 states are represented.
- 44 out of 96 symbols keep track of their start position.
- 41 out of 96 symbols keep track of their end position.
- The StackLang code contains 3973 instructions in 267 blocks.
- The StackLang code comprises 5 mutually recursive groups.
- (cd _build/default/src/stage2 && .bin/menhir --exn-carries-state --no-pager --require-aliases --strict parser.mly --compile-errors parserMessages.messages) > _build/default/src/stage2/parserMessages.ml
- Read 101 sample input sentences and 48 error messages.
-> compiled  menhir.20230608
-> installed menhir.20230608
Processing 32/33: [touist: ocaml setup.ml]
+ /home/opam/.opam/4.06/bin/ocaml "setup.ml" "-configure" "--prefix" "/home/opam/.opam/4.06" "--disable-yices2" "--disable-qbf" (CWD=/home/opam/.opam/4.06/.opam-switch/build/touist.3.4.0)
- 
- Configuration:
- ocamlfind: ........................................... /home/opam/.opam/4.06/bin/ocamlfind
- ocamlc: .............................................. /home/opam/.opam/4.06/bin/ocamlc.opt
- ocamlopt: ............................................ /home/opam/.opam/4.06/bin/ocamlopt.opt
- ocamlbuild: .......................................... /home/opam/.opam/4.06/bin/ocamlbuild
- Package name: ........................................ touist
- Package version: ..................................... 3.4.0
- os_type: ............................................. Unix
- system: .............................................. linux
- architecture: ........................................ amd64
- ccomp_type: .......................................... cc
- ocaml_version: ....................................... 4.06.1
- standard_library_default: ............................ /home/opam/.opam/4.06/lib/ocaml
- standard_library: .................................... /home/opam/.opam/4.06/lib/ocaml
- standard_runtime: .................................... /home/opam/.opam/4.06/bin/ocamlrun
- bytecomp_c_compiler: ................................. gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT
- native_c_compiler: ................................... gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -D_FILE_OFFSET_BITS=64 -D_REENTRANT
- model: ............................................... default
- ext_obj: ............................................. .o
- ext_asm: ............................................. .s
- ext_lib: ............................................. .a
- ext_dll: ............................................. .so
- default_executable_name: ............................. a.out
- systhread_supported: ................................. true
- Install architecture-independent files dir: .......... /home/opam/.opam/4.06
- Install architecture-dependent files in dir: ......... $prefix
- User executables: .................................... $exec_prefix/bin
- System admin executables: ............................ $exec_prefix/sbin
- Program executables: ................................. $exec_prefix/libexec
- Read-only single-machine data: ....................... $prefix/etc
- Modifiable architecture-independent data: ............ $prefix/com
- Modifiable single-machine data: ...................... $prefix/var
- Object code libraries: ............................... $exec_prefix/lib
- Read-only arch-independent data root: ................ $prefix/share
- Read-only architecture-independent data: ............. $datarootdir
- Info documentation: .................................. $datarootdir/info
- Locale-dependent data: ............................... $datarootdir/locale
- Man documentation: ................................... $datarootdir/man
- Documentation root: .................................. $datarootdir/doc/$pkg_name
- HTML documentation: .................................. $docdir
- DVI documentation: ................................... $docdir
- PDF documentation: ................................... $docdir
- PS documentation: .................................... $docdir
- findlib_version: ..................................... 1.9.6
- is_native: ........................................... true
- suffix_program: ......................................
- Remove a file.: ...................................... rm -f
- Remove a directory.: ................................. rm -rf
- Turn ocaml debug flag on: ............................ true
- Turn ocaml profile flag on: .......................... false
- Compiler support generation of .cmxs.: ............... true
- OCamlbuild additional flags: .........................
- enable yices2 solver: ................................ false
- enable quantor  solver: .............................. false
- enable library install: .............................. true
- Create documentations: ............................... true
- Compile tests executable and library and run them: ... false
- menhir: .............................................. /home/opam/.opam/4.06/bin/menhir
- cppo: ................................................ /home/opam/.opam/4.06/bin/cppo
- pkg_menhirlib: ....................................... /home/opam/.opam/4.06/lib/menhirLib
- pkg_fileutils: ....................................... /home/opam/.opam/4.06/lib/fileutils
- pkg_str: ............................................. /home/opam/.opam/4.06/lib/ocaml
- pkg_minisat: ......................................... /home/opam/.opam/4.06/lib/minisat
- pkg_cppo_ocamlbuild: ................................. /home/opam/.opam/4.06/lib/cppo_ocamlbuild
- ocamldoc: ............................................ /home/opam/.opam/4.06/bin/ocamldoc
- 
+ /home/opam/.opam/4.06/bin/ocaml "setup.ml" "-build" (CWD=/home/opam/.opam/4.06/.opam-switch/build/touist.3.4.0)
- Updated src/lib/touistVersion.ml to 3.4.0 (git: )
- menhir --compile-errors src/lib/parser.messages src/lib/touistParser.mly > src/lib/touistParserMsgs.ml
- File "src/lib/touistParser.mly", line 143, characters 0-10:
- Warning: symbol comma_list(expr_smt) is unreachable from any of the start symbol(s).
- Warning: 7 states have shift/reduce conflicts.
- Warning: 17 shift/reduce conflicts were arbitrarily resolved.
- Read 302 sample input sentences and 93 error messages.
- ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package cppo_ocamlbuild myocamlbuild.ml /home/opam/.opam/4.06/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package str -package minisat -package menhirLib -package fileutils -package cppo_ocamlbuild -modules src/lib/touistParse.mli > src/lib/touistParse.mli.depends
- /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package str -package minisat -package menhirLib -package fileutils -package cppo_ocamlbuild -modules src/lib/touistTypes.mli > src/lib/touistTypes.mli.depends
- /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package str -package minisat -package menhirLib -package fileutils -package cppo_ocamlbuild -modules src/lib/touistErr.mli > src/lib/touistErr.mli.depends
- /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package str -package minisat -package menhirLib -package fileutils -package cppo_ocamlbuild -I src/lib -o src/lib/touistErr.cmi src/lib/touistErr.mli
- /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package str -package minisat -package menhirLib -package fileutils -package cppo_ocamlbuild -I src/lib -o src/lib/touistTypes.cmi src/lib/touistTypes.mli
- /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package str -package minisat -package menhirLib -package fileutils -package cppo_ocamlbuild -I src/lib -o src/lib/touistParse.cmi src/lib/touistParse.mli
- /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package str -package minisat -package menhirLib -package fileutils -package cppo_ocamlbuild -modules src/lib/touistParse.ml > src/lib/touistParse.ml.depends
- /home/opam/.opam/4.06/bin/ocamllex.opt -q src/lib/touistLexer.mll
- /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package str -package minisat -package menhirLib -package fileutils -package cppo_ocamlbuild -modules src/lib/touistLexer.ml > src/lib/touistLexer.ml.depends
- menhir --table --inspection -v -la 2 --explain --raw-depend --ocamldep '/home/opam/.opam/4.06/bin/ocamlfind ocamldep -modules' src/lib/touistParser.mly > src/lib/touistParser.mly.depends
- + menhir --table --inspection -v -la 2 --explain --raw-depend --ocamldep '/home/opam/.opam/4.06/bin/ocamlfind ocamldep -modules' src/lib/touistParser.mly > src/lib/touistParser.mly.depends
- File "src/lib/touistParser.mly", line 143, characters 0-10:
- Warning: symbol comma_list(expr_smt) is unreachable from any of the start symbol(s).
- menhir --table --inspection -v -la 2 --explain --ocamlc '/home/opam/.opam/4.06/bin/ocamlfind ocamlc -g -annot -bin-annot -package str -package minisat -package menhirLib -package fileutils -package cppo_ocamlbuild -I src/lib' --infer src/lib/touistParser.mly
- + menhir --table --inspection -v -la 2 --explain --ocamlc '/home/opam/.opam/4.06/bin/ocamlfind ocamlc -g -annot -bin-annot -package str -package minisat -package menhirLib -package fileutils -package cppo_ocamlbuild -I src/lib' --infer src/lib/touistParser.mly
- File "src/lib/touistParser.mly", line 143, characters 0-10:
- Warning: symbol comma_list(expr_smt) is unreachable from any of the start symbol(s).
- Built an LR(0) automaton with 413 states.
- The construction mode is pager.
- Built an LR(1) automaton with 413 states.
- 738 shift/reduce conflicts were silently solved.
- Warning: 7 states have shift/reduce conflicts.
- Warning: 17 shift/reduce conflicts were arbitrarily resolved.
- Extra reductions on error were added in 7 states.
- Priority played a role in 0 of these states.
- /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package str -package minisat -package menhirLib -package fileutils -package cppo_ocamlbuild -modules src/lib/touistParser.mli > src/lib/touistParser.mli.depends
- /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package str -package minisat -package menhirLib -package fileutils -package cppo_ocamlbuild -I src/lib -o src/lib/touistParser.cmi src/lib/touistParser.mli
- /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package str -package minisat -package menhirLib -package fileutils -package cppo_ocamlbuild -modules src/lib/touistParserReport.ml > src/lib/touistParserReport.ml.depends
- /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package str -package minisat -package menhirLib -package fileutils -package cppo_ocamlbuild -modules src/lib/touistParserMsgs.ml > src/lib/touistParserMsgs.ml.depends
- /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package str -package minisat -package menhirLib -package fileutils -package cppo_ocamlbuild -I src/lib -o src/lib/touistParserMsgs.cmo src/lib/touistParserMsgs.ml
- /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package str -package minisat -package menhirLib -package fileutils -package cppo_ocamlbuild -I src/lib -o src/lib/touistLexer.cmo src/lib/touistLexer.ml
- /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package str -package minisat -package menhirLib -package fileutils -package cppo_ocamlbuild -I src/lib -o src/lib/touistParserReport.cmo src/lib/touistParserReport.ml
- /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package str -package minisat -package menhirLib -package fileutils -package cppo_ocamlbuild -modules src/lib/touistEval.mli > src/lib/touistEval.mli.depends
- /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package str -package minisat -package menhirLib -package fileutils -package cppo_ocamlbuild -I src/lib -o src/lib/touistEval.cmi src/lib/touistEval.mli
- /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package str -package minisat -package menhirLib -package fileutils -package cppo_ocamlbuild -modules src/lib/touistEval.ml > src/lib/touistEval.ml.depends
- /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package str -package minisat -package menhirLib -package fileutils -package cppo_ocamlbuild -modules src/lib/touistPprint.mli > src/lib/touistPprint.mli.depends
- /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package str -package minisat -package menhirLib -package fileutils -package cppo_ocamlbuild -I src/lib -o src/lib/touistPprint.cmi src/lib/touistPprint.mli
- /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package str -package minisat -package menhirLib -package fileutils -package cppo_ocamlbuild -modules src/lib/touistCnf.mli > src/lib/touistCnf.mli.depends
- /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package str -package minisat -package menhirLib -package fileutils -package cppo_ocamlbuild -I src/lib -o src/lib/touistCnf.cmi src/lib/touistCnf.mli
- /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package str -package minisat -package menhirLib -package fileutils -package cppo_ocamlbuild -modules src/lib/touistCnf.ml > src/lib/touistCnf.ml.depends
- /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package str -package minisat -package menhirLib -package fileutils -package cppo_ocamlbuild -modules src/lib/touistSmt.mli > src/lib/touistSmt.mli.depends
- /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package str -package minisat -package menhirLib -package fileutils -package cppo_ocamlbuild -I src/lib -o src/lib/touistSmt.cmi src/lib/touistSmt.mli
- /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package str -package minisat -package menhirLib -package fileutils -package cppo_ocamlbuild -modules src/lib/touistSmt.ml > src/lib/touistSmt.ml.depends
- /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package str -package minisat -package menhirLib -package fileutils -package cppo_ocamlbuild -modules src/lib/touistQbf.mli > src/lib/touistQbf.mli.depends
- /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package str -package minisat -package menhirLib -package fileutils -package cppo_ocamlbuild -I src/lib -o src/lib/touistQbf.cmi src/lib/touistQbf.mli
- /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package str -package minisat -package menhirLib -package fileutils -package cppo_ocamlbuild -modules src/lib/touistQbf.ml > src/lib/touistQbf.ml.depends
- /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package str -package minisat -package menhirLib -package fileutils -package cppo_ocamlbuild -modules src/lib/touistSatSolve.mli > src/lib/touistSatSolve.mli.depends
- /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package str -package minisat -package menhirLib -package fileutils -package cppo_ocamlbuild -I src/lib -o src/lib/touistSatSolve.cmi src/lib/touistSatSolve.mli
- /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package str -package minisat -package menhirLib -package fileutils -package cppo_ocamlbuild -modules src/lib/touistSatSolve.ml > src/lib/touistSatSolve.ml.depends
- /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package str -package minisat -package menhirLib -package fileutils -package cppo_ocamlbuild -modules src/lib/touistPprint.ml > src/lib/touistPprint.ml.depends
- /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package str -package minisat -package menhirLib -package fileutils -package cppo_ocamlbuild -modules src/lib/touistLatex.mli > src/lib/touistLatex.mli.depends
- /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package str -package minisat -package menhirLib -package fileutils -package cppo_ocamlbuild -I src/lib -o src/lib/touistLatex.cmi src/lib/touistLatex.mli
- /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package str -package minisat -package menhirLib -package fileutils -package cppo_ocamlbuild -modules src/lib/touistLatex.ml > src/lib/touistLatex.ml.depends
- /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package str -package minisat -package menhirLib -package fileutils -package cppo_ocamlbuild -modules src/lib/touistErr.ml > src/lib/touistErr.ml.depends
- /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package str -package minisat -package menhirLib -package fileutils -package cppo_ocamlbuild -modules src/lib/touistTypes.ml > src/lib/touistTypes.ml.depends
- /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package str -package minisat -package menhirLib -package fileutils -package cppo_ocamlbuild -modules src/lib/touistVersion.ml > src/lib/touistVersion.ml.depends
- /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package str -package minisat -package menhirLib -package fileutils -package cppo_ocamlbuild -modules src/lib/touistParser.ml > src/lib/touistParser.ml.depends
- /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package str -package minisat -package menhirLib -package fileutils -package cppo_ocamlbuild -I src/lib -o src/lib/touistParse.cmo src/lib/touistParse.ml
- /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package str -package minisat -package menhirLib -package fileutils -package cppo_ocamlbuild -I src/lib -o src/lib/touistEval.cmo src/lib/touistEval.ml
- /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package str -package minisat -package menhirLib -package fileutils -package cppo_ocamlbuild -I src/lib -o src/lib/touistCnf.cmo src/lib/touistCnf.ml
- /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package str -package minisat -package menhirLib -package fileutils -package cppo_ocamlbuild -I src/lib -o src/lib/touistSmt.cmo src/lib/touistSmt.ml
- /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package str -package minisat -package menhirLib -package fileutils -package cppo_ocamlbuild -I src/lib -o src/lib/touistQbf.cmo src/lib/touistQbf.ml
- /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package str -package minisat -package menhirLib -package fileutils -package cppo_ocamlbuild -I src/lib -o src/lib/touistSatSolve.cmo src/lib/touistSatSolve.ml
- /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package str -package minisat -package menhirLib -package fileutils -package cppo_ocamlbuild -I src/lib -o src/lib/touistPprint.cmo src/lib/touistPprint.ml
- /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package str -package minisat -package menhirLib -package fileutils -package cppo_ocamlbuild -I src/lib -o src/lib/touistLatex.cmo src/lib/touistLatex.ml
- /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package str -package minisat -package menhirLib -package fileutils -package cppo_ocamlbuild -I src/lib -o src/lib/touistErr.cmo src/lib/touistErr.ml
- /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package str -package minisat -package menhirLib -package fileutils -package cppo_ocamlbuild -I src/lib -o src/lib/touistTypes.cmo src/lib/touistTypes.ml
- /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package str -package minisat -package menhirLib -package fileutils -package cppo_ocamlbuild -I src/lib -o src/lib/touistVersion.cmo src/lib/touistVersion.ml
- /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -package str -package minisat -package menhirLib -package fileutils -package cppo_ocamlbuild -I src/lib -o src/lib/touistParser.cmo src/lib/touistParser.ml
- /home/opam/.opam/4.06/bin/ocamlfind ocamlc -a -I src/lib src/lib/touistErr.cmo src/lib/touistTypes.cmo src/lib/touistParser.cmo src/lib/touistLexer.cmo src/lib/touistParserMsgs.cmo src/lib/touistParserReport.cmo src/lib/touistParse.cmo src/lib/touistPprint.cmo src/lib/touistEval.cmo src/lib/touistCnf.cmo src/lib/touistSmt.cmo src/lib/touistQbf.cmo src/lib/touistSatSolve.cmo src/lib/touistLatex.cmo src/lib/touistVersion.cmo -o src/lib/touist.cma
- /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package str -package minisat -package menhirLib -package fileutils -package cppo_ocamlbuild -I src/lib -o src/lib/touistErr.cmx src/lib/touistErr.ml
- /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package str -package minisat -package menhirLib -package fileutils -package cppo_ocamlbuild -I src/lib -o src/lib/touistTypes.cmx src/lib/touistTypes.ml
- /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package str -package minisat -package menhirLib -package fileutils -package cppo_ocamlbuild -I src/lib -o src/lib/touistParser.cmx src/lib/touistParser.ml
- /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package str -package minisat -package menhirLib -package fileutils -package cppo_ocamlbuild -I src/lib -o src/lib/touistParserMsgs.cmx src/lib/touistParserMsgs.ml
- /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package str -package minisat -package menhirLib -package fileutils -package cppo_ocamlbuild -I src/lib -o src/lib/touistLexer.cmx src/lib/touistLexer.ml
- /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package str -package minisat -package menhirLib -package fileutils -package cppo_ocamlbuild -I src/lib -o src/lib/touistParserReport.cmx src/lib/touistParserReport.ml
- /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package str -package minisat -package menhirLib -package fileutils -package cppo_ocamlbuild -I src/lib -o src/lib/touistPprint.cmx src/lib/touistPprint.ml
- /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package str -package minisat -package menhirLib -package fileutils -package cppo_ocamlbuild -I src/lib -o src/lib/touistEval.cmx src/lib/touistEval.ml
- /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package str -package minisat -package menhirLib -package fileutils -package cppo_ocamlbuild -I src/lib -o src/lib/touistCnf.cmx src/lib/touistCnf.ml
- /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package str -package minisat -package menhirLib -package fileutils -package cppo_ocamlbuild -I src/lib -o src/lib/touistParse.cmx src/lib/touistParse.ml
- /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package str -package minisat -package menhirLib -package fileutils -package cppo_ocamlbuild -I src/lib -o src/lib/touistSmt.cmx src/lib/touistSmt.ml
- /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package str -package minisat -package menhirLib -package fileutils -package cppo_ocamlbuild -I src/lib -o src/lib/touistQbf.cmx src/lib/touistQbf.ml
- /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package str -package minisat -package menhirLib -package fileutils -package cppo_ocamlbuild -I src/lib -o src/lib/touistSatSolve.cmx src/lib/touistSatSolve.ml
- /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package str -package minisat -package menhirLib -package fileutils -package cppo_ocamlbuild -I src/lib -o src/lib/touistLatex.cmx src/lib/touistLatex.ml
- /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -package str -package minisat -package menhirLib -package fileutils -package cppo_ocamlbuild -I src/lib -o src/lib/touistVersion.cmx src/lib/touistVersion.ml
- /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -a -I src/lib src/lib/touistErr.cmx src/lib/touistTypes.cmx src/lib/touistParser.cmx src/lib/touistLexer.cmx src/lib/touistParserMsgs.cmx src/lib/touistParserReport.cmx src/lib/touistParse.cmx src/lib/touistPprint.cmx src/lib/touistEval.cmx src/lib/touistCnf.cmx src/lib/touistSmt.cmx src/lib/touistQbf.cmx src/lib/touistSatSolve.cmx src/lib/touistLatex.cmx src/lib/touistVersion.cmx -o src/lib/touist.cmxa
- /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -shared -I src/lib src/lib/touist.cmxa src/lib/touistErr.cmx src/lib/touistTypes.cmx src/lib/touistParser.cmx src/lib/touistLexer.cmx src/lib/touistParserMsgs.cmx src/lib/touistParserReport.cmx src/lib/touistParse.cmx src/lib/touistPprint.cmx src/lib/touistEval.cmx src/lib/touistCnf.cmx src/lib/touistSmt.cmx src/lib/touistQbf.cmx src/lib/touistSatSolve.cmx src/lib/touistLatex.cmx src/lib/touistVersion.cmx -o src/lib/touist.cmxs
- cppo -o src/touist.ml src/touist.cppo.ml
- /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package str -package minisat -package menhirLib -package fileutils -package cppo_ocamlbuild -modules src/touist.ml > src/touist.ml.depends
- /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I src/lib -package str -package minisat -package menhirLib -package fileutils -package cppo_ocamlbuild -I src -I src/lib -o src/touist.cmo src/touist.ml
- /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I src/lib -package str -package minisat -package menhirLib -package fileutils -package cppo_ocamlbuild -I src -I src/lib -o src/touist.cmx src/touist.ml
- /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -linkpkg -g -linkpkg -package str -package minisat -package menhirLib -package fileutils -package cppo_ocamlbuild -I src/lib -I src src/lib/touist.cmxa src/touist.cmx -o src/touist.native
- # Parallel statistics: { count(total): 4(61), max: 12, min: 2, average(total): 5.500(1.295) }
-> compiled  touist.3.4.0
Processing 33/33: [touist: ocaml setup.ml]
+ /home/opam/.opam/4.06/bin/ocaml "setup.ml" "-install" (CWD=/home/opam/.opam/4.06/.opam-switch/build/touist.3.4.0)
- Installed /home/opam/.opam/4.06/lib/touist/touistParse.mli
- Installed /home/opam/.opam/4.06/lib/touist/touistEval.mli
- Installed /home/opam/.opam/4.06/lib/touist/touistCnf.mli
- Installed /home/opam/.opam/4.06/lib/touist/touistSmt.mli
- Installed /home/opam/.opam/4.06/lib/touist/touistQbf.mli
- Installed /home/opam/.opam/4.06/lib/touist/touistSatSolve.mli
- Installed /home/opam/.opam/4.06/lib/touist/touistPprint.mli
- Installed /home/opam/.opam/4.06/lib/touist/touistLatex.mli
- Installed /home/opam/.opam/4.06/lib/touist/touistErr.mli
- Installed /home/opam/.opam/4.06/lib/touist/touistTypes.mli
- Installed /home/opam/.opam/4.06/lib/touist/touistVersion.ml
- Installed /home/opam/.opam/4.06/lib/touist/touist.cma
- Installed /home/opam/.opam/4.06/lib/touist/touist.cmxa
- Installed /home/opam/.opam/4.06/lib/touist/touist.a
- Installed /home/opam/.opam/4.06/lib/touist/touist.cmxs
- Installed /home/opam/.opam/4.06/lib/touist/touistVersion.cmi
- Installed /home/opam/.opam/4.06/lib/touist/touistVersion.cmt
- Installed /home/opam/.opam/4.06/lib/touist/touistVersion.annot
- Installed /home/opam/.opam/4.06/lib/touist/touistTypes.cmi
- Installed /home/opam/.opam/4.06/lib/touist/touistTypes.cmti
- Installed /home/opam/.opam/4.06/lib/touist/touistTypes.cmt
- Installed /home/opam/.opam/4.06/lib/touist/touistTypes.annot
- Installed /home/opam/.opam/4.06/lib/touist/touistErr.cmi
- Installed /home/opam/.opam/4.06/lib/touist/touistErr.cmti
- Installed /home/opam/.opam/4.06/lib/touist/touistErr.cmt
- Installed /home/opam/.opam/4.06/lib/touist/touistErr.annot
- Installed /home/opam/.opam/4.06/lib/touist/touistLatex.cmi
- Installed /home/opam/.opam/4.06/lib/touist/touistLatex.cmti
- Installed /home/opam/.opam/4.06/lib/touist/touistLatex.cmt
- Installed /home/opam/.opam/4.06/lib/touist/touistLatex.annot
- Installed /home/opam/.opam/4.06/lib/touist/touistPprint.cmi
- Installed /home/opam/.opam/4.06/lib/touist/touistPprint.cmti
- Installed /home/opam/.opam/4.06/lib/touist/touistPprint.cmt
- Installed /home/opam/.opam/4.06/lib/touist/touistPprint.annot
- Installed /home/opam/.opam/4.06/lib/touist/touistSatSolve.cmi
- Installed /home/opam/.opam/4.06/lib/touist/touistSatSolve.cmti
- Installed /home/opam/.opam/4.06/lib/touist/touistSatSolve.cmt
- Installed /home/opam/.opam/4.06/lib/touist/touistSatSolve.annot
- Installed /home/opam/.opam/4.06/lib/touist/touistQbf.cmi
- Installed /home/opam/.opam/4.06/lib/touist/touistQbf.cmti
- Installed /home/opam/.opam/4.06/lib/touist/touistQbf.cmt
- Installed /home/opam/.opam/4.06/lib/touist/touistQbf.annot
- Installed /home/opam/.opam/4.06/lib/touist/touistSmt.cmi
- Installed /home/opam/.opam/4.06/lib/touist/touistSmt.cmti
- Installed /home/opam/.opam/4.06/lib/touist/touistSmt.cmt
- Installed /home/opam/.opam/4.06/lib/touist/touistSmt.annot
- Installed /home/opam/.opam/4.06/lib/touist/touistCnf.cmi
- Installed /home/opam/.opam/4.06/lib/touist/touistCnf.cmti
- Installed /home/opam/.opam/4.06/lib/touist/touistCnf.cmt
- Installed /home/opam/.opam/4.06/lib/touist/touistCnf.annot
- Installed /home/opam/.opam/4.06/lib/touist/touistEval.cmi
- Installed /home/opam/.opam/4.06/lib/touist/touistEval.cmti
- Installed /home/opam/.opam/4.06/lib/touist/touistEval.cmt
- Installed /home/opam/.opam/4.06/lib/touist/touistEval.annot
- Installed /home/opam/.opam/4.06/lib/touist/touistParse.cmi
- Installed /home/opam/.opam/4.06/lib/touist/touistParse.cmti
- Installed /home/opam/.opam/4.06/lib/touist/touistParse.cmt
- Installed /home/opam/.opam/4.06/lib/touist/touistParse.annot
- Installed /home/opam/.opam/4.06/lib/touist/touistParserMsgs.cmx
- Installed /home/opam/.opam/4.06/lib/touist/touistParserReport.cmx
- Installed /home/opam/.opam/4.06/lib/touist/touistParser.cmx
- Installed /home/opam/.opam/4.06/lib/touist/touistLexer.cmx
- Installed /home/opam/.opam/4.06/lib/touist/touistVersion.cmx
- Installed /home/opam/.opam/4.06/lib/touist/touistTypes.cmx
- Installed /home/opam/.opam/4.06/lib/touist/touistErr.cmx
- Installed /home/opam/.opam/4.06/lib/touist/touistLatex.cmx
- Installed /home/opam/.opam/4.06/lib/touist/touistPprint.cmx
- Installed /home/opam/.opam/4.06/lib/touist/touistSatSolve.cmx
- Installed /home/opam/.opam/4.06/lib/touist/touistQbf.cmx
- Installed /home/opam/.opam/4.06/lib/touist/touistSmt.cmx
- Installed /home/opam/.opam/4.06/lib/touist/touistCnf.cmx
- Installed /home/opam/.opam/4.06/lib/touist/touistEval.cmx
- Installed /home/opam/.opam/4.06/lib/touist/touistParse.cmx
- Installed /home/opam/.opam/4.06/lib/touist/META
-> installed touist.3.4.0
Done.

<><> touist.3.4.0 installed successfully ><><><><><><><><><><><><><><><><><><><>
=> To install more solvers, see 'opam info touist'
=> Built without yices2 (SMT solver)
=> Built without qbf (QBF solver)
# Run eval $(opam env) to update the current shell environment
2024-01-29 19:02.08 ---> saved as "3b58128b886f2fad53e9f0e2512d9ea66d38c3238377f4d1c9da5fbe3ac116b7"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u touist:1519b508fc2c4030405d79f3b2170aba,minisat:652bf6dfdef649a6e394e16b132b3592,fileutils:704a28bdc88905c165043dcbb22c80cb,cppo:e7481167d444816c21c27f61deb7502a"))
2024-01-29 19:02.10 ---> saved as "abb7f71466a3498009c24a71a365fd45de1b7485e051b3cbe86105cf8653c60d"

/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.545264') && (for DATA in prep/universes/e7481167d444816c21c27f61deb7502a/cppo/1.5.0,cppo.1.5.0-e7481167d444816c21c27f61deb7502a,cppo.1.5.0 prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4,fileutils.0.6.4-704a28bdc88905c165043dcbb22c80cb,fileutils.0.6.4 prep/universes/652bf6dfdef649a6e394e16b132b3592/minisat/0.5,minisat.0.5-652bf6dfdef649a6e394e16b132b3592,minisat.0.5 prep/universes/1519b508fc2c4030405d79f3b2170aba/touist/3.4.0,touist.3.4.0-1519b508fc2c4030405d79f3b2170aba,touist.3.4.0; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/*  && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/e7481167d444816c21c27f61deb7502a/cppo/1.5.0,cppo.1.5.0-e7481167d444816c21c27f61deb7502a,cppo.1.5.0 prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4,fileutils.0.6.4-704a28bdc88905c165043dcbb22c80cb,fileutils.0.6.4 prep/universes/652bf6dfdef649a6e394e16b132b3592/minisat/0.5,minisat.0.5-652bf6dfdef649a6e394e16b132b3592,minisat.0.5 prep/universes/1519b508fc2c4030405d79f3b2170aba/touist/3.4.0,touist.3.4.0-1519b508fc2c4030405d79f3b2170aba,touist.3.4.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/e7481167d444816c21c27f61deb7502a/cppo/1.5.0,cppo.1.5.0-e7481167d444816c21c27f61deb7502a,cppo.1.5.0 prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4,fileutils.0.6.4-704a28bdc88905c165043dcbb22c80cb,fileutils.0.6.4 prep/universes/652bf6dfdef649a6e394e16b132b3592/minisat/0.5,minisat.0.5-652bf6dfdef649a6e394e16b132b3592,minisat.0.5 prep/universes/1519b508fc2c4030405d79f3b2170aba/touist/3.4.0,touist.3.4.0-1519b508fc2c4030405d79f3b2170aba,touist.3.4.0; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.545264
prep/universes/e7481167d444816c21c27f61deb7502a/cppo/1.5.0/lib/
prep/universes/e7481167d444816c21c27f61deb7502a/cppo/1.5.0/lib/cppo_ocamlbuild/
prep/universes/e7481167d444816c21c27f61deb7502a/cppo/1.5.0/lib/cppo_ocamlbuild/ocamlbuild_cppo.ocamlobjinfo
prep/universes/e7481167d444816c21c27f61deb7502a/cppo/1.5.0/lib/cppo_ocamlbuild/META
prep/universes/e7481167d444816c21c27f61deb7502a/cppo/1.5.0/lib/cppo_ocamlbuild/ocamlbuild_cppo.cmi
prep/universes/e7481167d444816c21c27f61deb7502a/cppo/1.5.0/opam
prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4/doc/
prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4/doc/fileutils/
prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4/doc/fileutils/CHANGES.md
prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4/doc/fileutils/LICENSE.txt
prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4/doc/fileutils/README.md
prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4/lib/
prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4/lib/fileutils/
prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4/lib/fileutils/fileutils.ocamlobjinfo
prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4/lib/fileutils/.private/
prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4/lib/fileutils/.private/commonPath.cmi
prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4/lib/fileutils/.private/commonPath.cmt
prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4/lib/fileutils/.private/extensionPath.cmi
prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4/lib/fileutils/.private/extensionPath.cmt
prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4/lib/fileutils/.private/filePath_type.cmi
prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4/lib/fileutils/.private/filePath_type.cmt
prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4/lib/fileutils/.private/fileStringExt.cmi
prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4/lib/fileutils/.private/fileStringExt.cmt
prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4/lib/fileutils/.private/fileUtilCHMOD.cmi
prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4/lib/fileutils/.private/fileUtilCHMOD.cmt
prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4/lib/fileutils/.private/fileUtilCMP.cmi
prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4/lib/fileutils/.private/fileUtilCMP.cmt
prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4/lib/fileutils/.private/fileUtilCP.cmi
prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4/lib/fileutils/.private/fileUtilCP.cmt
prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4/lib/fileutils/.private/fileUtilDU.cmi
prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4/lib/fileutils/.private/fileUtilDU.cmt
prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4/lib/fileutils/.private/fileUtilFIND.cmi
prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4/lib/fileutils/.private/fileUtilFIND.cmt
prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4/lib/fileutils/.private/fileUtilLS.cmi
prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4/lib/fileutils/.private/fileUtilLS.cmt
prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4/lib/fileutils/.private/fileUtilMKDIR.cmi
prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4/lib/fileutils/.private/fileUtilMKDIR.cmt
prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4/lib/fileutils/.private/fileUtilMV.cmi
prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4/lib/fileutils/.private/fileUtilMV.cmt
prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4/lib/fileutils/.private/fileUtilMisc.cmi
prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4/lib/fileutils/.private/fileUtilMisc.cmt
prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4/lib/fileutils/.private/fileUtilMode.cmi
prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4/lib/fileutils/.private/fileUtilMode.cmt
prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4/lib/fileutils/.private/fileUtilPWD.cmi
prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4/lib/fileutils/.private/fileUtilPWD.cmt
prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4/lib/fileutils/.private/fileUtilPermission.cmi
prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4/lib/fileutils/.private/fileUtilPermission.cmt
prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4/lib/fileutils/.private/fileUtilREADLINK.cmi
prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4/lib/fileutils/.private/fileUtilREADLINK.cmt
prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4/lib/fileutils/.private/fileUtilRM.cmi
prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4/lib/fileutils/.private/fileUtilRM.cmt
prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4/lib/fileutils/.private/fileUtilSTAT.cmi
prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4/lib/fileutils/.private/fileUtilSTAT.cmt
prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4/lib/fileutils/.private/fileUtilSize.cmi
prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4/lib/fileutils/.private/fileUtilSize.cmt
prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4/lib/fileutils/.private/fileUtilTEST.cmi
prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4/lib/fileutils/.private/fileUtilTEST.cmt
prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4/lib/fileutils/.private/fileUtilTOUCH.cmi
prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4/lib/fileutils/.private/fileUtilTOUCH.cmt
prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4/lib/fileutils/.private/fileUtilTypes.cmi
prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4/lib/fileutils/.private/fileUtilTypes.cmt
prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4/lib/fileutils/.private/fileUtilUMASK.cmi
prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4/lib/fileutils/.private/fileUtilUMASK.cmt
prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4/lib/fileutils/.private/fileUtilWHICH.cmi
prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4/lib/fileutils/.private/fileUtilWHICH.cmt
prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4/lib/fileutils/.private/unixPath.cmi
prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4/lib/fileutils/.private/unixPath.cmt
prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4/lib/fileutils/.private/win32Path.cmi
prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4/lib/fileutils/.private/win32Path.cmt
prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4/lib/fileutils/META
prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4/lib/fileutils/dune-package
prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4/lib/fileutils/filePath.cmi
prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4/lib/fileutils/filePath.cmt
prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4/lib/fileutils/filePath.cmti
prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4/lib/fileutils/fileUtil.cmi
prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4/lib/fileutils/fileUtil.cmt
prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4/lib/fileutils/fileUtil.cmti
prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4/lib/fileutils/str/
prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4/lib/fileutils/str/fileutils_str.ocamlobjinfo
prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4/lib/fileutils/str/fileUtilStr.cmi
prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4/lib/fileutils/str/fileUtilStr.cmt
prep/universes/704a28bdc88905c165043dcbb22c80cb/fileutils/0.6.4/opam
prep/universes/652bf6dfdef649a6e394e16b132b3592/minisat/0.5/doc/
prep/universes/652bf6dfdef649a6e394e16b132b3592/minisat/0.5/doc/minisat/
prep/universes/652bf6dfdef649a6e394e16b132b3592/minisat/0.5/doc/minisat/CHANGELOG.md
prep/universes/652bf6dfdef649a6e394e16b132b3592/minisat/0.5/doc/minisat/LICENSE
prep/universes/652bf6dfdef649a6e394e16b132b3592/minisat/0.5/doc/minisat/README.md
prep/universes/652bf6dfdef649a6e394e16b132b3592/minisat/0.5/lib/
prep/universes/652bf6dfdef649a6e394e16b132b3592/minisat/0.5/lib/minisat/
prep/universes/652bf6dfdef649a6e394e16b132b3592/minisat/0.5/lib/minisat/minisat.ocamlobjinfo
prep/universes/652bf6dfdef649a6e394e16b132b3592/minisat/0.5/lib/minisat/META
prep/universes/652bf6dfdef649a6e394e16b132b3592/minisat/0.5/lib/minisat/dune-package
prep/universes/652bf6dfdef649a6e394e16b132b3592/minisat/0.5/lib/minisat/minisat.cmi
prep/universes/652bf6dfdef649a6e394e16b132b3592/minisat/0.5/lib/minisat/minisat.cmt
prep/universes/652bf6dfdef649a6e394e16b132b3592/minisat/0.5/lib/minisat/minisat.cmti
prep/universes/652bf6dfdef649a6e394e16b132b3592/minisat/0.5/opam
prep/universes/1519b508fc2c4030405d79f3b2170aba/touist/3.4.0/lib/
prep/universes/1519b508fc2c4030405d79f3b2170aba/touist/3.4.0/lib/touist/
prep/universes/1519b508fc2c4030405d79f3b2170aba/touist/3.4.0/lib/touist/touist.ocamlobjinfo
prep/universes/1519b508fc2c4030405d79f3b2170aba/touist/3.4.0/lib/touist/META
prep/universes/1519b508fc2c4030405d79f3b2170aba/touist/3.4.0/lib/touist/touistCnf.cmi
prep/universes/1519b508fc2c4030405d79f3b2170aba/touist/3.4.0/lib/touist/touistCnf.cmt
prep/universes/1519b508fc2c4030405d79f3b2170aba/touist/3.4.0/lib/touist/touistCnf.cmti
prep/universes/1519b508fc2c4030405d79f3b2170aba/touist/3.4.0/lib/touist/touistErr.cmi
prep/universes/1519b508fc2c4030405d79f3b2170aba/touist/3.4.0/lib/touist/touistErr.cmt
prep/universes/1519b508fc2c4030405d79f3b2170aba/touist/3.4.0/lib/touist/touistErr.cmti
prep/universes/1519b508fc2c4030405d79f3b2170aba/touist/3.4.0/lib/touist/touistEval.cmi
prep/universes/1519b508fc2c4030405d79f3b2170aba/touist/3.4.0/lib/touist/touistEval.cmt
prep/universes/1519b508fc2c4030405d79f3b2170aba/touist/3.4.0/lib/touist/touistEval.cmti
prep/universes/1519b508fc2c4030405d79f3b2170aba/touist/3.4.0/lib/touist/touistLatex.cmi
prep/universes/1519b508fc2c4030405d79f3b2170aba/touist/3.4.0/lib/touist/touistLatex.cmt
prep/universes/1519b508fc2c4030405d79f3b2170aba/touist/3.4.0/lib/touist/touistLatex.cmti
prep/universes/1519b508fc2c4030405d79f3b2170aba/touist/3.4.0/lib/touist/touistParse.cmi
prep/universes/1519b508fc2c4030405d79f3b2170aba/touist/3.4.0/lib/touist/touistParse.cmt
prep/universes/1519b508fc2c4030405d79f3b2170aba/touist/3.4.0/lib/touist/touistParse.cmti
prep/universes/1519b508fc2c4030405d79f3b2170aba/touist/3.4.0/lib/touist/touistPprint.cmi
prep/universes/1519b508fc2c4030405d79f3b2170aba/touist/3.4.0/lib/touist/touistPprint.cmt
prep/universes/1519b508fc2c4030405d79f3b2170aba/touist/3.4.0/lib/touist/touistPprint.cmti
prep/universes/1519b508fc2c4030405d79f3b2170aba/touist/3.4.0/lib/touist/touistQbf.cmi
prep/universes/1519b508fc2c4030405d79f3b2170aba/touist/3.4.0/lib/touist/touistQbf.cmt
prep/universes/1519b508fc2c4030405d79f3b2170aba/touist/3.4.0/lib/touist/touistQbf.cmti
prep/universes/1519b508fc2c4030405d79f3b2170aba/touist/3.4.0/lib/touist/touistSatSolve.cmi
prep/universes/1519b508fc2c4030405d79f3b2170aba/touist/3.4.0/lib/touist/touistSatSolve.cmt
prep/universes/1519b508fc2c4030405d79f3b2170aba/touist/3.4.0/lib/touist/touistSatSolve.cmti
prep/universes/1519b508fc2c4030405d79f3b2170aba/touist/3.4.0/lib/touist/touistSmt.cmi
prep/universes/1519b508fc2c4030405d79f3b2170aba/touist/3.4.0/lib/touist/touistSmt.cmt
prep/universes/1519b508fc2c4030405d79f3b2170aba/touist/3.4.0/lib/touist/touistSmt.cmti
prep/universes/1519b508fc2c4030405d79f3b2170aba/touist/3.4.0/lib/touist/touistTypes.cmi
prep/universes/1519b508fc2c4030405d79f3b2170aba/touist/3.4.0/lib/touist/touistTypes.cmt
prep/universes/1519b508fc2c4030405d79f3b2170aba/touist/3.4.0/lib/touist/touistTypes.cmti
prep/universes/1519b508fc2c4030405d79f3b2170aba/touist/3.4.0/lib/touist/touistVersion.cmi
prep/universes/1519b508fc2c4030405d79f3b2170aba/touist/3.4.0/lib/touist/touistVersion.cmt
prep/universes/1519b508fc2c4030405d79f3b2170aba/touist/3.4.0/opam
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
HASHES:cppo.1.5.0-e7481167d444816c21c27f61deb7502a:7f661348d5aa1926c56237325b8294c10069f8365e61dbbbcc55c87a67dbd74b
HASHES:fileutils.0.6.4-704a28bdc88905c165043dcbb22c80cb:4c034990efea4048e64f0e3368f6ae9e9596d5ad91462a20d2616f9a2a67808a
HASHES:minisat.0.5-652bf6dfdef649a6e394e16b132b3592:ce74128419124738c4a2192d3ee8e0bcacdd835de0dfc247358ec72f52345193
HASHES:touist.3.4.0-1519b508fc2c4030405d79f3b2170aba:69135832866c36d03532a0a693d4b06e466057248a096d73722314541ad6b6c2
2024-01-29 19:02.13 ---> saved as "95e11af0335c016296064941781fa7309f9ebcfa90bc65a882ae59f81de7422a"
Job succeeded
2024-01-29 19:07.34: touist.3.4.0-1519b508fc2c4030405d79f3b2170aba -> 69135832866c36d03532a0a693d4b06e466057248a096d73722314541ad6b6c2
2024-01-29 19:07.34: minisat.0.5-652bf6dfdef649a6e394e16b132b3592 -> ce74128419124738c4a2192d3ee8e0bcacdd835de0dfc247358ec72f52345193
2024-01-29 19:07.34: fileutils.0.6.4-704a28bdc88905c165043dcbb22c80cb -> 4c034990efea4048e64f0e3368f6ae9e9596d5ad91462a20d2616f9a2a67808a
2024-01-29 19:07.34: cppo.1.5.0-e7481167d444816c21c27f61deb7502a -> 7f661348d5aa1926c56237325b8294c10069f8365e61dbbbcc55c87a67dbd74b
2024-01-29 19:07.34: Job succeeded