Build:
- 0
2024-09-12 08:35.52: New job: Voodoo prep benchpress.0.1; ff4dfd8a03d1db2c84f61ac827135241 2024-09-12 08:35.52: Waiting for resource in pool OCluster 2024-09-12 19:20.57: Waiting for worker… 2024-09-12 19:26.26: Got resource from pool OCluster 2024-09-12 19:26.26: Using cache hint "docs-universe-prep-4.14.2" To reproduce locally: cat > prep.spec <<'END-OF-SPEC' ((build tools ((from ocaml/opam:debian-12-ocaml-4.14@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1) (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.14@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1) (user (uid 1000) (gid 1000)) (workdir /home/opam) (run (shell "sudo chown opam:opam /home/opam")) (run (shell "sudo mkdir /src")) (copy (src packages) (dst /src/packages)) (copy (src repo) (dst /src/repo)) (run (network host) (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni")) (run (shell "opam repo remove default && opam repo add opam /src")) (copy (from (build tools)) (src /home/opam/voodoo-prep) (dst /home/opam/)) (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune))) (network host) (shell "opam install dune.3.16.0 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 benchpress.0.1 uuidm.0.9.8 topkg.1.0.7 stdlib-shims.0.3.0 sqlite3_utils.0.3.1 sqlite3.5.2.0 seq.base result.1.5 re.1.12.0 printbox.0.5 pbrt.2.4 ocamlfind.1.9.6 ocamlbuild.0.15.0 ocaml-protoc.2.4 logs.0.7.0 iter.1.8 ISO8601.0.2.6 host-arch-x86_64.1 gnuplot.0.7 dune-configurator.3.16.0 dune.3.16.0 decoders.0.3.0 csv.2.4 csexp.1.5.2 containers.2.8.1 conf-sqlite3.1 conf-pkg-config.3 conf-gnuplot.0.1 cmdliner.1.3.0 base64.3.5.1 base-bytes.base 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')")) (run (shell "opam exec -- ~/voodoo-prep -u benchpress:ff4dfd8a03d1db2c84f61ac827135241,sqlite3_utils:f4ff58881ec5cfc0c777d6c018b6f1fd,printbox:ee55d6fd607c77ef7e38deef8f475064,pbrt:22799857af385dd6b68baad28fc8ad71,ocaml-protoc:63391a53fe2ce751d5422b6d3f3e37fc,gnuplot:84b1d02e7c5c60f686330ecf4b9c0969,decoders:6cb2d5658864a6c9bc1fbc226141feed")) (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.651140') && (for DATA in prep/universes/6cb2d5658864a6c9bc1fbc226141feed/decoders/0.3.0,decoders.0.3.0-6cb2d5658864a6c9bc1fbc226141feed,decoders.0.3.0 prep/universes/84b1d02e7c5c60f686330ecf4b9c0969/gnuplot/0.7,gnuplot.0.7-84b1d02e7c5c60f686330ecf4b9c0969,gnuplot.0.7 prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4,ocaml-protoc.2.4-63391a53fe2ce751d5422b6d3f3e37fc,ocaml-protoc.2.4 prep/universes/22799857af385dd6b68baad28fc8ad71/pbrt/2.4,pbrt.2.4-22799857af385dd6b68baad28fc8ad71,pbrt.2.4 prep/universes/ee55d6fd607c77ef7e38deef8f475064/printbox/0.5,printbox.0.5-ee55d6fd607c77ef7e38deef8f475064,printbox.0.5 prep/universes/f4ff58881ec5cfc0c777d6c018b6f1fd/sqlite3_utils/0.3.1,sqlite3_utils.0.3.1-f4ff58881ec5cfc0c777d6c018b6f1fd,sqlite3_utils.0.3.1 prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1,benchpress.0.1-ff4dfd8a03d1db2c84f61ac827135241,benchpress.0.1; 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/6cb2d5658864a6c9bc1fbc226141feed/decoders/0.3.0,decoders.0.3.0-6cb2d5658864a6c9bc1fbc226141feed,decoders.0.3.0 prep/universes/84b1d02e7c5c60f686330ecf4b9c0969/gnuplot/0.7,gnuplot.0.7-84b1d02e7c5c60f686330ecf4b9c0969,gnuplot.0.7 prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4,ocaml-protoc.2.4-63391a53fe2ce751d5422b6d3f3e37fc,ocaml-protoc.2.4 prep/universes/22799857af385dd6b68baad28fc8ad71/pbrt/2.4,pbrt.2.4-22799857af385dd6b68baad28fc8ad71,pbrt.2.4 prep/universes/ee55d6fd607c77ef7e38deef8f475064/printbox/0.5,printbox.0.5-ee55d6fd607c77ef7e38deef8f475064,printbox.0.5 prep/universes/f4ff58881ec5cfc0c777d6c018b6f1fd/sqlite3_utils/0.3.1,sqlite3_utils.0.3.1-f4ff58881ec5cfc0c777d6c018b6f1fd,sqlite3_utils.0.3.1 prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1,benchpress.0.1-ff4dfd8a03d1db2c84f61ac827135241,benchpress.0.1; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/6cb2d5658864a6c9bc1fbc226141feed/decoders/0.3.0,decoders.0.3.0-6cb2d5658864a6c9bc1fbc226141feed,decoders.0.3.0 prep/universes/84b1d02e7c5c60f686330ecf4b9c0969/gnuplot/0.7,gnuplot.0.7-84b1d02e7c5c60f686330ecf4b9c0969,gnuplot.0.7 prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4,ocaml-protoc.2.4-63391a53fe2ce751d5422b6d3f3e37fc,ocaml-protoc.2.4 prep/universes/22799857af385dd6b68baad28fc8ad71/pbrt/2.4,pbrt.2.4-22799857af385dd6b68baad28fc8ad71,pbrt.2.4 prep/universes/ee55d6fd607c77ef7e38deef8f475064/printbox/0.5,printbox.0.5-ee55d6fd607c77ef7e38deef8f475064,printbox.0.5 prep/universes/f4ff58881ec5cfc0c777d6c018b6f1fd/sqlite3_utils/0.3.1,sqlite3_utils.0.3.1-f4ff58881ec5cfc0c777d6c018b6f1fd,sqlite3_utils.0.3.1 prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1,benchpress.0.1-ff4dfd8a03d1db2c84f61ac827135241,benchpress.0.1; 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 7feaa1f912b00a5f981075e59af0763556f8bc75 --local-file prep.spec \ --pool linux-x86_64 --connect ocluster-submission.cap --cache-hint docs-universe-prep-4.14.2 \ --secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config 2024-09-12 19:26.26: RETRYING: 2024-09-12/083552-voodoo-prep-df1a81 Number of retries: 0 (retriable error condition) Building on x86-bm-c9.sw.ocaml.org All commits already cached Updating files: 42% (13467/32042) Updating files: 43% (13779/32042) Updating files: 44% (14099/32042) Updating files: 45% (14419/32042) Updating files: 46% (14740/32042) Updating files: 47% (15060/32042) Updating files: 48% (15381/32042) Updating files: 49% (15701/32042) Updating files: 50% (16021/32042) Updating files: 51% (16342/32042) Updating files: 52% (16662/32042) Updating files: 53% (16983/32042) Updating files: 54% (17303/32042) Updating files: 55% (17624/32042) Updating files: 56% (17944/32042) Updating files: 57% (18264/32042) Updating files: 58% (18585/32042) Updating files: 59% (18905/32042) Updating files: 60% (19226/32042) Updating files: 61% (19546/32042) Updating files: 62% (19867/32042) Updating files: 63% (20187/32042) Updating files: 64% (20507/32042) Updating files: 65% (20828/32042) Updating files: 66% (21148/32042) Updating files: 67% (21469/32042) Updating files: 68% (21789/32042) Updating files: 69% (22109/32042) Updating files: 70% (22430/32042) Updating files: 71% (22750/32042) Updating files: 72% (23071/32042) Updating files: 73% (23391/32042) Updating files: 74% (23712/32042) Updating files: 75% (24032/32042) Updating files: 76% (24352/32042) Updating files: 77% (24673/32042) Updating files: 78% (24993/32042) Updating files: 79% (25314/32042) Updating files: 80% (25634/32042) Updating files: 81% (25955/32042) Updating files: 82% (26275/32042) Updating files: 83% (26595/32042) Updating files: 84% (26916/32042) Updating files: 84% (27170/32042) Updating files: 85% (27236/32042) Updating files: 86% (27557/32042) Updating files: 87% (27877/32042) Updating files: 88% (28197/32042) Updating files: 89% (28518/32042) Updating files: 90% (28838/32042) Updating files: 91% (29159/32042) Updating files: 92% (29479/32042) Updating files: 93% (29800/32042) Updating files: 94% (30120/32042) Updating files: 95% (30440/32042) Updating files: 96% (30761/32042) Updating files: 97% (31081/32042) Updating files: 98% (31402/32042) Updating files: 99% (31722/32042) Updating files: 100% (32042/32042) Updating files: 100% (32042/32042), done. HEAD is now at 7feaa1f912 Apply suggestions from code review (build "tools" …) (from ocaml/opam:debian-12-ocaml-4.14@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1) 2024-09-12 19:19.12 ---> using "103a548bcf08062184789f8399ddfc3128a2d5d426168f6d2c8435f8ce1ce572" from cache /: (user (uid 1000) (gid 1000)) /: (workdir /home/opam) /home/opam: (run (shell "sudo chown opam:opam /home/opam")) 2024-09-12 19:19.12 ---> using "b735425389b73ff0dbaabb86e65c55ba3d4affc0ec07062c4ba9fb8523aca05a" from cache /home/opam: (run (network host) (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config")) Hit:1 http://deb.debian.org/debian bookworm InRelease Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB] Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] Get:4 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [11.7 kB] Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B] Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B] Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [179 kB] Fetched 295 kB in 1s (447 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 (7641 kB/s) Selecting previously unselected package libpkgconf3:amd64. (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 18733 files and directories currently installed.) Preparing to unpack .../libpkgconf3_1.8.1-1_amd64.deb ... Unpacking libpkgconf3:amd64 (1.8.1-1) ... Selecting previously unselected package m4. Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ... Unpacking m4 (1.4.19-3) ... Selecting previously unselected package pkgconf-bin. Preparing to unpack .../pkgconf-bin_1.8.1-1_amd64.deb ... Unpacking pkgconf-bin (1.8.1-1) ... Selecting previously unselected package pkgconf:amd64. Preparing to unpack .../pkgconf_1.8.1-1_amd64.deb ... Unpacking pkgconf:amd64 (1.8.1-1) ... Selecting previously unselected package pkg-config:amd64. Preparing to unpack .../pkg-config_1.8.1-1_amd64.deb ... Unpacking pkg-config:amd64 (1.8.1-1) ... Setting up m4 (1.4.19-3) ... Setting up libpkgconf3:amd64 (1.8.1-1) ... Setting up pkgconf-bin (1.8.1-1) ... Setting up pkgconf:amd64 (1.8.1-1) ... Setting up pkg-config:amd64 (1.8.1-1) ... Processing triggers for libc-bin (2.36-9+deb12u8) ... 2024-09-12 19:19.12 ---> using "64027e071d7f4bb79a519ab4cf43cd8d13e54fe5188051a605e9293619bec9b3" from cache /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune))) (network host) (shell "opam pin -ny https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 && opam depext -iy voodoo-prep")) [voodoo: git] [voodoo: git] [voodoo: git] [voodoo: git] [voodoo: git] [voodoo: git] [voodoo: git] [voodoo: git] [voodoo] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 This will pin the following packages: voodoo-prep, voodoo-lib, voodoo-gen, voodoo-do. Continue? [Y/n] y Package voodoo-prep does not exist, create as a NEW package? [Y/n] y [voodoo-prep.~dev: git] [voodoo-prep.~dev: git] [voodoo-prep.~dev: git] [voodoo-prep.~dev: git] [voodoo-prep.~dev: git] [voodoo-prep.~dev: git] [voodoo-prep.~dev: git] [voodoo-prep.~dev: git] [voodoo-prep.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 voodoo-prep is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (version ~dev) Package voodoo-lib does not exist, create as a NEW package? [Y/n] y [voodoo-lib.~dev: git] [voodoo-lib.~dev: git] [voodoo-lib.~dev: git] [voodoo-lib.~dev: git] [voodoo-lib.~dev: git] [voodoo-lib.~dev: git] [voodoo-lib.~dev: git] [voodoo-lib.~dev: git] [voodoo-lib.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 voodoo-lib is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (version ~dev) Package voodoo-gen does not exist, create as a NEW package? [Y/n] y [voodoo-gen.~dev: git] [voodoo-gen.~dev: git] [voodoo-gen.~dev: git] [voodoo-gen.~dev: git] [voodoo-gen.~dev: git] [voodoo-gen.~dev: git] [voodoo-gen.~dev: git] [voodoo-gen.~dev: git] [voodoo-gen.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 voodoo-gen is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (version ~dev) Package voodoo-do does not exist, create as a NEW package? [Y/n] y [voodoo-do.~dev: git] [voodoo-do.~dev: git] [voodoo-do.~dev: git] [voodoo-do.~dev: git] [voodoo-do.~dev: git] [voodoo-do.~dev: git] [voodoo-do.~dev: git] [voodoo-do.~dev: git] [voodoo-do.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 voodoo-do is now pinned to git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 (version ~dev) # Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian # No extra OS packages requirements found. # All required OS packages found. # Now letting opam install the packages <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [voodoo-prep.~dev] no changes from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 The following actions will be performed: - install ocamlbuild 0.15.0 [required by bos] - install dune 3.16.0 [required by voodoo-prep] - install ocamlfind 1.9.6 [required by bos] - install cmdliner 1.3.0 [required by voodoo-prep] - install seq base [required by re] - install swhid_core 0.1 [required by opam-core] - install stdlib-shims 0.3.0 [required by ocamlgraph, sha] - install opam-file-format 2.1.6 [required by opam-format] - install topkg 1.0.7 [required by bos] - install re 1.12.0 [required by opam-format] - install sha 1.15.4 [required by opam-core] - install ocamlgraph 2.1.0 [required by opam-core] - install uutf 1.0.3 [required by opam-core] - install rresult 0.7.0 [required by bos] - install fmt 0.9.0 [required by bos] - install astring 0.8.5 [required by bos] - install jsonm 1.0.2 [required by opam-core] - install logs 0.7.0 [required by bos] - install fpath 0.7.3 [required by voodoo-prep] - install opam-core 2.2.1 [required by opam-format] - install bos 0.2.1 [required by voodoo-prep] - install opam-format 2.2.1 [required by voodoo-prep] - install voodoo-prep ~dev* ===== 23 to install ===== <><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><> [astring.0.8.5] found in cache [bos.0.2.1] found in cache [cmdliner.1.3.0] found in cache [dune.3.16.0] found in cache [fmt.0.9.0] found in cache [fpath.0.7.3] found in cache [jsonm.1.0.2] found in cache [logs.0.7.0] found in cache [ocamlbuild.0.15.0] found in cache [ocamlfind.1.9.6] found in cache [ocamlgraph.2.1.0] found in cache [opam-core.2.2.1] found in cache [opam-file-format.2.1.6] found in cache [opam-format.2.2.1] found in cache [re.1.12.0] found in cache [rresult.0.7.0] found in cache [sha.1.15.4] found in cache [stdlib-shims.0.3.0] found in cache [swhid_core.0.1] found in cache [topkg.1.0.7] found in cache [uutf.1.0.3] found in cache [voodoo-prep.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> installed seq.base -> installed cmdliner.1.3.0 -> installed ocamlfind.1.9.6 -> installed ocamlbuild.0.15.0 -> installed topkg.1.0.7 -> installed rresult.0.7.0 -> installed uutf.1.0.3 -> installed fmt.0.9.0 -> installed astring.0.8.5 -> installed jsonm.1.0.2 -> installed fpath.0.7.3 -> installed logs.0.7.0 -> installed bos.0.2.1 -> installed dune.3.16.0 -> installed stdlib-shims.0.3.0 -> installed swhid_core.0.1 -> installed opam-file-format.2.1.6 -> installed re.1.12.0 -> installed sha.1.15.4 -> installed ocamlgraph.2.1.0 -> installed opam-core.2.2.1 -> installed opam-format.2.2.1 -> installed voodoo-prep.~dev Done. # Run eval $(opam env) to update the current shell environment 2024-09-12 19:19.12 ---> using "4b3eae20ee556ce466265d261fd5d7184b7506cfcf8217eea177582bdd289d8b" from cache /home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam")) 2024-09-12 19:19.12 ---> using "ff9243a4acf95fb20c4e62f411801f15f8ec3c4e6fcc150de31a9042ea281b68" from cache 2024-09-12 19:19.12 --> finished "tools" (from ocaml/opam:debian-12-ocaml-4.14@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1) 2024-09-12 19:19.12 ---> using "103a548bcf08062184789f8399ddfc3128a2d5d426168f6d2c8435f8ce1ce572" from cache /: (user (uid 1000) (gid 1000)) /: (workdir /home/opam) /home/opam: (run (shell "sudo chown opam:opam /home/opam")) 2024-09-12 19:19.12 ---> using "b735425389b73ff0dbaabb86e65c55ba3d4affc0ec07062c4ba9fb8523aca05a" from cache /home/opam: (run (shell "sudo mkdir /src")) 2024-09-12 19:19.12 ---> using "589fc247a47cee4820aea953ca0c6137d5c05903e8d36d67782083bf9b53dcd0" from cache /home/opam: (copy (src packages) (dst /src/packages)) 2024-09-12 19:19.23 ---> saved as "1468f6612852817700791a789969f82634708b94afab7ed5825bb962e590a078" /home/opam: (copy (src repo) (dst /src/repo)) 2024-09-12 19:19.23 ---> saved as "6b46b2e0ebf62795247fa5ded5a7bb9472ed1353ab7c9a1dde9a7fde7a884c6f" /home/opam: (run (network host) (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni")) Configuring from /home/opam/.opamrc and then from built-in defaults. Checking for available remotes: rsync and local, git. - you won't be able to use mercurial repositories unless you install the hg command on your system. - you won't be able to use darcs repositories unless you install the darcs command on your system. This development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.1, which can't be reverted. You may want to back it up before going further. Continue? [Y/n] y Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from file:///home/opam/opam-repository 2024-09-12 19:20.49 ---> saved as "633836012e439ba5ef91aaeba22d379a3ab81ce46fa926a641532ee4ce50d418" /home/opam: (run (shell "opam repo remove default && opam repo add opam /src")) Repositories removed from the selections of switch 4.14. Use '--all' to forget about them altogether. [opam] Initialised [NOTE] Repository opam has been added to the selections of switch 4.14 only. Run `opam repository add opam --all-switches|--set-default' to use it in all existing switches, or in newly created switches, respectively. 2024-09-12 19:21.12 ---> saved as "9a0138444d9972839667b5e4e57a45fb6654e44061cafbac8643ce816e8b4864" /home/opam: (copy (from (build tools)) (src /home/opam/voodoo-prep) (dst /home/opam/)) 2024-09-12 19:21.12 ---> saved as "c4cfc8007459f64be4abd081b4b678e19425ce645ca89afe23ff53b761918e50" /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune))) (network host) (shell "opam install dune.3.16.0 ocamlfind.1.9.6")) The following actions will be performed: - install dune 3.16.0 - install ocamlfind 1.9.6 ===== 2 to install ===== <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved ocamlfind.1.9.6 (cached) -> retrieved dune.3.16.0 (cached) -> installed ocamlfind.1.9.6 -> installed dune.3.16.0 Done. # Run eval $(opam env) to update the current shell environment 2024-09-12 19:22.00 ---> saved as "051ecb480b9299697c66539105c05c46d44ac0371334ac12ea029e7e216413b1" /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 benchpress.0.1 uuidm.0.9.8 topkg.1.0.7 stdlib-shims.0.3.0 sqlite3_utils.0.3.1 sqlite3.5.2.0 seq.base result.1.5 re.1.12.0 printbox.0.5 pbrt.2.4 ocamlfind.1.9.6 ocamlbuild.0.15.0 ocaml-protoc.2.4 logs.0.7.0 iter.1.8 ISO8601.0.2.6 host-arch-x86_64.1 gnuplot.0.7 dune-configurator.3.16.0 dune.3.16.0 decoders.0.3.0 csv.2.4 csexp.1.5.2 containers.2.8.1 conf-sqlite3.1 conf-pkg-config.3 conf-gnuplot.0.1 cmdliner.1.3.0 base64.3.5.1 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 [55.4 kB] Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB] Get:4 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [11.7 kB] Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B] Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B] Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [179 kB] Fetched 295 kB in 0s (989 kB/s) Reading package lists... Building dependency tree... Reading state information... All packages are up to date. Opam plugin "depext" may require upgrading/reinstalling. Reinstall the plugin on the current switch? [Y/n] y The following actions will be performed: - recompile opam-depext 1.2.3 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved opam-depext.1.2.3 (cached) -> removed opam-depext.1.2.3 -> installed opam-depext.1.2.3 Done. <><> opam-depext.1.2.3 installed successfully <><><><><><><><><><><><><><><><><> => opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead # Run eval $(opam env) to update the current shell environment <><> Carrying on to "opam depext -viy benchpress.0.1 uuidm.0.9.8 topkg.1.0.7 stdlib-shims.0.3.0 sqlite3_utils.0.3.1 sqlite3.5.2.0 seq.base result.1.5 re.1.12.0 printbox.0.5 pbrt.2.4 ocamlfind.1.9.6 ocamlbuild.0.15.0 ocaml-protoc.2.4 logs.0.7.0 iter.1.8 ISO8601.0.2.6 host-arch-x86_64.1 gnuplot.0.7 dune-configurator.3.16.0 dune.3.16.0 decoders.0.3.0 csv.2.4 csexp.1.5.2 containers.2.8.1 conf-sqlite3.1 conf-pkg-config.3 conf-gnuplot.0.1 cmdliner.1.3.0 base64.3.5.1 base-bytes.base" Since version 2.1, opam now handles external dependencies alongside OCaml ones, and the `depext` plugin interface is provided for backwards compatibility only. Consider using your usual `opam install` command to install both OCaml and system dependencies, or `opam install <pkg> --depext-only` if you want to only install external dependencies. # Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian # The following system packages are needed: gnuplot-x11 libsqlite3-dev pkg-config [NOTE] Package dune is already installed (current version is 3.16.0). [NOTE] Package host-arch-x86_64 is already installed (current version is 1). [NOTE] Package ocamlfind is already installed (current version is 1.9.6). The following actions will be performed: - install conf-pkg-config 3 - install ocamlbuild 0.15.0 - install cmdliner 1.3.0 - install result 1.5 - install seq base - install csexp 1.5.2 - install iter 1.8 - install base64 3.5.1 - install decoders 0.3.0 - install base-bytes base - install conf-gnuplot 0.1 - install ISO8601 0.2.6 - install stdlib-shims 0.3.0 - install conf-sqlite3 1 - install topkg 1.0.7 - install re 1.12.0 - install dune-configurator 3.16.0 - install printbox 0.5 - install csv 2.4 - install gnuplot 0.7 - install pbrt 2.4 - install uuidm 0.9.8 - install logs 0.7.0 - install sqlite3 5.2.0 - install containers 2.8.1 - install ocaml-protoc 2.4 - install sqlite3_utils 0.3.1 - install benchpress 0.1 ===== 28 to install ===== The following system packages will first need to be installed: gnuplot-x11 libsqlite3-dev pkg-config <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> Let opam run your package manager to install the required system packages? (answer 'n' for other options) [Y/n] y + /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "gnuplot-x11" "libsqlite3-dev" "pkg-config" - debconf: delaying package configuration, since apt-utils is not installed - Selecting previously unselected package libargon2-1:amd64. - (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 18733 files and directories currently installed.) - Preparing to unpack .../00-libargon2-1_0~20171227-0.3+deb12u1_amd64.deb ... - Unpacking libargon2-1:amd64 (0~20171227-0.3+deb12u1) ... - Selecting previously unselected package dmsetup. - Preparing to unpack .../01-dmsetup_2%3a1.02.185-2_amd64.deb ... - Unpacking dmsetup (2:1.02.185-2) ... - Selecting previously unselected package libdevmapper1.02.1:amd64. - Preparing to unpack .../02-libdevmapper1.02.1_2%3a1.02.185-2_amd64.deb ... - Unpacking libdevmapper1.02.1:amd64 (2:1.02.185-2) ... - Selecting previously unselected package libjson-c5:amd64. - Preparing to unpack .../03-libjson-c5_0.16-2_amd64.deb ... - Unpacking libjson-c5:amd64 (0.16-2) ... - Selecting previously unselected package libcryptsetup12:amd64. - Preparing to unpack .../04-libcryptsetup12_2%3a2.6.1-4~deb12u2_amd64.deb ... - Unpacking libcryptsetup12:amd64 (2:2.6.1-4~deb12u2) ... - Selecting previously unselected package libfdisk1:amd64. - Preparing to unpack .../05-libfdisk1_2.38.1-5+deb12u1_amd64.deb ... - Unpacking libfdisk1:amd64 (2.38.1-5+deb12u1) ... - Selecting previously unselected package libkmod2:amd64. - Preparing to unpack .../06-libkmod2_30+20221128-1_amd64.deb ... - Unpacking libkmod2:amd64 (30+20221128-1) ... - Selecting previously unselected package libapparmor1:amd64. - Preparing to unpack .../07-libapparmor1_3.0.8-3_amd64.deb ... - Unpacking libapparmor1:amd64 (3.0.8-3) ... - Selecting previously unselected package libip4tc2:amd64. - Preparing to unpack .../08-libip4tc2_1.8.9-2_amd64.deb ... - Unpacking libip4tc2:amd64 (1.8.9-2) ... - Selecting previously unselected package libsystemd-shared:amd64. - Preparing to unpack .../09-libsystemd-shared_252.30-1~deb12u2_amd64.deb ... - Unpacking libsystemd-shared:amd64 (252.30-1~deb12u2) ... - Selecting previously unselected package systemd. - Preparing to unpack .../10-systemd_252.30-1~deb12u2_amd64.deb ... - Unpacking systemd (252.30-1~deb12u2) ... - Setting up libargon2-1:amd64 (0~20171227-0.3+deb12u1) ... - Setting up libjson-c5:amd64 (0.16-2) ... - Setting up libfdisk1:amd64 (2.38.1-5+deb12u1) ... - Setting up libkmod2:amd64 (30+20221128-1) ... - Setting up libapparmor1:amd64 (3.0.8-3) ... - Setting up libip4tc2:amd64 (1.8.9-2) ... - Setting up libsystemd-shared:amd64 (252.30-1~deb12u2) ... - Setting up libdevmapper1.02.1:amd64 (2:1.02.185-2) ... - Setting up libcryptsetup12:amd64 (2:2.6.1-4~deb12u2) ... - Setting up systemd (252.30-1~deb12u2) ... - Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. - Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. - Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. - Initializing machine ID from random generator. - Creating group 'systemd-journal' with GID 999. - Creating group 'systemd-network' with GID 998. - Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998. - Setting up dmsetup (2:1.02.185-2) ... - Selecting previously unselected package systemd-sysv. - (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 ... 19648 files and directories currently installed.) - Preparing to unpack .../00-systemd-sysv_252.30-1~deb12u2_amd64.deb ... - Unpacking systemd-sysv (252.30-1~deb12u2) ... - Selecting previously unselected package libdbus-1-3:amd64. - Preparing to unpack .../01-libdbus-1-3_1.14.10-1~deb12u1_amd64.deb ... - Unpacking libdbus-1-3:amd64 (1.14.10-1~deb12u1) ... - Selecting previously unselected package dbus-bin. - Preparing to unpack .../02-dbus-bin_1.14.10-1~deb12u1_amd64.deb ... - Unpacking dbus-bin (1.14.10-1~deb12u1) ... - Selecting previously unselected package dbus-session-bus-common. - Preparing to unpack .../03-dbus-session-bus-common_1.14.10-1~deb12u1_all.deb ... - Unpacking dbus-session-bus-common (1.14.10-1~deb12u1) ... - Selecting previously unselected package dbus-daemon. - Preparing to unpack .../04-dbus-daemon_1.14.10-1~deb12u1_amd64.deb ... - Unpacking dbus-daemon (1.14.10-1~deb12u1) ... - Selecting previously unselected package dbus-system-bus-common. - Preparing to unpack .../05-dbus-system-bus-common_1.14.10-1~deb12u1_all.deb ... - Unpacking dbus-system-bus-common (1.14.10-1~deb12u1) ... - Selecting previously unselected package dbus. - Preparing to unpack .../06-dbus_1.14.10-1~deb12u1_amd64.deb ... - Unpacking dbus (1.14.10-1~deb12u1) ... - Selecting previously unselected package libnss-systemd:amd64. - Preparing to unpack .../07-libnss-systemd_252.30-1~deb12u2_amd64.deb ... - Unpacking libnss-systemd:amd64 (252.30-1~deb12u2) ... - Selecting previously unselected package libpam-systemd:amd64. - Preparing to unpack .../08-libpam-systemd_252.30-1~deb12u2_amd64.deb ... - Unpacking libpam-systemd:amd64 (252.30-1~deb12u2) ... - Selecting previously unselected package systemd-timesyncd. - Preparing to unpack .../09-systemd-timesyncd_252.30-1~deb12u2_amd64.deb ... - Unpacking systemd-timesyncd (252.30-1~deb12u2) ... - Selecting previously unselected package hicolor-icon-theme. - Preparing to unpack .../10-hicolor-icon-theme_0.17-2_all.deb ... - Unpacking hicolor-icon-theme (0.17-2) ... - Selecting previously unselected package libgdk-pixbuf2.0-common. - Preparing to unpack .../11-libgdk-pixbuf2.0-common_2.42.10+dfsg-1+deb12u1_all.deb ... - Unpacking libgdk-pixbuf2.0-common (2.42.10+dfsg-1+deb12u1) ... - Selecting previously unselected package libglib2.0-0:amd64. - Preparing to unpack .../12-libglib2.0-0_2.74.6-2+deb12u3_amd64.deb ... - Unpacking libglib2.0-0:amd64 (2.74.6-2+deb12u3) ... - Selecting previously unselected package libicu72:amd64. - Preparing to unpack .../13-libicu72_72.1-3_amd64.deb ... - Unpacking libicu72:amd64 (72.1-3) ... - Selecting previously unselected package libxml2:amd64. - Preparing to unpack .../14-libxml2_2.9.14+dfsg-1.3~deb12u1_amd64.deb ... - Unpacking libxml2:amd64 (2.9.14+dfsg-1.3~deb12u1) ... - Selecting previously unselected package shared-mime-info. - Preparing to unpack .../15-shared-mime-info_2.2-1_amd64.deb ... - Unpacking shared-mime-info (2.2-1) ... - Selecting previously unselected package libgdk-pixbuf-2.0-0:amd64. - Preparing to unpack .../16-libgdk-pixbuf-2.0-0_2.42.10+dfsg-1+deb12u1_amd64.deb ... - Unpacking libgdk-pixbuf-2.0-0:amd64 (2.42.10+dfsg-1+deb12u1) ... - Selecting previously unselected package gtk-update-icon-cache. - Preparing to unpack .../17-gtk-update-icon-cache_3.24.38-2~deb12u2_amd64.deb ... - Unpacking gtk-update-icon-cache (3.24.38-2~deb12u2) ... - Selecting previously unselected package adwaita-icon-theme. - Preparing to unpack .../18-adwaita-icon-theme_43-1_all.deb ... - Unpacking adwaita-icon-theme (43-1) ... - Selecting previously unselected package aglfn. - Preparing to unpack .../19-aglfn_1.7+git20191031.4036a9c-2_all.deb ... - Unpacking aglfn (1.7+git20191031.4036a9c-2) ... - Selecting previously unselected package at-spi2-common. - Preparing to unpack .../20-at-spi2-common_2.46.0-5_all.deb ... - Unpacking at-spi2-common (2.46.0-5) ... - Selecting previously unselected package libxi6:amd64. - Preparing to unpack .../21-libxi6_2%3a1.8-1+b1_amd64.deb ... - Unpacking libxi6:amd64 (2:1.8-1+b1) ... - Selecting previously unselected package libatspi2.0-0:amd64. - Preparing to unpack .../22-libatspi2.0-0_2.46.0-5_amd64.deb ... - Unpacking libatspi2.0-0:amd64 (2.46.0-5) ... - Selecting previously unselected package x11-common. - Preparing to unpack .../23-x11-common_1%3a7.7+23_all.deb ... - Unpacking x11-common (1:7.7+23) ... - Selecting previously unselected package libxtst6:amd64. - Preparing to unpack .../24-libxtst6_2%3a1.2.3-1.1_amd64.deb ... - Unpacking libxtst6:amd64 (2:1.2.3-1.1) ... - Selecting previously unselected package dbus-user-session. - Preparing to unpack .../25-dbus-user-session_1.14.10-1~deb12u1_amd64.deb ... - Unpacking dbus-user-session (1.14.10-1~deb12u1) ... - Selecting previously unselected package libdconf1:amd64. - Preparing to unpack .../26-libdconf1_0.40.0-4_amd64.deb ... - Unpacking libdconf1:amd64 (0.40.0-4) ... - Selecting previously unselected package dconf-service. - Preparing to unpack .../27-dconf-service_0.40.0-4_amd64.deb ... - Unpacking dconf-service (0.40.0-4) ... - Selecting previously unselected package dconf-gsettings-backend:amd64. - Preparing to unpack .../28-dconf-gsettings-backend_0.40.0-4_amd64.deb ... - Unpacking dconf-gsettings-backend:amd64 (0.40.0-4) ... - Selecting previously unselected package gsettings-desktop-schemas. - Preparing to unpack .../29-gsettings-desktop-schemas_43.0-1_all.deb ... - Unpacking gsettings-desktop-schemas (43.0-1) ... - Selecting previously unselected package at-spi2-core. - Preparing to unpack .../30-at-spi2-core_2.46.0-5_amd64.deb ... - Unpacking at-spi2-core (2.46.0-5) ... - Selecting previously unselected package fontconfig. - Preparing to unpack .../31-fontconfig_2.14.1-4_amd64.deb ... - Unpacking fontconfig (2.14.1-4) ... - Selecting previously unselected package gnuplot-data. - Preparing to unpack .../32-gnuplot-data_5.4.4+dfsg1-2_all.deb ... - Unpacking gnuplot-data (5.4.4+dfsg1-2) ... - Selecting previously unselected package libpixman-1-0:amd64. - Preparing to unpack .../33-libpixman-1-0_0.42.2-1_amd64.deb ... - Unpacking libpixman-1-0:amd64 (0.42.2-1) ... - Selecting previously unselected package libxcb-render0:amd64. - Preparing to unpack .../34-libxcb-render0_1.15-1_amd64.deb ... - Unpacking libxcb-render0:amd64 (1.15-1) ... - Selecting previously unselected package libxcb-shm0:amd64. - Preparing to unpack .../35-libxcb-shm0_1.15-1_amd64.deb ... - Unpacking libxcb-shm0:amd64 (1.15-1) ... - Selecting previously unselected package libxrender1:amd64. - Preparing to unpack .../36-libxrender1_1%3a0.9.10-1.1_amd64.deb ... - Unpacking libxrender1:amd64 (1:0.9.10-1.1) ... - Selecting previously unselected package libcairo2:amd64. - Preparing to unpack .../37-libcairo2_1.16.0-7_amd64.deb ... - Unpacking libcairo2:amd64 (1.16.0-7) ... - Selecting previously unselected package liblua5.4-0:amd64. - Preparing to unpack .../38-liblua5.4-0_5.4.4-3+deb12u1_amd64.deb ... - Unpacking liblua5.4-0:amd64 (5.4.4-3+deb12u1) ... - Selecting previously unselected package libfribidi0:amd64. - Preparing to unpack .../39-libfribidi0_1.0.8-2.1_amd64.deb ... - Unpacking libfribidi0:amd64 (1.0.8-2.1) ... - Selecting previously unselected package libgraphite2-3:amd64. - Preparing to unpack .../40-libgraphite2-3_1.3.14-1_amd64.deb ... - Unpacking libgraphite2-3:amd64 (1.3.14-1) ... - Selecting previously unselected package libharfbuzz0b:amd64. - Preparing to unpack .../41-libharfbuzz0b_6.0.0+dfsg-3_amd64.deb ... - Unpacking libharfbuzz0b:amd64 (6.0.0+dfsg-3) ... - Selecting previously unselected package libthai-data. - Preparing to unpack .../42-libthai-data_0.1.29-1_all.deb ... - Unpacking libthai-data (0.1.29-1) ... - Selecting previously unselected package libdatrie1:amd64. - Preparing to unpack .../43-libdatrie1_0.2.13-2+b1_amd64.deb ... - Unpacking libdatrie1:amd64 (0.2.13-2+b1) ... - Selecting previously unselected package libthai0:amd64. - Preparing to unpack .../44-libthai0_0.1.29-1_amd64.deb ... - Unpacking libthai0:amd64 (0.1.29-1) ... - Selecting previously unselected package libpango-1.0-0:amd64. - Preparing to unpack .../45-libpango-1.0-0_1.50.12+ds-1_amd64.deb ... - Unpacking libpango-1.0-0:amd64 (1.50.12+ds-1) ... - Selecting previously unselected package libpangoft2-1.0-0:amd64. - Preparing to unpack .../46-libpangoft2-1.0-0_1.50.12+ds-1_amd64.deb ... - Unpacking libpangoft2-1.0-0:amd64 (1.50.12+ds-1) ... - Selecting previously unselected package libpangocairo-1.0-0:amd64. - Preparing to unpack .../47-libpangocairo-1.0-0_1.50.12+ds-1_amd64.deb ... - Unpacking libpangocairo-1.0-0:amd64 (1.50.12+ds-1) ... - Selecting previously unselected package libpcre2-32-0:amd64. - Preparing to unpack .../48-libpcre2-32-0_10.42-1_amd64.deb ... - Unpacking libpcre2-32-0:amd64 (10.42-1) ... - Selecting previously unselected package libwxbase3.2-1:amd64. - Preparing to unpack .../49-libwxbase3.2-1_3.2.2+dfsg-2_amd64.deb ... - Unpacking libwxbase3.2-1:amd64 (3.2.2+dfsg-2) ... - Selecting previously unselected package libatk1.0-0:amd64. - Preparing to unpack .../50-libatk1.0-0_2.46.0-5_amd64.deb ... - Unpacking libatk1.0-0:amd64 (2.46.0-5) ... - Selecting previously unselected package libatk-bridge2.0-0:amd64. - Preparing to unpack .../51-libatk-bridge2.0-0_2.46.0-5_amd64.deb ... - Unpacking libatk-bridge2.0-0:amd64 (2.46.0-5) ... - Selecting previously unselected package libcairo-gobject2:amd64. - Preparing to unpack .../52-libcairo-gobject2_1.16.0-7_amd64.deb ... - Unpacking libcairo-gobject2:amd64 (1.16.0-7) ... - Selecting previously unselected package liblcms2-2:amd64. - Preparing to unpack .../53-liblcms2-2_2.14-2_amd64.deb ... - Unpacking liblcms2-2:amd64 (2.14-2) ... - Selecting previously unselected package libcolord2:amd64. - Preparing to unpack .../54-libcolord2_1.4.6-2.2_amd64.deb ... - Unpacking libcolord2:amd64 (1.4.6-2.2) ... - Selecting previously unselected package libavahi-common-data:amd64. - Preparing to unpack .../55-libavahi-common-data_0.8-10_amd64.deb ... - Unpacking libavahi-common-data:amd64 (0.8-10) ... - Selecting previously unselected package libavahi-common3:amd64. - Preparing to unpack .../56-libavahi-common3_0.8-10_amd64.deb ... - Unpacking libavahi-common3:amd64 (0.8-10) ... - Selecting previously unselected package libavahi-client3:amd64. - Preparing to unpack .../57-libavahi-client3_0.8-10_amd64.deb ... - Unpacking libavahi-client3:amd64 (0.8-10) ... - Selecting previously unselected package libcups2:amd64. - Preparing to unpack .../58-libcups2_2.4.2-3+deb12u7_amd64.deb ... - Unpacking libcups2:amd64 (2.4.2-3+deb12u7) ... - Selecting previously unselected package libepoxy0:amd64. - Preparing to unpack .../59-libepoxy0_1.5.10-1_amd64.deb ... - Unpacking libepoxy0:amd64 (1.5.10-1) ... - Selecting previously unselected package libwayland-client0:amd64. - Preparing to unpack .../60-libwayland-client0_1.21.0-1_amd64.deb ... - Unpacking libwayland-client0:amd64 (1.21.0-1) ... - Selecting previously unselected package libwayland-cursor0:amd64. - Preparing to unpack .../61-libwayland-cursor0_1.21.0-1_amd64.deb ... - Unpacking libwayland-cursor0:amd64 (1.21.0-1) ... - Selecting previously unselected package libwayland-egl1:amd64. - Preparing to unpack .../62-libwayland-egl1_1.21.0-1_amd64.deb ... - Unpacking libwayland-egl1:amd64 (1.21.0-1) ... - Selecting previously unselected package libxcomposite1:amd64. - Preparing to unpack .../63-libxcomposite1_1%3a0.4.5-1_amd64.deb ... - Unpacking libxcomposite1:amd64 (1:0.4.5-1) ... - Selecting previously unselected package libxfixes3:amd64. - Preparing to unpack .../64-libxfixes3_1%3a6.0.0-2_amd64.deb ... - Unpacking libxfixes3:amd64 (1:6.0.0-2) ... - Selecting previously unselected package libxcursor1:amd64. - Preparing to unpack .../65-libxcursor1_1%3a1.2.1-1_amd64.deb ... - Unpacking libxcursor1:amd64 (1:1.2.1-1) ... - Selecting previously unselected package libxdamage1:amd64. - Preparing to unpack .../66-libxdamage1_1%3a1.1.6-1_amd64.deb ... - Unpacking libxdamage1:amd64 (1:1.1.6-1) ... - Selecting previously unselected package libxinerama1:amd64. - Preparing to unpack .../67-libxinerama1_2%3a1.1.4-3_amd64.deb ... - Unpacking libxinerama1:amd64 (2:1.1.4-3) ... - Selecting previously unselected package xkb-data. - Preparing to unpack .../68-xkb-data_2.35.1-1_all.deb ... - Unpacking xkb-data (2.35.1-1) ... - Selecting previously unselected package libxkbcommon0:amd64. - Preparing to unpack .../69-libxkbcommon0_1.5.0-1_amd64.deb ... - Unpacking libxkbcommon0:amd64 (1.5.0-1) ... - Selecting previously unselected package libxrandr2:amd64. - Preparing to unpack .../70-libxrandr2_2%3a1.5.2-2+b1_amd64.deb ... - Unpacking libxrandr2:amd64 (2:1.5.2-2+b1) ... - Selecting previously unselected package libgtk-3-common. - Preparing to unpack .../71-libgtk-3-common_3.24.38-2~deb12u2_all.deb ... - Unpacking libgtk-3-common (3.24.38-2~deb12u2) ... - Selecting previously unselected package libgtk-3-0:amd64. - Preparing to unpack .../72-libgtk-3-0_3.24.38-2~deb12u2_amd64.deb ... - Unpacking libgtk-3-0:amd64 (3.24.38-2~deb12u2) ... - Selecting previously unselected package libnotify4:amd64. - Preparing to unpack .../73-libnotify4_0.8.1-1_amd64.deb ... - Unpacking libnotify4:amd64 (0.8.1-1) ... - Selecting previously unselected package libice6:amd64. - Preparing to unpack .../74-libice6_2%3a1.0.10-1_amd64.deb ... - Unpacking libice6:amd64 (2:1.0.10-1) ... - Selecting previously unselected package libsm6:amd64. - Preparing to unpack .../75-libsm6_2%3a1.2.3-1_amd64.deb ... - Unpacking libsm6:amd64 (2:1.2.3-1) ... - Selecting previously unselected package libwxgtk3.2-1:amd64. - Preparing to unpack .../76-libwxgtk3.2-1_3.2.2+dfsg-2_amd64.deb ... - Unpacking libwxgtk3.2-1:amd64 (3.2.2+dfsg-2) ... - Selecting previously unselected package gnuplot-x11. - Preparing to unpack .../77-gnuplot-x11_5.4.4+dfsg1-2+b2_amd64.deb ... - Unpacking gnuplot-x11 (5.4.4+dfsg1-2+b2) ... - Selecting previously unselected package libgdk-pixbuf2.0-bin. - Preparing to unpack .../78-libgdk-pixbuf2.0-bin_2.42.10+dfsg-1+deb12u1_amd64.deb ... - Unpacking libgdk-pixbuf2.0-bin (2.42.10+dfsg-1+deb12u1) ... - Selecting previously unselected package libglib2.0-data. - Preparing to unpack .../79-libglib2.0-data_2.74.6-2+deb12u3_all.deb ... - Unpacking libglib2.0-data (2.74.6-2+deb12u3) ... - Selecting previously unselected package libgtk-3-bin. - Preparing to unpack .../80-libgtk-3-bin_3.24.38-2~deb12u2_amd64.deb ... - Unpacking libgtk-3-bin (3.24.38-2~deb12u2) ... - Selecting previously unselected package libpkgconf3:amd64. - Preparing to unpack .../81-libpkgconf3_1.8.1-1_amd64.deb ... - Unpacking libpkgconf3:amd64 (1.8.1-1) ... - Selecting previously unselected package librsvg2-2:amd64. - Preparing to unpack .../82-librsvg2-2_2.54.7+dfsg-1~deb12u1_amd64.deb ... - Unpacking librsvg2-2:amd64 (2.54.7+dfsg-1~deb12u1) ... - Selecting previously unselected package librsvg2-common:amd64. - Preparing to unpack .../83-librsvg2-common_2.54.7+dfsg-1~deb12u1_amd64.deb ... - Unpacking librsvg2-common:amd64 (2.54.7+dfsg-1~deb12u1) ... - Selecting previously unselected package libsqlite3-dev:amd64. - Preparing to unpack .../84-libsqlite3-dev_3.40.1-2_amd64.deb ... - Unpacking libsqlite3-dev:amd64 (3.40.1-2) ... - Selecting previously unselected package pkgconf-bin. - Preparing to unpack .../85-pkgconf-bin_1.8.1-1_amd64.deb ... - Unpacking pkgconf-bin (1.8.1-1) ... - Selecting previously unselected package pkgconf:amd64. - Preparing to unpack .../86-pkgconf_1.8.1-1_amd64.deb ... - Unpacking pkgconf:amd64 (1.8.1-1) ... - Selecting previously unselected package pkg-config:amd64. - Preparing to unpack .../87-pkg-config_1.8.1-1_amd64.deb ... - Unpacking pkg-config:amd64 (1.8.1-1) ... - Selecting previously unselected package xdg-user-dirs. - Preparing to unpack .../88-xdg-user-dirs_0.18-1_amd64.deb ... - Unpacking xdg-user-dirs (0.18-1) ... - Setting up libgraphite2-3:amd64 (1.3.14-1) ... - Setting up liblcms2-2:amd64 (2.14-2) ... - Setting up libpixman-1-0:amd64 (0.42.2-1) ... - Setting up fontconfig (2.14.1-4) ... - Regenerating fonts cache... - done. - Setting up systemd-sysv (252.30-1~deb12u2) ... - Setting up libxdamage1:amd64 (1:1.1.6-1) ... - Setting up libicu72:amd64 (72.1-3) ... - Setting up hicolor-icon-theme (0.17-2) ... - Setting up libxi6:amd64 (2:1.8-1+b1) ... - Setting up libxrender1:amd64 (1:0.9.10-1.1) ... - Setting up libdatrie1:amd64 (0.2.13-2+b1) ... - Setting up xdg-user-dirs (0.18-1) ... - Setting up libxcb-render0:amd64 (1.15-1) ... - Setting up libglib2.0-0:amd64 (2.74.6-2+deb12u3) ... - Setting up libgdk-pixbuf2.0-common (2.42.10+dfsg-1+deb12u1) ... - Setting up x11-common (1:7.7+23) ... - invoke-rc.d: could not determine current runlevel - invoke-rc.d: policy-rc.d denied execution of restart. - Setting up libnss-systemd:amd64 (252.30-1~deb12u2) ... - Setting up xkb-data (2.35.1-1) ... - Setting up libxcb-shm0:amd64 (1.15-1) ... - Setting up libcairo2:amd64 (1.16.0-7) ... - Setting up libcolord2:amd64 (1.4.6-2.2) ... - Setting up libdconf1:amd64 (0.40.0-4) ... - Setting up libpcre2-32-0:amd64 (10.42-1) ... - Setting up libglib2.0-data (2.74.6-2+deb12u3) ... - Setting up libpkgconf3:amd64 (1.8.1-1) ... - Setting up libsqlite3-dev:amd64 (3.40.1-2) ... - Setting up libepoxy0:amd64 (1.5.10-1) ... - Setting up libxfixes3:amd64 (1:6.0.0-2) ... - Setting up aglfn (1.7+git20191031.4036a9c-2) ... - Setting up libavahi-common-data:amd64 (0.8-10) ... - Setting up libdbus-1-3:amd64 (1.14.10-1~deb12u1) ... - Setting up libfribidi0:amd64 (1.0.8-2.1) ... - Setting up libxinerama1:amd64 (2:1.1.4-3) ... - Setting up systemd-timesyncd (252.30-1~deb12u2) ... - Creating group 'systemd-timesync' with GID 997. - Creating user 'systemd-timesync' (systemd Time Synchronization) with UID 997 and GID 997. - Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. - Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. - Setting up libxrandr2:amd64 (2:1.5.2-2+b1) ... - Setting up pkgconf-bin (1.8.1-1) ... - Setting up at-spi2-common (2.46.0-5) ... - Setting up dbus-session-bus-common (1.14.10-1~deb12u1) ... - Setting up liblua5.4-0:amd64 (5.4.4-3+deb12u1) ... - Setting up libharfbuzz0b:amd64 (6.0.0+dfsg-3) ... - Setting up libthai-data (0.1.29-1) ... - Setting up libcairo-gobject2:amd64 (1.16.0-7) ... - Setting up libatk1.0-0:amd64 (2.46.0-5) ... - Setting up libwayland-egl1:amd64 (1.21.0-1) ... - Setting up dbus-system-bus-common (1.14.10-1~deb12u1) ... - Setting up libxcomposite1:amd64 (1:0.4.5-1) ... - Setting up libxml2:amd64 (2.9.14+dfsg-1.3~deb12u1) ... - Setting up dbus-bin (1.14.10-1~deb12u1) ... - Setting up libxkbcommon0:amd64 (1.5.0-1) ... - Setting up libwayland-client0:amd64 (1.21.0-1) ... - Setting up gnuplot-data (5.4.4+dfsg1-2) ... - Setting up libice6:amd64 (2:1.0.10-1) ... - Setting up libxtst6:amd64 (2:1.2.3-1.1) ... - Setting up libxcursor1:amd64 (1:1.2.1-1) ... - Setting up libavahi-common3:amd64 (0.8-10) ... - Setting up dbus-daemon (1.14.10-1~deb12u1) ... - Setting up libatspi2.0-0:amd64 (2.46.0-5) ... - Setting up libwxbase3.2-1:amd64 (3.2.2+dfsg-2) ... - Setting up pkgconf:amd64 (1.8.1-1) ... - Setting up libatk-bridge2.0-0:amd64 (2.46.0-5) ... - Setting up libthai0:amd64 (0.1.29-1) ... - Setting up dbus (1.14.10-1~deb12u1) ... - invoke-rc.d: could not determine current runlevel - invoke-rc.d: policy-rc.d denied execution of start. - Setting up shared-mime-info (2.2-1) ... - Setting up pkg-config:amd64 (1.8.1-1) ... - Setting up libwayland-cursor0:amd64 (1.21.0-1) ... - Setting up libpam-systemd:amd64 (252.30-1~deb12u2) ... - Setting up libgdk-pixbuf-2.0-0:amd64 (2.42.10+dfsg-1+deb12u1) ... - Setting up libsm6:amd64 (2:1.2.3-1) ... - Setting up libavahi-client3:amd64 (0.8-10) ... - Setting up gtk-update-icon-cache (3.24.38-2~deb12u2) ... - Setting up libpango-1.0-0:amd64 (1.50.12+ds-1) ... - Setting up dbus-user-session (1.14.10-1~deb12u1) ... - Setting up adwaita-icon-theme (43-1) ... - update-alternatives: using /usr/share/icons/Adwaita/cursor.theme to provide /usr/share/icons/default/index.theme (x-cursor-theme) in auto mode - Setting up libnotify4:amd64 (0.8.1-1) ... - Setting up libcups2:amd64 (2.4.2-3+deb12u7) ... - Setting up libgdk-pixbuf2.0-bin (2.42.10+dfsg-1+deb12u1) ... - Setting up libpangoft2-1.0-0:amd64 (1.50.12+ds-1) ... - Setting up libpangocairo-1.0-0:amd64 (1.50.12+ds-1) ... - Setting up dconf-service (0.40.0-4) ... - Setting up librsvg2-2:amd64 (2.54.7+dfsg-1~deb12u1) ... - Setting up librsvg2-common:amd64 (2.54.7+dfsg-1~deb12u1) ... - Setting up dconf-gsettings-backend:amd64 (0.40.0-4) ... - Setting up libgtk-3-common (3.24.38-2~deb12u2) ... - Setting up gsettings-desktop-schemas (43.0-1) ... - Setting up libgtk-3-0:amd64 (3.24.38-2~deb12u2) ... - Setting up libgtk-3-bin (3.24.38-2~deb12u2) ... - Setting up at-spi2-core (2.46.0-5) ... - Setting up libwxgtk3.2-1:amd64 (3.2.2+dfsg-2) ... - Setting up gnuplot-x11 (5.4.4+dfsg1-2+b2) ... - update-alternatives: using /usr/bin/gnuplot-x11 to provide /usr/bin/gnuplot (gnuplot) in auto mode - Processing triggers for libc-bin (2.36-9+deb12u8) ... - Processing triggers for libgdk-pixbuf-2.0-0:amd64 (2.42.10+dfsg-1+deb12u1) ... <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 2/84: Processing 3/84: Processing 4/84: Processing 5/84: -> installed base-bytes.base Processing 6/84: -> retrieved base64.3.5.1 (cached) Processing 7/84: Processing 8/84: Processing 9/84: Processing 10/84: Processing 11/84: [base64: dune build] Processing 12/84: [base64: dune build] [conf-gnuplot: gnuplot] Processing 13/84: [base64: dune build] [conf-gnuplot: gnuplot] [conf-pkg-config: pkg-config] -> retrieved benchpress.0.1 (cached) Processing 14/84: [base64: dune build] [conf-gnuplot: gnuplot] [conf-pkg-config: pkg-config] -> retrieved cmdliner.1.3.0 (cached) Processing 15/84: [base64: dune build] [conf-gnuplot: gnuplot] [conf-pkg-config: pkg-config] Processing 16/84: [base64: dune build] [cmdliner: make all] [conf-gnuplot: gnuplot] [conf-pkg-config: pkg-config] -> retrieved containers.2.8.1 (cached) Processing 17/84: [base64: dune build] [cmdliner: make all] [conf-gnuplot: gnuplot] [conf-pkg-config: pkg-config] - gnuplot 5.4 patchlevel 4 -> compiled conf-gnuplot.0.1 Processing 17/84: [base64: dune build] [cmdliner: make all] [conf-pkg-config: pkg-config] -> installed conf-gnuplot.0.1 Processing 18/84: [base64: dune build] [cmdliner: make all] [conf-pkg-config: pkg-config] - usage: pkgconf [OPTIONS] [LIBRARIES] - - basic options: - - --help this message - --about print pkgconf version and license to stdout - --version print supported pkg-config version to stdout - --atleast-pkgconfig-version check whether or not pkgconf is compatible - with a specified pkg-config version - --errors-to-stdout print all errors on stdout instead of stderr - --print-errors ensure all errors are printed - --short-errors be less verbose about some errors - --silence-errors explicitly be silent about errors - --list-all list all known packages - --list-package-names list all known package names - --simulate simulate walking the calculated dependency graph - --no-cache do not cache already seen packages when - walking the dependency graph - --log-file=filename write an audit log to a specified file - --with-path=path adds a directory to the search path - --define-prefix override the prefix variable with one that is guessed based on - the location of the .pc file - --dont-define-prefix do not override the prefix variable under any circumstances - --prefix-variable=varname sets the name of the variable that pkgconf considers - to be the package prefix - --relocate=path relocates a path and exits (mostly for testsuite) - --dont-relocate-paths disables path relocation support - - cross-compilation personality support: - - --personality=triplet|filename sets the personality to 'triplet' or a file named 'filename' - --dump-personality dumps details concerning selected personality - - checking specific pkg-config database entries: - - --atleast-version require a specific version of a module - --exact-version require an exact version of a module - --max-version require a maximum version of a module - --exists check whether or not a module exists - --uninstalled check whether or not an uninstalled module will be used - --no-uninstalled never use uninstalled modules when satisfying dependencies - --no-provides do not use 'provides' rules to resolve dependencies - --maximum-traverse-depth maximum allowed depth for dependency graph - --static be more aggressive when computing dependency graph - (for static linking) - --shared use a simplified dependency graph (usually default) - --pure optimize a static dependency graph as if it were a normal - dependency graph - --env-only look only for package entries in PKG_CONFIG_PATH - --ignore-conflicts ignore 'conflicts' rules in modules - --validate validate specific .pc files for correctness - - querying specific pkg-config database fields: - - --define-variable=varname=value define variable 'varname' as 'value' - --variable=varname print specified variable entry to stdout - --cflags print required CFLAGS to stdout - --cflags-only-I print required include-dir CFLAGS to stdout - --cflags-only-other print required non-include-dir CFLAGS to stdout - --libs print required linker flags to stdout - --libs-only-L print required LDPATH linker flags to stdout - --libs-only-l print required LIBNAME linker flags to stdout - --libs-only-other print required other linker flags to stdout - --print-requires print required dependency frameworks to stdout - --print-requires-private print required dependency frameworks for static - linking to stdout - --print-provides print provided dependencies to stdout - --print-variables print all known variables in module to stdout - --digraph print entire dependency graph in graphviz 'dot' format - --keep-system-cflags keep -I/usr/include entries in cflags output - --keep-system-libs keep -L/lib:/lib/i386-linux-gnu:/lib/x86_64-linux-gnu:/lib/x86_64-linux-gnux32:/lib32:/libx32:/usr/lib:/usr/lib/i386-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnux32:/usr/lib32:/usr/libx32 entries in libs output - --path show the exact filenames for any matching .pc files - --modversion print the specified module's version to stdout - --internal-cflags do not filter 'internal' cflags from output - - filtering output: - - --msvc-syntax print translatable fragments in MSVC syntax - --fragment-filter=types filter output fragments to the specified types - - report bugs to <https://github.com/pkgconf/pkgconf/issues/new>. -> compiled conf-pkg-config.3 Processing 18/84: [base64: dune build] [cmdliner: make all] -> installed conf-pkg-config.3 Processing 19/84: [base64: dune build] [cmdliner: make all] Processing 20/84: [base64: dune build] [cmdliner: make all] [conf-sqlite3: pkg-config sqlite3] -> retrieved csexp.1.5.2 (cached) Processing 21/84: [base64: dune build] [cmdliner: make all] [conf-sqlite3: pkg-config sqlite3] Processing 22/84: [base64: dune build] [cmdliner: make all] [conf-sqlite3: pkg-config sqlite3] [csexp: dune build] -> retrieved csv.2.4 (cached) Processing 23/84: [base64: dune build] [cmdliner: make all] [conf-sqlite3: pkg-config sqlite3] [csexp: dune build] Processing 24/84: [base64: dune build] [cmdliner: make all] [conf-sqlite3: pkg-config sqlite3] [csexp: dune build] [csv: dune build] -> retrieved decoders.0.3.0 (cached) Processing 25/84: [base64: dune build] [cmdliner: make all] [conf-sqlite3: pkg-config sqlite3] [csexp: dune build] [csv: dune build] Processing 26/84: [base64: dune build] [cmdliner: make all] [conf-sqlite3: pkg-config sqlite3] [csexp: dune build] [csv: dune build] [decoders: dune build] -> compiled conf-sqlite3.1 Processing 26/84: [base64: dune build] [cmdliner: make all] [csexp: dune build] [csv: dune build] [decoders: dune build] -> installed conf-sqlite3.1 Processing 27/84: [base64: dune build] [cmdliner: make all] [csexp: dune build] [csv: dune build] [decoders: dune build] -> retrieved gnuplot.0.7 (cached) Processing 28/84: [base64: dune build] [cmdliner: make all] [csexp: dune build] [csv: dune build] [decoders: dune build] -> retrieved ISO8601.0.2.6 (cached) Processing 29/84: [base64: dune build] [cmdliner: make all] [csexp: dune build] [csv: dune build] [decoders: dune build] Processing 30/84: [base64: dune build] [cmdliner: make all] [csexp: dune build] [csv: dune build] [decoders: dune build] [ISO8601: dune build] -> retrieved iter.1.8 (cached) Processing 31/84: [base64: dune build] [cmdliner: make all] [csexp: dune build] [csv: dune build] [decoders: dune build] [ISO8601: dune build] Processing 32/84: [base64: dune build] [cmdliner: make all] [csexp: dune build] [csv: dune build] [decoders: dune build] [ISO8601: dune build] [iter: dune build] -> retrieved logs.0.7.0 (cached) Processing 33/84: [base64: dune build] [cmdliner: make all] [csexp: dune build] [csv: dune build] [decoders: dune build] [ISO8601: dune build] [iter: dune build] -> retrieved ocaml-protoc.2.4 (cached) Processing 34/84: [base64: dune build] [cmdliner: make all] [csexp: dune build] [csv: dune build] [decoders: dune build] [ISO8601: dune build] [iter: dune build] -> retrieved ocamlbuild.0.15.0 (cached) Processing 35/84: [base64: dune build] [cmdliner: make all] [csexp: dune build] [csv: dune build] [decoders: dune build] [ISO8601: dune build] [iter: dune build] Processing 36/84: [base64: dune build] [cmdliner: make all] [csexp: dune build] [csv: dune build] [decoders: dune build] [ISO8601: dune build] [iter: dune build] [ocamlbuild: make configure.make] -> retrieved pbrt.2.4 (cached) Processing 37/84: [base64: dune build] [cmdliner: make all] [csexp: dune build] [csv: dune build] [decoders: dune build] [ISO8601: dune build] [iter: dune build] [ocamlbuild: make configure.make] -> retrieved printbox.0.5 (cached) Processing 38/84: [base64: dune build] [cmdliner: make all] [csexp: dune build] [csv: dune build] [decoders: dune build] [ISO8601: dune build] [iter: dune build] [ocamlbuild: make configure.make] Processing 39/84: [base64: dune build] [cmdliner: make all] [csexp: dune build] [csv: dune build] [decoders: dune build] [ISO8601: dune build] [iter: dune build] [ocamlbuild: make configure.make] [printbox: dune build] -> retrieved re.1.12.0 (cached) -> retrieved seq.base (cached) Processing 40/84: [base64: dune build] [cmdliner: make all] [csexp: dune build] [csv: dune build] [decoders: dune build] [ISO8601: dune build] [iter: dune build] [ocamlbuild: make configure.make] [printbox: dune build] Processing 41/84: [base64: dune build] [cmdliner: make all] [csexp: dune build] [csv: dune build] [decoders: dune build] [ISO8601: dune build] [iter: dune build] [ocamlbuild: make configure.make] [printbox: dune build] Processing 42/84: [base64: dune build] [cmdliner: make all] [csexp: dune build] [csv: dune build] [decoders: dune build] [ISO8601: dune build] [iter: dune build] [ocamlbuild: make configure.make] [printbox: dune build] -> installed seq.base Processing 43/84: [base64: dune build] [cmdliner: make all] [csexp: dune build] [csv: dune build] [decoders: dune build] [ISO8601: dune build] [iter: dune build] [ocamlbuild: make configure.make] [printbox: dune build] Processing 44/84: [base64: dune build] [cmdliner: make all] [csexp: dune build] [csv: dune build] [decoders: dune build] [ISO8601: dune build] [iter: dune build] [ocamlbuild: make configure.make] [printbox: dune build] [re: dune build] -> compiled csexp.1.5.2 Processing 44/84: [base64: dune build] [cmdliner: make all] [csv: dune build] [decoders: dune build] [ISO8601: dune build] [iter: dune build] [ocamlbuild: make configure.make] [printbox: dune build] [re: dune build] -> installed csexp.1.5.2 Processing 45/84: [base64: dune build] [cmdliner: make all] [csv: dune build] [decoders: dune build] [ISO8601: dune build] [iter: dune build] [ocamlbuild: make configure.make] [printbox: dune build] [re: dune build] - (echo "# This file was generated from configure.make"; \ - echo ;\ - echo "OCAML_PREFIX="; \ - echo "OCAML_BINDIR=/home/opam/.opam/4.14/bin"; \ - echo "OCAML_LIBDIR=/home/opam/.opam/4.14/lib/ocaml"; \ - echo "OCAML_MANDIR=/home/opam/.opam/4.14/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.14"; \ - echo "BINDIR=/home/opam/.opam/4.14/bin"; \ - echo "LIBDIR=/home/opam/.opam/4.14/lib"; \ - echo "MANDIR=/home/opam/.opam/4.14/man"; \ - ) > Makefile.config - (echo "(* This file was generated from ../configure.make *)"; \ - echo ;\ - echo 'let bindir = {|/home/opam/.opam/4.14/bin|}'; \ - echo 'let libdir = {|/home/opam/.opam/4.14/lib|}'; \ - echo 'let ocaml_libdir = {|/home/opam/.opam/4.14/lib/ocaml|}'; \ - echo 'let libdir_abs = {|/home/opam/.opam/4.14/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.15.0"'; \ - ) > src/ocamlbuild_config.ml Processing 45/84: [base64: dune build] [cmdliner: make all] [csv: dune build] [decoders: dune build] [ISO8601: dune build] [iter: dune build] [ocamlbuild: make check-if-preinstalled] [printbox: dune build] [re: dune build] -> retrieved result.1.5 (cached) Processing 46/84: [base64: dune build] [cmdliner: make all] [csv: dune build] [decoders: dune build] [ISO8601: dune build] [iter: dune build] [ocamlbuild: make check-if-preinstalled] [printbox: dune build] [re: dune build] Processing 47/84: [base64: dune build] [cmdliner: make all] [csv: dune build] [decoders: dune build] [ISO8601: dune build] [iter: dune build] [ocamlbuild: make check-if-preinstalled] [printbox: dune build] [re: dune build] [result: dune build] -> retrieved sqlite3.5.2.0 (cached) Processing 48/84: [base64: dune build] [cmdliner: make all] [csv: dune build] [decoders: dune build] [ISO8601: dune build] [iter: dune build] [ocamlbuild: make check-if-preinstalled] [printbox: dune build] [re: dune build] [result: dune build] -> retrieved sqlite3_utils.0.3.1 (cached) Processing 49/84: [base64: dune build] [cmdliner: make all] [csv: dune build] [decoders: dune build] [ISO8601: dune build] [iter: dune build] [ocamlbuild: make check-if-preinstalled] [printbox: dune build] [re: dune build] [result: dune build] -> retrieved stdlib-shims.0.3.0 (cached) Processing 50/84: [base64: dune build] [cmdliner: make all] [csv: dune build] [decoders: dune build] [ISO8601: dune build] [iter: dune build] [ocamlbuild: make check-if-preinstalled] [printbox: dune build] [re: dune build] [result: dune build] Processing 51/84: [base64: dune build] [cmdliner: make all] [csv: dune build] [decoders: dune build] [ISO8601: dune build] [iter: dune build] [ocamlbuild: make check-if-preinstalled] [printbox: dune build] [re: dune build] [result: dune build] [stdlib-shims: dune build] -> retrieved uuidm.0.9.8 (cached) -> compiled base64.3.5.1 Processing 51/84: [cmdliner: make all] [csv: dune build] [decoders: dune build] [ISO8601: dune build] [iter: dune build] [ocamlbuild: make check-if-preinstalled] [printbox: dune build] [re: dune build] [result: dune build] [stdlib-shims: dune build] -> installed base64.3.5.1 Processing 52/84: [cmdliner: make all] [csv: dune build] [decoders: dune build] [ISO8601: dune build] [iter: dune build] [ocamlbuild: make check-if-preinstalled] [printbox: dune build] [re: dune build] [result: dune build] [stdlib-shims: dune build] -> retrieved topkg.1.0.7 (cached) -> compiled ISO8601.0.2.6 Processing 52/84: [cmdliner: make all] [csv: dune build] [decoders: dune build] [iter: dune build] [ocamlbuild: make check-if-preinstalled] [printbox: dune build] [re: dune build] [result: dune build] [stdlib-shims: dune build] -> installed ISO8601.0.2.6 Processing 53/84: [cmdliner: make all] [csv: dune build] [decoders: dune build] [iter: dune build] [ocamlbuild: make check-if-preinstalled] [printbox: dune build] [re: dune build] [result: dune build] [stdlib-shims: dune build] Processing 54/84: [cmdliner: make all] [csv: dune build] [decoders: dune build] [gnuplot: dune build] [iter: dune build] [ocamlbuild: make check-if-preinstalled] [printbox: dune build] [re: dune build] [result: dune build] [stdlib-shims: dune build] -> compiled decoders.0.3.0 Processing 54/84: [cmdliner: make all] [csv: dune build] [gnuplot: dune build] [iter: dune build] [ocamlbuild: make check-if-preinstalled] [printbox: dune build] [re: dune build] [result: dune build] [stdlib-shims: dune build] -> installed decoders.0.3.0 Processing 55/84: [cmdliner: make all] [csv: dune build] [gnuplot: dune build] [iter: dune build] [ocamlbuild: make check-if-preinstalled] [printbox: dune build] [re: dune build] [result: dune build] [stdlib-shims: dune build] -> compiled result.1.5 Processing 55/84: [cmdliner: make all] [csv: dune build] [gnuplot: dune build] [iter: dune build] [ocamlbuild: make check-if-preinstalled] [printbox: dune build] [re: dune build] [stdlib-shims: dune build] -> installed result.1.5 Processing 56/84: [cmdliner: make all] [csv: dune build] [gnuplot: dune build] [iter: dune build] [ocamlbuild: make check-if-preinstalled] [printbox: dune build] [re: dune build] [stdlib-shims: dune build] -> compiled stdlib-shims.0.3.0 Processing 56/84: [cmdliner: make all] [csv: dune build] [gnuplot: dune build] [iter: dune build] [ocamlbuild: make check-if-preinstalled] [printbox: dune build] [re: dune build] -> installed stdlib-shims.0.3.0 Processing 57/84: [cmdliner: make all] [csv: dune build] [gnuplot: dune build] [iter: dune build] [ocamlbuild: make check-if-preinstalled] [printbox: dune build] [re: dune build] Processing 58/84: [cmdliner: make all] [csv: dune build] [gnuplot: dune build] [iter: dune build] [ocamlbuild: make check-if-preinstalled] [pbrt: dune build] [printbox: dune build] [re: dune build] - (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -warn-error -a+8 -safe-string -g -bin-annot -I src/.printbox.objs/byte -I /home/opam/.opam/4.14/lib/bytes -intf-suffix .ml -no-alias-deps -o src/.printbox.objs/byte/printBox_text.cmo -c -impl src/PrintBox_text.ml) - File "src/PrintBox_text.ml", line 56, characters 10-28: - 56 | match Pervasives.compare pos1.y pos2.y with - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "src/PrintBox_text.ml", line 57, characters 11-29: - 57 | | 0 -> Pervasives.compare pos1.x pos2.x - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -warn-error -a+8 -safe-string -g -I src/.printbox.objs/byte -I src/.printbox.objs/native -I /home/opam/.opam/4.14/lib/bytes -intf-suffix .ml -no-alias-deps -o src/.printbox.objs/native/printBox_text.cmx -c -impl src/PrintBox_text.ml) - File "src/PrintBox_text.ml", line 56, characters 10-28: - 56 | match Pervasives.compare pos1.y pos2.y with - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims - File "src/PrintBox_text.ml", line 57, characters 11-29: - 57 | | 0 -> Pervasives.compare pos1.x pos2.x - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Pervasives - Use Stdlib instead. - - If you need to stay compatible with OCaml < 4.07, you can use the - stdlib-shims library: https://github.com/ocaml/stdlib-shims -> compiled printbox.0.5 Processing 58/84: [cmdliner: make all] [csv: dune build] [gnuplot: dune build] [iter: dune build] [ocamlbuild: make check-if-preinstalled] [pbrt: dune build] [re: dune build] -> installed printbox.0.5 Processing 59/84: [cmdliner: make all] [csv: dune build] [gnuplot: dune build] [iter: dune build] [ocamlbuild: make check-if-preinstalled] [pbrt: dune build] [re: dune build] -> compiled iter.1.8 Processing 59/84: [cmdliner: make all] [csv: dune build] [gnuplot: dune build] [ocamlbuild: make check-if-preinstalled] [pbrt: dune build] [re: dune build] -> installed iter.1.8 Processing 60/84: [cmdliner: make all] [csv: dune build] [gnuplot: dune build] [ocamlbuild: make check-if-preinstalled] [pbrt: dune build] [re: dune build] -> retrieved dune-configurator.3.16.0 (cached) Processing 61/84: [cmdliner: make all] [csv: dune build] [dune-configurator: rm] [gnuplot: dune build] [ocamlbuild: make check-if-preinstalled] [pbrt: dune build] [re: dune build] -> compiled csv.2.4 Processing 61/84: [cmdliner: make all] [dune-configurator: rm] [gnuplot: dune build] [ocamlbuild: make check-if-preinstalled] [pbrt: dune build] [re: dune build] -> installed csv.2.4 Processing 62/84: [cmdliner: make all] [dune-configurator: rm] [gnuplot: dune build] [ocamlbuild: make check-if-preinstalled] [pbrt: dune build] [re: dune build] -> compiled gnuplot.0.7 Processing 62/84: [cmdliner: make all] [dune-configurator: rm] [ocamlbuild: make check-if-preinstalled] [pbrt: dune build] [re: dune build] -> installed gnuplot.0.7 Processing 63/84: [cmdliner: make all] [dune-configurator: rm] [ocamlbuild: make check-if-preinstalled] [pbrt: dune build] [re: dune build] -> compiled pbrt.2.4 Processing 63/84: [cmdliner: make all] [dune-configurator: rm] [ocamlbuild: make check-if-preinstalled] [re: dune build] -> installed pbrt.2.4 Processing 64/84: [cmdliner: make all] [dune-configurator: rm] [ocamlbuild: make check-if-preinstalled] [re: dune build] Processing 65/84: [cmdliner: make all] [dune-configurator: rm] [ocaml-protoc: dune build] [ocamlbuild: make check-if-preinstalled] [re: dune build] -> compiled re.1.12.0 Processing 65/84: [cmdliner: make all] [dune-configurator: rm] [ocaml-protoc: dune build] [ocamlbuild: make check-if-preinstalled] -> installed re.1.12.0 Processing 66/84: [cmdliner: make all] [dune-configurator: rm] [ocaml-protoc: dune build] [ocamlbuild: make check-if-preinstalled] Processing 66/84: [cmdliner: make all] [dune-configurator: dune build] [ocaml-protoc: dune build] [ocamlbuild: make check-if-preinstalled] -> compiled ocaml-protoc.2.4 Processing 66/84: [cmdliner: make all] [dune-configurator: dune build] [ocamlbuild: make check-if-preinstalled] -> installed ocaml-protoc.2.4 Processing 67/84: [cmdliner: make all] [dune-configurator: dune build] [ocamlbuild: make check-if-preinstalled] -> compiled dune-configurator.3.16.0 Processing 67/84: [cmdliner: make all] [ocamlbuild: make check-if-preinstalled] -> installed dune-configurator.3.16.0 Processing 68/84: [cmdliner: make all] [ocamlbuild: make check-if-preinstalled] Processing 69/84: [cmdliner: make all] [containers: dune build] [ocamlbuild: make check-if-preinstalled] Processing 70/84: [cmdliner: make all] [containers: dune build] [ocamlbuild: make check-if-preinstalled] [sqlite3: dune build] - ocaml build.ml cma - ocaml build.ml cmxa - ocaml build.ml cmxs -> compiled cmdliner.1.3.0 Processing 70/84: [containers: dune build] [ocamlbuild: make check-if-preinstalled] [sqlite3: dune build] Processing 71/84: [containers: dune build] [ocamlbuild: make check-if-preinstalled] [sqlite3: dune build] [cmdliner: make install] -> compiled sqlite3.5.2.0 Processing 71/84: [containers: dune build] [ocamlbuild: make check-if-preinstalled] [cmdliner: make install] - install -d "/home/opam/.opam/4.14/lib/cmdliner" - install pkg/META _build/cmdliner.mli _build/cmdliner.cmi _build/cmdliner.cmti "/home/opam/.opam/4.14/lib/cmdliner" - install cmdliner.opam "/home/opam/.opam/4.14/lib/cmdliner/opam" - install _build/cmdliner.cma "/home/opam/.opam/4.14/lib/cmdliner" - install _build/cmdliner.cmxa _build/cmdliner.a _build/cmdliner.cmx _build/cmdliner_arg.cmx _build/cmdliner_base.cmx _build/cmdliner_cline.cmx _build/cmdliner_cmd.cmx _build/cmdliner_docgen.cmx _build/cmdliner_eval.cmx _build/cmdliner_exit.cmx _build/cmdliner_info.cmx _build/cmdliner_manpage.cmx _build/cmdliner_msg.cmx _build/cmdliner_term.cmx _build/cmdliner_term_deprecated.cmx _build/cmdliner_trie.cmx \ - "/home/opam/.opam/4.14/lib/cmdliner" - install _build/cmdliner.cmxs "/home/opam/.opam/4.14/lib/cmdliner" Processing 71/84: [containers: dune build] [ocamlbuild: make check-if-preinstalled] [cmdliner: make install-doc] - install -d "/home/opam/.opam/4.14/doc/cmdliner/odoc-pages" - install CHANGES.md LICENSE.md README.md "/home/opam/.opam/4.14/doc/cmdliner" - install doc/index.mld doc/cli.mld doc/examples.mld doc/tutorial.mld \ - doc/tool_man.mld "/home/opam/.opam/4.14/doc/cmdliner/odoc-pages" -> installed cmdliner.1.3.0 Processing 71/84: [containers: dune build] [ocamlbuild: make check-if-preinstalled] -> installed sqlite3.5.2.0 Processing 72/84: [containers: dune build] [ocamlbuild: make check-if-preinstalled] Processing 73/84: [containers: dune build] [ocamlbuild: make check-if-preinstalled] [sqlite3_utils: dune build] - (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -warn-error -3 -w +a-4-42-44-48-50-58-32-60@8 -safe-string -g -bin-annot -I src/monomorphic/.containers_monomorphic.objs/byte -no-alias-deps -o src/monomorphic/.containers_monomorphic.objs/byte/cCMonomorphicShims_.cmo -c -impl src/monomorphic/CCMonomorphicShims_.ml) - File "src/monomorphic/CCMonomorphicShims_.ml", line 1: - Warning 70 [missing-mli]: Cannot find interface file. - (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -warn-error -3 -w +a-4-42-44-48-50-58-32-60@8 -safe-string -nolabels -open CCMonomorphic -g -bin-annot -I src/core/.containers.objs/byte -I /home/opam/.opam/4.14/lib/seq -I src/monomorphic/.containers_monomorphic.objs/byte -no-alias-deps -o src/core/.containers.objs/byte/cCShimsArrayLabels_.cmo -c -impl src/core/CCShimsArrayLabels_.ml) - File "src/core/CCShimsArrayLabels_.ml", line 1: - Warning 70 [missing-mli]: Cannot find interface file. - (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -warn-error -3 -w +a-4-42-44-48-50-58-32-60@8 -safe-string -nolabels -open CCMonomorphic -g -bin-annot -I src/core/.containers.objs/byte -I /home/opam/.opam/4.14/lib/seq -I src/monomorphic/.containers_monomorphic.objs/byte -no-alias-deps -o src/core/.containers.objs/byte/cCShimsFormat_.cmo -c -impl src/core/CCShimsFormat_.ml) - File "src/core/CCShimsFormat_.ml", line 1: - Warning 70 [missing-mli]: Cannot find interface file. - (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -warn-error -3 -w +a-4-42-44-48-50-58-32-60@8 -safe-string -nolabels -open CCMonomorphic -g -bin-annot -I src/core/.containers.objs/byte -I /home/opam/.opam/4.14/lib/seq -I src/monomorphic/.containers_monomorphic.objs/byte -no-alias-deps -o src/core/.containers.objs/byte/cCShimsArray_.cmo -c -impl src/core/CCShimsArray_.ml) - File "src/core/CCShimsArray_.ml", line 1: - Warning 70 [missing-mli]: Cannot find interface file. - (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -warn-error -3 -w +a-4-42-44-48-50-58-32-60@8 -safe-string -nolabels -open CCMonomorphic -g -bin-annot -I src/core/.containers.objs/byte -I /home/opam/.opam/4.14/lib/seq -I src/monomorphic/.containers_monomorphic.objs/byte -no-alias-deps -o src/core/.containers.objs/byte/cCShims_.cmo -c -impl src/core/CCShims_.ml) - File "src/core/CCShims_.ml", line 1: - Warning 70 [missing-mli]: Cannot find interface file. - (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -warn-error -3 -w +a-4-42-44-48-50-58-32-60@8 -safe-string -nolabels -open CCMonomorphic -g -bin-annot -I src/core/.containers.objs/byte -I /home/opam/.opam/4.14/lib/seq -I src/monomorphic/.containers_monomorphic.objs/byte -no-alias-deps -o src/core/.containers.objs/byte/cCShimsMkLet_.cmo -c -impl src/core/CCShimsMkLet_.ml) - File "src/core/CCShimsMkLet_.ml", line 1: - Warning 70 [missing-mli]: Cannot find interface file. - (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -warn-error -3 -w +a-4-42-44-48-50-58-32-60@8 -safe-string -nolabels -open CCMonomorphic -g -bin-annot -I src/core/.containers.objs/byte -I /home/opam/.opam/4.14/lib/seq -I src/monomorphic/.containers_monomorphic.objs/byte -no-alias-deps -o src/core/.containers.objs/byte/cCShimsList_.cmo -c -impl src/core/CCShimsList_.ml) - File "src/core/CCShimsList_.ml", line 1: - Warning 70 [missing-mli]: Cannot find interface file. - (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -warn-error -3 -w +a-4-42-44-48-50-58-32-60@8 -safe-string -nolabels -open CCMonomorphic -g -bin-annot -I src/core/.containers.objs/byte -I /home/opam/.opam/4.14/lib/seq -I src/monomorphic/.containers_monomorphic.objs/byte -no-alias-deps -o src/core/.containers.objs/byte/containers.cmo -c -impl src/core/containers.ml) - File "src/core/containers.ml", line 1: - Warning 70 [missing-mli]: Cannot find interface file. - (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -warn-error -3 -w +a-4-42-44-48-50-58-32-60@8 -safe-string -nolabels -open CCMonomorphic -g -bin-annot -I src/core/.containers.objs/byte -I /home/opam/.opam/4.14/lib/seq -I src/monomorphic/.containers_monomorphic.objs/byte -no-alias-deps -o src/core/.containers.objs/byte/containersLabels.cmo -c -impl src/core/containersLabels.ml) - File "src/core/containersLabels.ml", line 1: - Warning 70 [missing-mli]: Cannot find interface file. - (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -warn-error -3 -w +a-4-42-44-48-50-58-32-60@8 -safe-string -open CCShims_ -g -bin-annot -I src/data/.containers_data.objs/byte -I /home/opam/.opam/4.14/lib/seq -I src/core/.containers.objs/byte -I src/monomorphic/.containers_monomorphic.objs/byte -no-alias-deps -o src/data/.containers_data.objs/byte/cCBitField.cmi -c -intf src/data/CCBitField.mli) - File "src/data/CCBitField.mli", line 63, characters 12-13: - 63 | module Make(X : sig end) : S - ^ - Warning 67 [unused-functor-parameter]: unused functor parameter X. - (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -warn-error -3 -w +a-4-42-44-48-50-58-32-60@8 -safe-string -g -bin-annot -I src/sexp/.containers_sexp.objs/byte -I /home/opam/.opam/4.14/lib/seq -I src/core/.containers.objs/byte -I src/monomorphic/.containers_monomorphic.objs/byte -no-alias-deps -o src/sexp/.containers_sexp.objs/byte/cCSexp_lex.cmo -c -impl src/sexp/CCSexp_lex.ml) - File "src/sexp/CCSexp_lex.ml", line 1: - Warning 70 [missing-mli]: Cannot find interface file. - (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -warn-error -3 -w +a-4-42-44-48-50-58-32-60@8 -safe-string -open CCShims_ -g -bin-annot -I src/threads/.containers_thread.objs/byte -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/seq -I src/core/.containers.objs/byte -I src/monomorphic/.containers_monomorphic.objs/byte -no-alias-deps -o src/threads/.containers_thread.objs/byte/cCPool.cmi -c -intf src/threads/CCPool.mli) - File "src/threads/CCPool.mli", line 22, characters 12-13: - 22 | module Make(P : PARAM) : sig - ^ - Warning 67 [unused-functor-parameter]: unused functor parameter P. - (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -warn-error -3 -w +a-4-42-44-48-50-58-32-60@8 -safe-string -g -bin-annot -I src/sexp/.containers_sexp.objs/byte -I /home/opam/.opam/4.14/lib/seq -I src/core/.containers.objs/byte -I src/monomorphic/.containers_monomorphic.objs/byte -no-alias-deps -o src/sexp/.containers_sexp.objs/byte/cCSexp_intf.cmo -c -impl src/sexp/CCSexp_intf.ml) - File "src/sexp/CCSexp_intf.ml", line 1: - Warning 70 [missing-mli]: Cannot find interface file. - (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -warn-error -3 -w +a-4-42-44-48-50-58-32-60@8 -safe-string -open CCShims_ -g -bin-annot -I src/data/.containers_data.objs/byte -I /home/opam/.opam/4.14/lib/seq -I src/core/.containers.objs/byte -I src/monomorphic/.containers_monomorphic.objs/byte -intf-suffix .ml -no-alias-deps -o src/data/.containers_data.objs/byte/cCGraph.cmo -c -impl src/data/CCGraph.ml) - File "src/data/CCGraph.ml", line 429, characters 4-23: - 429 | mutable vertex: 'v; - ^^^^^^^^^^^^^^^^^^^ - Warning 69 [unused-field]: mutable record field vertex is never mutated. - (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -warn-error -3 -w +a-4-42-44-48-50-58-32-60@8 -safe-string -g -bin-annot -I src/top/.containers_top.objs/byte -I /home/opam/.opam/4.14/lib/ocaml/compiler-libs -I /home/opam/.opam/4.14/lib/seq -I src/core/.containers.objs/byte -I src/data/.containers_data.objs/byte -I src/iter/.containers_iter.objs/byte -I src/monomorphic/.containers_monomorphic.objs/byte -I src/sexp/.containers_sexp.objs/byte -I src/unix/.containers_unix.objs/byte -no-alias-deps -o src/top/.containers_top.objs/byte/containers_top.cmo -c -impl src/top/containers_top.ml) - File "src/top/containers_top.ml", line 1: - Warning 70 [missing-mli]: Cannot find interface file. - (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -warn-error -3 -w +a-4-42-44-48-50-58-32-60@8 -safe-string -open CCShims_ -g -O3 -unbox-closures -unbox-closures-factor 20 -color always -I src/data/.containers_data.objs/byte -I src/data/.containers_data.objs/native -I /home/opam/.opam/4.14/lib/seq -I src/core/.containers.objs/byte -I src/core/.containers.objs/native -I src/monomorphic/.containers_monomorphic.objs/byte -I src/monomorphic/.containers_monomorphic.objs/native -intf-suffix .ml -no-alias-deps -o src/data/.containers_data.objs/native/cCGraph.cmx -c -impl src/data/CCGraph.ml) - File "src/data/CCGraph.ml", line 429, characters 4-23: - 429 | mutable vertex: 'v; - ^^^^^^^^^^^^^^^^^^^ - Warning 69 [unused-field]: mutable record field vertex is never mutated. -> compiled containers.2.8.1 Processing 73/84: [ocamlbuild: make check-if-preinstalled] [sqlite3_utils: dune build] -> installed containers.2.8.1 Processing 74/84: [ocamlbuild: make check-if-preinstalled] [sqlite3_utils: dune build] -> compiled sqlite3_utils.0.3.1 Processing 74/84: [ocamlbuild: make check-if-preinstalled] -> installed sqlite3_utils.0.3.1 Processing 75/84: [ocamlbuild: make check-if-preinstalled] + /usr/bin/make "check-if-preinstalled" "all" "opam-install" (CWD=/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0) - if test -d /home/opam/.opam/4.14/lib/ocaml/ocamlbuild; then\ - >&2 echo "ERROR: Preinstalled ocamlbuild detected at"\ - "/home/opam/.opam/4.14/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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_executor.mli - ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_executor.ml - ocamlc.opt -w @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 - 235 states, 1033 transitions, table size 5542 bytes - 4238 additional bytes used for bindings - ocamlc.opt -w @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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/exit_codes.cmo src/my_std.cmo src/ocamlbuild_executor.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/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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 -I +unix unix.cma src/ocamlbuild_pack.cmo plugin-lib/ocamlbuild_plugin.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_unix_plugin.cmo - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_executor.ml - ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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 @14@29 -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/exit_codes.cmx src/my_std.cmx src/ocamlbuild_executor.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/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 @14@29 -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 @14@29 -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 @14@29 -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 -I +unix unix.cmxa src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.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_unix_plugin.cmx - ocamlc.opt -I +unix unix.cma 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.14/.opam-switch/build/ocamlbuild.0.15.0' - rm -f ocamlbuild.install - touch ocamlbuild.install - /usr/bin/make install-bin-opam - make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0' - 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.14/.opam-switch/build/ocamlbuild.0.15.0' - /usr/bin/make install-lib-opam - make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0' - echo 'lib: [' >> ocamlbuild.install - /usr/bin/make install-lib-basics-opam - make[3]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0' - 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.14/.opam-switch/build/ocamlbuild.0.15.0' - /usr/bin/make install-lib-byte-opam - make[3]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0' - for lib in plugin-lib/ocamlbuildlib.cma bin/ocamlbuild.cmo src/ocamlbuild_pack.cmi plugin-lib/ocamlbuild_plugin.cmi plugin-lib/ocamlbuild_unix_plugin.cmi; do \ - echo " \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \ - done - make[3]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0' - /usr/bin/make install-lib-native-opam - make[3]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0' - 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_unix_plugin.cmx plugin-lib/ocamlbuild_plugin.o plugin-lib/ocamlbuild_unix_plugin.o; do \ - echo " \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \ - done - make[3]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0' - echo ']' >> ocamlbuild.install - echo >> ocamlbuild.install - make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0' - /usr/bin/make install-man-opam - make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0' - 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.14/.opam-switch/build/ocamlbuild.0.15.0' - /usr/bin/make install-doc-opam - make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0' - 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.14/.opam-switch/build/ocamlbuild.0.15.0' - make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0' -> compiled ocamlbuild.0.15.0 -> installed ocamlbuild.0.15.0 Processing 77/84: [topkg: ocaml build] + /home/opam/.opam/4.14/bin/ocaml "pkg/pkg.ml" "build" "--pkg-name" "topkg" "--dev-pkg" "false" (CWD=/home/opam/.opam/4.14/.opam-switch/build/topkg.1.0.7) - + ocamlfind ocamldep -modules src/topkg.ml > src/topkg.ml.depends - + ocamlfind ocamldep -modules src/topkg.mli > src/topkg.mli.depends - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg.cmi src/topkg.mli - + ocamlfind ocamldep -modules src/topkg_build.ml > src/topkg_build.ml.depends - + ocamlfind ocamldep -modules src/topkg_build.mli > src/topkg_build.mli.depends - + ocamlfind ocamldep -modules src/topkg_cmd.mli > src/topkg_cmd.mli.depends - + ocamlfind ocamldep -modules src/topkg_fpath.mli > src/topkg_fpath.mli.depends - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fpath.cmi src/topkg_fpath.mli - + ocamlfind ocamldep -modules src/topkg_codec.mli > src/topkg_codec.mli.depends - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_cmd.cmi src/topkg_cmd.mli - + ocamlfind ocamldep -modules src/topkg_result.mli > src/topkg_result.mli.depends - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_result.cmi src/topkg_result.mli - + ocamlfind ocamldep -modules src/topkg_conf.mli > src/topkg_conf.mli.depends - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_codec.cmi src/topkg_codec.mli - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_conf.cmi src/topkg_conf.mli - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_build.cmi src/topkg_build.mli - + ocamlfind ocamldep -modules src/topkg_cmd.ml > src/topkg_cmd.ml.depends - + ocamlfind ocamldep -modules src/topkg_fpath.ml > src/topkg_fpath.ml.depends - + ocamlfind ocamldep -modules src/topkg_string.ml > src/topkg_string.ml.depends - + ocamlfind ocamldep -modules src/topkg_string.mli > src/topkg_string.mli.depends - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_string.cmi src/topkg_string.mli - + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_string.cmx src/topkg_string.ml - + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fpath.cmx src/topkg_fpath.ml - + ocamlfind ocamldep -modules src/topkg_codec.ml > src/topkg_codec.ml.depends - + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_cmd.cmx src/topkg_cmd.ml - + ocamlfind ocamldep -modules src/topkg_os.ml > src/topkg_os.ml.depends - + ocamlfind ocamldep -modules src/topkg_os.mli > src/topkg_os.mli.depends - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_os.cmi src/topkg_os.mli - + ocamlfind ocamldep -modules src/topkg_log.ml > src/topkg_log.ml.depends - + ocamlfind ocamldep -modules src/topkg_log.mli > src/topkg_log.mli.depends - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_log.cmi src/topkg_log.mli - + ocamlfind ocamldep -modules src/topkg_result.ml > src/topkg_result.ml.depends - + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_result.cmx src/topkg_result.ml - + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_log.cmx src/topkg_log.ml - + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_os.cmx src/topkg_os.ml - + ocamlfind ocamldep -modules src/topkg_conf.ml > src/topkg_conf.ml.depends - + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_codec.cmx src/topkg_codec.ml - + ocamlfind ocamldep -modules src/topkg_vcs.ml > src/topkg_vcs.ml.depends - + ocamlfind ocamldep -modules src/topkg_vcs.mli > src/topkg_vcs.mli.depends - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_vcs.cmi src/topkg_vcs.mli - + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_vcs.cmx src/topkg_vcs.ml - + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_conf.cmx src/topkg_conf.ml - + ocamlfind ocamldep -modules src/topkg_distrib.ml > src/topkg_distrib.ml.depends - + ocamlfind ocamldep -modules src/topkg_distrib.mli > src/topkg_distrib.mli.depends - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_distrib.cmi src/topkg_distrib.mli - + ocamlfind ocamldep -modules src/topkg_opam.ml > src/topkg_opam.ml.depends - + ocamlfind ocamldep -modules src/topkg_opam.mli > src/topkg_opam.mli.depends - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_opam.cmi src/topkg_opam.mli - + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_opam.cmx src/topkg_opam.ml - + ocamlfind ocamldep -modules src/topkg_fexts.ml > src/topkg_fexts.ml.depends - + ocamlfind ocamldep -modules src/topkg_fexts.mli > src/topkg_fexts.mli.depends - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fexts.cmi src/topkg_fexts.mli - + ocamlfind ocamldep -modules src/topkg_install.ml > src/topkg_install.ml.depends - + ocamlfind ocamldep -modules src/topkg_install.mli > src/topkg_install.mli.depends - + ocamlfind ocamldep -modules src/topkg_test.mli > src/topkg_test.mli.depends - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_test.cmi src/topkg_test.mli - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_install.cmi src/topkg_install.mli - + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fexts.cmx src/topkg_fexts.ml - + ocamlfind ocamldep -modules src/topkg_test.ml > src/topkg_test.ml.depends - + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_test.cmx src/topkg_test.ml - + ocamlfind ocamldep -modules src/topkg_ipc.ml > src/topkg_ipc.ml.depends - + ocamlfind ocamldep -modules src/topkg_ipc.mli > src/topkg_ipc.mli.depends - + ocamlfind ocamldep -modules src/topkg_pkg.mli > src/topkg_pkg.mli.depends - + ocamlfind ocamldep -modules src/topkg_publish.mli > src/topkg_publish.mli.depends - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_publish.cmi src/topkg_publish.mli - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_pkg.cmi src/topkg_pkg.mli - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_ipc.cmi src/topkg_ipc.mli - + ocamlfind ocamldep -modules src/topkg_pkg.ml > src/topkg_pkg.ml.depends - + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_build.cmx src/topkg_build.ml - + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_distrib.cmx src/topkg_distrib.ml - + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_install.cmx src/topkg_install.ml - + ocamlfind ocamldep -modules src/topkg_publish.ml > src/topkg_publish.ml.depends - + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_publish.cmx src/topkg_publish.ml - + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_pkg.cmx src/topkg_pkg.ml - + ocamlfind ocamldep -modules src/topkg_main.ml > src/topkg_main.ml.depends - + ocamlfind ocamldep -modules src/topkg_main.mli > src/topkg_main.mli.depends - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_main.cmi src/topkg_main.mli - + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_ipc.cmx src/topkg_ipc.ml - + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_main.cmx src/topkg_main.ml - + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg.cmx src/topkg.ml - + ocamlfind ocamlopt -a -I src src/topkg_string.cmx src/topkg_fpath.cmx src/topkg_cmd.cmx src/topkg_result.cmx src/topkg_log.cmx src/topkg_os.cmx src/topkg_codec.cmx src/topkg_vcs.cmx src/topkg_conf.cmx src/topkg_build.cmx src/topkg_opam.cmx src/topkg_distrib.cmx src/topkg_fexts.cmx src/topkg_test.cmx src/topkg_install.cmx src/topkg_publish.cmx src/topkg_pkg.cmx src/topkg_ipc.cmx src/topkg_main.cmx src/topkg.cmx -o src/topkg.cmxa - + ocamlfind ocamlopt -shared -linkall -I src src/topkg.cmxa -o src/topkg.cmxs - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg.cmo src/topkg.ml - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_build.cmo src/topkg_build.ml - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_cmd.cmo src/topkg_cmd.ml - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_codec.cmo src/topkg_codec.ml - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_conf.cmo src/topkg_conf.ml - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_distrib.cmo src/topkg_distrib.ml - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fexts.cmo src/topkg_fexts.ml - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fpath.cmo src/topkg_fpath.ml - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_install.cmo src/topkg_install.ml - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_ipc.cmo src/topkg_ipc.ml - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_log.cmo src/topkg_log.ml - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_main.cmo src/topkg_main.ml - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_opam.cmo src/topkg_opam.ml - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_os.cmo src/topkg_os.ml - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_pkg.cmo src/topkg_pkg.ml - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_publish.cmo src/topkg_publish.ml - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_result.cmo src/topkg_result.ml - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_string.cmo src/topkg_string.ml - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_test.cmo src/topkg_test.ml - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_vcs.cmo src/topkg_vcs.ml - + ocamlfind ocamlc -a -I src src/topkg_string.cmo src/topkg_fpath.cmo src/topkg_cmd.cmo src/topkg_result.cmo src/topkg_log.cmo src/topkg_os.cmo src/topkg_codec.cmo src/topkg_vcs.cmo src/topkg_conf.cmo src/topkg_build.cmo src/topkg_opam.cmo src/topkg_distrib.cmo src/topkg_fexts.cmo src/topkg_test.cmo src/topkg_install.cmo src/topkg_publish.cmo src/topkg_pkg.cmo src/topkg_ipc.cmo src/topkg_main.cmo src/topkg.cmo -o src/topkg.cma - # Parallel statistics: { count(total): 2(84), max: 20, min: 2, average(total): 11.000(1.238) } -> compiled topkg.1.0.7 -> installed topkg.1.0.7 Processing 79/84: [logs: ocaml build] Processing 80/84: [logs: ocaml build] [uuidm: ocaml build] - + ocamlfind ocamldep -modules src/logs.ml > src/logs.ml.depends - + ocamlfind ocamldep -modules src/logs.mli > src/logs.mli.depends - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -o src/logs.cmi src/logs.mli - + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -o src/logs.cmx src/logs.ml - + ocamlfind ocamlopt -a -I src src/logs.cmx -o src/logs.cmxa - + ocamlfind ocamlopt -shared -linkall -I src src/logs.cmxa -o src/logs.cmxs - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -o src/logs.cmo src/logs.ml - + ocamlfind ocamlc -a -I src src/logs.cmo -o src/logs.cma - + ocamlfind ocamldep -package cmdliner -modules src/logs_cli.ml > src/logs_cli.ml.depends - + ocamlfind ocamldep -package cmdliner -modules src/logs_cli.mli > src/logs_cli.mli.depends - + ocamlfind ocamlc -c -g -bin-annot -safe-string -package cmdliner -I src -I test -o src/logs_cli.cmi src/logs_cli.mli - + ocamlfind ocamlc -c -g -bin-annot -safe-string -package cmdliner -I src -I test -o src/logs_cli.cmi src/logs_cli.mli - File "src/logs_cli.mli", line 15, characters 17-33: - 15 | val level : ?env:Cmdliner.Arg.env -> ?docs:string -> unit -> - ^^^^^^^^^^^^^^^^ - Alert deprecated: Cmdliner.Arg.env - Use Cmd.Env.info instead. - + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package cmdliner -I src -I test -o src/logs_cli.cmx src/logs_cli.ml - + ocamlfind ocamlopt -a -package cmdliner -I src src/logs_cli.cmx -o src/logs_cli.cmxa - + ocamlfind ocamlopt -shared -linkall -package cmdliner -I src src/logs_cli.cmxa -o src/logs_cli.cmxs - + ocamlfind ocamlc -c -g -bin-annot -safe-string -package cmdliner -I src -I test -o src/logs_cli.cmo src/logs_cli.ml - + ocamlfind ocamlc -a -package cmdliner -I src src/logs_cli.cmo -o src/logs_cli.cma - + ocamlfind ocamldep -package threads -modules src/logs_threaded.ml > src/logs_threaded.ml.depends - + ocamlfind ocamldep -package threads -modules src/logs_threaded.mli > src/logs_threaded.mli.depends - + ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -package threads -I src -I test -o src/logs_threaded.cmi src/logs_threaded.mli - + ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -package threads -I src -I test -o src/logs_threaded.cmx src/logs_threaded.ml - + ocamlfind ocamlopt -a -thread -package threads -I src src/logs_threaded.cmx -o src/logs_threaded.cmxa - + ocamlfind ocamlopt -shared -linkall -thread -package threads -I src src/logs_threaded.cmxa -o src/logs_threaded.cmxs - + ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -package threads -I src -I test -o src/logs_threaded.cmo src/logs_threaded.ml - + ocamlfind ocamlc -a -thread -package threads -I src src/logs_threaded.cmo -o src/logs_threaded.cma - # No parallelism done -> compiled logs.0.7.0 Processing 80/84: [uuidm: ocaml build] -> installed logs.0.7.0 Processing 81/84: [uuidm: ocaml build] + /home/opam/.opam/4.14/bin/ocaml "pkg/pkg.ml" "build" "--dev-pkg" "false" "--with-cmdliner" "true" (CWD=/home/opam/.opam/4.14/.opam-switch/build/uuidm.0.9.8) - + ocamlfind ocamldep -modules src/uuidm.ml > src/uuidm.ml.depends - + ocamlfind ocamldep -modules src/uuidm.mli > src/uuidm.mli.depends - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -o src/uuidm.cmi src/uuidm.mli - + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I test -o src/uuidm.cmx src/uuidm.ml - + ocamlfind ocamlopt -a -I src src/uuidm.cmx -o src/uuidm.cmxa - + ocamlfind ocamlopt -shared -linkall -I src src/uuidm.cmxa -o src/uuidm.cmxs - + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I test -o src/uuidm.cmo src/uuidm.ml - + ocamlfind ocamlc -a -I src src/uuidm.cmo -o src/uuidm.cma - + ocamlfind ocamldep -package cmdliner -modules test/uuidtrip.ml > test/uuidtrip.ml.depends - + ocamlfind ocamlc -c -g -bin-annot -safe-string -package cmdliner -I test -I src -o test/uuidtrip.cmo test/uuidtrip.ml - + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package cmdliner -I test -I src -o test/uuidtrip.cmx test/uuidtrip.ml - + ocamlfind ocamlopt -linkpkg -g -package cmdliner -I src -I test src/uuidm.cmx test/uuidtrip.cmx -o test/uuidtrip.native - # No parallelism done -> compiled uuidm.0.9.8 -> installed uuidm.0.9.8 Processing 83/84: [benchpress: dune build] + /home/opam/.opam/4.14/bin/dune "build" "@install" "-p" "benchpress" "-j" "39" (CWD=/home/opam/.opam/4.14/.opam-switch/build/benchpress.0.1) - (cd _build/default/src/core && /home/opam/.opam/4.14/bin/ocaml-protoc -binary -I . -pp api.proto -ml_out .) - Generating ./api_types.mli - Generating ./api_types.ml - Generating ./api_pb.mli - Generating ./api_pb.ml - Generating ./api_pp.mli - Generating ./api_pp.ml - (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -warn-error -3-32-34-50 -safe-string -g -bin-annot -I src/core/.benchpress.objs/byte -I /home/opam/.opam/4.14/lib/ISO8601 -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/containers -I /home/opam/.opam/4.14/lib/containers/monomorphic -I /home/opam/.opam/4.14/lib/containers/sexp -I /home/opam/.opam/4.14/lib/containers/thread -I /home/opam/.opam/4.14/lib/containers/unix -I /home/opam/.opam/4.14/lib/csv -I /home/opam/.opam/4.14/lib/decoders -I /home/opam/.opam/4.14/lib/gnuplot -I /home/opam/.opam/4.14/lib/iter -I /home/opam/.opam/4.14/lib/logs -I /home/opam/.opam/4.14/lib/ocaml-protoc -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/pbrt -I /home/opam/.opam/4.14/lib/printbox -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/re/perl -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/sqlite3 -I /home/opam/.opam/4.14/lib/sqlite3_utils -I /home/opam/.opam/4.14/lib/uuidm -intf-suffix .ml -no-alias-deps -open Benchpress -o src/core/.benchpress.objs/byte/benchpress__Ulimit.cmo -c -impl src/core/Ulimit.ml) - File "src/core/Ulimit.ml", line 55, characters 16-22: - 55 | let prefix_cmd ?prefix ~cmd = - ^^^^^^ - Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased. - (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -warn-error -3-32-34-50 -safe-string -g -I src/core/.benchpress.objs/byte -I src/core/.benchpress.objs/native -I /home/opam/.opam/4.14/lib/ISO8601 -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/containers -I /home/opam/.opam/4.14/lib/containers/monomorphic -I /home/opam/.opam/4.14/lib/containers/sexp -I /home/opam/.opam/4.14/lib/containers/thread -I /home/opam/.opam/4.14/lib/containers/unix -I /home/opam/.opam/4.14/lib/csv -I /home/opam/.opam/4.14/lib/decoders -I /home/opam/.opam/4.14/lib/gnuplot -I /home/opam/.opam/4.14/lib/iter -I /home/opam/.opam/4.14/lib/logs -I /home/opam/.opam/4.14/lib/ocaml-protoc -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/pbrt -I /home/opam/.opam/4.14/lib/printbox -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/re/perl -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/sqlite3 -I /home/opam/.opam/4.14/lib/sqlite3_utils -I /home/opam/.opam/4.14/lib/uuidm -intf-suffix .ml -no-alias-deps -open Benchpress -o src/core/.benchpress.objs/native/benchpress__Ulimit.cmx -c -impl src/core/Ulimit.ml) - File "src/core/Ulimit.ml", line 55, characters 16-22: - 55 | let prefix_cmd ?prefix ~cmd = - ^^^^^^ - Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased. - (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -warn-error -3-32-34-50 -safe-string -g -bin-annot -I src/core/.benchpress.objs/byte -I /home/opam/.opam/4.14/lib/ISO8601 -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/containers -I /home/opam/.opam/4.14/lib/containers/monomorphic -I /home/opam/.opam/4.14/lib/containers/sexp -I /home/opam/.opam/4.14/lib/containers/thread -I /home/opam/.opam/4.14/lib/containers/unix -I /home/opam/.opam/4.14/lib/csv -I /home/opam/.opam/4.14/lib/decoders -I /home/opam/.opam/4.14/lib/gnuplot -I /home/opam/.opam/4.14/lib/iter -I /home/opam/.opam/4.14/lib/logs -I /home/opam/.opam/4.14/lib/ocaml-protoc -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/pbrt -I /home/opam/.opam/4.14/lib/printbox -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/re/perl -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/sqlite3 -I /home/opam/.opam/4.14/lib/sqlite3_utils -I /home/opam/.opam/4.14/lib/uuidm -no-alias-deps -open Benchpress -o src/core/.benchpress.objs/byte/benchpress__Bin_utils.cmo -c -impl src/core/Bin_utils.ml) - File "src/core/Bin_utils.ml", line 36, characters 13-17: - 36 | Term.(ret (pure aux $ args $ debug)) - ^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -warn-error -a+8 -safe-string -open Benchpress -g -bin-annot -I src/bin/.benchpress_bin.eobjs/byte -I /home/opam/.opam/4.14/lib/ISO8601 -I /home/opam/.opam/4.14/lib/base64 -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/containers -I /home/opam/.opam/4.14/lib/containers/monomorphic -I /home/opam/.opam/4.14/lib/containers/sexp -I /home/opam/.opam/4.14/lib/containers/thread -I /home/opam/.opam/4.14/lib/containers/unix -I /home/opam/.opam/4.14/lib/csv -I /home/opam/.opam/4.14/lib/decoders -I /home/opam/.opam/4.14/lib/gnuplot -I /home/opam/.opam/4.14/lib/iter -I /home/opam/.opam/4.14/lib/logs -I /home/opam/.opam/4.14/lib/ocaml-protoc -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/pbrt -I /home/opam/.opam/4.14/lib/printbox -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/re/perl -I /home/opam/.opam/4.14/lib/result -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/sqlite3 -I /home/opam/.opam/4.14/lib/sqlite3_utils -I /home/opam/.opam/4.14/lib/uuidm -I src/core/.benchpress.objs/byte -no-alias-deps -o src/bin/.benchpress_bin.eobjs/byte/benchpress_bin.cmo -c -impl src/bin/benchpress_bin.ml) - File "src/bin/benchpress_bin.ml", line 55, characters 10-14: - 55 | Term.(pure aux $ j $ pp_results $ dyn $ paths $ dir_file $ defs $ task $ timeout $ memory - ^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - File "src/bin/benchpress_bin.ml", line 57, characters 4-13: - 57 | Term.info ~doc "run" - ^^^^^^^^^ - Alert deprecated: Cmdliner.Term.info - Use Cmd.info instead. - File "src/bin/benchpress_bin.ml", line 82, characters 10-14: - 82 | Term.(pure aux $ abs $ pure () ), Term.info ~doc "list-files" - ^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - File "src/bin/benchpress_bin.ml", line 82, characters 27-31: - 82 | Term.(pure aux $ abs $ pure () ), Term.info ~doc "list-files" - ^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - File "src/bin/benchpress_bin.ml", line 82, characters 38-47: - 82 | Term.(pure aux $ abs $ pure () ), Term.info ~doc "list-files" - ^^^^^^^^^ - Alert deprecated: Cmdliner.Term.info - Use Cmd.info instead. - File "src/bin/benchpress_bin.ml", line 111, characters 10-14: - 111 | Term.(pure aux $ check $ bad $ csv $ summary $ no_color $ debug $ file), - ^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - File "src/bin/benchpress_bin.ml", line 112, characters 4-13: - 112 | Term.info ~doc "show" - ^^^^^^^^^ - Alert deprecated: Cmdliner.Term.info - Use Cmd.info instead. - File "src/bin/benchpress_bin.ml", line 144, characters 10-14: - 144 | Term.(pure aux $ debug $ file), - ^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - File "src/bin/benchpress_bin.ml", line 145, characters 4-13: - 145 | Term.info ~doc "plot" - ^^^^^^^^^ - Alert deprecated: Cmdliner.Term.info - Use Cmd.info instead. - File "src/bin/benchpress_bin.ml", line 196, characters 10-14: - 196 | Term.(pure aux $ n $ dir), Term.info ~doc "sample" - ^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - File "src/bin/benchpress_bin.ml", line 196, characters 31-40: - 196 | Term.(pure aux $ n $ dir), Term.info ~doc "sample" - ^^^^^^^^^ - Alert deprecated: Cmdliner.Term.info - Use Cmd.info instead. - File "src/bin/benchpress_bin.ml", line 220, characters 10-14: - 220 | Term.(pure run $ which), - ^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - File "src/bin/benchpress_bin.ml", line 221, characters 4-13: - 221 | Term.info ~doc "dir" - ^^^^^^^^^ - Alert deprecated: Cmdliner.Term.info - Use Cmd.info instead. - File "src/bin/benchpress_bin.ml", line 249, characters 10-14: - 249 | Term.(pure aux $ with_default $ files $ pure () ), Term.info ~doc "check-config" - ^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - File "src/bin/benchpress_bin.ml", line 249, characters 44-48: - 249 | Term.(pure aux $ with_default $ files $ pure () ), Term.info ~doc "check-config" - ^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - File "src/bin/benchpress_bin.ml", line 249, characters 55-64: - 249 | Term.(pure aux $ with_default $ files $ pure () ), Term.info ~doc "check-config" - ^^^^^^^^^ - Alert deprecated: Cmdliner.Term.info - Use Cmd.info instead. - File "src/bin/benchpress_bin.ml", line 265, characters 10-14: - 265 | Term.(pure run $ Bin_utils.definitions_term $ names ), Term.info ~doc "prover-show" - ^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - File "src/bin/benchpress_bin.ml", line 265, characters 59-68: - 265 | Term.(pure run $ Bin_utils.definitions_term $ names ), Term.info ~doc "prover-show" - ^^^^^^^^^ - Alert deprecated: Cmdliner.Term.info - Use Cmd.info instead. - File "src/bin/benchpress_bin.ml", line 279, characters 10-14: - 279 | Term.(pure run $ Bin_utils.definitions_term), Term.info ~doc "prover-list" - ^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - File "src/bin/benchpress_bin.ml", line 279, characters 50-59: - 279 | Term.(pure run $ Bin_utils.definitions_term), Term.info ~doc "prover-list" - ^^^^^^^^^ - Alert deprecated: Cmdliner.Term.info - Use Cmd.info instead. - File "src/bin/benchpress_bin.ml", line 295, characters 10-14: - 295 | Term.(pure run $ Bin_utils.definitions_term $ names ), Term.info ~doc "task-show" - ^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - File "src/bin/benchpress_bin.ml", line 295, characters 59-68: - 295 | Term.(pure run $ Bin_utils.definitions_term $ names ), Term.info ~doc "task-show" - ^^^^^^^^^ - Alert deprecated: Cmdliner.Term.info - Use Cmd.info instead. - File "src/bin/benchpress_bin.ml", line 309, characters 10-14: - 309 | Term.(pure run $ Bin_utils.definitions_term), Term.info ~doc "task-list" - ^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - File "src/bin/benchpress_bin.ml", line 309, characters 50-59: - 309 | Term.(pure run $ Bin_utils.definitions_term), Term.info ~doc "task-list" - ^^^^^^^^^ - Alert deprecated: Cmdliner.Term.info - Use Cmd.info instead. - File "src/bin/benchpress_bin.ml", line 336, characters 10-14: - 336 | Term.(pure run $ debug $ port), Term.info ~doc "task-running" - ^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - File "src/bin/benchpress_bin.ml", line 336, characters 36-45: - 336 | Term.(pure run $ debug $ port), Term.info ~doc "task-running" - ^^^^^^^^^ - Alert deprecated: Cmdliner.Term.info - Use Cmd.info instead. - File "src/bin/benchpress_bin.ml", line 350, characters 10-14: - 350 | Term.(pure Sql_res.run $ Bin_utils.definitions_term $ files), - ^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - File "src/bin/benchpress_bin.ml", line 351, characters 4-13: - 351 | Term.info ~doc "sql-convert" - ^^^^^^^^^ - Alert deprecated: Cmdliner.Term.info - Use Cmd.info instead. - File "src/bin/benchpress_bin.ml", line 367, characters 15-19: - 367 | Term.(ret (pure (fun () -> `Help (`Pager, None)) $ pure ())), - ^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - File "src/bin/benchpress_bin.ml", line 367, characters 55-59: - 367 | Term.(ret (pure (fun () -> `Help (`Pager, None)) $ pure ())), - ^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - File "src/bin/benchpress_bin.ml", line 368, characters 4-13: - 368 | Term.info ~version:"dev" ~man ~doc "benchpress" - ^^^^^^^^^ - Alert deprecated: Cmdliner.Term.info - Use Cmd.info instead. - File "src/bin/benchpress_bin.ml", line 370, characters 2-27: - 370 | Cmdliner.Term.eval_choice help [ - ^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Cmdliner.Term.eval_choice - Use Cmd.group and one of Cmd.eval* instead. - (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -warn-error -3-32-34-50 -safe-string -g -I src/core/.benchpress.objs/byte -I src/core/.benchpress.objs/native -I /home/opam/.opam/4.14/lib/ISO8601 -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/containers -I /home/opam/.opam/4.14/lib/containers/monomorphic -I /home/opam/.opam/4.14/lib/containers/sexp -I /home/opam/.opam/4.14/lib/containers/thread -I /home/opam/.opam/4.14/lib/containers/unix -I /home/opam/.opam/4.14/lib/csv -I /home/opam/.opam/4.14/lib/decoders -I /home/opam/.opam/4.14/lib/gnuplot -I /home/opam/.opam/4.14/lib/iter -I /home/opam/.opam/4.14/lib/logs -I /home/opam/.opam/4.14/lib/ocaml-protoc -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/pbrt -I /home/opam/.opam/4.14/lib/printbox -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/re/perl -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/sqlite3 -I /home/opam/.opam/4.14/lib/sqlite3_utils -I /home/opam/.opam/4.14/lib/uuidm -intf-suffix .ml -no-alias-deps -open Benchpress -o src/core/.benchpress.objs/native/benchpress__Bin_utils.cmx -c -impl src/core/Bin_utils.ml) - File "src/core/Bin_utils.ml", line 36, characters 13-17: - 36 | Term.(ret (pure aux $ args $ debug)) - ^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -warn-error -a+8 -safe-string -open Benchpress -g -I src/bin/.benchpress_bin.eobjs/byte -I src/bin/.benchpress_bin.eobjs/native -I /home/opam/.opam/4.14/lib/ISO8601 -I /home/opam/.opam/4.14/lib/base64 -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/cmdliner -I /home/opam/.opam/4.14/lib/containers -I /home/opam/.opam/4.14/lib/containers/monomorphic -I /home/opam/.opam/4.14/lib/containers/sexp -I /home/opam/.opam/4.14/lib/containers/thread -I /home/opam/.opam/4.14/lib/containers/unix -I /home/opam/.opam/4.14/lib/csv -I /home/opam/.opam/4.14/lib/decoders -I /home/opam/.opam/4.14/lib/gnuplot -I /home/opam/.opam/4.14/lib/iter -I /home/opam/.opam/4.14/lib/logs -I /home/opam/.opam/4.14/lib/ocaml-protoc -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/pbrt -I /home/opam/.opam/4.14/lib/printbox -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/re/perl -I /home/opam/.opam/4.14/lib/result -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/sqlite3 -I /home/opam/.opam/4.14/lib/sqlite3_utils -I /home/opam/.opam/4.14/lib/uuidm -I src/core/.benchpress.objs/byte -I src/core/.benchpress.objs/native -intf-suffix .ml -no-alias-deps -o src/bin/.benchpress_bin.eobjs/native/benchpress_bin.cmx -c -impl src/bin/benchpress_bin.ml) - File "src/bin/benchpress_bin.ml", line 55, characters 10-14: - 55 | Term.(pure aux $ j $ pp_results $ dyn $ paths $ dir_file $ defs $ task $ timeout $ memory - ^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - File "src/bin/benchpress_bin.ml", line 57, characters 4-13: - 57 | Term.info ~doc "run" - ^^^^^^^^^ - Alert deprecated: Cmdliner.Term.info - Use Cmd.info instead. - File "src/bin/benchpress_bin.ml", line 82, characters 10-14: - 82 | Term.(pure aux $ abs $ pure () ), Term.info ~doc "list-files" - ^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - File "src/bin/benchpress_bin.ml", line 82, characters 27-31: - 82 | Term.(pure aux $ abs $ pure () ), Term.info ~doc "list-files" - ^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - File "src/bin/benchpress_bin.ml", line 82, characters 38-47: - 82 | Term.(pure aux $ abs $ pure () ), Term.info ~doc "list-files" - ^^^^^^^^^ - Alert deprecated: Cmdliner.Term.info - Use Cmd.info instead. - File "src/bin/benchpress_bin.ml", line 111, characters 10-14: - 111 | Term.(pure aux $ check $ bad $ csv $ summary $ no_color $ debug $ file), - ^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - File "src/bin/benchpress_bin.ml", line 112, characters 4-13: - 112 | Term.info ~doc "show" - ^^^^^^^^^ - Alert deprecated: Cmdliner.Term.info - Use Cmd.info instead. - File "src/bin/benchpress_bin.ml", line 144, characters 10-14: - 144 | Term.(pure aux $ debug $ file), - ^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - File "src/bin/benchpress_bin.ml", line 145, characters 4-13: - 145 | Term.info ~doc "plot" - ^^^^^^^^^ - Alert deprecated: Cmdliner.Term.info - Use Cmd.info instead. - File "src/bin/benchpress_bin.ml", line 196, characters 10-14: - 196 | Term.(pure aux $ n $ dir), Term.info ~doc "sample" - ^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - File "src/bin/benchpress_bin.ml", line 196, characters 31-40: - 196 | Term.(pure aux $ n $ dir), Term.info ~doc "sample" - ^^^^^^^^^ - Alert deprecated: Cmdliner.Term.info - Use Cmd.info instead. - File "src/bin/benchpress_bin.ml", line 220, characters 10-14: - 220 | Term.(pure run $ which), - ^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - File "src/bin/benchpress_bin.ml", line 221, characters 4-13: - 221 | Term.info ~doc "dir" - ^^^^^^^^^ - Alert deprecated: Cmdliner.Term.info - Use Cmd.info instead. - File "src/bin/benchpress_bin.ml", line 249, characters 10-14: - 249 | Term.(pure aux $ with_default $ files $ pure () ), Term.info ~doc "check-config" - ^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - File "src/bin/benchpress_bin.ml", line 249, characters 44-48: - 249 | Term.(pure aux $ with_default $ files $ pure () ), Term.info ~doc "check-config" - ^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - File "src/bin/benchpress_bin.ml", line 249, characters 55-64: - 249 | Term.(pure aux $ with_default $ files $ pure () ), Term.info ~doc "check-config" - ^^^^^^^^^ - Alert deprecated: Cmdliner.Term.info - Use Cmd.info instead. - File "src/bin/benchpress_bin.ml", line 265, characters 10-14: - 265 | Term.(pure run $ Bin_utils.definitions_term $ names ), Term.info ~doc "prover-show" - ^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - File "src/bin/benchpress_bin.ml", line 265, characters 59-68: - 265 | Term.(pure run $ Bin_utils.definitions_term $ names ), Term.info ~doc "prover-show" - ^^^^^^^^^ - Alert deprecated: Cmdliner.Term.info - Use Cmd.info instead. - File "src/bin/benchpress_bin.ml", line 279, characters 10-14: - 279 | Term.(pure run $ Bin_utils.definitions_term), Term.info ~doc "prover-list" - ^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - File "src/bin/benchpress_bin.ml", line 279, characters 50-59: - 279 | Term.(pure run $ Bin_utils.definitions_term), Term.info ~doc "prover-list" - ^^^^^^^^^ - Alert deprecated: Cmdliner.Term.info - Use Cmd.info instead. - File "src/bin/benchpress_bin.ml", line 295, characters 10-14: - 295 | Term.(pure run $ Bin_utils.definitions_term $ names ), Term.info ~doc "task-show" - ^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - File "src/bin/benchpress_bin.ml", line 295, characters 59-68: - 295 | Term.(pure run $ Bin_utils.definitions_term $ names ), Term.info ~doc "task-show" - ^^^^^^^^^ - Alert deprecated: Cmdliner.Term.info - Use Cmd.info instead. - File "src/bin/benchpress_bin.ml", line 309, characters 10-14: - 309 | Term.(pure run $ Bin_utils.definitions_term), Term.info ~doc "task-list" - ^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - File "src/bin/benchpress_bin.ml", line 309, characters 50-59: - 309 | Term.(pure run $ Bin_utils.definitions_term), Term.info ~doc "task-list" - ^^^^^^^^^ - Alert deprecated: Cmdliner.Term.info - Use Cmd.info instead. - File "src/bin/benchpress_bin.ml", line 336, characters 10-14: - 336 | Term.(pure run $ debug $ port), Term.info ~doc "task-running" - ^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - File "src/bin/benchpress_bin.ml", line 336, characters 36-45: - 336 | Term.(pure run $ debug $ port), Term.info ~doc "task-running" - ^^^^^^^^^ - Alert deprecated: Cmdliner.Term.info - Use Cmd.info instead. - File "src/bin/benchpress_bin.ml", line 350, characters 10-14: - 350 | Term.(pure Sql_res.run $ Bin_utils.definitions_term $ files), - ^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - File "src/bin/benchpress_bin.ml", line 351, characters 4-13: - 351 | Term.info ~doc "sql-convert" - ^^^^^^^^^ - Alert deprecated: Cmdliner.Term.info - Use Cmd.info instead. - File "src/bin/benchpress_bin.ml", line 367, characters 15-19: - 367 | Term.(ret (pure (fun () -> `Help (`Pager, None)) $ pure ())), - ^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - File "src/bin/benchpress_bin.ml", line 367, characters 55-59: - 367 | Term.(ret (pure (fun () -> `Help (`Pager, None)) $ pure ())), - ^^^^ - Alert deprecated: Cmdliner.Term.pure - Use Term.const instead. - File "src/bin/benchpress_bin.ml", line 368, characters 4-13: - 368 | Term.info ~version:"dev" ~man ~doc "benchpress" - ^^^^^^^^^ - Alert deprecated: Cmdliner.Term.info - Use Cmd.info instead. - File "src/bin/benchpress_bin.ml", line 370, characters 2-27: - 370 | Cmdliner.Term.eval_choice help [ - ^^^^^^^^^^^^^^^^^^^^^^^^^ - Alert deprecated: Cmdliner.Term.eval_choice - Use Cmd.group and one of Cmd.eval* instead. -> compiled benchpress.0.1 -> installed benchpress.0.1 Done. <><> pbrt.2.4 installed successfully ><><><><><><><><><><><><><><><><><><><><><> => Pbrt: runtime library for ocaml-protoc. A shim library named "ocaml-protoc" still exists, to ease the migration. <><> ocaml-protoc.2.4 installed successfully ><><><><><><><><><><><><><><><><><> => The runtime library is now called "pbrt". # Run eval $(opam env) to update the current shell environment 2024-09-12 19:24.34 ---> saved as "e0d49e2e700de9cace06ef0e9df44ca2de2dc3d0ce411a92c272ef083ada82e7" /home/opam: (run (shell "opam exec -- ~/voodoo-prep -u benchpress:ff4dfd8a03d1db2c84f61ac827135241,sqlite3_utils:f4ff58881ec5cfc0c777d6c018b6f1fd,printbox:ee55d6fd607c77ef7e38deef8f475064,pbrt:22799857af385dd6b68baad28fc8ad71,ocaml-protoc:63391a53fe2ce751d5422b6d3f3e37fc,gnuplot:84b1d02e7c5c60f686330ecf4b9c0969,decoders:6cb2d5658864a6c9bc1fbc226141feed")) 2024-09-12 19:24.38 ---> saved as "bee46d4656dabfd9fcb4c352bee690adf9673ad1f732bbbca0b994b4536c272f" /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.651140') && (for DATA in prep/universes/6cb2d5658864a6c9bc1fbc226141feed/decoders/0.3.0,decoders.0.3.0-6cb2d5658864a6c9bc1fbc226141feed,decoders.0.3.0 prep/universes/84b1d02e7c5c60f686330ecf4b9c0969/gnuplot/0.7,gnuplot.0.7-84b1d02e7c5c60f686330ecf4b9c0969,gnuplot.0.7 prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4,ocaml-protoc.2.4-63391a53fe2ce751d5422b6d3f3e37fc,ocaml-protoc.2.4 prep/universes/22799857af385dd6b68baad28fc8ad71/pbrt/2.4,pbrt.2.4-22799857af385dd6b68baad28fc8ad71,pbrt.2.4 prep/universes/ee55d6fd607c77ef7e38deef8f475064/printbox/0.5,printbox.0.5-ee55d6fd607c77ef7e38deef8f475064,printbox.0.5 prep/universes/f4ff58881ec5cfc0c777d6c018b6f1fd/sqlite3_utils/0.3.1,sqlite3_utils.0.3.1-f4ff58881ec5cfc0c777d6c018b6f1fd,sqlite3_utils.0.3.1 prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1,benchpress.0.1-ff4dfd8a03d1db2c84f61ac827135241,benchpress.0.1; 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/6cb2d5658864a6c9bc1fbc226141feed/decoders/0.3.0,decoders.0.3.0-6cb2d5658864a6c9bc1fbc226141feed,decoders.0.3.0 prep/universes/84b1d02e7c5c60f686330ecf4b9c0969/gnuplot/0.7,gnuplot.0.7-84b1d02e7c5c60f686330ecf4b9c0969,gnuplot.0.7 prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4,ocaml-protoc.2.4-63391a53fe2ce751d5422b6d3f3e37fc,ocaml-protoc.2.4 prep/universes/22799857af385dd6b68baad28fc8ad71/pbrt/2.4,pbrt.2.4-22799857af385dd6b68baad28fc8ad71,pbrt.2.4 prep/universes/ee55d6fd607c77ef7e38deef8f475064/printbox/0.5,printbox.0.5-ee55d6fd607c77ef7e38deef8f475064,printbox.0.5 prep/universes/f4ff58881ec5cfc0c777d6c018b6f1fd/sqlite3_utils/0.3.1,sqlite3_utils.0.3.1-f4ff58881ec5cfc0c777d6c018b6f1fd,sqlite3_utils.0.3.1 prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1,benchpress.0.1-ff4dfd8a03d1db2c84f61ac827135241,benchpress.0.1; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/6cb2d5658864a6c9bc1fbc226141feed/decoders/0.3.0,decoders.0.3.0-6cb2d5658864a6c9bc1fbc226141feed,decoders.0.3.0 prep/universes/84b1d02e7c5c60f686330ecf4b9c0969/gnuplot/0.7,gnuplot.0.7-84b1d02e7c5c60f686330ecf4b9c0969,gnuplot.0.7 prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4,ocaml-protoc.2.4-63391a53fe2ce751d5422b6d3f3e37fc,ocaml-protoc.2.4 prep/universes/22799857af385dd6b68baad28fc8ad71/pbrt/2.4,pbrt.2.4-22799857af385dd6b68baad28fc8ad71,pbrt.2.4 prep/universes/ee55d6fd607c77ef7e38deef8f475064/printbox/0.5,printbox.0.5-ee55d6fd607c77ef7e38deef8f475064,printbox.0.5 prep/universes/f4ff58881ec5cfc0c777d6c018b6f1fd/sqlite3_utils/0.3.1,sqlite3_utils.0.3.1-f4ff58881ec5cfc0c777d6c018b6f1fd,sqlite3_utils.0.3.1 prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1,benchpress.0.1-ff4dfd8a03d1db2c84f61ac827135241,benchpress.0.1; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1) || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)")) 0.651140 prep/universes/6cb2d5658864a6c9bc1fbc226141feed/decoders/0.3.0/doc/ prep/universes/6cb2d5658864a6c9bc1fbc226141feed/decoders/0.3.0/doc/decoders/ prep/universes/6cb2d5658864a6c9bc1fbc226141feed/decoders/0.3.0/doc/decoders/CHANGES.md prep/universes/6cb2d5658864a6c9bc1fbc226141feed/decoders/0.3.0/doc/decoders/LICENSE prep/universes/6cb2d5658864a6c9bc1fbc226141feed/decoders/0.3.0/doc/decoders/README.md prep/universes/6cb2d5658864a6c9bc1fbc226141feed/decoders/0.3.0/lib/ prep/universes/6cb2d5658864a6c9bc1fbc226141feed/decoders/0.3.0/lib/decoders/ prep/universes/6cb2d5658864a6c9bc1fbc226141feed/decoders/0.3.0/lib/decoders/decoders.ocamlobjinfo prep/universes/6cb2d5658864a6c9bc1fbc226141feed/decoders/0.3.0/lib/decoders/META prep/universes/6cb2d5658864a6c9bc1fbc226141feed/decoders/0.3.0/lib/decoders/decoders.cmi prep/universes/6cb2d5658864a6c9bc1fbc226141feed/decoders/0.3.0/lib/decoders/decoders.cmt prep/universes/6cb2d5658864a6c9bc1fbc226141feed/decoders/0.3.0/lib/decoders/decoders__.cmi prep/universes/6cb2d5658864a6c9bc1fbc226141feed/decoders/0.3.0/lib/decoders/decoders__.cmt prep/universes/6cb2d5658864a6c9bc1fbc226141feed/decoders/0.3.0/lib/decoders/decoders__Decode.cmi prep/universes/6cb2d5658864a6c9bc1fbc226141feed/decoders/0.3.0/lib/decoders/decoders__Decode.cmt prep/universes/6cb2d5658864a6c9bc1fbc226141feed/decoders/0.3.0/lib/decoders/decoders__Decode.cmti prep/universes/6cb2d5658864a6c9bc1fbc226141feed/decoders/0.3.0/lib/decoders/decoders__Decoders_util.cmi prep/universes/6cb2d5658864a6c9bc1fbc226141feed/decoders/0.3.0/lib/decoders/decoders__Decoders_util.cmt prep/universes/6cb2d5658864a6c9bc1fbc226141feed/decoders/0.3.0/lib/decoders/decoders__Decoders_util.cmti prep/universes/6cb2d5658864a6c9bc1fbc226141feed/decoders/0.3.0/lib/decoders/decoders__Encode.cmi prep/universes/6cb2d5658864a6c9bc1fbc226141feed/decoders/0.3.0/lib/decoders/decoders__Encode.cmt prep/universes/6cb2d5658864a6c9bc1fbc226141feed/decoders/0.3.0/lib/decoders/decoders__Encode.cmti prep/universes/6cb2d5658864a6c9bc1fbc226141feed/decoders/0.3.0/lib/decoders/dune-package prep/universes/6cb2d5658864a6c9bc1fbc226141feed/decoders/0.3.0/opam prep/universes/84b1d02e7c5c60f686330ecf4b9c0969/gnuplot/0.7/doc/ prep/universes/84b1d02e7c5c60f686330ecf4b9c0969/gnuplot/0.7/doc/gnuplot/ prep/universes/84b1d02e7c5c60f686330ecf4b9c0969/gnuplot/0.7/doc/gnuplot/CHANGES.md prep/universes/84b1d02e7c5c60f686330ecf4b9c0969/gnuplot/0.7/doc/gnuplot/LICENSE.txt prep/universes/84b1d02e7c5c60f686330ecf4b9c0969/gnuplot/0.7/doc/gnuplot/README.md prep/universes/84b1d02e7c5c60f686330ecf4b9c0969/gnuplot/0.7/lib/ prep/universes/84b1d02e7c5c60f686330ecf4b9c0969/gnuplot/0.7/lib/gnuplot/ prep/universes/84b1d02e7c5c60f686330ecf4b9c0969/gnuplot/0.7/lib/gnuplot/gnuplot.ocamlobjinfo prep/universes/84b1d02e7c5c60f686330ecf4b9c0969/gnuplot/0.7/lib/gnuplot/META prep/universes/84b1d02e7c5c60f686330ecf4b9c0969/gnuplot/0.7/lib/gnuplot/dune-package prep/universes/84b1d02e7c5c60f686330ecf4b9c0969/gnuplot/0.7/lib/gnuplot/gnuplot.cmi prep/universes/84b1d02e7c5c60f686330ecf4b9c0969/gnuplot/0.7/lib/gnuplot/gnuplot.cmt prep/universes/84b1d02e7c5c60f686330ecf4b9c0969/gnuplot/0.7/lib/gnuplot/gnuplot.cmti prep/universes/84b1d02e7c5c60f686330ecf4b9c0969/gnuplot/0.7/opam prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/doc/ prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/doc/ocaml-protoc/ prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/doc/ocaml-protoc/CHANGES.md prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/doc/ocaml-protoc/LICENSE prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/doc/ocaml-protoc/README.md prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/doc/ocaml-protoc/odoc-pages/ prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/doc/ocaml-protoc/odoc-pages/index.mld prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/ prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/ocaml_protoc.ocamlobjinfo prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/META prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib.ocamlobjinfo prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib.cmi prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib.cmt prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_backend.cmi prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_backend.cmt prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_backend.cmti prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_decode_binary.cmi prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_decode_binary.cmt prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_decode_binary.cmti prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_decode_bs.cmi prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_decode_bs.cmt prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_decode_yojson.cmi prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_decode_yojson.cmt prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_decode_yojson.cmti prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_default.cmi prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_default.cmt prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_default.cmti prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_encode_binary.cmi prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_encode_binary.cmt prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_encode_binary.cmti prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_encode_bs.cmi prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_encode_bs.cmt prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_encode_yojson.cmi prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_encode_yojson.cmt prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_encode_yojson.cmti prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_formatting.cmi prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_formatting.cmt prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_formatting.cmti prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_ocaml_type.cmi prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_ocaml_type.cmt prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_pp.cmi prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_pp.cmt prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_pp.cmti prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_sig.cmi prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_sig.cmt prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_sig.cmti prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_types.cmi prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_types.cmt prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_types.cmti prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_util.cmi prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_util.cmt prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_codegen_util.cmti prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_exception.cmi prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_exception.cmt prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_exception.cmti prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_field_type.cmi prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_field_type.cmt prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_field_type.cmti prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_location.cmi prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_location.cmt prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_location.cmti prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_logger.cmi prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_logger.cmt prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_logger.cmti prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_option.cmi prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_option.cmt prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_option.cmti prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_parsing.cmi prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_parsing.cmt prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_parsing.cmti prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_parsing_lexer.cmi prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_parsing_lexer.cmt prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_parsing_parse_tree.cmi prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_parsing_parse_tree.cmt prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_parsing_parser.cmi prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_parsing_parser.cmt prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_parsing_parser.cmti prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_parsing_util.cmi prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_parsing_util.cmt prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_parsing_util.cmti prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_typing.cmi prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_typing.cmt prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_typing.cmti prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_typing_graph.cmi prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_typing_graph.cmt prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_typing_graph.cmti prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_typing_recursion.cmi prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_typing_recursion.cmt prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_typing_recursion.cmti prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_typing_resolution.cmi prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_typing_resolution.cmt prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_typing_resolution.cmti prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_typing_type_tree.cmi prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_typing_type_tree.cmt prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_typing_util.cmi prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_typing_util.cmt prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_typing_util.cmti prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_typing_validation.cmi prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_typing_validation.cmt prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_typing_validation.cmti prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_util.cmi prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_util.cmt prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/compiler-lib/ocaml_protoc_compiler_lib__Pb_util.cmti prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/dune-package prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/ocaml_protoc.cmi prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/lib/ocaml-protoc/ocaml_protoc.cmt prep/universes/63391a53fe2ce751d5422b6d3f3e37fc/ocaml-protoc/2.4/opam prep/universes/22799857af385dd6b68baad28fc8ad71/pbrt/2.4/doc/ prep/universes/22799857af385dd6b68baad28fc8ad71/pbrt/2.4/doc/pbrt/ prep/universes/22799857af385dd6b68baad28fc8ad71/pbrt/2.4/doc/pbrt/CHANGES.md prep/universes/22799857af385dd6b68baad28fc8ad71/pbrt/2.4/doc/pbrt/LICENSE prep/universes/22799857af385dd6b68baad28fc8ad71/pbrt/2.4/doc/pbrt/README.md prep/universes/22799857af385dd6b68baad28fc8ad71/pbrt/2.4/lib/ prep/universes/22799857af385dd6b68baad28fc8ad71/pbrt/2.4/lib/pbrt/ prep/universes/22799857af385dd6b68baad28fc8ad71/pbrt/2.4/lib/pbrt/pbrt.ocamlobjinfo prep/universes/22799857af385dd6b68baad28fc8ad71/pbrt/2.4/lib/pbrt/META prep/universes/22799857af385dd6b68baad28fc8ad71/pbrt/2.4/lib/pbrt/dune-package prep/universes/22799857af385dd6b68baad28fc8ad71/pbrt/2.4/lib/pbrt/pbrt.cmi prep/universes/22799857af385dd6b68baad28fc8ad71/pbrt/2.4/lib/pbrt/pbrt.cmt prep/universes/22799857af385dd6b68baad28fc8ad71/pbrt/2.4/lib/pbrt/pbrt.cmti prep/universes/22799857af385dd6b68baad28fc8ad71/pbrt/2.4/opam prep/universes/ee55d6fd607c77ef7e38deef8f475064/printbox/0.5/doc/ prep/universes/ee55d6fd607c77ef7e38deef8f475064/printbox/0.5/doc/printbox/ prep/universes/ee55d6fd607c77ef7e38deef8f475064/printbox/0.5/doc/printbox/CHANGELOG.md prep/universes/ee55d6fd607c77ef7e38deef8f475064/printbox/0.5/doc/printbox/LICENSE prep/universes/ee55d6fd607c77ef7e38deef8f475064/printbox/0.5/doc/printbox/README.md prep/universes/ee55d6fd607c77ef7e38deef8f475064/printbox/0.5/lib/ prep/universes/ee55d6fd607c77ef7e38deef8f475064/printbox/0.5/lib/printbox/ prep/universes/ee55d6fd607c77ef7e38deef8f475064/printbox/0.5/lib/printbox/printbox.ocamlobjinfo prep/universes/ee55d6fd607c77ef7e38deef8f475064/printbox/0.5/lib/printbox/META prep/universes/ee55d6fd607c77ef7e38deef8f475064/printbox/0.5/lib/printbox/dune-package prep/universes/ee55d6fd607c77ef7e38deef8f475064/printbox/0.5/lib/printbox/printBox.cmi prep/universes/ee55d6fd607c77ef7e38deef8f475064/printbox/0.5/lib/printbox/printBox.cmt prep/universes/ee55d6fd607c77ef7e38deef8f475064/printbox/0.5/lib/printbox/printBox.cmti prep/universes/ee55d6fd607c77ef7e38deef8f475064/printbox/0.5/lib/printbox/printBox_text.cmi prep/universes/ee55d6fd607c77ef7e38deef8f475064/printbox/0.5/lib/printbox/printBox_text.cmt prep/universes/ee55d6fd607c77ef7e38deef8f475064/printbox/0.5/lib/printbox/printBox_text.cmti prep/universes/ee55d6fd607c77ef7e38deef8f475064/printbox/0.5/opam prep/universes/f4ff58881ec5cfc0c777d6c018b6f1fd/sqlite3_utils/0.3.1/doc/ prep/universes/f4ff58881ec5cfc0c777d6c018b6f1fd/sqlite3_utils/0.3.1/doc/sqlite3_utils/ prep/universes/f4ff58881ec5cfc0c777d6c018b6f1fd/sqlite3_utils/0.3.1/doc/sqlite3_utils/README.md prep/universes/f4ff58881ec5cfc0c777d6c018b6f1fd/sqlite3_utils/0.3.1/lib/ prep/universes/f4ff58881ec5cfc0c777d6c018b6f1fd/sqlite3_utils/0.3.1/lib/sqlite3_utils/ prep/universes/f4ff58881ec5cfc0c777d6c018b6f1fd/sqlite3_utils/0.3.1/lib/sqlite3_utils/sqlite3_utils.ocamlobjinfo prep/universes/f4ff58881ec5cfc0c777d6c018b6f1fd/sqlite3_utils/0.3.1/lib/sqlite3_utils/META prep/universes/f4ff58881ec5cfc0c777d6c018b6f1fd/sqlite3_utils/0.3.1/lib/sqlite3_utils/dune-package prep/universes/f4ff58881ec5cfc0c777d6c018b6f1fd/sqlite3_utils/0.3.1/lib/sqlite3_utils/sqlite3_utils.cmi prep/universes/f4ff58881ec5cfc0c777d6c018b6f1fd/sqlite3_utils/0.3.1/lib/sqlite3_utils/sqlite3_utils.cmt prep/universes/f4ff58881ec5cfc0c777d6c018b6f1fd/sqlite3_utils/0.3.1/lib/sqlite3_utils/sqlite3_utils.cmti prep/universes/f4ff58881ec5cfc0c777d6c018b6f1fd/sqlite3_utils/0.3.1/opam prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/doc/ prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/doc/benchpress/ prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/doc/benchpress/LICENSE prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/doc/benchpress/README.md prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/ prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/ prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress.ocamlobjinfo prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/META prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress.cmi prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress.cmt prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress__Action.cmi prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress__Action.cmt prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress__Api.cmi prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress__Api.cmt prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress__Api_pb.cmi prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress__Api_pb.cmt prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress__Api_pb.cmti prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress__Api_pp.cmi prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress__Api_pp.cmt prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress__Api_pp.cmti prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress__Api_types.cmi prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress__Api_types.cmt prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress__Api_types.cmti prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress__Bin_utils.cmi prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress__Bin_utils.cmt prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress__Builtin_config.cmi prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress__Builtin_config.cmt prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress__Definitions.cmi prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress__Definitions.cmt prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress__Definitions.cmti prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress__Dir.cmi prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress__Dir.cmt prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress__Exec_action.cmi prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress__Exec_action.cmt prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress__Limit.cmi prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress__Limit.cmt prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress__Limit.cmti prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress__Misc.cmi prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress__Misc.cmt prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress__Notify.cmi prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress__Notify.cmt prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress__Notify.cmti prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress__Problem.cmi prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress__Problem.cmt prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress__Problem.cmti prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress__Proc_run_result.cmi prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress__Proc_run_result.cmt prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress__Prover.cmi prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress__Prover.cmt prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress__Prover.cmti prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress__Res.cmi prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress__Res.cmt prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress__Res.cmti prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress__Run_event.cmi prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress__Run_event.cmt prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress__Run_event.cmti prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress__Run_prover_problem.cmi prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress__Run_prover_problem.cmt prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress__Run_prover_problem.cmti prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress__Run_result.cmi prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress__Run_result.cmt prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress__Run_result.cmti prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress__Sexp_loc.cmi prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress__Sexp_loc.cmt prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress__Stanza.cmi prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress__Stanza.cmt prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress__Subdir.cmi prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress__Subdir.cmt prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress__Task.cmi prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress__Task.cmt prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress__Task_queue.cmi prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress__Task_queue.cmt prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress__Task_queue.cmti prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress__Test.cmi prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress__Test.cmt prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress__Test_compare.cmi prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress__Test_compare.cmt prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress__Test_compare.cmti prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress__Ulimit.cmi prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress__Ulimit.cmt prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress__Ulimit.cmti prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress__Xdg.cmi prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress__Xdg.cmt prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/benchpress__Xdg.cmti prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/lib/benchpress/dune-package prep/universes/ff4dfd8a03d1db2c84f61ac827135241/benchpress/0.1/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. 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:decoders.0.3.0-6cb2d5658864a6c9bc1fbc226141feed:67a038f8206a2e15a2469456f092d6b65ab165e0c69b640fe23a5cf92daa9461 HASHES:gnuplot.0.7-84b1d02e7c5c60f686330ecf4b9c0969:2dc2bb442640a11f305989e23c620456e3f6c71df236d6fc6a1eb27ef0af63be HASHES:ocaml-protoc.2.4-63391a53fe2ce751d5422b6d3f3e37fc:25542763d17932498498d6249847881b7b7df0db6aff1b6738d4c9ec92e9ee6b HASHES:pbrt.2.4-22799857af385dd6b68baad28fc8ad71:970cbd8700b5bd28de6accbbac448de3dee5eb43c39971dc1e4a0ce7cbd7369c HASHES:printbox.0.5-ee55d6fd607c77ef7e38deef8f475064:79a241a3cc477aeb50c35ba3f40b155381659605f9b71ccdd39bbd0b48ae8406 HASHES:sqlite3_utils.0.3.1-f4ff58881ec5cfc0c777d6c018b6f1fd:f9119c5ad7d670faeb4a766615709307f136113f9d248d654bcbdac6cf93d756 HASHES:benchpress.0.1-ff4dfd8a03d1db2c84f61ac827135241:434837f66cc29e3795bb2408b27952f144cb782e853ece8133ae36b600f9a1ef 2024-09-12 19:24.44 ---> saved as "fe360a85a29fb2c610630a0f6c761ca4598c2c4d39081788a612a48994a9c9e0" Job succeeded 2024-09-12 19:32.11: benchpress.0.1-ff4dfd8a03d1db2c84f61ac827135241 -> 434837f66cc29e3795bb2408b27952f144cb782e853ece8133ae36b600f9a1ef 2024-09-12 19:32.11: sqlite3_utils.0.3.1-f4ff58881ec5cfc0c777d6c018b6f1fd -> f9119c5ad7d670faeb4a766615709307f136113f9d248d654bcbdac6cf93d756 2024-09-12 19:32.11: printbox.0.5-ee55d6fd607c77ef7e38deef8f475064 -> 79a241a3cc477aeb50c35ba3f40b155381659605f9b71ccdd39bbd0b48ae8406 2024-09-12 19:32.11: pbrt.2.4-22799857af385dd6b68baad28fc8ad71 -> 970cbd8700b5bd28de6accbbac448de3dee5eb43c39971dc1e4a0ce7cbd7369c 2024-09-12 19:32.11: ocaml-protoc.2.4-63391a53fe2ce751d5422b6d3f3e37fc -> 25542763d17932498498d6249847881b7b7df0db6aff1b6738d4c9ec92e9ee6b 2024-09-12 19:32.11: gnuplot.0.7-84b1d02e7c5c60f686330ecf4b9c0969 -> 2dc2bb442640a11f305989e23c620456e3f6c71df236d6fc6a1eb27ef0af63be 2024-09-12 19:32.11: decoders.0.3.0-6cb2d5658864a6c9bc1fbc226141feed -> 67a038f8206a2e15a2469456f092d6b65ab165e0c69b640fe23a5cf92daa9461 2024-09-12 19:32.11: Job succeeded