Build:
  1. 0
2024-01-29 15:17.00: New job: Voodoo prep coq-lsp.0.1.6.1+8.17; 8b32761f25e1a15c4b0e7aadc743a2da
2024-01-29 15:17.00: Connecting to build cluster…
2024-01-29 15:17.00: Waiting for resource in pool OCluster
2024-01-29 16:03.58: Waiting for worker…
2024-01-29 16:04.27: Got resource from pool OCluster
2024-01-29 16:04.27: Using cache hint "docs-universe-prep-5.1.0"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-5.1@sha256:b1107df238142d8db3829fbb8cfd7ee409284b5a7e05e2c5154488d322033d98)
         (user (uid 1000) (gid 1000))
         (workdir /home/opam)
         (run (shell "sudo chown opam:opam /home/opam"))
         (run (network host)
              (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
         (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
              (network host)
              (shell "opam pin -ny https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9  && opam depext -iy voodoo-prep"))
         (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))))
 (from ocaml/opam:debian-12-ocaml-5.1@sha256:b1107df238142d8db3829fbb8cfd7ee409284b5a7e05e2c5154488d322033d98)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo chown opam:opam /home/opam"))
 (run (shell "sudo mkdir /src"))
 (copy (src packages) (dst /src/packages))
 (copy (src repo) (dst /src/repo))
 (run (network host)
      (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni"))
 (run (shell "opam repo remove default && opam repo add opam /src"))
 (copy (from (build tools)) (src /home/opam/voodoo-prep) (dst /home/opam/))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "opam install dune.3.13.0 ocamlfind.1.9.6"))
 (env DUNE_CACHE enabled)
 (env DUNE_CACHE_TRANSPORT direct)
 (env DUNE_CACHE_DUPLICATION copy)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "(sudo apt update) && ((opam depext -viy coq-lsp.0.1.6.1+8.17 zarith.1.13 yojson.2.1.2 uri.4.4.0 stringext.1.6.0 stdlib-shims.0.3.0 sexplib0.v0.16.0 sexplib.v0.16.0 seq.base result.1.5 ppxlib.0.31.0 ppx_sexp_conv.v0.16.0 ppx_import.1.10.0 ppx_hash.v0.16.0 ppx_deriving_yojson.3.7.0 ppx_deriving.5.2.1 ppx_derivers.1.2.1 ppx_compare.v0.16.0 parsexp.v0.16.0 ocamlfind.1.9.6 ocaml-syntax-shims.1.0.0 ocaml-compiler-libs.v0.12.4 num.1.5 menhirSdk.20231231 menhirLib.20231231 menhirCST.20231231 menhir.20231231 dune-configurator.3.13.0 dune-build-info.3.13.0 dune.3.13.0 csexp.1.5.2 cppo.1.6.9 coqide-server.8.17.1 coq-stdlib.8.17.1 coq-serapi.8.17.0+0.17.1 coq-core.8.17.1 coq.8.17.1 conf-gmp.4 cmdliner.1.2.0 bigstringaf.0.9.1 base.v0.16.3 angstrom.0.16.0 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u coq-lsp:8b32761f25e1a15c4b0e7aadc743a2da"))
 (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.149785') && (for DATA in prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17,coq-lsp.0.1.6.1+8.17-8b32761f25e1a15c4b0e7aadc743a2da,coq-lsp.0.1.6.1+8.17; 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/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17,coq-lsp.0.1.6.1+8.17-8b32761f25e1a15c4b0e7aadc743a2da,coq-lsp.0.1.6.1+8.17; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17,coq-lsp.0.1.6.1+8.17-8b32761f25e1a15c4b0e7aadc743a2da,coq-lsp.0.1.6.1+8.17; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
)
END-OF-SPEC

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

2024-01-29 16:04.27: RETRYING: 2024-01-29/151700-voodoo-prep-1ee0e3 Number of retries: 0 (retriable error condition)
Building on doris.caelum.ci.dev
All commits already cached
Updating files:  89% (29321/32633)
Updating files:  90% (29370/32633)
Updating files:  91% (29697/32633)
Updating files:  92% (30023/32633)
Updating files:  93% (30349/32633)
Updating files:  94% (30676/32633)
Updating files:  95% (31002/32633)
Updating files:  96% (31328/32633)
Updating files:  97% (31655/32633)
Updating files:  98% (31981/32633)
Updating files:  99% (32307/32633)
Updating files: 100% (32633/32633)
Updating files: 100% (32633/32633), done.
HEAD is now at 9fc3fa05d7 [new release] dune (15 packages) (3.13.0)

(build "tools" …)

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

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

/: (workdir /home/opam)

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

