Build:
- 0
2024-09-12 08:35.53: New job: Voodoo prep smbc.0.6.1; 9359bfe66c8781d3e3a405fa096d4495 2024-09-12 08:35.53: Waiting for resource in pool OCluster 2024-09-12 20:10.37: Waiting for worker… 2024-09-12 20:12.30: Got resource from pool OCluster 2024-09-12 20:12.30: 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 smbc.0.6.1 tip-parser.0.6 seq.base result.1.5 ocamlfind.1.9.6 msat.0.8.3 menhirSdk.20211128 menhirLib.20211128 menhir.20211128 iter.1.8 dune-configurator.3.16.0 dune.3.16.0 csexp.1.5.2 containers.2.8.1 base-bytes.base 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')")) (run (shell "opam exec -- ~/voodoo-prep -u smbc:9359bfe66c8781d3e3a405fa096d4495,tip-parser:e59209951bd0a49c63986172bed74990,msat:3312bcd6e3a559b1c0da38cdc49d5227")) (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.663627') && (for DATA in prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3,msat.0.8.3-3312bcd6e3a559b1c0da38cdc49d5227,msat.0.8.3 prep/universes/e59209951bd0a49c63986172bed74990/tip-parser/0.6,tip-parser.0.6-e59209951bd0a49c63986172bed74990,tip-parser.0.6 prep/universes/9359bfe66c8781d3e3a405fa096d4495/smbc/0.6.1,smbc.0.6.1-9359bfe66c8781d3e3a405fa096d4495,smbc.0.6.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/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3,msat.0.8.3-3312bcd6e3a559b1c0da38cdc49d5227,msat.0.8.3 prep/universes/e59209951bd0a49c63986172bed74990/tip-parser/0.6,tip-parser.0.6-e59209951bd0a49c63986172bed74990,tip-parser.0.6 prep/universes/9359bfe66c8781d3e3a405fa096d4495/smbc/0.6.1,smbc.0.6.1-9359bfe66c8781d3e3a405fa096d4495,smbc.0.6.1; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3,msat.0.8.3-3312bcd6e3a559b1c0da38cdc49d5227,msat.0.8.3 prep/universes/e59209951bd0a49c63986172bed74990/tip-parser/0.6,tip-parser.0.6-e59209951bd0a49c63986172bed74990,tip-parser.0.6 prep/universes/9359bfe66c8781d3e3a405fa096d4495/smbc/0.6.1,smbc.0.6.1-9359bfe66c8781d3e3a405fa096d4495,smbc.0.6.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 a6069b9eebba0e2b70cdbbd834bc800eb6d671fb --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 20:12.30: RETRYING: 2024-09-12/083553-voodoo-prep-aebef1 Number of retries: 0 (retriable error condition) Building on asteria.caelum.ci.dev All commits already cached Updating files: 72% (22934/31807) Updating files: 73% (23220/31807) Updating files: 74% (23538/31807) Updating files: 75% (23856/31807) Updating files: 76% (24174/31807) Updating files: 77% (24492/31807) Updating files: 78% (24810/31807) Updating files: 79% (25128/31807) Updating files: 80% (25446/31807) Updating files: 81% (25764/31807) Updating files: 82% (26082/31807) Updating files: 83% (26400/31807) Updating files: 84% (26718/31807) Updating files: 85% (27036/31807) Updating files: 86% (27355/31807) Updating files: 87% (27673/31807) Updating files: 88% (27991/31807) Updating files: 89% (28309/31807) Updating files: 90% (28627/31807) Updating files: 91% (28945/31807) Updating files: 92% (29263/31807) Updating files: 93% (29581/31807) Updating files: 94% (29899/31807) Updating files: 95% (30217/31807) Updating files: 96% (30535/31807) Updating files: 97% (30853/31807) Updating files: 98% (31171/31807) Updating files: 99% (31489/31807) Updating files: 100% (31807/31807) Updating files: 100% (31807/31807), done. HEAD is now at a6069b9eeb [new release] dune (15 packages) (3.16.0) (build "tools" …) (from ocaml/opam:debian-12-ocaml-4.14@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1) Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1' locally docker.io/ocaml/opam@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1: Pulling from ocaml/opam 5bece21b072e: Pulling fs layer 5bece21b072e: Verifying Checksum 5bece21b072e: Download complete 5bece21b072e: Pull complete Digest: sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1 Status: Downloaded newer image for ocaml/opam@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1 2024-09-12 20:05.29 ---> 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 20:05.29 ---> 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 0s (766 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 (7424 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 20:05.29 ---> 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 dune.3.16.0 -> installed bos.0.2.1 -> 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 20:05.29 ---> using "4b3eae20ee556ce466265d261fd5d7184b7506cfcf8217eea177582bdd289d8b" from cache /home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam")) 2024-09-12 20:05.29 ---> using "ff9243a4acf95fb20c4e62f411801f15f8ec3c4e6fcc150de31a9042ea281b68" from cache 2024-09-12 20:05.29 --> finished "tools" (from ocaml/opam:debian-12-ocaml-4.14@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1) Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1' locally docker.io/ocaml/opam@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1: Pulling from ocaml/opam 5bece21b072e: Pulling fs layer 5bece21b072e: Verifying Checksum 5bece21b072e: Download complete 5bece21b072e: Pull complete Digest: sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1 Status: Downloaded newer image for ocaml/opam@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1 2024-09-12 20:05.29 ---> 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 20:05.29 ---> using "b735425389b73ff0dbaabb86e65c55ba3d4affc0ec07062c4ba9fb8523aca05a" from cache /home/opam: (run (shell "sudo mkdir /src")) 2024-09-12 20:05.29 ---> using "589fc247a47cee4820aea953ca0c6137d5c05903e8d36d67782083bf9b53dcd0" from cache /home/opam: (copy (src packages) (dst /src/packages)) 2024-09-12 20:05.31 ---> using "bf9d9ec0cc2b5a9b47ecaaff51c1f5541cc91144745fb5a9edfc7fc1d4bb3285" from cache /home/opam: (copy (src repo) (dst /src/repo)) 2024-09-12 20:05.31 ---> using "43719d6d808c67a53e5ddf385989eb2c9f0df93f3fd6a1936f59c8d22012fd1c" from cache /home/opam: (run (network host) (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni")) Configuring from /home/opam/.opamrc and then from built-in defaults. Checking for available remotes: rsync and local, git. - you won't be able to use mercurial repositories unless you install the hg command on your system. - you won't be able to use darcs repositories unless you install the darcs command on your system. This development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.1, which can't be reverted. You may want to back it up before going further. Continue? [Y/n] y Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from file:///home/opam/opam-repository 2024-09-12 20:05.31 ---> using "04ae821d9b0d874528c6bf675776c8fe43fbb0c6c05315e3bf96da4c222e98b1" from cache /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 20:05.31 ---> using "1310b39e0812ed536f7b37fa11e3c729da7640d0ab74b86375f3d460132b1924" from cache /home/opam: (copy (from (build tools)) (src /home/opam/voodoo-prep) (dst /home/opam/)) 2024-09-12 20:05.31 ---> using "62e83d28534410ed6a81f82b3fd4d822a9b28471d4f55215066a41a343ba15a0" from cache /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune))) (network host) (shell "opam install dune.3.16.0 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 20:05.31 ---> using "cd46205772ed45d02b10319eea77aa4e2d5b2a9decce2f221352b38b765300a6" from cache /home/opam: (env DUNE_CACHE enabled) /home/opam: (env DUNE_CACHE_TRANSPORT direct) /home/opam: (env DUNE_CACHE_DUPLICATION copy) /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune))) (network host) (shell "(sudo apt update) && ((opam depext -viy smbc.0.6.1 tip-parser.0.6 seq.base result.1.5 ocamlfind.1.9.6 msat.0.8.3 menhirSdk.20211128 menhirLib.20211128 menhir.20211128 iter.1.8 dune-configurator.3.16.0 dune.3.16.0 csexp.1.5.2 containers.2.8.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 (870 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 smbc.0.6.1 tip-parser.0.6 seq.base result.1.5 ocamlfind.1.9.6 msat.0.8.3 menhirSdk.20211128 menhirLib.20211128 menhir.20211128 iter.1.8 dune-configurator.3.16.0 dune.3.16.0 csexp.1.5.2 containers.2.8.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 # No extra OS packages requirements found. [NOTE] Package dune is already installed (current version is 3.16.0). [NOTE] Package ocamlfind is already installed (current version is 1.9.6). The following actions will be performed: - install result 1.5 - install seq base - install csexp 1.5.2 - install iter 1.8 - install menhirLib 20211128 - install base-bytes base - install menhirSdk 20211128 - install dune-configurator 3.16.0 - install msat 0.8.3 - install menhir 20211128 - install containers 2.8.1 - install tip-parser 0.6 - install smbc 0.6.1 ===== 13 to install ===== <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 2/39: Processing 3/39: Processing 4/39: Processing 5/39: -> installed base-bytes.base Processing 6/39: -> retrieved containers.2.8.1 (cached) Processing 7/39: -> retrieved csexp.1.5.2 (cached) Processing 8/39: Processing 9/39: [csexp: dune build] -> retrieved dune-configurator.3.16.0 (cached) Processing 10/39: [csexp: dune build] -> retrieved iter.1.8 (cached) Processing 11/39: [csexp: dune build] Processing 12/39: [csexp: dune build] [iter: dune build] -> retrieved menhir.20211128 (cached) Processing 13/39: [csexp: dune build] [iter: dune build] -> compiled csexp.1.5.2 Processing 13/39: [iter: dune build] -> installed csexp.1.5.2 Processing 14/39: [iter: dune build] Processing 15/39: [dune-configurator: rm] [iter: dune build] -> retrieved menhirLib.20211128 (cached) Processing 16/39: [dune-configurator: rm] [iter: dune build] Processing 17/39: [dune-configurator: rm] [iter: dune build] [menhirLib: dune build] -> retrieved menhirSdk.20211128 (cached) -> retrieved seq.base (cached) Processing 18/39: [dune-configurator: rm] [iter: dune build] [menhirLib: dune build] Processing 19/39: [dune-configurator: rm] [iter: dune build] [menhirLib: dune build] Processing 20/39: [dune-configurator: rm] [iter: dune build] [menhirLib: dune build] [menhirSdk: dune build] Processing 21/39: [dune-configurator: rm] [iter: dune build] [menhirLib: dune build] [menhirSdk: dune build] -> installed seq.base Processing 22/39: [dune-configurator: rm] [iter: dune build] [menhirLib: dune build] [menhirSdk: dune build] -> compiled iter.1.8 Processing 22/39: [dune-configurator: rm] [menhirLib: dune build] [menhirSdk: dune build] -> installed iter.1.8 Processing 23/39: [dune-configurator: rm] [menhirLib: dune build] [menhirSdk: dune build] -> retrieved msat.0.8.3 (cached) Processing 24/39: [dune-configurator: rm] [menhirLib: dune build] [menhirSdk: dune build] Processing 25/39: [dune-configurator: rm] [menhirLib: dune build] [menhirSdk: dune build] [msat: dune build] -> retrieved result.1.5 (cached) Processing 26/39: [dune-configurator: rm] [menhirLib: dune build] [menhirSdk: dune build] [msat: dune build] [result: dune build] -> retrieved smbc.0.6.1 (cached) -> retrieved tip-parser.0.6 (cached) Processing 26/39: [dune-configurator: dune build] [menhirLib: dune build] [menhirSdk: dune build] [msat: dune build] [result: dune build] -> compiled result.1.5 Processing 26/39: [dune-configurator: dune build] [menhirLib: dune build] [menhirSdk: dune build] [msat: dune build] -> installed result.1.5 Processing 27/39: [dune-configurator: dune build] [menhirLib: dune build] [menhirSdk: dune build] [msat: dune build] -> compiled menhirSdk.20211128 Processing 27/39: [dune-configurator: dune build] [menhirLib: dune build] [msat: dune build] -> installed menhirSdk.20211128 Processing 28/39: [dune-configurator: dune build] [menhirLib: dune build] [msat: dune build] - (cd _build/default/lib/pack && ./pack.exe) - Creating menhirLib.ml... - Creating menhirLib.mli... -> compiled menhirLib.20211128 Processing 28/39: [dune-configurator: dune build] [msat: dune build] -> installed menhirLib.20211128 Processing 29/39: [dune-configurator: dune build] [msat: dune build] Processing 30/39: [dune-configurator: dune build] [menhir: dune build] [msat: 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 -color always -safe-string -g -bin-annot -I src/core/.msat.objs/byte -I /home/opam/.opam/4.14/lib/iter -no-alias-deps -open Msat__ -o src/core/.msat.objs/byte/msat__Heap_intf.cmo -c -impl src/core/Heap_intf.ml) - File "src/core/Heap_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 -color always -safe-string -g -bin-annot -I src/core/.msat.objs/byte -I /home/opam/.opam/4.14/lib/iter -no-alias-deps -open Msat__ -o src/core/.msat.objs/byte/msat__Solver_intf.cmo -c -impl src/core/Solver_intf.ml) - File "src/core/Solver_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 -color always -safe-string -g -bin-annot -I src/core/.msat.objs/byte -I /home/opam/.opam/4.14/lib/iter -no-alias-deps -open Msat__ -o src/core/.msat.objs/byte/msat.cmo -c -impl src/core/Msat.ml) - File "src/core/Msat.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 -color always -safe-string -g -bin-annot -I src/core/.msat.objs/byte -I /home/opam/.opam/4.14/lib/iter -no-alias-deps -open Msat__ -o src/core/.msat.objs/byte/msat__Internal.cmo -c -impl src/core/Internal.ml) - File "src/core/Internal.ml", line 1: - Warning 70 [missing-mli]: Cannot find interface file. - (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -w +a-4-42-44-48-50-58-32-60@8 -warn-error -27 -color always -safe-string -g -bin-annot -I src/backend/.msat_backend.objs/byte -I /home/opam/.opam/4.14/lib/iter -I src/core/.msat.objs/byte -no-alias-deps -open Msat_backend -o src/backend/.msat_backend.objs/byte/msat_backend__Backend_intf.cmo -c -impl src/backend/Backend_intf.ml) - File "src/backend/Backend_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 -w +a-4-42-44-48-50-58-32-60@8 -color always -safe-string -g -bin-annot -I src/tseitin/.msat_tseitin.objs/byte -I /home/opam/.opam/4.14/lib/iter -I src/core/.msat.objs/byte -no-alias-deps -open Msat_tseitin__ -o src/tseitin/.msat_tseitin.objs/byte/msat_tseitin__Tseitin_intf.cmo -c -impl src/tseitin/Tseitin_intf.ml) - File "src/tseitin/Tseitin_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 -w +a-4-42-44-48-50-58-32-60@8 -warn-error -27 -color always -safe-string -g -bin-annot -I src/backend/.msat_backend.objs/byte -I /home/opam/.opam/4.14/lib/iter -I src/core/.msat.objs/byte -no-alias-deps -open Msat_backend -o src/backend/.msat_backend.objs/byte/msat_backend__Dedukti.cmi -c -intf src/backend/Dedukti.mli) - File "src/backend/Dedukti.mli", line 27, characters 10-11: - 27 | functor(A : Arg - ^ - Warning 67 [unused-functor-parameter]: unused functor parameter A. - (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -w +a-4-42-44-48-50-58-32-60@8 -warn-error -27 -color always -safe-string -g -bin-annot -I src/backend/.msat_backend.objs/byte -I /home/opam/.opam/4.14/lib/iter -I src/core/.msat.objs/byte -no-alias-deps -open Msat_backend -o src/backend/.msat_backend.objs/byte/msat_backend__Coq.cmi -c -intf src/backend/Coq.mli) - File "src/backend/Coq.mli", line 36, characters 24-25: - 36 | module Make(S : Msat.S)(A : Arg with type hyp := S.clause - ^ - Warning 67 [unused-functor-parameter]: unused functor parameter A. - File "src/backend/Coq.mli", line 42, characters 26-27: - 42 | module Simple(S : Msat.S)(A : Arg with type hyp = S.formula list - ^ - Warning 67 [unused-functor-parameter]: unused functor parameter A. - (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 -color always -safe-string -open Msat -g -bin-annot -I src/backtrack/.msat_backtrack.objs/byte -I /home/opam/.opam/4.14/lib/iter -I src/core/.msat.objs/byte -no-alias-deps -open Msat_backtrack__ -o src/backtrack/.msat_backtrack.objs/byte/msat_backtrack.cmo -c -impl src/backtrack/Msat_backtrack.ml) - File "src/backtrack/Msat_backtrack.ml", line 1: - Warning 70 [missing-mli]: Cannot find interface file. - (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -w +a-4-42-44-48-50-58-32-60@8 -warn-error -27 -color always -safe-string -g -bin-annot -I src/backend/.msat_backend.objs/byte -I /home/opam/.opam/4.14/lib/iter -I src/core/.msat.objs/byte -no-alias-deps -open Msat_backend -o src/backend/.msat_backend.objs/byte/msat_backend__Dot.cmi -c -intf src/backend/Dot.mli) - File "src/backend/Dot.mli", line 57, characters 24-25: - 57 | module Make(S : Msat.S)(A : Arg with type atom := S.atom - ^ - Warning 67 [unused-functor-parameter]: unused functor parameter A. - File "src/backend/Dot.mli", line 63, characters 26-27: - 63 | module Simple(S : Msat.S)(A : Arg with type atom := S.formula - ^ - Warning 67 [unused-functor-parameter]: unused functor parameter A. -> compiled msat.0.8.3 Processing 30/39: [dune-configurator: dune build] [menhir: dune build] -> installed msat.0.8.3 Processing 31/39: [dune-configurator: dune build] [menhir: dune build] -> compiled dune-configurator.3.16.0 Processing 31/39: [menhir: dune build] -> installed dune-configurator.3.16.0 Processing 32/39: [menhir: dune build] Processing 33/39: [containers: dune build] [menhir: 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/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/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/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/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/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/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_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/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_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/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 33/39: [menhir: dune build] -> installed containers.2.8.1 Processing 34/39: [menhir: dune build] + /home/opam/.opam/4.14/bin/dune "build" "-p" "menhir" "-j" "39" (CWD=/home/opam/.opam/4.14/.opam-switch/build/menhir.20211128) - (cd _build/default/src/stage2 && .bin/menhir --no-pager --table --fixed-exception --require-aliases --strict parser.mly --compare-errors parserMessages.auto.messages --compare-errors parserMessages.messages) > _build/default/src/stage2/parserMessages.check - Read 101 sample input sentences and 101 error messages. - Read 101 sample input sentences and 48 error messages. - (cd _build/default && src/stage2/.bin/menhir --no-pager --table --fixed-exception --require-aliases --strict --strict -lg 1 -la 1 -lc 1 -v src/stage2/parser.mly --base src/stage2/parser --infer-read-reply src/stage2/parser__mock.mli.inferred) - Grammar has 56 nonterminal symbols, among which 1 start symbols. - Grammar has 37 terminal symbols. - Grammar has 129 productions. - Built an LR(0) automaton with 194 states. - The grammar is not SLR(1) -- 5 states have a conflict. - The construction mode is no-pager. - Built an LR(1) automaton with 298 states. - One shift/reduce conflict was silently solved. - Extra reductions on error were added in 40 states. - Priority played a role in 0 of these states. - 152 out of 298 states have a default reduction. - The action table is 11324 entries; 1610 non-zero; 1359 compressed. - The action table occupies roughly 2816 bytes. - The goto table is 16986 entries; 329 non-zero; 636 compressed. - The goto table occupies roughly 1368 bytes. - The error table occupies roughly 1448 bytes. - The default_reduction table occupies roughly 336 bytes. - The lhs table occupies roughly 168 bytes. - The trace table occupies roughly 8 bytes. - (cd _build/default/src/stage2 && .bin/menhir --no-pager --table --fixed-exception --require-aliases --strict parser.mly --compile-errors parserMessages.messages) > _build/default/src/stage2/parserMessages.ml - Read 101 sample input sentences and 48 error messages. -> compiled menhir.20211128 -> installed menhir.20211128 Processing 36/39: [tip-parser: dune build] + /home/opam/.opam/4.14/bin/dune "build" "-p" "tip-parser" (CWD=/home/opam/.opam/4.14/.opam-switch/build/tip-parser.0.6) - (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -safe-string -w +a-4-44@8 -g -bin-annot -I src/.tip_parser.objs/byte -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/result -no-alias-deps -o src/.tip_parser.objs/byte/tip_loc.cmo -c -impl src/Tip_loc.ml) - File "src/Tip_loc.ml", line 1: - Warning 70 [missing-mli]: Cannot find interface file. - (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -safe-string -w +a-4-44@8 -g -bin-annot -I src/.tip_parser.objs/byte -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/result -no-alias-deps -o src/.tip_parser.objs/byte/tip_ast.cmo -c -impl src/Tip_ast.ml) - File "src/Tip_ast.ml", line 1: - Warning 70 [missing-mli]: Cannot find interface file. - (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -safe-string -w +a-4-44@8 -g -bin-annot -I src/.tip_parser.objs/byte -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/result -no-alias-deps -o src/.tip_parser.objs/byte/tip_lexer.cmo -c -impl src/Tip_lexer.ml) - File "src/Tip_lexer.ml", line 1: - Warning 70 [missing-mli]: Cannot find interface file. -> compiled tip-parser.0.6 -> installed tip-parser.0.6 Processing 38/39: [smbc: dune build] + /home/opam/.opam/4.14/bin/dune "build" "@install" "-p" "smbc" "-j" "39" (CWD=/home/opam/.opam/4.14/.opam-switch/build/smbc.0.6.1) - (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -w +a-4-44-58-60@8 -color always -safe-string -warn-error -a+8 -g -bin-annot -I src/.smbc.eobjs/byte -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/containers -I /home/opam/.opam/4.14/lib/containers/data -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/iter -I /home/opam/.opam/4.14/lib/msat -I /home/opam/.opam/4.14/lib/result -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/tip-parser -no-alias-deps -o src/.smbc.eobjs/byte/const.cmo -c -impl src/const.ml) - File "src/const.ml", line 1: - Warning 70 [missing-mli]: Cannot find interface file. - (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -w +a-4-44-58-60@8 -color always -safe-string -warn-error -a+8 -g -bin-annot -I src/.smbc.eobjs/byte -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/containers -I /home/opam/.opam/4.14/lib/containers/data -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/iter -I /home/opam/.opam/4.14/lib/msat -I /home/opam/.opam/4.14/lib/result -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/tip-parser -no-alias-deps -o src/.smbc.eobjs/byte/intf.cmo -c -impl src/Intf.ml) - File "src/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 -w +a-4-44-58-60@8 -color always -safe-string -warn-error -a+8 -g -bin-annot -I src/.smbc.eobjs/byte -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/containers -I /home/opam/.opam/4.14/lib/containers/data -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/iter -I /home/opam/.opam/4.14/lib/msat -I /home/opam/.opam/4.14/lib/result -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/tip-parser -no-alias-deps -o src/.smbc.eobjs/byte/hashcons.cmo -c -impl src/Hashcons.ml) - File "src/Hashcons.ml", line 1: - Warning 70 [missing-mli]: Cannot find interface file. - (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -w +a-4-44-58-60@8 -color always -safe-string -warn-error -a+8 -g -bin-annot -I src/.smbc.eobjs/byte -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/containers -I /home/opam/.opam/4.14/lib/containers/data -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/iter -I /home/opam/.opam/4.14/lib/msat -I /home/opam/.opam/4.14/lib/result -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/tip-parser -no-alias-deps -o src/.smbc.eobjs/byte/parse_ast.cmo -c -impl src/Parse_ast.ml) - File "src/Parse_ast.ml", line 1: - Warning 70 [missing-mli]: Cannot find interface file. - (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -w +a-4-44-58-60@8 -color always -safe-string -warn-error -a+8 -g -bin-annot -I src/.smbc.eobjs/byte -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/containers -I /home/opam/.opam/4.14/lib/containers/data -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/iter -I /home/opam/.opam/4.14/lib/msat -I /home/opam/.opam/4.14/lib/result -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/tip-parser -no-alias-deps -o src/.smbc.eobjs/byte/solver.cmi -c -intf src/Solver.mli) - File "src/Solver.mli", line 35, characters 12-13: - 35 | module Make(C:CONFIG)(Dummy : sig end) : sig - ^ - Warning 67 [unused-functor-parameter]: unused functor parameter C. - File "src/Solver.mli", line 35, characters 22-27: - 35 | module Make(C:CONFIG)(Dummy : sig end) : sig - ^^^^^ - Warning 67 [unused-functor-parameter]: unused functor parameter Dummy. - (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -w +a-4-44-58-60@8 -color always -safe-string -warn-error -a+8 -g -bin-annot -I src/.smbc.eobjs/byte -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/containers -I /home/opam/.opam/4.14/lib/containers/data -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/iter -I /home/opam/.opam/4.14/lib/msat -I /home/opam/.opam/4.14/lib/result -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/tip-parser -no-alias-deps -o src/.smbc.eobjs/byte/smbc.cmo -c -impl src/smbc.ml) - File "src/smbc.ml", line 156, characters 4-21: - 156 | g.Gc.space_overhead <- 3_000; (* major gc *) - ^^^^^^^^^^^^^^^^^ - Alert deprecated: mutating field space_overhead - Use {(Gc.get()) with Gc.space_overhead = ...} - File "src/smbc.ml", line 157, characters 4-19: - 157 | g.Gc.max_overhead <- 10_000; (* compaction *) - ^^^^^^^^^^^^^^^ - Alert deprecated: mutating field max_overhead - Use {(Gc.get()) with Gc.max_overhead = ...} - File "src/smbc.ml", line 158, characters 4-22: - 158 | g.Gc.minor_heap_size <- 500_000; (* ×8 to obtain bytes on 64 bits --> *) - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: mutating field minor_heap_size - Use {(Gc.get()) with Gc.minor_heap_size = ...} - File "src/smbc.ml", line 1: - Warning 70 [missing-mli]: Cannot find interface file. - (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -w +a-4-44-58-60@8 -color always -safe-string -warn-error -a+8 -g -O3 -color always -unbox-closures -unbox-closures-factor 20 -I src/.smbc.eobjs/byte -I src/.smbc.eobjs/native -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/containers -I /home/opam/.opam/4.14/lib/containers/data -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/iter -I /home/opam/.opam/4.14/lib/msat -I /home/opam/.opam/4.14/lib/result -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/tip-parser -intf-suffix .ml -no-alias-deps -o src/.smbc.eobjs/native/ast.cmx -c -impl src/Ast.ml) - File "src/Ast.ml", line 623, characters 58-71: - 623 | Fmt.(seq ~sep:(return "@ ") @@ pair ID.pp pp_kind) (ID.Tbl.to_seq t.kinds) - ^^^^^^^^^^^^^ - Alert deprecated: ID.Tbl.to_seq - use to_iter - File "src/Ast.ml", line 790, characters 45-58: - 790 | A.pp_term t (Util.pp_seq ID.pp) (ID.Set.to_seq missing); - ^^^^^^^^^^^^^ - Alert deprecated: ID.Set.to_seq - use to_iter instead - File "src/Ast.ml", line 292, characters 4-15: - 292 | let mk_tip_decl id ty = - ^^^^^^^^^^^ - Warning 32 [unused-value-declaration]: unused value mk_tip_decl. - File "src/Ast.ml", line 359, characters 4-9: - 359 | let pp_ty = pp_ty_tip - ^^^^^ - Warning 32 [unused-value-declaration]: unused value pp_ty. - (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -w +a-4-44-58-60@8 -color always -safe-string -warn-error -a+8 -g -O3 -color always -unbox-closures -unbox-closures-factor 20 -I src/.smbc.eobjs/byte -I src/.smbc.eobjs/native -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/containers -I /home/opam/.opam/4.14/lib/containers/data -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/iter -I /home/opam/.opam/4.14/lib/msat -I /home/opam/.opam/4.14/lib/result -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/tip-parser -intf-suffix .ml -no-alias-deps -o src/.smbc.eobjs/native/model.cmx -c -impl src/Model.ml) - File "src/Model.ml", line 24, characters 4-19: - 24 | A.Ty.Map.to_seq domains - ^^^^^^^^^^^^^^^ - Alert deprecated: A.Ty.Map.to_seq - use to_iter instead - (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -w +a-4-44-58-60@8 -color always -safe-string -warn-error -a+8 -g -O3 -color always -unbox-closures -unbox-closures-factor 20 -I src/.smbc.eobjs/byte -I src/.smbc.eobjs/native -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/containers -I /home/opam/.opam/4.14/lib/containers/data -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/iter -I /home/opam/.opam/4.14/lib/msat -I /home/opam/.opam/4.14/lib/result -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/tip-parser -intf-suffix .ml -no-alias-deps -o src/.smbc.eobjs/native/solver.cmx -c -impl src/Solver.ml) - File "src/Solver.ml", line 624, characters 54-67: - 624 | Hash.seq (Hash.pair ID.hash hash_case) (ID.Map.to_seq m) - ^^^^^^^^^^^^^ - Alert deprecated: ID.Map.to_seq - use to_iter instead - File "src/Solver.ml", line 1126, characters 28-41: - 1126 | pp t print_map (ID.Map.to_seq m) pp_default default - ^^^^^^^^^^^^^ - Alert deprecated: ID.Map.to_seq - use to_iter instead - File "src/Solver.ml", line 1135, characters 28-41: - 1135 | pp t print_map (ID.Tbl.to_seq m.switch_tbl) - ^^^^^^^^^^^^^ - Alert deprecated: ID.Tbl.to_seq - use to_iter - File "src/Solver.ml", line 3393, characters 19-32: - 3393 | ID.Map.to_seq data_cstors - ^^^^^^^^^^^^^ - Alert deprecated: ID.Map.to_seq - use to_iter instead - File "src/Solver.ml", line 3508, characters 15-28: - 3508 | |> ID.Map.of_seq - ^^^^^^^^^^^^^ - Alert deprecated: ID.Map.of_seq - use of_iter instead - File "src/Solver.ml", line 3506, characters 12-25: - 3506 | ID.Tbl.to_seq m.switch_tbl - ^^^^^^^^^^^^^ - Alert deprecated: ID.Tbl.to_seq - use to_iter - File "src/Solver.ml", line 3602, characters 15-28: - 3602 | |> ID.Tbl.of_seq - ^^^^^^^^^^^^^ - Alert deprecated: ID.Tbl.of_seq - use of_iter or of_std_seq - File "src/Solver.ml", line 3595, characters 12-25: - 3595 | ID.Tbl.to_seq m.switch_tbl - ^^^^^^^^^^^^^ - Alert deprecated: ID.Tbl.to_seq - use to_iter - File "src/Solver.ml", line 3651, characters 9-22: - 3651 | |> Ty.Tbl.of_seq - ^^^^^^^^^^^^^ - Alert deprecated: Ty.Tbl.of_seq - use of_iter or of_std_seq - File "src/Solver.ml", line 3663, characters 9-22: - 3663 | |> ID.Map.of_seq - ^^^^^^^^^^^^^ - Alert deprecated: ID.Map.of_seq - use of_iter instead - File "src/Solver.ml", line 3675, characters 9-26: - 3675 | |> Ast.Ty.Map.of_seq - ^^^^^^^^^^^^^^^^^ - Alert deprecated: Ast.Ty.Map.of_seq - use of_iter instead - File "src/Solver.ml", line 3667, characters 6-19: - 3667 | Ty.Tbl.to_seq doms - ^^^^^^^^^^^^^ - Alert deprecated: Ty.Tbl.to_seq - use to_iter - File "src/Solver.ml", line 220, characters 4-27: - 220 | cst_parent: cst option; - ^^^^^^^^^^^^^^^^^^^^^^^ - Warning 69 [unused-field]: record field cst_parent is never read. - (However, this field is used to build or mutate values.) - (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -w +a-4-44-58-60@8 -color always -safe-string -warn-error -a+8 -g -O3 -color always -unbox-closures -unbox-closures-factor 20 -I src/.smbc.eobjs/byte -I src/.smbc.eobjs/native -I /home/opam/.opam/4.14/lib/bytes -I /home/opam/.opam/4.14/lib/containers -I /home/opam/.opam/4.14/lib/containers/data -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/iter -I /home/opam/.opam/4.14/lib/msat -I /home/opam/.opam/4.14/lib/result -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/tip-parser -intf-suffix .ml -no-alias-deps -o src/.smbc.eobjs/native/smbc.cmx -c -impl src/smbc.ml) - File "src/smbc.ml", line 156, characters 4-21: - 156 | g.Gc.space_overhead <- 3_000; (* major gc *) - ^^^^^^^^^^^^^^^^^ - Alert deprecated: mutating field space_overhead - Use {(Gc.get()) with Gc.space_overhead = ...} - File "src/smbc.ml", line 157, characters 4-19: - 157 | g.Gc.max_overhead <- 10_000; (* compaction *) - ^^^^^^^^^^^^^^^ - Alert deprecated: mutating field max_overhead - Use {(Gc.get()) with Gc.max_overhead = ...} - File "src/smbc.ml", line 158, characters 4-22: - 158 | g.Gc.minor_heap_size <- 500_000; (* ×8 to obtain bytes on 64 bits --> *) - ^^^^^^^^^^^^^^^^^^ - Alert deprecated: mutating field minor_heap_size - Use {(Gc.get()) with Gc.minor_heap_size = ...} -> compiled smbc.0.6.1 -> installed smbc.0.6.1 Done. # Run eval $(opam env) to update the current shell environment 2024-09-12 20:07.01 ---> saved as "a1080ae8539621b870b51a2fb480d15ea37e22d44cc8066c196c4e40b90665f9" /home/opam: (run (shell "opam exec -- ~/voodoo-prep -u smbc:9359bfe66c8781d3e3a405fa096d4495,tip-parser:e59209951bd0a49c63986172bed74990,msat:3312bcd6e3a559b1c0da38cdc49d5227")) 2024-09-12 20:07.04 ---> saved as "94623b0b3da84b421ad746278729526c79b3bc3527fb66260f7e6a582276aeeb" /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.663627') && (for DATA in prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3,msat.0.8.3-3312bcd6e3a559b1c0da38cdc49d5227,msat.0.8.3 prep/universes/e59209951bd0a49c63986172bed74990/tip-parser/0.6,tip-parser.0.6-e59209951bd0a49c63986172bed74990,tip-parser.0.6 prep/universes/9359bfe66c8781d3e3a405fa096d4495/smbc/0.6.1,smbc.0.6.1-9359bfe66c8781d3e3a405fa096d4495,smbc.0.6.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/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3,msat.0.8.3-3312bcd6e3a559b1c0da38cdc49d5227,msat.0.8.3 prep/universes/e59209951bd0a49c63986172bed74990/tip-parser/0.6,tip-parser.0.6-e59209951bd0a49c63986172bed74990,tip-parser.0.6 prep/universes/9359bfe66c8781d3e3a405fa096d4495/smbc/0.6.1,smbc.0.6.1-9359bfe66c8781d3e3a405fa096d4495,smbc.0.6.1; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3,msat.0.8.3-3312bcd6e3a559b1c0da38cdc49d5227,msat.0.8.3 prep/universes/e59209951bd0a49c63986172bed74990/tip-parser/0.6,tip-parser.0.6-e59209951bd0a49c63986172bed74990,tip-parser.0.6 prep/universes/9359bfe66c8781d3e3a405fa096d4495/smbc/0.6.1,smbc.0.6.1-9359bfe66c8781d3e3a405fa096d4495,smbc.0.6.1; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1) || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)")) 0.663627 prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/doc/ prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/doc/msat/ prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/doc/msat/CHANGELOG.md prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/doc/msat/LICENSE prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/doc/msat/README.md prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/doc/msat/odoc-pages/ prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/doc/msat/odoc-pages/index.mld prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/lib/ prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/lib/msat/ prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/lib/msat/msat.ocamlobjinfo prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/lib/msat/META prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/lib/msat/backend/ prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/lib/msat/backend/msat_backend.ocamlobjinfo prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/lib/msat/backend/msat_backend.cmi prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/lib/msat/backend/msat_backend.cmt prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/lib/msat/backend/msat_backend__Backend_intf.cmi prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/lib/msat/backend/msat_backend__Backend_intf.cmt prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/lib/msat/backend/msat_backend__Coq.cmi prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/lib/msat/backend/msat_backend__Coq.cmt prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/lib/msat/backend/msat_backend__Coq.cmti prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/lib/msat/backend/msat_backend__Dedukti.cmi prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/lib/msat/backend/msat_backend__Dedukti.cmt prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/lib/msat/backend/msat_backend__Dedukti.cmti prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/lib/msat/backend/msat_backend__Dot.cmi prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/lib/msat/backend/msat_backend__Dot.cmt prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/lib/msat/backend/msat_backend__Dot.cmti prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/lib/msat/backtrack/ prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/lib/msat/backtrack/msat_backtrack.ocamlobjinfo prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/lib/msat/backtrack/msat_backtrack.cmi prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/lib/msat/backtrack/msat_backtrack.cmt prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/lib/msat/backtrack/msat_backtrack__.cmi prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/lib/msat/backtrack/msat_backtrack__.cmt prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/lib/msat/backtrack/msat_backtrack__Backtrackable_ref.cmi prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/lib/msat/backtrack/msat_backtrack__Backtrackable_ref.cmt prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/lib/msat/backtrack/msat_backtrack__Backtrackable_ref.cmti prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/lib/msat/dune-package prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/lib/msat/msat.cmi prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/lib/msat/msat.cmt prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/lib/msat/msat__.cmi prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/lib/msat/msat__.cmt prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/lib/msat/msat__Heap.cmi prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/lib/msat/msat__Heap.cmt prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/lib/msat/msat__Heap.cmti prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/lib/msat/msat__Heap_intf.cmi prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/lib/msat/msat__Heap_intf.cmt prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/lib/msat/msat__Internal.cmi prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/lib/msat/msat__Internal.cmt prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/lib/msat/msat__Log.cmi prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/lib/msat/msat__Log.cmt prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/lib/msat/msat__Log.cmti prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/lib/msat/msat__Solver.cmi prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/lib/msat/msat__Solver.cmt prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/lib/msat/msat__Solver.cmti prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/lib/msat/msat__Solver_intf.cmi prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/lib/msat/msat__Solver_intf.cmt prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/lib/msat/msat__Vec.cmi prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/lib/msat/msat__Vec.cmt prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/lib/msat/msat__Vec.cmti prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/lib/msat/sat/ prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/lib/msat/sat/msat_sat.ocamlobjinfo prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/lib/msat/sat/msat_sat.cmi prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/lib/msat/sat/msat_sat.cmt prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/lib/msat/sat/msat_sat.cmti prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/lib/msat/sat/msat_sat__.cmi prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/lib/msat/sat/msat_sat__.cmt prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/lib/msat/sat/msat_sat__Int_lit.cmi prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/lib/msat/sat/msat_sat__Int_lit.cmt prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/lib/msat/sat/msat_sat__Int_lit.cmti prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/lib/msat/tseitin/ prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/lib/msat/tseitin/msat_tseitin.ocamlobjinfo prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/lib/msat/tseitin/msat_tseitin.cmi prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/lib/msat/tseitin/msat_tseitin.cmt prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/lib/msat/tseitin/msat_tseitin.cmti prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/lib/msat/tseitin/msat_tseitin__.cmi prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/lib/msat/tseitin/msat_tseitin__.cmt prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/lib/msat/tseitin/msat_tseitin__Tseitin_intf.cmi prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/lib/msat/tseitin/msat_tseitin__Tseitin_intf.cmt prep/universes/3312bcd6e3a559b1c0da38cdc49d5227/msat/0.8.3/opam prep/universes/e59209951bd0a49c63986172bed74990/tip-parser/0.6/doc/ prep/universes/e59209951bd0a49c63986172bed74990/tip-parser/0.6/doc/tip-parser/ prep/universes/e59209951bd0a49c63986172bed74990/tip-parser/0.6/doc/tip-parser/LICENSE prep/universes/e59209951bd0a49c63986172bed74990/tip-parser/0.6/doc/tip-parser/README.md prep/universes/e59209951bd0a49c63986172bed74990/tip-parser/0.6/lib/ prep/universes/e59209951bd0a49c63986172bed74990/tip-parser/0.6/lib/tip-parser/ prep/universes/e59209951bd0a49c63986172bed74990/tip-parser/0.6/lib/tip-parser/tip_parser.ocamlobjinfo prep/universes/e59209951bd0a49c63986172bed74990/tip-parser/0.6/lib/tip-parser/META prep/universes/e59209951bd0a49c63986172bed74990/tip-parser/0.6/lib/tip-parser/dune-package prep/universes/e59209951bd0a49c63986172bed74990/tip-parser/0.6/lib/tip-parser/tip_ast.cmi prep/universes/e59209951bd0a49c63986172bed74990/tip-parser/0.6/lib/tip-parser/tip_ast.cmt prep/universes/e59209951bd0a49c63986172bed74990/tip-parser/0.6/lib/tip-parser/tip_lexer.cmi prep/universes/e59209951bd0a49c63986172bed74990/tip-parser/0.6/lib/tip-parser/tip_lexer.cmt prep/universes/e59209951bd0a49c63986172bed74990/tip-parser/0.6/lib/tip-parser/tip_loc.cmi prep/universes/e59209951bd0a49c63986172bed74990/tip-parser/0.6/lib/tip-parser/tip_loc.cmt prep/universes/e59209951bd0a49c63986172bed74990/tip-parser/0.6/lib/tip-parser/tip_parser.cmi prep/universes/e59209951bd0a49c63986172bed74990/tip-parser/0.6/lib/tip-parser/tip_parser.cmt prep/universes/e59209951bd0a49c63986172bed74990/tip-parser/0.6/lib/tip-parser/tip_parser.cmti prep/universes/e59209951bd0a49c63986172bed74990/tip-parser/0.6/lib/tip-parser/tip_util.cmi prep/universes/e59209951bd0a49c63986172bed74990/tip-parser/0.6/lib/tip-parser/tip_util.cmt prep/universes/e59209951bd0a49c63986172bed74990/tip-parser/0.6/lib/tip-parser/tip_util.cmti prep/universes/e59209951bd0a49c63986172bed74990/tip-parser/0.6/opam prep/universes/9359bfe66c8781d3e3a405fa096d4495/smbc/0.6.1/doc/ prep/universes/9359bfe66c8781d3e3a405fa096d4495/smbc/0.6.1/doc/smbc/ prep/universes/9359bfe66c8781d3e3a405fa096d4495/smbc/0.6.1/doc/smbc/CHANGELOG.md prep/universes/9359bfe66c8781d3e3a405fa096d4495/smbc/0.6.1/doc/smbc/LICENSE prep/universes/9359bfe66c8781d3e3a405fa096d4495/smbc/0.6.1/doc/smbc/README.md prep/universes/9359bfe66c8781d3e3a405fa096d4495/smbc/0.6.1/lib/ prep/universes/9359bfe66c8781d3e3a405fa096d4495/smbc/0.6.1/lib/smbc/ prep/universes/9359bfe66c8781d3e3a405fa096d4495/smbc/0.6.1/lib/smbc/META prep/universes/9359bfe66c8781d3e3a405fa096d4495/smbc/0.6.1/lib/smbc/dune-package prep/universes/9359bfe66c8781d3e3a405fa096d4495/smbc/0.6.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. HASHES:msat.0.8.3-3312bcd6e3a559b1c0da38cdc49d5227:ea9073a19404b2b6e383fbbfd6c9a7b1473d7361bbeb4ca67fe50dc2a0e731ab HASHES:tip-parser.0.6-e59209951bd0a49c63986172bed74990:d4305ab2e369d0b4253fe406fd6af85df9170dd970ef468087ae3f54159bba55 HASHES:smbc.0.6.1-9359bfe66c8781d3e3a405fa096d4495:3d67ab262af10ca96ffae5ab1a7128d3b163ef48ad4c26c3136b18779e81bb5a 2024-09-12 20:07.05 ---> saved as "d4f5a65c16107010df3785b6c7619baf56652a16a56f8e9e7f29e7a9adf2165c" Job succeeded 2024-09-12 20:14.41: smbc.0.6.1-9359bfe66c8781d3e3a405fa096d4495 -> 3d67ab262af10ca96ffae5ab1a7128d3b163ef48ad4c26c3136b18779e81bb5a 2024-09-12 20:14.41: tip-parser.0.6-e59209951bd0a49c63986172bed74990 -> d4305ab2e369d0b4253fe406fd6af85df9170dd970ef468087ae3f54159bba55 2024-09-12 20:14.41: msat.0.8.3-3312bcd6e3a559b1c0da38cdc49d5227 -> ea9073a19404b2b6e383fbbfd6c9a7b1473d7361bbeb4ca67fe50dc2a0e731ab 2024-09-12 20:14.41: Job succeeded