/home/opam: (run (network host)
                 (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [134 kB]
Fetched 234 kB in 0s (660 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 (6760 kB/s)
Selecting previously unselected package libpkgconf3:amd64.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18774 files and directories currently installed.)
Preparing to unpack .../libpkgconf3_1.8.1-1_amd64.deb ...
Unpacking libpkgconf3:amd64 (1.8.1-1) ...
Selecting previously unselected package m4.
Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ...
Unpacking m4 (1.4.19-3) ...
Selecting previously unselected package pkgconf-bin.
Preparing to unpack .../pkgconf-bin_1.8.1-1_amd64.deb ...
Unpacking pkgconf-bin (1.8.1-1) ...
Selecting previously unselected package pkgconf:amd64.
Preparing to unpack .../pkgconf_1.8.1-1_amd64.deb ...
Unpacking pkgconf:amd64 (1.8.1-1) ...
Selecting previously unselected package pkg-config:amd64.
Preparing to unpack .../pkg-config_1.8.1-1_amd64.deb ...
Unpacking pkg-config:amd64 (1.8.1-1) ...
Setting up m4 (1.4.19-3) ...
Setting up libpkgconf3:amd64 (1.8.1-1) ...
Setting up pkgconf-bin (1.8.1-1) ...
Setting up pkgconf:amd64 (1.8.1-1) ...
Setting up pkg-config:amd64 (1.8.1-1) ...
Processing triggers for libc-bin (2.36-9+deb12u3) ...
2024-01-29 15:59.34 ---> using "7ddcb640c38cfbc1e37c67af4fc903b97d27a9281eec29c6dab72128dc188154" from cache

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

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

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

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

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

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

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

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

/: (workdir /home/opam)

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

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

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

/home/opam: (copy (src repo) (dst /src/repo))
2024-01-29 15:59.35 ---> using "2a97bc5fa81c43d50e8a92d041f51b739a8636059d9d13e7a41e92f4b10d9edb" from cache

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

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

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

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-01-29 15:59.35 ---> using "060218188312357d6e5001ca54c653f69f49c55cc32b830cba5cb435d530fbda" from cache

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

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

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-01-29 15:59.35 ---> using "c1359b1d4985bd681bc9005ffeaa84f91ad848219095b2ac1e2d7ac412392daa" from cache

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
                 (network host)
                 (shell "opam install dune.3.13.0 ocamlfind.1.9.6"))
The following actions will be performed:
  - install dune      3.13.0
  - install ocamlfind 1.9.6
===== 2 to install =====

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

/home/opam: (env DUNE_CACHE enabled)

/home/opam: (env DUNE_CACHE_TRANSPORT direct)

/home/opam: (env DUNE_CACHE_DUPLICATION copy)

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
                 (network host)
                 (shell "(sudo apt update) && ((opam depext -viy coq-lsp.0.1.6.1+8.17 zarith.1.13 yojson.2.1.2 uri.4.4.0 stringext.1.6.0 stdlib-shims.0.3.0 sexplib0.v0.16.0 sexplib.v0.16.0 seq.base result.1.5 ppxlib.0.31.0 ppx_sexp_conv.v0.16.0 ppx_import.1.10.0 ppx_hash.v0.16.0 ppx_deriving_yojson.3.7.0 ppx_deriving.5.2.1 ppx_derivers.1.2.1 ppx_compare.v0.16.0 parsexp.v0.16.0 ocamlfind.1.9.6 ocaml-syntax-shims.1.0.0 ocaml-compiler-libs.v0.12.4 num.1.5 menhirSdk.20231231 menhirLib.20231231 menhirCST.20231231 menhir.20231231 dune-configurator.3.13.0 dune-build-info.3.13.0 dune.3.13.0 csexp.1.5.2 cppo.1.6.9 coqide-server.8.17.1 coq-stdlib.8.17.1 coq-serapi.8.17.0+0.17.1 coq-core.8.17.1 coq.8.17.1 conf-gmp.4 cmdliner.1.2.0 bigstringaf.0.9.1 base.v0.16.3 angstrom.0.16.0 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))

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

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

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

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

<><> Carrying on to "opam depext -viy coq-lsp.0.1.6.1+8.17 zarith.1.13 yojson.2.1.2 uri.4.4.0 stringext.1.6.0 stdlib-shims.0.3.0 sexplib0.v0.16.0 sexplib.v0.16.0 seq.base result.1.5 ppxlib.0.31.0 ppx_sexp_conv.v0.16.0 ppx_import.1.10.0 ppx_hash.v0.16.0 ppx_deriving_yojson.3.7.0 ppx_deriving.5.2.1 ppx_derivers.1.2.1 ppx_compare.v0.16.0 parsexp.v0.16.0 ocamlfind.1.9.6 ocaml-syntax-shims.1.0.0 ocaml-compiler-libs.v0.12.4 num.1.5 menhirSdk.20231231 menhirLib.20231231 menhirCST.20231231 menhir.20231231 dune-configurator.3.13.0 dune-build-info.3.13.0 dune.3.13.0 csexp.1.5.2 cppo.1.6.9 coqide-server.8.17.1 coq-stdlib.8.17.1 coq-serapi.8.17.0+0.17.1 coq-core.8.17.1 coq.8.17.1 conf-gmp.4 cmdliner.1.2.0 bigstringaf.0.9.1 base.v0.16.3 angstrom.0.16.0" 

You are using opam 2.1+, where external dependency handling has been integrated: consider calling opam directly, the 'depext' plugin interface is provided for backwards compatibility only
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# The following system packages are needed:
libgmp-dev
[NOTE] Package dune is already installed (current version is 3.13.0).
[NOTE] Package ocamlfind is already installed (current version is 1.9.6).
The following actions will be performed:
  - install cppo                1.6.9
  - install ppx_derivers        1.2.1
  - install num                 1.5
  - install cmdliner            1.2.0
  - install menhirSdk           20231231
  - install menhirLib           20231231
  - install seq                 base
  - install ocaml-compiler-libs v0.12.4
  - install ocaml-syntax-shims  1.0.0
  - install stdlib-shims        0.3.0
  - install menhirCST           20231231
  - install conf-gmp            4
  - install dune-build-info     3.13.0
  - install stringext           1.6.0
  - install result              1.5
  - install csexp               1.5.2
  - install sexplib0            v0.16.0
  - install yojson              2.1.2
  - install menhir              20231231
  - install zarith              1.13
  - install dune-configurator   3.13.0
  - install ppxlib              0.31.0
  - install parsexp             v0.16.0
  - install coq-core            8.17.1
  - install bigstringaf         0.9.1
  - install base                v0.16.3
  - install ppx_import          1.10.0
  - install ppx_deriving        5.2.1
  - install sexplib             v0.16.0
  - install coqide-server       8.17.1
  - install coq-stdlib          8.17.1
  - install angstrom            0.16.0
  - install ppx_sexp_conv       v0.16.0
  - install ppx_compare         v0.16.0
  - install ppx_deriving_yojson 3.7.0
  - install coq                 8.17.1
  - install uri                 4.4.0
  - install ppx_hash            v0.16.0
  - install coq-serapi          8.17.0+0.17.1
  - install coq-lsp             0.1.6.1+8.17
===== 40 to install =====

The following system packages will first need to be installed:
    libgmp-dev

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
Let opam run your package manager to install the required system packages?
(answer 'n' for other options) [Y/n] y
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libgmp-dev"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libgmpxx4ldbl:amd64.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18774 files and directories currently installed.)
- Preparing to unpack .../libgmpxx4ldbl_2%3a6.2.1+dfsg1-1.1_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.2.1+dfsg1-1.1) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../libgmp-dev_2%3a6.2.1+dfsg1-1.1_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.2.1+dfsg1-1.1) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.2.1+dfsg1-1.1) ...
- Setting up libgmp-dev:amd64 (2:6.2.1+dfsg1-1.1) ...
- Processing triggers for libc-bin (2.36-9+deb12u3) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/120:
Processing  2/120:
Processing  3/120:
-> retrieved bigstringaf.0.9.1  (cached)
Processing  4/120:
-> retrieved angstrom.0.16.0  (cached)
Processing  5/120:
Processing  6/120:
Processing  7/120: [conf-gmp: sh]
-> retrieved base.v0.16.3  (cached)
Processing  8/120: [conf-gmp: sh]
-> retrieved cmdliner.1.2.0  (cached)
Processing  9/120: [conf-gmp: sh]
Processing 10/120: [cmdliner: make all] [conf-gmp: sh]
-> retrieved coq.8.17.1  (cached)
Processing 11/120: [cmdliner: make all] [conf-gmp: sh]
- + cc -c -I/usr/local/include test.c
-> compiled  conf-gmp.4
Processing 11/120: [cmdliner: make all]
-> installed conf-gmp.4
Processing 12/120: [cmdliner: make all]
-> retrieved coq-core.8.17.1  (cached)
Processing 13/120: [cmdliner: make all]
-> retrieved coq-serapi.8.17.0+0.17.1  (cached)
Processing 14/120: [cmdliner: make all]
-> retrieved coq-stdlib.8.17.1  (cached)
Processing 15/120: [cmdliner: make all]
-> retrieved coqide-server.8.17.1  (cached)
Processing 16/120: [cmdliner: make all]
-> retrieved cppo.1.6.9  (cached)
Processing 17/120: [cmdliner: make all]
Processing 18/120: [cmdliner: make all] [cppo: dune build]
-> retrieved csexp.1.5.2  (cached)
Processing 19/120: [cmdliner: make all] [cppo: dune build]
Processing 20/120: [cmdliner: make all] [cppo: dune build] [csexp: dune build]
-> compiled  csexp.1.5.2
Processing 20/120: [cmdliner: make all] [cppo: dune build]
-> installed csexp.1.5.2
Processing 21/120: [cmdliner: make all] [cppo: dune build]
-> retrieved dune-build-info.3.13.0  (cached)
Processing 22/120: [cmdliner: make all] [cppo: dune build]
Processing 23/120: [cmdliner: make all] [cppo: dune build] [dune-build-info: rm]
-> retrieved coq-lsp.0.1.6.1+8.17  (cached)
Processing 24/120: [cmdliner: make all] [cppo: dune build] [dune-build-info: rm]
- ocaml build.ml cma
- ocaml build.ml cmxa
- ocaml build.ml cmxs
-> compiled  cmdliner.1.2.0
Processing 24/120: [cppo: dune build] [dune-build-info: rm]
Processing 25/120: [cppo: dune build] [dune-build-info: rm] [cmdliner: make install]
-> compiled  cppo.1.6.9
Processing 25/120: [dune-build-info: rm] [cmdliner: make install]
-> retrieved dune-configurator.3.13.0  (cached)
Processing 26/120: [dune-build-info: rm] [cmdliner: make install]
Processing 27/120: [dune-build-info: rm] [dune-configurator: rm] [cmdliner: make install]
-> retrieved menhir.20231231  (cached)
Processing 28/120: [dune-build-info: rm] [dune-configurator: rm] [cmdliner: make install]
-> retrieved menhirCST.20231231  (cached)
Processing 29/120: [dune-build-info: rm] [dune-configurator: rm] [cmdliner: make install]
Processing 30/120: [dune-build-info: rm] [dune-configurator: rm] [menhirCST: dune build] [cmdliner: make install]
- install -d "/home/opam/.opam/5.1/lib/cmdliner"
- install pkg/META _build/cmdliner.mli _build/cmdliner.cmi _build/cmdliner.cmti "/home/opam/.opam/5.1/lib/cmdliner"
- install cmdliner.opam "/home/opam/.opam/5.1/lib/cmdliner/opam"
- install _build/cmdliner.cma "/home/opam/.opam/5.1/lib/cmdliner"
- install _build/cmdliner.cmxa _build/cmdliner.a _build/cmdliner.cmx _build/cmdliner_arg.cmx _build/cmdliner_base.cmx _build/cmdliner_cline.cmx _build/cmdliner_cmd.cmx _build/cmdliner_docgen.cmx _build/cmdliner_eval.cmx _build/cmdliner_exit.cmx _build/cmdliner_info.cmx _build/cmdliner_manpage.cmx _build/cmdliner_msg.cmx _build/cmdliner_term.cmx _build/cmdliner_term_deprecated.cmx _build/cmdliner_trie.cmx \
-   "/home/opam/.opam/5.1/lib/cmdliner"
- install _build/cmdliner.cmxs "/home/opam/.opam/5.1/lib/cmdliner"
Processing 30/120: [dune-build-info: rm] [dune-configurator: rm] [menhirCST: dune build] [cmdliner: make install-doc]
-> retrieved menhirLib.20231231  (cached)
Processing 31/120: [dune-build-info: rm] [dune-configurator: rm] [menhirCST: dune build] [cmdliner: make install-doc]
Processing 32/120: [dune-build-info: rm] [dune-configurator: rm] [menhirCST: dune build] [menhirLib: dune build] [cmdliner: make install-doc]
-> retrieved menhirSdk.20231231  (cached)
Processing 33/120: [dune-build-info: rm] [dune-configurator: rm] [menhirCST: dune build] [menhirLib: dune build] [cmdliner: make install-doc]
Processing 34/120: [dune-build-info: rm] [dune-configurator: rm] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [cmdliner: make install-doc]
Processing 34/120: [dune-build-info: dune build] [dune-configurator: rm] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [cmdliner: make install-doc]
-> retrieved num.1.5  (cached)
Processing 35/120: [dune-build-info: dune build] [dune-configurator: rm] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [cmdliner: make install-doc]
Processing 36/120: [dune-build-info: dune build] [dune-configurator: rm] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [num: make opam-modern] [cmdliner: make install-doc]
- install -d "/home/opam/.opam/5.1/doc/cmdliner/odoc-pages"
- install CHANGES.md LICENSE.md README.md "/home/opam/.opam/5.1/doc/cmdliner"
- install doc/index.mld doc/cli.mld doc/examples.mld doc/tutorial.mld \
-            doc/tool_man.mld "/home/opam/.opam/5.1/doc/cmdliner/odoc-pages"
-> installed cmdliner.1.2.0
Processing 36/120: [dune-build-info: dune build] [dune-configurator: rm] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [num: make opam-modern]
-> installed cppo.1.6.9
Processing 37/120: [dune-build-info: dune build] [dune-configurator: rm] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [num: make opam-modern]
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
Processing 38/120: [dune-build-info: dune build] [dune-configurator: rm] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [num: make opam-modern]
Processing 39/120: [dune-build-info: dune build] [dune-configurator: rm] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build]
Processing 39/120: [dune-build-info: dune build] [dune-configurator: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build]
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
Processing 40/120: [dune-build-info: dune build] [dune-configurator: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build]
Processing 41/120: [dune-build-info: dune build] [dune-configurator: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build]
-> retrieved parsexp.v0.16.0  (cached)
Processing 42/120: [dune-build-info: dune build] [dune-configurator: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build]
-> retrieved ppx_compare.v0.16.0  (cached)
Processing 43/120: [dune-build-info: dune build] [dune-configurator: dune build] [menhirCST: dune build] [menhirLib: dune build] [menhirSdk: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build]
-> compiled  menhirCST.20231231
Processing 43/120: [dune-build-info: dune build] [dune-configurator: dune build] [menhirLib: dune build] [menhirSdk: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build]
-> installed menhirCST.20231231
Processing 44/120: [dune-build-info: dune build] [dune-configurator: dune build] [menhirLib: dune build] [menhirSdk: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build]
-> retrieved ppx_derivers.1.2.1  (cached)
Processing 45/120: [dune-build-info: dune build] [dune-configurator: dune build] [menhirLib: dune build] [menhirSdk: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build]
Processing 46/120: [dune-build-info: dune build] [dune-configurator: dune build] [menhirLib: dune build] [menhirSdk: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [ppx_derivers: dune build]
-> retrieved ppx_deriving.5.2.1  (cached)
Processing 47/120: [dune-build-info: dune build] [dune-configurator: dune build] [menhirLib: dune build] [menhirSdk: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [ppx_derivers: dune build]
-> retrieved ppx_deriving_yojson.3.7.0  (cached)
Processing 48/120: [dune-build-info: dune build] [dune-configurator: dune build] [menhirLib: dune build] [menhirSdk: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [ppx_derivers: dune build]
-> retrieved ppx_hash.v0.16.0  (cached)
Processing 49/120: [dune-build-info: dune build] [dune-configurator: dune build] [menhirLib: dune build] [menhirSdk: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [ppx_derivers: dune build]
-> retrieved ppx_import.1.10.0  (cached)
Processing 50/120: [dune-build-info: dune build] [dune-configurator: dune build] [menhirLib: dune build] [menhirSdk: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [ppx_derivers: dune build]
-> retrieved ppx_sexp_conv.v0.16.0  (cached)
Processing 51/120: [dune-build-info: dune build] [dune-configurator: dune build] [menhirLib: dune build] [menhirSdk: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [ppx_derivers: dune build]
Processing 52/120: [dune-build-info: dune build] [dune-configurator: dune build] [menhirLib: dune build] [menhirSdk: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [ppx_derivers: dune build]
Processing 53/120: [dune-build-info: dune build] [dune-configurator: dune build] [menhirLib: dune build] [menhirSdk: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [ppx_derivers: dune build]
-> installed seq.base
Processing 54/120: [dune-build-info: dune build] [dune-configurator: dune build] [menhirLib: dune build] [menhirSdk: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [ppx_derivers: dune build]
-> retrieved result.1.5  (cached)
Processing 55/120: [dune-build-info: dune build] [dune-configurator: dune build] [menhirLib: dune build] [menhirSdk: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [ppx_derivers: dune build]
Processing 56/120: [dune-build-info: dune build] [dune-configurator: dune build] [menhirLib: dune build] [menhirSdk: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [ppx_derivers: dune build] [result: dune build]
-> retrieved sexplib.v0.16.0  (cached)
Processing 57/120: [dune-build-info: dune build] [dune-configurator: dune build] [menhirLib: dune build] [menhirSdk: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [ppx_derivers: dune build] [result: dune build]
-> retrieved sexplib0.v0.16.0  (cached)
Processing 58/120: [dune-build-info: dune build] [dune-configurator: dune build] [menhirLib: dune build] [menhirSdk: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [ppx_derivers: dune build] [result: dune build]
Processing 59/120: [dune-build-info: dune build] [dune-configurator: dune build] [menhirLib: dune build] [menhirSdk: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [ppx_derivers: dune build] [result: dune build] [sexplib0: dune build]
-> retrieved stdlib-shims.0.3.0  (cached)
Processing 60/120: [dune-build-info: dune build] [dune-configurator: dune build] [menhirLib: dune build] [menhirSdk: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [ppx_derivers: dune build] [result: dune build] [sexplib0: dune build]
Processing 61/120: [dune-build-info: dune build] [dune-configurator: dune build] [menhirLib: dune build] [menhirSdk: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [ppx_derivers: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> compiled  ppx_derivers.1.2.1
Processing 61/120: [dune-build-info: dune build] [dune-configurator: dune build] [menhirLib: dune build] [menhirSdk: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> installed ppx_derivers.1.2.1
Processing 62/120: [dune-build-info: dune build] [dune-configurator: dune build] [menhirLib: dune build] [menhirSdk: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> retrieved ppxlib.0.31.0  (cached)
Processing 63/120: [dune-build-info: dune build] [dune-configurator: dune build] [menhirLib: dune build] [menhirSdk: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> compiled  menhirSdk.20231231
Processing 63/120: [dune-build-info: dune build] [dune-configurator: dune build] [menhirLib: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> installed menhirSdk.20231231
Processing 64/120: [dune-build-info: dune build] [dune-configurator: dune build] [menhirLib: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> retrieved stringext.1.6.0  (cached)
Processing 65/120: [dune-build-info: dune build] [dune-configurator: dune build] [menhirLib: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
Processing 66/120: [dune-build-info: dune build] [dune-configurator: dune build] [menhirLib: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build] [stringext: dune build]
-> retrieved uri.4.4.0  (cached)
-> retrieved yojson.2.1.2  (cached)
Processing 67/120: [dune-build-info: dune build] [dune-configurator: dune build] [menhirLib: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build] [stringext: dune build] [yojson: dune build]
-> retrieved zarith.1.13  (cached)
Processing 68/120: [dune-build-info: dune build] [dune-configurator: dune build] [menhirLib: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build] [stringext: dune build] [yojson: dune build] [zarith: ./configure]
-> compiled  result.1.5
Processing 68/120: [dune-build-info: dune build] [dune-configurator: dune build] [menhirLib: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [sexplib0: dune build] [stdlib-shims: dune build] [stringext: dune build] [yojson: dune build] [zarith: ./configure]
-> installed result.1.5
Processing 69/120: [dune-build-info: dune build] [dune-configurator: dune build] [menhirLib: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [sexplib0: dune build] [stdlib-shims: dune build] [stringext: dune build] [yojson: dune build] [zarith: ./configure]
-> compiled  stdlib-shims.0.3.0
Processing 69/120: [dune-build-info: dune build] [dune-configurator: dune build] [menhirLib: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [sexplib0: dune build] [stringext: dune build] [yojson: dune build] [zarith: ./configure]
-> installed stdlib-shims.0.3.0
Processing 70/120: [dune-build-info: dune build] [dune-configurator: dune build] [menhirLib: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [sexplib0: dune build] [stringext: dune build] [yojson: dune build] [zarith: ./configure]
- (cd _build/default/lib/pack && ./pack.exe)
- Creating menhirLib.ml...
- Creating menhirLib.mli...
-> compiled  menhirLib.20231231
Processing 70/120: [dune-build-info: dune build] [dune-configurator: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [sexplib0: dune build] [stringext: dune build] [yojson: dune build] [zarith: ./configure]
-> installed menhirLib.20231231
Processing 71/120: [dune-build-info: dune build] [dune-configurator: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [sexplib0: dune build] [stringext: dune build] [yojson: dune build] [zarith: ./configure]
Processing 72/120: [dune-build-info: dune build] [dune-configurator: dune build] [menhir: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [sexplib0: dune build] [stringext: dune build] [yojson: dune build] [zarith: ./configure]
-> compiled  stringext.1.6.0
Processing 72/120: [dune-build-info: dune build] [dune-configurator: dune build] [menhir: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [sexplib0: dune build] [yojson: dune build] [zarith: ./configure]
-> installed stringext.1.6.0
Processing 73/120: [dune-build-info: dune build] [dune-configurator: dune build] [menhir: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [sexplib0: dune build] [yojson: dune build] [zarith: ./configure]
-> compiled  dune-build-info.3.13.0
Processing 73/120: [dune-configurator: dune build] [menhir: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [sexplib0: dune build] [yojson: dune build] [zarith: ./configure]
-> installed dune-build-info.3.13.0
Processing 74/120: [dune-configurator: dune build] [menhir: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [sexplib0: dune build] [yojson: dune build] [zarith: ./configure]
-> compiled  sexplib0.v0.16.0
Processing 74/120: [dune-configurator: dune build] [menhir: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [yojson: dune build] [zarith: ./configure]
-> installed sexplib0.v0.16.0
Processing 75/120: [dune-configurator: dune build] [menhir: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [yojson: dune build] [zarith: ./configure]
Processing 76/120: [dune-configurator: dune build] [menhir: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [parsexp: dune build] [yojson: dune build] [zarith: ./configure]
- binary ocaml: found in /home/opam/.opam/5.1/bin
- binary ocamlc: found in /home/opam/.opam/5.1/bin
- binary ocamldep: found in /home/opam/.opam/5.1/bin
- binary ocamlmklib: found in /home/opam/.opam/5.1/bin
- binary ocamldoc: found in /home/opam/.opam/5.1/bin
- binary ocamlopt: found in /home/opam/.opam/5.1/bin
- checking compilation with ocamlc -O3 -Wall -Wextra : working
- include caml/mlvalues.h: found
- library dynlink.cmxa: found
- binary ocamlfind: found in /home/opam/.opam/5.1/bin
- OCaml's word size is 64
- include gmp.h: found
- library gmp: found
- OCaml supports -bin-annot to produce documentation
- 
- detected configuration:
- 
-   native-code:          yes
-   dynamic linking:      yes
-   defines:              -DHAS_GMP 
-   includes:             -I/home/opam/.opam/5.1/lib/ocaml 
-   libraries:             -lgmp
-   linker options:       
-   C options:            -O3 -Wall -Wextra 
-   installation path:    /home/opam/.opam/5.1/lib
-   installation method   findlib
- 
- configuration successful!
- now type "make" to build
- then type "make install" or "sudo make install" to install
Processing 76/120: [dune-configurator: dune build] [menhir: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [parsexp: dune build] [yojson: dune build] [zarith: make]
- (cd _build/default/src && /home/opam/.opam/5.1/bin/ocaml select-impl 5.1.1) > _build/default/src/impl
- File "_none_", line 1:
- Alert ocaml_deprecated_cli: 
- Running ocaml where the first argument is an implicit basename with no
- extension (e.g. ocaml script-file) is deprecated. Either rename the script
- (ocaml script-file.ml) or qualify the basename (ocaml ./script-file)
-> compiled  ocaml-syntax-shims.1.0.0
Processing 76/120: [dune-configurator: dune build] [menhir: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [parsexp: dune build] [yojson: dune build] [zarith: make]
-> installed ocaml-syntax-shims.1.0.0
Processing 77/120: [dune-configurator: dune build] [menhir: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [parsexp: dune build] [yojson: dune build] [zarith: make]
-> compiled  ocaml-compiler-libs.v0.12.4
Processing 77/120: [dune-configurator: dune build] [menhir: dune build] [num: make opam-modern] [parsexp: dune build] [yojson: dune build] [zarith: make]
-> installed ocaml-compiler-libs.v0.12.4
Processing 78/120: [dune-configurator: dune build] [menhir: dune build] [num: make opam-modern] [parsexp: dune build] [yojson: dune build] [zarith: make]
Processing 79/120: [dune-configurator: dune build] [menhir: dune build] [num: make opam-modern] [parsexp: dune build] [ppxlib: dune build] [yojson: dune build] [zarith: make]
- /usr/bin/make -C src all
- make[1]: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/num.1.5/src'
- ocamlc -ccopt -DBNG_ARCH_amd64 -c bng.c
- ocamlc -ccopt -DBNG_ARCH_amd64 -c nat_stubs.c
- ocamlmklib -oc nums bng.o nat_stubs.o
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c int_misc.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c int_misc.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c nat.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c nat.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c big_int.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c big_int.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_flags.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_flags.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c ratio.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c ratio.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_status.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_status.ml
- ocamlmklib -o nums -oc nums -linkall int_misc.cmo nat.cmo big_int.cmo arith_flags.cmo ratio.cmo num.cmo arith_status.cmo
- cp ../toplevel/num_top_printers.mli ../toplevel/num_top.mli ../toplevel/num_top_printers.ml ../toplevel/num_top.ml .
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top_printers.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top_printers.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -a -o num_top.cma num_top_printers.cmo num_top.cmo
- echo 'version = "1.6~dev"' > META.top
- cat META.num-top.in >> META.top
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c int_misc.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c nat.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c big_int.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_flags.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c ratio.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_status.ml
- ocamlmklib -o nums -oc nums -linkall int_misc.cmx nat.cmx big_int.cmx arith_flags.cmx ratio.cmx num.cmx arith_status.cmx
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -I . -shared -o nums.cmxs nums.cmxa
- make[1]: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/num.1.5/src'
- cp src/num-modern.install num.install
-> compiled  num.1.5
Processing 79/120: [dune-configurator: dune build] [menhir: dune build] [parsexp: dune build] [ppxlib: dune build] [yojson: dune build] [zarith: make]
-> installed num.1.5
Processing 80/120: [dune-configurator: dune build] [menhir: dune build] [parsexp: dune build] [ppxlib: dune build] [yojson: dune build] [zarith: make]
-> compiled  dune-configurator.3.13.0
Processing 80/120: [menhir: dune build] [parsexp: dune build] [ppxlib: dune build] [yojson: dune build] [zarith: make]
-> installed dune-configurator.3.13.0
Processing 81/120: [menhir: dune build] [parsexp: dune build] [ppxlib: dune build] [yojson: dune build] [zarith: make]
Processing 82/120: [base: dune build] [menhir: dune build] [parsexp: dune build] [ppxlib: dune build] [yojson: dune build] [zarith: make]
Processing 83/120: [base: dune build] [bigstringaf: dune build] [menhir: dune build] [parsexp: dune build] [ppxlib: dune build] [yojson: dune build] [zarith: make]
-> compiled  yojson.2.1.2
Processing 83/120: [base: dune build] [bigstringaf: dune build] [menhir: dune build] [parsexp: dune build] [ppxlib: dune build] [zarith: make]
-> installed yojson.2.1.2
Processing 84/120: [base: dune build] [bigstringaf: dune build] [menhir: dune build] [parsexp: dune build] [ppxlib: dune build] [zarith: make]
-> compiled  bigstringaf.0.9.1
Processing 84/120: [base: dune build] [menhir: dune build] [parsexp: dune build] [ppxlib: dune build] [zarith: make]
-> installed bigstringaf.0.9.1
Processing 85/120: [base: dune build] [menhir: dune build] [parsexp: dune build] [ppxlib: dune build] [zarith: make]
Processing 86/120: [angstrom: dune build] [base: dune build] [menhir: dune build] [parsexp: dune build] [ppxlib: dune build] [zarith: make]
-> compiled  parsexp.v0.16.0
Processing 86/120: [angstrom: dune build] [base: dune build] [menhir: dune build] [ppxlib: dune build] [zarith: make]
-> installed parsexp.v0.16.0
Processing 87/120: [angstrom: dune build] [base: dune build] [menhir: dune build] [ppxlib: dune build] [zarith: make]
Processing 88/120: [angstrom: dune build] [base: dune build] [menhir: dune build] [ppxlib: dune build] [sexplib: dune build] [zarith: make]
-> compiled  angstrom.0.16.0
Processing 88/120: [base: dune build] [menhir: dune build] [ppxlib: dune build] [sexplib: dune build] [zarith: make]
-> installed angstrom.0.16.0
Processing 89/120: [base: dune build] [menhir: dune build] [ppxlib: dune build] [sexplib: dune build] [zarith: make]
Processing 90/120: [base: dune build] [menhir: dune build] [ppxlib: dune build] [sexplib: dune build] [uri: dune build] [zarith: make]
- (echo "let"; grep "version" META | head -1) > zarith_version.ml
- ocamldep  zarith_version.ml z.ml q.ml big_int_Z.ml z.mli q.mli big_int_Z.mli > depend
- ocamlc -g -I +compiler-libs -bin-annot  -c zarith_version.ml
- ocamlc -g -I +compiler-libs -bin-annot  -c z.mli
- ocamlc -g -I +compiler-libs -bin-annot  -c z.ml
- ocamlc -g -I +compiler-libs -bin-annot  -c q.mli
- ocamlc -g -I +compiler-libs -bin-annot  -c q.ml
- ocamlc -g -I +compiler-libs -bin-annot  -c big_int_Z.mli
- ocamlc -g -I +compiler-libs -bin-annot  -c big_int_Z.ml
- ocamlmklib -g -failsafe -o zarith zarith_version.cmo z.cmo q.cmo big_int_Z.cmo -lgmp 
- ocamlc -ccopt "-I/home/opam/.opam/5.1/lib/ocaml  -DHAS_GMP  -O3 -Wall -Wextra " -c caml_z.c
- ocamlmklib -g -failsafe -o zarith caml_z.o -lgmp 
- ocamlc -g -I +compiler-libs -bin-annot  -c zarith_top.ml
- ocamlc -g -o zarith_top.cma -a zarith_top.cmo
- ocamlopt -g -I +compiler-libs  -c zarith_version.ml
- ocamlopt -g -I +compiler-libs  -c z.ml
- ocamlopt -g -I +compiler-libs  -c q.ml
- ocamlopt -g -I +compiler-libs  -c big_int_Z.ml
- ocamlmklib -g -failsafe -o zarith zarith_version.cmx z.cmx q.cmx big_int_Z.cmx -lgmp 
- ocamlopt -shared -o zarith.cmxs -I . zarith.cmxa -linkall
-> compiled  zarith.1.13
Processing 90/120: [base: dune build] [menhir: dune build] [ppxlib: dune build] [sexplib: dune build] [uri: dune build]
Processing 91/120: [base: dune build] [menhir: dune build] [ppxlib: dune build] [sexplib: dune build] [uri: dune build] [zarith: make install]
-> compiled  sexplib.v0.16.0
Processing 91/120: [base: dune build] [menhir: dune build] [ppxlib: dune build] [uri: dune build] [zarith: make install]
- ocamlfind install -destdir "/home/opam/.opam/5.1/lib" zarith META zarith.cma libzarith.a z.cmi q.cmi big_int_Z.cmi zarith_top.cma z.mli zarith.cmxa zarith_version.cmx z.cmx q.cmx big_int_Z.cmx zarith.cmxs zarith.h q.mli big_int_Z.mli zarith.a z.cmti q.cmti big_int_Z.cmti -optional dllzarith.so
- Installed /home/opam/.opam/5.1/lib/zarith/big_int_Z.cmti
- Installed /home/opam/.opam/5.1/lib/zarith/q.cmti
- Installed /home/opam/.opam/5.1/lib/zarith/z.cmti
- Installed /home/opam/.opam/5.1/lib/zarith/zarith.a
- Installed /home/opam/.opam/5.1/lib/zarith/big_int_Z.mli
- Installed /home/opam/.opam/5.1/lib/zarith/q.mli
- Installed /home/opam/.opam/5.1/lib/zarith/zarith.h
- Installed /home/opam/.opam/5.1/lib/zarith/zarith.cmxs
- Installed /home/opam/.opam/5.1/lib/zarith/big_int_Z.cmx
- Installed /home/opam/.opam/5.1/lib/zarith/q.cmx
- Installed /home/opam/.opam/5.1/lib/zarith/z.cmx
- Installed /home/opam/.opam/5.1/lib/zarith/zarith_version.cmx
- Installed /home/opam/.opam/5.1/lib/zarith/zarith.cmxa
- Installed /home/opam/.opam/5.1/lib/zarith/z.mli
- Installed /home/opam/.opam/5.1/lib/zarith/zarith_top.cma
- Installed /home/opam/.opam/5.1/lib/zarith/big_int_Z.cmi
- Installed /home/opam/.opam/5.1/lib/zarith/q.cmi
- Installed /home/opam/.opam/5.1/lib/zarith/z.cmi
- Installed /home/opam/.opam/5.1/lib/zarith/libzarith.a
- Installed /home/opam/.opam/5.1/lib/zarith/zarith.cma
- Installed /home/opam/.opam/5.1/lib/stublibs/dllzarith.so
- Installed /home/opam/.opam/5.1/lib/stublibs/dllzarith.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/5.1/lib/stublibs is not mentioned in ld.conf
- Installed /home/opam/.opam/5.1/lib/zarith/META
-> installed zarith.1.13
Processing 91/120: [base: dune build] [menhir: dune build] [ppxlib: dune build] [uri: dune build]
Processing 92/120: [base: dune build] [coq-core: ./configure no] [menhir: dune build] [ppxlib: dune build] [uri: dune build]
-> installed sexplib.v0.16.0
Processing 93/120: [base: dune build] [coq-core: ./configure no] [menhir: dune build] [ppxlib: dune build] [uri: dune build]
- You have OCaml 5.1.1. Good!
- You have OCamlfind 1.9.6. Good!
- You have native-code compilation. Good!
- You have the Zarith library 1.13 installed. Good!
- 
-   Architecture                : Linux
-   Sys.os_type                 : Unix
-   OCaml version               : 5.1.1
-   OCaml binaries in           : /home/opam/.opam/5.1/bin/
-   OCaml library in            : /home/opam/.opam/5.1/lib/ocaml
-   Web browser                 : firefox -remote "OpenURL(%s,new-tab)" || firefox %s &
-   Coq web site                : http://coq.inria.fr/
-   Bytecode VM enabled         : true
-   Native Compiler enabled     : no
- 
-   Paths where installation is expected by Coq Makefile:
-   - Coq is expected in /home/opam/.opam/5.1
-   - the Coq library is expected in /home/opam/.opam/5.1/lib/coq
-   - the Coqide configuration files is expected in /home/opam/.opam/5.1/etc/xdg/coq
-   - the Coqide data files is expected in /home/opam/.opam/5.1/share/coq
-   - the Coq man pages is expected in /home/opam/.opam/5.1/man
-   - documentation prefix path for all Coq packages is expected in /home/opam/.opam/5.1/share/doc
- 
- If anything is wrong above, please restart './configure'.
- 
- *Warning* To compile the system for a new architecture
-           don't forget to do a 'make clean' before './configure'.
Processing 93/120: [base: dune build] [coq-core: dune build] [menhir: dune build] [ppxlib: dune build] [uri: dune build]
-> compiled  uri.4.4.0
Processing 93/120: [base: dune build] [coq-core: dune build] [menhir: dune build] [ppxlib: dune build]
-> installed uri.4.4.0
Processing 94/120: [base: dune build] [coq-core: dune build] [menhir: dune build] [ppxlib: dune build]
-> compiled  base.v0.16.3
Processing 94/120: [coq-core: dune build] [menhir: dune build] [ppxlib: dune build]
-> installed base.v0.16.3
Processing 95/120: [coq-core: dune build] [menhir: dune build] [ppxlib: dune build]
- (cd _build/default/lib/pack && ./pack.exe)
- Creating menhirLib.ml...
- Creating menhirLib.mli...
- (cd _build/default/src/stage2 && .bin/menhir --exn-carries-state --no-pager --require-aliases --strict parser.mly --compare-errors parserMessages.auto.messages --compare-errors parserMessages.messages) > _build/default/src/stage2/parserMessages.check
- Read 99 sample input sentences and 99 error messages.
- Read 99 sample input sentences and 47 error messages.
- (cd _build/default && src/stage2/.bin/menhir --exn-carries-state --no-pager --require-aliases --strict -lg 1 -la 1 -lc 1 -v src/stage2/parser.mly --base src/stage2/parser --infer-read-reply src/stage2/parser__mock.mli.inferred)
- Grammar has 56 nonterminal symbols, among which 1 start symbols.
- Grammar has 37 terminal symbols.
- Grammar has 129 productions.
- Built an LR(0) automaton with 199 states.
- The grammar is not SLR(1) -- 7 states have a conflict.
- The construction mode is no-pager.
- Built an LR(1) automaton with 308 states.
- One shift/reduce conflict was silently solved.
- Extra reductions on error were added in 50 states.
- Priority played a role in 0 of these states.
- 156 out of 308 states have a default reduction.
- 108 out of 308 states are represented.
- 44 out of 96 symbols keep track of their start position.
- 39 out of 96 symbols keep track of their end position.
- The StackLang code contains 4113 instructions in 277 blocks.
- The StackLang code comprises 5 mutually recursive groups.
- (cd _build/default/src/stage2 && .bin/menhir --exn-carries-state --no-pager --require-aliases --strict parser.mly --compile-errors parserMessages.messages) > _build/default/src/stage2/parserMessages.ml
- Read 99 sample input sentences and 47 error messages.
-> compiled  menhir.20231231
Processing 95/120: [coq-core: dune build] [ppxlib: dune build]
-> installed menhir.20231231
Processing 96/120: [coq-core: dune build] [ppxlib: dune build]
-> compiled  ppxlib.0.31.0
Processing 96/120: [coq-core: dune build]
-> installed ppxlib.0.31.0
Processing 97/120: [coq-core: dune build]
Processing 98/120: [coq-core: dune build] [ppx_compare: dune build]
Processing 99/120: [coq-core: dune build] [ppx_compare: dune build] [ppx_deriving: dune build]
Processing 100/120: [coq-core: dune build] [ppx_compare: dune build] [ppx_deriving: dune build] [ppx_import: dune build]
Processing 101/120: [coq-core: dune build] [ppx_compare: dune build] [ppx_deriving: dune build] [ppx_import: dune build] [ppx_sexp_conv: dune build]
-> compiled  ppx_compare.v0.16.0
Processing 101/120: [coq-core: dune build] [ppx_deriving: dune build] [ppx_import: dune build] [ppx_sexp_conv: dune build]
-> installed ppx_compare.v0.16.0
Processing 102/120: [coq-core: dune build] [ppx_deriving: dune build] [ppx_import: dune build] [ppx_sexp_conv: dune build]
-> compiled  ppx_import.1.10.0
Processing 102/120: [coq-core: dune build] [ppx_deriving: dune build] [ppx_sexp_conv: dune build]
-> installed ppx_import.1.10.0
Processing 103/120: [coq-core: dune build] [ppx_deriving: dune build] [ppx_sexp_conv: dune build]
-> compiled  ppx_sexp_conv.v0.16.0
Processing 103/120: [coq-core: dune build] [ppx_deriving: dune build]
-> installed ppx_sexp_conv.v0.16.0
Processing 104/120: [coq-core: dune build] [ppx_deriving: dune build]
Processing 105/120: [coq-core: dune build] [ppx_deriving: dune build] [ppx_hash: dune build]
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w -40 -w -27-9 -g -bin-annot -I src/api/.ppx_deriving_api.objs/byte -I /home/opam/.opam/5.1/lib/ocaml-compiler-libs/common -I /home/opam/.opam/5.1/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/5.1/lib/ocaml/compiler-libs -I /home/opam/.opam/5.1/lib/ppx_derivers -I /home/opam/.opam/5.1/lib/ppxlib -I /home/opam/.opam/5.1/lib/ppxlib/ast -I /home/opam/.opam/5.1/lib/ppxlib/astlib -I /home/opam/.opam/5.1/lib/ppxlib/print_diff -I /home/opam/.opam/5.1/lib/ppxlib/stdppx -I /home/opam/.opam/5.1/lib/ppxlib/traverse_builtins -I /home/opam/.opam/5.1/lib/result -I /home/opam/.opam/5.1/lib/sexplib0 -I /home/opam/.opam/5.1/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -o src/api/.ppx_deriving_api.objs/byte/ppx_deriving.cmo -c -impl src/api/ppx_deriving.pp.ml)
- File "ppx_deriving.cppo.ml", line 183, characters 2-16:
- Alert deprecated: Stdlib.Printf.kprintf
- Use Printf.ksprintf instead.
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlopt.opt -w -40 -w -27-9 -g -I src/api/.ppx_deriving_api.objs/byte -I src/api/.ppx_deriving_api.objs/native -I /home/opam/.opam/5.1/lib/ocaml-compiler-libs/common -I /home/opam/.opam/5.1/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/5.1/lib/ocaml/compiler-libs -I /home/opam/.opam/5.1/lib/ppx_derivers -I /home/opam/.opam/5.1/lib/ppxlib -I /home/opam/.opam/5.1/lib/ppxlib/ast -I /home/opam/.opam/5.1/lib/ppxlib/astlib -I /home/opam/.opam/5.1/lib/ppxlib/print_diff -I /home/opam/.opam/5.1/lib/ppxlib/stdppx -I /home/opam/.opam/5.1/lib/ppxlib/traverse_builtins -I /home/opam/.opam/5.1/lib/result -I /home/opam/.opam/5.1/lib/sexplib0 -I /home/opam/.opam/5.1/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -o src/api/.ppx_deriving_api.objs/native/ppx_deriving.cmx -c -impl src/api/ppx_deriving.pp.ml)
- File "ppx_deriving.cppo.ml", line 183, characters 2-16:
- Alert deprecated: Stdlib.Printf.kprintf
- Use Printf.ksprintf instead.
-> compiled  ppx_deriving.5.2.1
Processing 105/120: [coq-core: dune build] [ppx_hash: dune build]
-> installed ppx_deriving.5.2.1
Processing 106/120: [coq-core: dune build] [ppx_hash: dune build]
Processing 107/120: [coq-core: dune build] [ppx_deriving_yojson: dune build] [ppx_hash: dune build]
-> compiled  ppx_hash.v0.16.0
Processing 107/120: [coq-core: dune build] [ppx_deriving_yojson: dune build]
-> installed ppx_hash.v0.16.0
Processing 108/120: [coq-core: dune build] [ppx_deriving_yojson: dune build]
-> compiled  ppx_deriving_yojson.3.7.0
Processing 108/120: [coq-core: dune build]
-> installed ppx_deriving_yojson.3.7.0
Processing 109/120: [coq-core: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "coq-core" "-j" "255" "@install" (CWD=/home/opam/.opam/5.1/.opam-switch/build/coq-core.8.17.1)
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w -40 -g -bin-annot -I engine/.engine.objs/byte -I /home/opam/.opam/5.1/lib/ocaml/dynlink -I /home/opam/.opam/5.1/lib/ocaml/str -I /home/opam/.opam/5.1/lib/ocaml/threads -I /home/opam/.opam/5.1/lib/ocaml/unix -I boot/.boot.objs/byte -I clib/.clib.objs/byte -I config/.config.objs/byte -I kernel/.kernel.objs/byte -I kernel/byterun/.coqrun.objs/byte -I lib/.lib.objs/byte -I library/.library.objs/byte -intf-suffix .ml -no-alias-deps -o engine/.engine.objs/byte/proofview_monad.cmo -c -impl engine/proofview_monad.ml)
- File "engine/proofview_monad.ml", line 151, characters 31-41:
- 151 | module StateStore = Store.Make(struct end)
-                                      ^^^^^^^^^^
- Warning 73 [generative-application-expects-unit]: A generative functor
- should be applied to '()'; using '(struct end)' is deprecated.
- (cd _build/default/kernel/byterun && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Wall -Wno-unused -g -O2 -msse2 -mfpmath=sse -g -I /home/opam/.opam/5.1/lib/ocaml -o coq_interp.o -c coq_interp.c)
- coq_interp.c: In function 'coq_interprete':
- coq_interp.c:817:11: warning: assignment discards 'volatile' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   817 |         p = &Field(accu, 0);
-       |           ^
- coq_interp.c:305:20: warning: storing the address of local variable 'coq_lbl_ACC0' in 'coq_instr_base' [-Wdangling-pointer=]
-   305 |     coq_instr_base = coq_Jumptbl_base;
-       |                    ^
- coq_interp.c:74:26: note: 'coq_lbl_ACC0' declared here
-    74 | #  define Instruct(name) coq_lbl_##name:
-       |                          ^~~~~~~~
- coq_interp.c:329:7: note: in expansion of macro 'Instruct'
-   329 |       Instruct(ACC0){
-       |       ^~~~~~~~
- In file included from coq_interp.c:28:
- coq_fix_code.h:20:15: note: 'coq_instr_base' declared here
-    20 | extern char * coq_instr_base;
-       |               ^~~~~~~~~~~~~~
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlc.opt -w -40 -g -bin-annot -I plugins/ltac2/.ltac2_plugin.objs/byte -I /home/opam/.opam/5.1/lib/findlib -I /home/opam/.opam/5.1/lib/ocaml/dynlink -I /home/opam/.opam/5.1/lib/ocaml/str -I /home/opam/.opam/5.1/lib/ocaml/threads -I /home/opam/.opam/5.1/lib/ocaml/unix -I /home/opam/.opam/5.1/lib/zarith -I boot/.boot.objs/byte -I clib/.clib.objs/byte -I config/.config.objs/byte -I engine/.engine.objs/byte -I gramlib/.gramlib.objs/byte -I interp/.interp.objs/byte -I kernel/.kernel.objs/byte -I kernel/byterun/.coqrun.objs/byte -I lib/.lib.objs/byte -I library/.library.objs/byte -I parsing/.parsing.objs/byte -I plugins/ltac/.ltac_plugin.objs/byte -I pretyping/.pretyping.objs/byte -I printing/.printing.objs/byte -I proofs/.proofs.objs/byte -I stm/.stm.objs/byte -I sysinit/.sysinit.objs/byte -I tactics/.tactics.objs/byte -I tools/coqworkmgr/.coqworkmgrlib.objs/byte -I vernac/.vernac.objs/byte -intf-suffix .ml -no-alias-deps -open Ltac2_plugin -o plugins/ltac2/.ltac2_plugin.objs/byte/ltac2_plugin__Tac2dyn.cmo -c -impl plugins/ltac2/tac2dyn.ml)
- File "plugins/ltac2/tac2dyn.ml", line 13, characters 24-34:
- 13 |   module DYN = Dyn.Make(struct end)
-                              ^^^^^^^^^^
- Warning 73 [generative-application-expects-unit]: A generative functor
- should be applied to '()'; using '(struct end)' is deprecated.
- 
- File "plugins/ltac2/tac2dyn.ml", line 29, characters 22-32:
- 29 | module Val = Dyn.Make(struct end)
-                            ^^^^^^^^^^
- Warning 73 [generative-application-expects-unit]: A generative functor
- should be applied to '()'; using '(struct end)' is deprecated.
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlopt.opt -w -40 -g -O3 -unbox-closures -I engine/.engine.objs/byte -I engine/.engine.objs/native -I /home/opam/.opam/5.1/lib/ocaml/dynlink -I /home/opam/.opam/5.1/lib/ocaml/str -I /home/opam/.opam/5.1/lib/ocaml/threads -I /home/opam/.opam/5.1/lib/ocaml/unix -I boot/.boot.objs/byte -I boot/.boot.objs/native -I clib/.clib.objs/byte -I clib/.clib.objs/native -I config/.config.objs/byte -I config/.config.objs/native -I kernel/.kernel.objs/byte -I kernel/.kernel.objs/native -I kernel/byterun/.coqrun.objs/byte -I kernel/byterun/.coqrun.objs/native -I lib/.lib.objs/byte -I lib/.lib.objs/native -I library/.library.objs/byte -I library/.library.objs/native -intf-suffix .ml -no-alias-deps -o engine/.engine.objs/native/proofview_monad.cmx -c -impl engine/proofview_monad.ml)
- File "engine/proofview_monad.ml", line 151, characters 31-41:
- 151 | module StateStore = Store.Make(struct end)
-                                      ^^^^^^^^^^
- Warning 73 [generative-application-expects-unit]: A generative functor
- should be applied to '()'; using '(struct end)' is deprecated.
- (cd _build/default && /home/opam/.opam/5.1/bin/ocamlopt.opt -w -40 -g -O3 -unbox-closures -I plugins/ltac2/.ltac2_plugin.objs/byte -I plugins/ltac2/.ltac2_plugin.objs/native -I /home/opam/.opam/5.1/lib/findlib -I /home/opam/.opam/5.1/lib/ocaml/dynlink -I /home/opam/.opam/5.1/lib/ocaml/str -I /home/opam/.opam/5.1/lib/ocaml/threads -I /home/opam/.opam/5.1/lib/ocaml/unix -I /home/opam/.opam/5.1/lib/zarith -I boot/.boot.objs/byte -I boot/.boot.objs/native -I clib/.clib.objs/byte -I clib/.clib.objs/native -I config/.config.objs/byte -I config/.config.objs/native -I engine/.engine.objs/byte -I engine/.engine.objs/native -I gramlib/.gramlib.objs/byte -I gramlib/.gramlib.objs/native -I interp/.interp.objs/byte -I interp/.interp.objs/native -I kernel/.kernel.objs/byte -I kernel/.kernel.objs/native -I kernel/byterun/.coqrun.objs/byte -I kernel/byterun/.coqrun.objs/native -I lib/.lib.objs/byte -I lib/.lib.objs/native -I library/.library.objs/byte -I library/.library.objs/native -I parsing/.parsing.objs/byte -I parsing/.parsing.objs/native -I plugins/ltac/.ltac_plugin.objs/byte -I plugins/ltac/.ltac_plugin.objs/native -I pretyping/.pretyping.objs/byte -I pretyping/.pretyping.objs/native -I printing/.printing.objs/byte -I printing/.printing.objs/native -I proofs/.proofs.objs/byte -I proofs/.proofs.objs/native -I stm/.stm.objs/byte -I stm/.stm.objs/native -I sysinit/.sysinit.objs/byte -I sysinit/.sysinit.objs/native -I tactics/.tactics.objs/byte -I tactics/.tactics.objs/native -I tools/coqworkmgr/.coqworkmgrlib.objs/byte -I tools/coqworkmgr/.coqworkmgrlib.objs/native -I vernac/.vernac.objs/byte -I vernac/.vernac.objs/native -intf-suffix .ml -no-alias-deps -open Ltac2_plugin -o plugins/ltac2/.ltac2_plugin.objs/native/ltac2_plugin__Tac2dyn.cmx -c -impl plugins/ltac2/tac2dyn.ml)
- File "plugins/ltac2/tac2dyn.ml", line 13, characters 24-34:
- 13 |   module DYN = Dyn.Make(struct end)
-                              ^^^^^^^^^^
- Warning 73 [generative-application-expects-unit]: A generative functor
- should be applied to '()'; using '(struct end)' is deprecated.
- 
- File "plugins/ltac2/tac2dyn.ml", line 29, characters 22-32:
- 29 | module Val = Dyn.Make(struct end)
-                            ^^^^^^^^^^
- Warning 73 [generative-application-expects-unit]: A generative functor
- should be applied to '()'; using '(struct end)' is deprecated.
-> compiled  coq-core.8.17.1
-> installed coq-core.8.17.1
Processing 111/120: [coq-stdlib: ./configure no]
Processing 112/120: [coq-stdlib: ./configure no] [coqide-server: dune build]
- You have OCaml 5.1.1. Good!
- You have OCamlfind 1.9.6. Good!
- You have native-code compilation. Good!
- You have the Zarith library 1.13 installed. Good!
- 
-   Architecture                : Linux
-   Sys.os_type                 : Unix
-   OCaml version               : 5.1.1
-   OCaml binaries in           : /home/opam/.opam/5.1/bin/
-   OCaml library in            : /home/opam/.opam/5.1/lib/ocaml
-   Web browser                 : firefox -remote "OpenURL(%s,new-tab)" || firefox %s &
-   Coq web site                : http://coq.inria.fr/
-   Bytecode VM enabled         : true
-   Native Compiler enabled     : no
- 
-   Paths where installation is expected by Coq Makefile:
-   - Coq is expected in /home/opam/.opam/5.1
-   - the Coq library is expected in /home/opam/.opam/5.1/lib/coq
-   - the Coqide configuration files is expected in /home/opam/.opam/5.1/etc/xdg/coq
-   - the Coqide data files is expected in /home/opam/.opam/5.1/share/coq
-   - the Coq man pages is expected in /home/opam/.opam/5.1/man
-   - documentation prefix path for all Coq packages is expected in /home/opam/.opam/5.1/share/doc
- 
- If anything is wrong above, please restart './configure'.
- 
- *Warning* To compile the system for a new architecture
-           don't forget to do a 'make clean' before './configure'.
Processing 112/120: [coq-stdlib: make dunestrap] [coqide-server: dune build]
- dune build  --root . theories_dune ltac2_dune
- touch .dune-stamp
- cp -a _build/default/theories_dune theories/dune && chmod +w theories/dune
- cp -a _build/default/ltac2_dune user-contrib/Ltac2/dune && chmod +w user-contrib/Ltac2/dune
Processing 112/120: [coq-stdlib: dune build] [coqide-server: dune build]
-> compiled  coqide-server.8.17.1
Processing 112/120: [coq-stdlib: dune build]
-> installed coqide-server.8.17.1
Processing 113/120: [coq-stdlib: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "coq-stdlib" "-j" "255" "@install" (CWD=/home/opam/.opam/5.1/.opam-switch/build/coq-stdlib.8.17.1)
-> compiled  coq-stdlib.8.17.1
-> installed coq-stdlib.8.17.1
Processing 115/120: [coq: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "coq" "-j" "255" "@install" (CWD=/home/opam/.opam/5.1/.opam-switch/build/coq.8.17.1)
-> compiled  coq.8.17.1
-> installed coq.8.17.1
Processing 117/120: [coq-serapi: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "coq-serapi" "-j" "255" (CWD=/home/opam/.opam/5.1/.opam-switch/build/coq-serapi.8.17.0+0.17.1)
-> compiled  coq-serapi.8.17.0+0.17.1
-> installed coq-serapi.8.17.0+0.17.1
Processing 119/120: [coq-lsp: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "coq-lsp" "-j" "255" (CWD=/home/opam/.opam/5.1/.opam-switch/build/coq-lsp.0.1.6.1+8.17)
-> compiled  coq-lsp.0.1.6.1+8.17
-> installed coq-lsp.0.1.6.1+8.17
Done.
# Run eval $(opam env) to update the current shell environment
2024-01-29 16:03.51 ---> saved as "410a6b7fabf17d5cc2c8f6afb051bd3edd6e4e46d07c22b0e626a75b77fc941b"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u coq-lsp:8b32761f25e1a15c4b0e7aadc743a2da"))
2024-01-29 16:03.53 ---> saved as "e24b73b7b32a55ecfc3c57788caa07a002e8502e273f67be8b452a6ea18ecfb5"

/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.149785') && (for DATA in prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17,coq-lsp.0.1.6.1+8.17-8b32761f25e1a15c4b0e7aadc743a2da,coq-lsp.0.1.6.1+8.17; 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/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17,coq-lsp.0.1.6.1+8.17-8b32761f25e1a15c4b0e7aadc743a2da,coq-lsp.0.1.6.1+8.17; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17,coq-lsp.0.1.6.1+8.17-8b32761f25e1a15c4b0e7aadc743a2da,coq-lsp.0.1.6.1+8.17; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.149785
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/doc/
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/doc/coq-lsp/
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/doc/coq-lsp/CHANGES.md
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/doc/coq-lsp/LICENSE
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/doc/coq-lsp/README.md
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/META
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/coq/
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/coq/coq.ocamlobjinfo
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/coq/coq.cmi
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/coq/coq.cmt
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/coq/coq__Ast.cmi
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/coq/coq__Ast.cmt
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/coq/coq__Ast.cmti
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/coq/coq__Goals.cmi
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/coq/coq__Goals.cmt
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/coq/coq__Goals.cmti
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/coq/coq__Init.cmi
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/coq/coq__Init.cmt
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/coq/coq__Init.cmti
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/coq/coq__Interp.cmi
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/coq/coq__Interp.cmt
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/coq/coq__Interp.cmti
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/coq/coq__Loader.cmi
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/coq/coq__Loader.cmt
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/coq/coq__Loader.cmti
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/coq/coq__Message.cmi
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/coq/coq__Message.cmt
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/coq/coq__Message.cmti
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/coq/coq__Parsing.cmi
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/coq/coq__Parsing.cmt
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/coq/coq__Parsing.cmti
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/coq/coq__Print.cmi
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/coq/coq__Print.cmt
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/coq/coq__Print.cmti
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/coq/coq__Protect.cmi
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/coq/coq__Protect.cmt
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/coq/coq__Protect.cmti
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/coq/coq__Save.cmi
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/coq/coq__Save.cmt
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/coq/coq__Save.cmti
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/coq/coq__State.cmi
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/coq/coq__State.cmt
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/coq/coq__State.cmti
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/coq/coq__Utf8.cmi
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/coq/coq__Utf8.cmt
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/coq/coq__Utf8.cmti
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/coq/coq__Utils.cmi
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/coq/coq__Utils.cmt
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/coq/coq__Utils.cmti
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/coq/coq__Workspace.cmi
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/coq/coq__Workspace.cmt
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/coq/coq__Workspace.cmti
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/dune-package
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/fleche/
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/fleche/fleche.ocamlobjinfo
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/fleche/fleche.cmi
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/fleche/fleche.cmt
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/fleche/fleche__Config.cmi
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/fleche/fleche__Config.cmt
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/fleche/fleche__Contents.cmi
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/fleche/fleche__Contents.cmt
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/fleche/fleche__Contents.cmti
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/fleche/fleche__Debug.cmi
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/fleche/fleche__Debug.cmt
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/fleche/fleche__Doc.cmi
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/fleche/fleche__Doc.cmt
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/fleche/fleche__Doc.cmti
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/fleche/fleche__Info.cmi
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/fleche/fleche__Info.cmt
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/fleche/fleche__Info.cmti
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/fleche/fleche__Io.cmi
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/fleche/fleche__Io.cmt
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/fleche/fleche__Io.cmti
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/fleche/fleche__Memo.cmi
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/fleche/fleche__Memo.cmt
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/fleche/fleche__Memo.cmti
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/fleche/fleche__Progress.cmi
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/fleche/fleche__Progress.cmt
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/fleche/fleche__Stats.cmi
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/fleche/fleche__Stats.cmt
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/fleche/fleche__Stats.cmti
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/fleche/waterproof/
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/fleche/waterproof/fleche_waterproof.ocamlobjinfo
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/fleche/waterproof/fleche_waterproof.cmi
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/fleche/waterproof/fleche_waterproof.cmt
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/fleche/waterproof/fleche_waterproof__Json.cmi
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/fleche/waterproof/fleche_waterproof__Json.cmt
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/fleche/waterproof/fleche_waterproof__Ljson.cmi
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/fleche/waterproof/fleche_waterproof__Ljson.cmt
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/fleche/waterproof/fleche_waterproof__Ljson.cmti
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/fleche/waterproof/fleche_waterproof__Tjson.cmi
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/fleche/waterproof/fleche_waterproof__Tjson.cmt
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/lang/
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/lang/lang.ocamlobjinfo
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/lang/lang.cmi
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/lang/lang.cmt
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/lang/lang__Ast.cmi
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/lang/lang__Ast.cmt
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/lang/lang__Ast.cmti
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/lang/lang__Diagnostic.cmi
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/lang/lang__Diagnostic.cmt
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/lang/lang__Diagnostic.cmti
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/lang/lang__LUri.cmi
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/lang/lang__LUri.cmt
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/lang/lang__LUri.cmti
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/lang/lang__Point.cmi
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/lang/lang__Point.cmt
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/lang/lang__Point.cmti
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/lang/lang__Range.cmi
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/lang/lang__Range.cmt
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/lang/lang__Range.cmti
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/lang/lang__With_range.cmi
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/lang/lang__With_range.cmt
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/lsp/
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/lsp/lsp.ocamlobjinfo
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/lsp/lsp.cmi
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/lsp/lsp.cmt
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/lsp/lsp__Base.cmi
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/lsp/lsp__Base.cmt
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/lsp/lsp__Base.cmti
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/lsp/lsp__Core.cmi
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/lsp/lsp__Core.cmt
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/lsp/lsp__Core.cmti
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/lsp/lsp__Doc.cmi
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/lsp/lsp__Doc.cmt
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/lsp/lsp__Doc.cmti
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/lsp/lsp__Io.cmi
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/lsp/lsp__Io.cmt
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/lsp/lsp__Io.cmti
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/lsp/lsp__JCoq.cmi
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/lsp/lsp__JCoq.cmt
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/lsp/lsp__JFleche.cmi
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/lsp/lsp__JFleche.cmt
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/lsp/lsp__JFleche.cmti
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/lsp/lsp__JLang.cmi
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/lsp/lsp__JLang.cmt
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/lsp/lsp__JLang.cmti
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/lsp/lsp__Workspace.cmi
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/lsp/lsp__Workspace.cmt
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/lib/coq-lsp/lsp/lsp__Workspace.cmti
prep/universes/8b32761f25e1a15c4b0e7aadc743a2da/coq-lsp/0.1.6.1+8.17/opam
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
HASHES:coq-lsp.0.1.6.1+8.17-8b32761f25e1a15c4b0e7aadc743a2da:7189be8f81fe8e9c014bce0e047ba4fe704f118f2123d391b6a3db898aff3743
2024-01-29 16:03.53 ---> saved as "01ed2f08141d4fdeb8c0cdfc3f0ac27feabe35324cef7e0f59d886fee90eb885"
Job succeeded
2024-01-29 16:09.36: coq-lsp.0.1.6.1+8.17-8b32761f25e1a15c4b0e7aadc743a2da -> 7189be8f81fe8e9c014bce0e047ba4fe704f118f2123d391b6a3db898aff3743
2024-01-29 16:09.36: Job succeeded