Build:
  1. 0
2024-01-29 15:19.05: New job: Voodoo prep rfsm.1.6-alpha-3; 90001205f0ea9bfb1943451f814bd2e1
2024-01-29 15:19.05: Waiting for resource in pool OCluster
2024-01-29 19:11.56: Waiting for worker…
2024-01-29 19:13.13: Got resource from pool OCluster
2024-01-29 19:13.13: Using cache hint "docs-universe-prep-4.14.1"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-4.14@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef)
         (user (uid 1000) (gid 1000))
         (workdir /home/opam)
         (run (shell "sudo chown opam:opam /home/opam"))
         (run (network host)
              (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
         (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
              (network host)
              (shell "opam pin -ny https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9  && opam depext -iy voodoo-prep"))
         (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))))
 (from ocaml/opam:debian-12-ocaml-4.14@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef)
 (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"))
 (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 rfsm.1.6-alpha-3 stdlib-shims.0.3.0 ocamlgraph.2.1.0 menhirSdk.20211128 menhirLib.20211128 menhir.20211128 lascar.0.6-alpha dune.3.13.0 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u rfsm:90001205f0ea9bfb1943451f814bd2e1,lascar:42869bead0586b31a3ab42bb9bc3b412"))
 (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.880689') && (for DATA in prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha,lascar.0.6-alpha-42869bead0586b31a3ab42bb9bc3b412,lascar.0.6-alpha prep/universes/90001205f0ea9bfb1943451f814bd2e1/rfsm/1.6-alpha-3,rfsm.1.6-alpha-3-90001205f0ea9bfb1943451f814bd2e1,rfsm.1.6-alpha-3; 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/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha,lascar.0.6-alpha-42869bead0586b31a3ab42bb9bc3b412,lascar.0.6-alpha prep/universes/90001205f0ea9bfb1943451f814bd2e1/rfsm/1.6-alpha-3,rfsm.1.6-alpha-3-90001205f0ea9bfb1943451f814bd2e1,rfsm.1.6-alpha-3; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha,lascar.0.6-alpha-42869bead0586b31a3ab42bb9bc3b412,lascar.0.6-alpha prep/universes/90001205f0ea9bfb1943451f814bd2e1/rfsm/1.6-alpha-3,rfsm.1.6-alpha-3-90001205f0ea9bfb1943451f814bd2e1,rfsm.1.6-alpha-3; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
)
END-OF-SPEC

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

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

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-4.14@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef' locally
docker.io/ocaml/opam@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef: Pulling from ocaml/opam
82e8c0c7d92b: Pulling fs layer
82e8c0c7d92b: Verifying Checksum
82e8c0c7d92b: Download complete
82e8c0c7d92b: Pull complete
Digest: sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef
Status: Downloaded newer image for ocaml/opam@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef
2024-01-29 19:08.04 ---> using "1f16aa8fbc1a229ca02cdf7d8b4234eb4608a9074cec5292a9e72517b48fb577" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-01-29 19:08.04 ---> using "258ae3900365106d3b475f7327e1977f1a9ae54d4b6cd6e024f1ed5ef4f3381c" 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 1s (337 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 2s (243 kB/s)
Selecting previously unselected package libpkgconf3:amd64.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18743 files and directories currently installed.)
Preparing to unpack .../libpkgconf3_1.8.1-1_amd64.deb ...
Unpacking libpkgconf3:amd64 (1.8.1-1) ...
Selecting previously unselected package m4.
Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ...
Unpacking m4 (1.4.19-3) ...
Selecting previously unselected package pkgconf-bin.
Preparing to unpack .../pkgconf-bin_1.8.1-1_amd64.deb ...
Unpacking pkgconf-bin (1.8.1-1) ...
Selecting previously unselected package pkgconf:amd64.
Preparing to unpack .../pkgconf_1.8.1-1_amd64.deb ...
Unpacking pkgconf:amd64 (1.8.1-1) ...
Selecting previously unselected package pkg-config:amd64.
Preparing to unpack .../pkg-config_1.8.1-1_amd64.deb ...
Unpacking pkg-config:amd64 (1.8.1-1) ...
Setting up m4 (1.4.19-3) ...
Setting up libpkgconf3:amd64 (1.8.1-1) ...
Setting up pkgconf-bin (1.8.1-1) ...
Setting up pkgconf:amd64 (1.8.1-1) ...
Setting up pkg-config:amd64 (1.8.1-1) ...
Processing triggers for libc-bin (2.36-9+deb12u3) ...
2024-01-29 19:08.04 ---> using "d64ddc7053307a6e5bac376e2af0af138c2728532db1941a0e2c7ed3dcb6923f" 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 bos.0.2.1
-> installed dune.3.13.0
-> 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 19:08.04 ---> using "d95d2426ec6638d4946232810cc7377b78e0b12578cf93755f6aecdc254fcd78" from cache

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

(from ocaml/opam:debian-12-ocaml-4.14@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef' locally
docker.io/ocaml/opam@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef: Pulling from ocaml/opam
82e8c0c7d92b: Pulling fs layer
82e8c0c7d92b: Verifying Checksum
82e8c0c7d92b: Download complete
82e8c0c7d92b: Pull complete
Digest: sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef
Status: Downloaded newer image for ocaml/opam@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef
2024-01-29 19:08.04 ---> using "1f16aa8fbc1a229ca02cdf7d8b4234eb4608a9074cec5292a9e72517b48fb577" from cache

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

/: (workdir /home/opam)

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

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

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

/home/opam: (copy (src repo) (dst /src/repo))
2024-01-29 19:08.05 ---> using "2f80ca12a98e6c8d13b2d4313d2e1042fd6f790370cc08f16159385ad3fc5996" from cache

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

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

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

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-01-29 19:08.05 ---> using "5080f4d462ceb6f0e8f61edcf012437834ade0821fc592cdddca031349d9cf72" from cache

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

2024-01-29 19:08.05 ---> using "52bf3f5f6e7a46ac8833cf5cd91e39754db742f33dddb3831406ffa0cde994a1" from cache

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-01-29 19:08.06 ---> using "e11031127d8519055a60a4dd91b72f34724cc3bc999b18218ffd0ca30feb91a0" 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"))
The following actions will be performed:
  - install dune 3.13.0

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.13.0  (cached)
-> installed dune.3.13.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-01-29 19:08.06 ---> using "650ba0493118dda305685901aae29c16985278bdb959c560215f9280518b9304" 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 rfsm.1.6-alpha-3 stdlib-shims.0.3.0 ocamlgraph.2.1.0 menhirSdk.20211128 menhirLib.20211128 menhir.20211128 lascar.0.6-alpha dune.3.13.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 (797 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 rfsm.1.6-alpha-3 stdlib-shims.0.3.0 ocamlgraph.2.1.0 menhirSdk.20211128 menhirLib.20211128 menhir.20211128 lascar.0.6-alpha dune.3.13.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
# No extra OS packages requirements found.
[NOTE] Package dune is already installed (current version is 3.13.0).
The following actions will be performed:
  - install menhirLib    20211128
  - install menhirSdk    20211128
  - install stdlib-shims 0.3.0
  - install lascar       0.6-alpha
  - install menhir       20211128
  - install ocamlgraph   2.1.0
  - install rfsm         1.6-alpha-3
===== 7 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/21:
Processing  2/21:
Processing  3/21:
-> retrieved menhir.20211128  (cached)
Processing  4/21:
-> retrieved menhirLib.20211128  (cached)
Processing  5/21:
Processing  6/21: [menhirLib: dune build]
-> retrieved lascar.0.6-alpha  (cached)
Processing  7/21: [menhirLib: dune build]
Processing  8/21: [lascar: dune build] [menhirLib: dune build]
-> retrieved menhirSdk.20211128  (cached)
Processing  9/21: [lascar: dune build] [menhirLib: dune build]
Processing 10/21: [lascar: dune build] [menhirLib: dune build] [menhirSdk: dune build]
-> retrieved ocamlgraph.2.1.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
Processing 11/21: [lascar: dune build] [menhirLib: dune build] [menhirSdk: dune build] [stdlib-shims: dune build]
-> retrieved rfsm.1.6-alpha-3  (cached)
-> compiled  stdlib-shims.0.3.0
Processing 11/21: [lascar: dune build] [menhirLib: dune build] [menhirSdk: dune build]
-> installed stdlib-shims.0.3.0
Processing 12/21: [lascar: dune build] [menhirLib: dune build] [menhirSdk: dune build]
Processing 13/21: [lascar: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocamlgraph: dune build]
-> compiled  menhirSdk.20211128
Processing 13/21: [lascar: dune build] [menhirLib: dune build] [ocamlgraph: dune build]
-> installed menhirSdk.20211128
Processing 14/21: [lascar: dune build] [menhirLib: dune build] [ocamlgraph: dune build]
- (cd _build/default/lib/pack && ./pack.exe)
- Creating menhirLib.ml...
- Creating menhirLib.mli...
-> compiled  menhirLib.20211128
Processing 14/21: [lascar: dune build] [ocamlgraph: dune build]
-> installed menhirLib.20211128
Processing 15/21: [lascar: dune build] [ocamlgraph: dune build]
Processing 16/21: [lascar: dune build] [menhir: dune build] [ocamlgraph: dune build]
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -g -bin-annot -I src/utils/.utils.objs/byte -no-alias-deps -open Utils -o src/utils/.utils.objs/byte/utils__ListExt.cmi -c -intf src/utils/listExt.mli)
- File "src/utils/listExt.mli", line 113, characters 35-43:
- 113 | val parse: string -> (Genlex.token Stream.t -> 'a) -> Genlex.token Stream.t -> 'a list
-                                          ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/utils/listExt.mli", line 113, characters 22-34:
- 113 | val parse: string -> (Genlex.token Stream.t -> 'a) -> Genlex.token Stream.t -> 'a list
-                             ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "src/utils/listExt.mli", line 113, characters 67-75:
- 113 | val parse: string -> (Genlex.token Stream.t -> 'a) -> Genlex.token Stream.t -> 'a list
-                                                                          ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/utils/listExt.mli", line 113, characters 54-66:
- 113 | val parse: string -> (Genlex.token Stream.t -> 'a) -> Genlex.token Stream.t -> 'a list
-                                                             ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -g -bin-annot -I src/lib/.lascar.objs/byte -I src/utils/.utils.objs/byte -no-alias-deps -open Lascar -o src/lib/.lascar.objs/byte/lascar__Fsm_expr.cmi -c -intf src/lib/fsm_expr.mli)
- File "src/lib/fsm_expr.mli", line 41, characters 34-42:
- 41 | val lexer: string -> Genlex.token Stream.t
-                                        ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/lib/fsm_expr.mli", line 41, characters 21-33:
- 41 | val lexer: string -> Genlex.token Stream.t
-                           ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "src/lib/fsm_expr.mli", line 42, characters 24-32:
- 42 | val parse: Genlex.token Stream.t -> t 
-                              ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/lib/fsm_expr.mli", line 42, characters 11-23:
- 42 | val parse: Genlex.token Stream.t -> t 
-                 ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -g -bin-annot -I src/lib/.lascar.objs/byte -I src/utils/.utils.objs/byte -intf-suffix .ml -no-alias-deps -open Lascar -o src/lib/.lascar.objs/byte/lascar__Builtins.cmo -c -impl src/lib/builtins.ml)
- File "src/lib/builtins.ml", line 16, characters 16-34:
- 16 |   let compare = Pervasives.compare
-                      ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/lib/builtins.ml", line 22, characters 16-34:
- 22 |   let compare = Pervasives.compare
-                      ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/lib/builtins.ml", line 28, characters 16-34:
- 28 |   let compare = Pervasives.compare
-                      ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -g -bin-annot -I src/utils/.utils.objs/byte -intf-suffix .ml -no-alias-deps -open Utils -o src/utils/.utils.objs/byte/utils__ListExt.cmo -c -impl src/utils/listExt.ml)
- File "src/utils/listExt.ml", line 59, characters 16-34:
- 59 | let merge ?(cmp=Pervasives.compare) l1 l2  =
-                      ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/utils/listExt.ml", line 105, characters 16-34:
- 105 | let assoc ?(cmp=Pervasives.compare) k l =
-                       ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/utils/listExt.ml", line 111, characters 20-38:
- 111 | let mem_assoc ?(cmp=Pervasives.compare) k l = 
-                           ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/utils/listExt.ml", line 117, characters 23-41:
- 117 | let update_assoc ?(cmp=Pervasives.compare) f k v l =
-                              ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/utils/listExt.ml", line 123, characters 24-42:
- 123 | let replace_assoc ?(cmp=Pervasives.compare) k v l = update_assoc ~cmp:cmp (fun _ v -> v) k v l 
-                               ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/utils/listExt.ml", line 125, characters 20-38:
- 125 | let partition ?(cmp=Pervasives.compare) l =
-                           ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/utils/listExt.ml", line 141, characters 8-19:
- 141 |   match Stream.peek s with
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/utils/listExt.ml", line 150, characters 8-19:
- 150 |   match Stream.next s with
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/utils/listExt.ml", line 151, characters 4-14:
- 151 |   | Genlex.Kwd sep' ->
-           ^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "src/utils/listExt.ml", line 155, characters 14-28:
- 155 |   | exception Stream.Failure ->
-                     ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/utils/listExt.ml", line 152, characters 47-61:
- 152 |      if sep=sep' then parse sep p s else raise Stream.Failure
-                                                      ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/utils/listExt.ml", line 154, characters 11-25:
- 154 |      raise Stream.Failure
-                  ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -g -bin-annot -I src/lib/.lascar.objs/byte -I src/utils/.utils.objs/byte -intf-suffix .ml -no-alias-deps -open Lascar -o src/lib/.lascar.objs/byte/lascar__Fsm_expr.cmo -c -impl src/lib/fsm_expr.ml)
- File "src/lib/fsm_expr.ml", line 82, characters 58-75:
- 82 | let lexer s = s |> mk_binary_minus |> Stream.of_string |> Genlex.make_lexer keywords 
-                                                                ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "src/lib/fsm_expr.ml", line 82, characters 38-54:
- 82 | let lexer s = s |> mk_binary_minus |> Stream.of_string |> Genlex.make_lexer keywords 
-                                            ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/lib/fsm_expr.ml", line 84, characters 5-11:
- 84 | open Genlex
-           ^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "src/lib/fsm_expr.ml", line 87, characters 8-19:
- 87 |   match Stream.next s with
-              ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/lib/fsm_expr.ml", line 92, characters 19-30:
- 92 |        begin match Stream.peek s with
-                         ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/lib/fsm_expr.ml", line 93, characters 27-38:
- 93 |        | Some (Kwd ")") -> Stream.junk s; e
-                                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/lib/fsm_expr.ml", line 94, characters 20-34:
- 94 |        | _ -> raise Stream.Failure
-                          ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/lib/fsm_expr.ml", line 96, characters 17-31:
- 96 |     | _ -> raise Stream.Failure
-                       ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/lib/fsm_expr.ml", line 103, characters 8-19:
- 103 |   match Stream.peek s with
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/lib/fsm_expr.ml", line 104, characters 22-33:
- 104 |   | Some (Kwd "*") -> Stream.junk s; let e2 = p_exp1 s in EBinop("*", e1, e2)
-                             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/lib/fsm_expr.ml", line 105, characters 22-33:
- 105 |   | Some (Kwd "/") -> Stream.junk s; let e2 = p_exp1 s in EBinop("/", e1, e2)
-                             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/lib/fsm_expr.ml", line 112, characters 8-19:
- 112 |   match Stream.peek s with
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/lib/fsm_expr.ml", line 113, characters 22-33:
- 113 |   | Some (Kwd "+") -> Stream.junk s; let e2 = p_exp s in EBinop("+", e1, e2)
-                             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/lib/fsm_expr.ml", line 114, characters 22-33:
- 114 |   | Some (Kwd "-") -> Stream.junk s; let e2 = p_exp s in EBinop("-", e1, e2)
-                             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -g -bin-annot -I src/lib/.lascar.objs/byte -I src/utils/.utils.objs/byte -intf-suffix .ml -no-alias-deps -open Lascar -o src/lib/.lascar.objs/byte/lascar__Valuation.cmo -c -impl src/lib/valuation.ml)
- File "src/lib/valuation.ml", line 53, characters 73-91:
- 53 |     let module S = Set.Make (struct type t = name * value  let compare = Pervasives.compare end) in
-                                                                               ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/lib/valuation.ml", line 66, characters 66-84:
- 66 |     let module S = Set.Make (struct type t = string let compare = Pervasives.compare end) in
-                                                                        ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/lib/valuation.ml", line 75, characters 22-40:
- 75 |         let compare = Pervasives.compare
-                            ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/lib/valuation.ml", line 83, characters 22-40:
- 83 |         let compare = Pervasives.compare
-                            ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -g -I src/utils/.utils.objs/byte -I src/utils/.utils.objs/native -intf-suffix .ml -no-alias-deps -open Utils -o src/utils/.utils.objs/native/utils__ListExt.cmx -c -impl src/utils/listExt.ml)
- File "src/utils/listExt.ml", line 59, characters 16-34:
- 59 | let merge ?(cmp=Pervasives.compare) l1 l2  =
-                      ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/utils/listExt.ml", line 105, characters 16-34:
- 105 | let assoc ?(cmp=Pervasives.compare) k l =
-                       ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/utils/listExt.ml", line 111, characters 20-38:
- 111 | let mem_assoc ?(cmp=Pervasives.compare) k l = 
-                           ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/utils/listExt.ml", line 117, characters 23-41:
- 117 | let update_assoc ?(cmp=Pervasives.compare) f k v l =
-                              ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/utils/listExt.ml", line 123, characters 24-42:
- 123 | let replace_assoc ?(cmp=Pervasives.compare) k v l = update_assoc ~cmp:cmp (fun _ v -> v) k v l 
-                               ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/utils/listExt.ml", line 125, characters 20-38:
- 125 | let partition ?(cmp=Pervasives.compare) l =
-                           ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/utils/listExt.ml", line 141, characters 8-19:
- 141 |   match Stream.peek s with
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/utils/listExt.ml", line 150, characters 8-19:
- 150 |   match Stream.next s with
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/utils/listExt.ml", line 151, characters 4-14:
- 151 |   | Genlex.Kwd sep' ->
-           ^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "src/utils/listExt.ml", line 155, characters 14-28:
- 155 |   | exception Stream.Failure ->
-                     ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/utils/listExt.ml", line 152, characters 47-61:
- 152 |      if sep=sep' then parse sep p s else raise Stream.Failure
-                                                      ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/utils/listExt.ml", line 154, characters 11-25:
- 154 |      raise Stream.Failure
-                  ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -g -I src/lib/.lascar.objs/byte -I src/lib/.lascar.objs/native -I src/utils/.utils.objs/byte -I src/utils/.utils.objs/native -intf-suffix .ml -no-alias-deps -open Lascar -o src/lib/.lascar.objs/native/lascar__Builtins.cmx -c -impl src/lib/builtins.ml)
- File "src/lib/builtins.ml", line 16, characters 16-34:
- 16 |   let compare = Pervasives.compare
-                      ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/lib/builtins.ml", line 22, characters 16-34:
- 22 |   let compare = Pervasives.compare
-                      ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/lib/builtins.ml", line 28, characters 16-34:
- 28 |   let compare = Pervasives.compare
-                      ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -g -I src/lib/.lascar.objs/byte -I src/lib/.lascar.objs/native -I src/utils/.utils.objs/byte -I src/utils/.utils.objs/native -intf-suffix .ml -no-alias-deps -open Lascar -o src/lib/.lascar.objs/native/lascar__Valuation.cmx -c -impl src/lib/valuation.ml)
- File "src/lib/valuation.ml", line 53, characters 73-91:
- 53 |     let module S = Set.Make (struct type t = name * value  let compare = Pervasives.compare end) in
-                                                                               ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/lib/valuation.ml", line 66, characters 66-84:
- 66 |     let module S = Set.Make (struct type t = string let compare = Pervasives.compare end) in
-                                                                        ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/lib/valuation.ml", line 75, characters 22-40:
- 75 |         let compare = Pervasives.compare
-                            ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/lib/valuation.ml", line 83, characters 22-40:
- 83 |         let compare = Pervasives.compare
-                            ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -g -I src/lib/.lascar.objs/byte -I src/lib/.lascar.objs/native -I src/utils/.utils.objs/byte -I src/utils/.utils.objs/native -intf-suffix .ml -no-alias-deps -open Lascar -o src/lib/.lascar.objs/native/lascar__Fsm_expr.cmx -c -impl src/lib/fsm_expr.ml)
- File "src/lib/fsm_expr.ml", line 82, characters 58-75:
- 82 | let lexer s = s |> mk_binary_minus |> Stream.of_string |> Genlex.make_lexer keywords 
-                                                                ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "src/lib/fsm_expr.ml", line 82, characters 38-54:
- 82 | let lexer s = s |> mk_binary_minus |> Stream.of_string |> Genlex.make_lexer keywords 
-                                            ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/lib/fsm_expr.ml", line 84, characters 5-11:
- 84 | open Genlex
-           ^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "src/lib/fsm_expr.ml", line 87, characters 8-19:
- 87 |   match Stream.next s with
-              ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/lib/fsm_expr.ml", line 92, characters 19-30:
- 92 |        begin match Stream.peek s with
-                         ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/lib/fsm_expr.ml", line 93, characters 27-38:
- 93 |        | Some (Kwd ")") -> Stream.junk s; e
-                                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/lib/fsm_expr.ml", line 94, characters 20-34:
- 94 |        | _ -> raise Stream.Failure
-                          ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/lib/fsm_expr.ml", line 96, characters 17-31:
- 96 |     | _ -> raise Stream.Failure
-                       ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/lib/fsm_expr.ml", line 103, characters 8-19:
- 103 |   match Stream.peek s with
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/lib/fsm_expr.ml", line 104, characters 22-33:
- 104 |   | Some (Kwd "*") -> Stream.junk s; let e2 = p_exp1 s in EBinop("*", e1, e2)
-                             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/lib/fsm_expr.ml", line 105, characters 22-33:
- 105 |   | Some (Kwd "/") -> Stream.junk s; let e2 = p_exp1 s in EBinop("/", e1, e2)
-                             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/lib/fsm_expr.ml", line 112, characters 8-19:
- 112 |   match Stream.peek s with
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/lib/fsm_expr.ml", line 113, characters 22-33:
- 113 |   | Some (Kwd "+") -> Stream.junk s; let e2 = p_exp s in EBinop("+", e1, e2)
-                             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/lib/fsm_expr.ml", line 114, characters 22-33:
- 114 |   | Some (Kwd "-") -> Stream.junk s; let e2 = p_exp s in EBinop("-", e1, e2)
-                             ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -g -bin-annot -I src/lib/.lascar.objs/byte -I src/utils/.utils.objs/byte -intf-suffix .ml -no-alias-deps -open Lascar -o src/lib/.lascar.objs/byte/lascar__Fsm.cmo -c -impl src/lib/fsm.ml)
- File "src/lib/fsm.ml", line 38, characters 13-19:
- 38 |     let open Genlex in
-                   ^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "src/lib/fsm.ml", line 39, characters 10-21:
- 39 |     match Stream.next s with
-                ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/lib/fsm.ml", line 41, characters 19-30:
- 41 |        begin match Stream.next s with
-                         ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/lib/fsm.ml", line 43, characters 20-34:
- 43 |        | _ -> raise Stream.Failure 
-                          ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/lib/fsm.ml", line 45, characters 17-31:
- 45 |     | _ -> raise Stream.Failure
-                       ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/lib/fsm.ml", line 68, characters 26-37:
- 68 |   let rec p_act s = match Stream.next s with
-                                ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/lib/fsm.ml", line 69, characters 6-18:
- 69 |     | Genlex.Ident e1 -> p_act1 e1 s
-            ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "src/lib/fsm.ml", line 70, characters 17-31:
- 70 |     | _ -> raise Stream.Failure
-                       ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/lib/fsm.ml", line 71, characters 26-37:
- 71 |   and p_act1 e1 s = match Stream.next s with
-                                ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/lib/fsm.ml", line 72, characters 6-16:
- 72 |     | Genlex.Kwd ":=" -> let e2 = Fsm_expr.parse s in Assign (e1, e2)
-            ^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "src/lib/fsm.ml", line 73, characters 17-31:
- 73 |     | _ -> raise Stream.Failure
-                       ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/lib/fsm.ml", line 89, characters 16-34:
- 89 |   let compare = Pervasives.compare
-                      ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -g -bin-annot -I src/lib/.lascar.objs/byte -I src/utils/.utils.objs/byte -intf-suffix .ml -no-alias-deps -open Lascar -o src/lib/.lascar.objs/byte/lascar__Moore.cmo -c -impl src/lib/moore.ml)
- File "src/lib/moore.ml", line 18, characters 22-40:
- 18 |         let compare = Pervasives.compare
-                            ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -g -I src/lib/.lascar.objs/byte -I src/lib/.lascar.objs/native -I src/utils/.utils.objs/byte -I src/utils/.utils.objs/native -intf-suffix .ml -no-alias-deps -open Lascar -o src/lib/.lascar.objs/native/lascar__Moore.cmx -c -impl src/lib/moore.ml)
- File "src/lib/moore.ml", line 18, characters 22-40:
- 18 |         let compare = Pervasives.compare
-                            ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -g -I src/lib/.lascar.objs/byte -I src/lib/.lascar.objs/native -I src/utils/.utils.objs/byte -I src/utils/.utils.objs/native -intf-suffix .ml -no-alias-deps -open Lascar -o src/lib/.lascar.objs/native/lascar__Fsm.cmx -c -impl src/lib/fsm.ml)
- File "src/lib/fsm.ml", line 38, characters 13-19:
- 38 |     let open Genlex in
-                   ^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "src/lib/fsm.ml", line 39, characters 10-21:
- 39 |     match Stream.next s with
-                ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/lib/fsm.ml", line 41, characters 19-30:
- 41 |        begin match Stream.next s with
-                         ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/lib/fsm.ml", line 43, characters 20-34:
- 43 |        | _ -> raise Stream.Failure 
-                          ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/lib/fsm.ml", line 45, characters 17-31:
- 45 |     | _ -> raise Stream.Failure
-                       ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/lib/fsm.ml", line 68, characters 26-37:
- 68 |   let rec p_act s = match Stream.next s with
-                                ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/lib/fsm.ml", line 69, characters 6-18:
- 69 |     | Genlex.Ident e1 -> p_act1 e1 s
-            ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "src/lib/fsm.ml", line 70, characters 17-31:
- 70 |     | _ -> raise Stream.Failure
-                       ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/lib/fsm.ml", line 71, characters 26-37:
- 71 |   and p_act1 e1 s = match Stream.next s with
-                                ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/lib/fsm.ml", line 72, characters 6-16:
- 72 |     | Genlex.Kwd ":=" -> let e2 = Fsm_expr.parse s in Assign (e1, e2)
-            ^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "src/lib/fsm.ml", line 73, characters 17-31:
- 73 |     | _ -> raise Stream.Failure
-                       ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/lib/fsm.ml", line 89, characters 16-34:
- 89 |   let compare = Pervasives.compare
-                      ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
-> compiled  lascar.0.6-alpha
Processing 16/21: [menhir: dune build] [ocamlgraph: dune build]
-> installed lascar.0.6-alpha
Processing 17/21: [menhir: dune build] [ocamlgraph: dune build]
-> compiled  ocamlgraph.2.1.0
Processing 17/21: [menhir: dune build]
-> installed ocamlgraph.2.1.0
Processing 18/21: [menhir: dune build]
+ /home/opam/.opam/4.14/bin/dune "build" "-p" "menhir" "-j" "255" (CWD=/home/opam/.opam/4.14/.opam-switch/build/menhir.20211128)
- (cd _build/default/src/stage2 && .bin/menhir --no-pager --table --fixed-exception --require-aliases --strict parser.mly --compare-errors parserMessages.auto.messages --compare-errors parserMessages.messages) > _build/default/src/stage2/parserMessages.check
- Read 101 sample input sentences and 101 error messages.
- Read 101 sample input sentences and 48 error messages.
- (cd _build/default && src/stage2/.bin/menhir --no-pager --table --fixed-exception --require-aliases --strict --strict -lg 1 -la 1 -lc 1 -v src/stage2/parser.mly --base src/stage2/parser --infer-read-reply src/stage2/parser__mock.mli.inferred)
- Grammar has 56 nonterminal symbols, among which 1 start symbols.
- Grammar has 37 terminal symbols.
- Grammar has 129 productions.
- Built an LR(0) automaton with 194 states.
- The grammar is not SLR(1) -- 5 states have a conflict.
- The construction mode is no-pager.
- Built an LR(1) automaton with 298 states.
- One shift/reduce conflict was silently solved.
- Extra reductions on error were added in 40 states.
- Priority played a role in 0 of these states.
- 152 out of 298 states have a default reduction.
- The action table is 11324 entries; 1610 non-zero; 1359 compressed.
- The action table occupies roughly 2816 bytes.
- The goto table is 16986 entries; 329 non-zero; 636 compressed.
- The goto table occupies roughly 1368 bytes.
- The error table occupies roughly 1448 bytes.
- The default_reduction table occupies roughly 336 bytes.
- The lhs table occupies roughly 168 bytes.
- The trace table occupies roughly 8 bytes.
- (cd _build/default/src/stage2 && .bin/menhir --no-pager --table --fixed-exception --require-aliases --strict parser.mly --compile-errors parserMessages.messages) > _build/default/src/stage2/parserMessages.ml
- Read 101 sample input sentences and 48 error messages.
-> compiled  menhir.20211128
-> installed menhir.20211128
Processing 20/21: [rfsm: dune build]
+ /home/opam/.opam/4.14/bin/dune "build" "-p" "rfsm" "-j" "255" "@install" (CWD=/home/opam/.opam/4.14/.opam-switch/build/rfsm.1.6-alpha-3)
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -annot -w -40 -w -9-27-32-34-50 -g -bin-annot -I src/lib/.rfsm.objs/byte -I /home/opam/.opam/4.14/lib/lascar -I /home/opam/.opam/4.14/lib/lascar/utils -I /home/opam/.opam/4.14/lib/ocamlgraph -I /home/opam/.opam/4.14/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -open Rfsm -o src/lib/.rfsm.objs/byte/rfsm__Types.cmo -c -impl src/lib/types.ml)
- File "src/lib/types.ml", line 16, characters 62-80:
- 16 | module VarSet = Set.Make(struct type t = string let compare = Pervasives.compare end)
-                                                                    ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -annot -w -40 -w -9-27-32-34-50 -g -bin-annot -I src/lib/.rfsm.objs/byte -I /home/opam/.opam/4.14/lib/lascar -I /home/opam/.opam/4.14/lib/lascar/utils -I /home/opam/.opam/4.14/lib/ocamlgraph -I /home/opam/.opam/4.14/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -open Rfsm -o src/lib/.rfsm.objs/byte/rfsm__Expr.cmo -c -impl src/lib/expr.ml)
- File "src/lib/expr.ml", line 91, characters 62-80:
- 91 | module VarSet = Set.Make(struct type t = string let compare = Pervasives.compare end)
-                                                                    ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -annot -w -40 -w -9-27-32-34-50 -g -I src/lib/.rfsm.objs/byte -I src/lib/.rfsm.objs/native -I /home/opam/.opam/4.14/lib/lascar -I /home/opam/.opam/4.14/lib/lascar/utils -I /home/opam/.opam/4.14/lib/ocamlgraph -I /home/opam/.opam/4.14/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -open Rfsm -o src/lib/.rfsm.objs/native/rfsm__Types.cmx -c -impl src/lib/types.ml)
- File "src/lib/types.ml", line 16, characters 62-80:
- 16 | module VarSet = Set.Make(struct type t = string let compare = Pervasives.compare end)
-                                                                    ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -annot -w -40 -w -9-27-32-34-50 -g -bin-annot -I src/lib/.rfsm.objs/byte -I /home/opam/.opam/4.14/lib/lascar -I /home/opam/.opam/4.14/lib/lascar/utils -I /home/opam/.opam/4.14/lib/ocamlgraph -I /home/opam/.opam/4.14/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -open Rfsm -o src/lib/.rfsm.objs/byte/rfsm__Dynamic.cmo -c -impl src/lib/dynamic.ml)
- File "src/lib/dynamic.ml", line 235, characters 34-52:
- 235 |      let compare_priority t1 t2 = Pervasives.compare (priority_of t2) (priority_of t1) in (* reverse order *)
-                                         ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -annot -w -40 -w -9-27-32-34-50 -g -bin-annot -I src/lib/.rfsm.objs/byte -I /home/opam/.opam/4.14/lib/lascar -I /home/opam/.opam/4.14/lib/lascar/utils -I /home/opam/.opam/4.14/lib/ocamlgraph -I /home/opam/.opam/4.14/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -open Rfsm -o src/lib/.rfsm.objs/byte/rfsm__Static.cmo -c -impl src/lib/static.ml)
- File "src/lib/static.ml", line 17, characters 20-38:
- 17 |       let compare = Pervasives.compare
-                          ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -annot -w -40 -w -9-27-32-34-50 -g -I src/lib/.rfsm.objs/byte -I src/lib/.rfsm.objs/native -I /home/opam/.opam/4.14/lib/lascar -I /home/opam/.opam/4.14/lib/lascar/utils -I /home/opam/.opam/4.14/lib/ocamlgraph -I /home/opam/.opam/4.14/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -open Rfsm -o src/lib/.rfsm.objs/native/rfsm__Expr.cmx -c -impl src/lib/expr.ml)
- File "src/lib/expr.ml", line 91, characters 62-80:
- 91 | module VarSet = Set.Make(struct type t = string let compare = Pervasives.compare end)
-                                                                    ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -annot -w -40 -w -9-27-32-34-50 -g -bin-annot -I src/lib/.rfsm.objs/byte -I /home/opam/.opam/4.14/lib/lascar -I /home/opam/.opam/4.14/lib/lascar/utils -I /home/opam/.opam/4.14/lib/ocamlgraph -I /home/opam/.opam/4.14/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -open Rfsm -o src/lib/.rfsm.objs/byte/rfsm__Fsm.cmo -c -impl src/lib/fsm.ml)
- File "src/lib/fsm.ml", line 37, characters 16-34:
- 37 |   let compare = Pervasives.compare
-                      ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/lib/fsm.ml", line 67, characters 16-34:
- 67 |   let compare = Pervasives.compare
-                      ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -annot -w -40 -w -9-27-32-34-50 -g -I src/lib/.rfsm.objs/byte -I src/lib/.rfsm.objs/native -I /home/opam/.opam/4.14/lib/lascar -I /home/opam/.opam/4.14/lib/lascar/utils -I /home/opam/.opam/4.14/lib/ocamlgraph -I /home/opam/.opam/4.14/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -open Rfsm -o src/lib/.rfsm.objs/native/rfsm__Fsm.cmx -c -impl src/lib/fsm.ml)
- File "src/lib/fsm.ml", line 37, characters 16-34:
- 37 |   let compare = Pervasives.compare
-                      ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/lib/fsm.ml", line 67, characters 16-34:
- 67 |   let compare = Pervasives.compare
-                      ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -annot -w -40 -w -9-27-32-34-50 -g -I src/lib/.rfsm.objs/byte -I src/lib/.rfsm.objs/native -I /home/opam/.opam/4.14/lib/lascar -I /home/opam/.opam/4.14/lib/lascar/utils -I /home/opam/.opam/4.14/lib/ocamlgraph -I /home/opam/.opam/4.14/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -open Rfsm -o src/lib/.rfsm.objs/native/rfsm__Dynamic.cmx -c -impl src/lib/dynamic.ml)
- File "src/lib/dynamic.ml", line 235, characters 34-52:
- 235 |      let compare_priority t1 t2 = Pervasives.compare (priority_of t2) (priority_of t1) in (* reverse order *)
-                                         ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -annot -w -40 -w -9-27-32-34-50 -g -I src/lib/.rfsm.objs/byte -I src/lib/.rfsm.objs/native -I /home/opam/.opam/4.14/lib/lascar -I /home/opam/.opam/4.14/lib/lascar/utils -I /home/opam/.opam/4.14/lib/ocamlgraph -I /home/opam/.opam/4.14/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -open Rfsm -o src/lib/.rfsm.objs/native/rfsm__Static.cmx -c -impl src/lib/static.ml)
- File "src/lib/static.ml", line 17, characters 20-38:
- 17 |       let compare = Pervasives.compare
-                          ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- (cd _build/default && /home/opam/.opam/4.14/bin/menhir src/bin/main_parser.mly --base src/bin/main_parser --infer-read-reply src/bin/main_parser__mock.mli.inferred)
- Warning: 2 states have shift/reduce conflicts.
- Warning: 2 shift/reduce conflicts were arbitrarily resolved.
- (cd _build/default && /home/opam/.opam/4.14/bin/menhir src/bin/old_parser.mly --base src/bin/old_parser --infer-read-reply src/bin/old_parser__mock.mli.inferred)
- Warning: 2 states have shift/reduce conflicts.
- Warning: 2 shift/reduce conflicts were arbitrarily resolved.
-> compiled  rfsm.1.6-alpha-3
-> installed rfsm.1.6-alpha-3
Done.
# Run eval $(opam env) to update the current shell environment
2024-01-29 19:09.50 ---> saved as "25d7394c1a414ebb16fd34969642860e308ad0c1085e471b20102f13bd8b40dd"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u rfsm:90001205f0ea9bfb1943451f814bd2e1,lascar:42869bead0586b31a3ab42bb9bc3b412"))
2024-01-29 19:09.52 ---> saved as "b62ee81abf945086381dc779497c6042e7ad2127f4616f33cc9f4332e8df58f0"

/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.880689') && (for DATA in prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha,lascar.0.6-alpha-42869bead0586b31a3ab42bb9bc3b412,lascar.0.6-alpha prep/universes/90001205f0ea9bfb1943451f814bd2e1/rfsm/1.6-alpha-3,rfsm.1.6-alpha-3-90001205f0ea9bfb1943451f814bd2e1,rfsm.1.6-alpha-3; 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/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha,lascar.0.6-alpha-42869bead0586b31a3ab42bb9bc3b412,lascar.0.6-alpha prep/universes/90001205f0ea9bfb1943451f814bd2e1/rfsm/1.6-alpha-3,rfsm.1.6-alpha-3-90001205f0ea9bfb1943451f814bd2e1,rfsm.1.6-alpha-3; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha,lascar.0.6-alpha-42869bead0586b31a3ab42bb9bc3b412,lascar.0.6-alpha prep/universes/90001205f0ea9bfb1943451f814bd2e1/rfsm/1.6-alpha-3,rfsm.1.6-alpha-3-90001205f0ea9bfb1943451f814bd2e1,rfsm.1.6-alpha-3; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.880689
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/doc/
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/doc/lascar/
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/doc/lascar/CHANGES.html
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/doc/lascar/CHANGES.md
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/doc/lascar/LICENSE
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/doc/lascar/README.md
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/lib/
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/lib/lascar/
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/lib/lascar/lascar.ocamlobjinfo
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/lib/lascar/META
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/lib/lascar/dune-package
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/lib/lascar/lascar.cmi
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/lib/lascar/lascar.cmt
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/lib/lascar/lascar__Builtins.cmi
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/lib/lascar/lascar__Builtins.cmt
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/lib/lascar/lascar__Builtins.cmti
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/lib/lascar/lascar__Conv.cmi
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/lib/lascar/lascar__Conv.cmt
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/lib/lascar/lascar__Conv.cmti
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/lib/lascar/lascar__Dfa.cmi
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/lib/lascar/lascar__Dfa.cmt
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/lib/lascar/lascar__Dfa.cmti
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/lib/lascar/lascar__Fsm.cmi
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/lib/lascar/lascar__Fsm.cmt
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/lib/lascar/lascar__Fsm.cmti
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/lib/lascar/lascar__Fsm_expr.cmi
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/lib/lascar/lascar__Fsm_expr.cmt
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/lib/lascar/lascar__Fsm_expr.cmti
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/lib/lascar/lascar__Lts.cmi
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/lib/lascar/lascar__Lts.cmt
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/lib/lascar/lascar__Lts.cmti
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/lib/lascar/lascar__Ltsa.cmi
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/lib/lascar/lascar__Ltsa.cmt
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/lib/lascar/lascar__Ltsa.cmti
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/lib/lascar/lascar__Mealy.cmi
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/lib/lascar/lascar__Mealy.cmt
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/lib/lascar/lascar__Mealy.cmti
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/lib/lascar/lascar__Moore.cmi
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/lib/lascar/lascar__Moore.cmt
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/lib/lascar/lascar__Moore.cmti
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/lib/lascar/lascar__Nfa.cmi
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/lib/lascar/lascar__Nfa.cmt
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/lib/lascar/lascar__Nfa.cmti
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/lib/lascar/lascar__Valuation.cmi
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/lib/lascar/lascar__Valuation.cmt
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/lib/lascar/lascar__Valuation.cmti
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/lib/lascar/utils/
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/lib/lascar/utils/utils.ocamlobjinfo
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/lib/lascar/utils/utils.cmi
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/lib/lascar/utils/utils.cmt
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/lib/lascar/utils/utils__Dot.cmi
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/lib/lascar/utils/utils__Dot.cmt
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/lib/lascar/utils/utils__Dot.cmti
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/lib/lascar/utils/utils__FilenameExt.cmi
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/lib/lascar/utils/utils__FilenameExt.cmt
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/lib/lascar/utils/utils__FilenameExt.cmti
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/lib/lascar/utils/utils__ListExt.cmi
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/lib/lascar/utils/utils__ListExt.cmt
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/lib/lascar/utils/utils__ListExt.cmti
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/lib/lascar/utils/utils__Misc.cmi
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/lib/lascar/utils/utils__Misc.cmt
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/lib/lascar/utils/utils__Misc.cmti
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/lib/lascar/utils/utils__Option.cmi
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/lib/lascar/utils/utils__Option.cmt
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/lib/lascar/utils/utils__Option.cmti
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/lib/lascar/utils/utils__OrderedTypeExt.cmi
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/lib/lascar/utils/utils__OrderedTypeExt.cmt
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/lib/lascar/utils/utils__OrderedTypeExt.cmti
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/lib/lascar/utils/utils__SetExt.cmi
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/lib/lascar/utils/utils__SetExt.cmt
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/lib/lascar/utils/utils__SetExt.cmti
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/lib/lascar/utils/utils__StringExt.cmi
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/lib/lascar/utils/utils__StringExt.cmt
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/lib/lascar/utils/utils__StringExt.cmti
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/lib/lascar/utils/utils__Stringable.cmi
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/lib/lascar/utils/utils__Stringable.cmt
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/lib/lascar/utils/utils__Stringable.cmti
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/lib/lascar/utils/utils__Tree.cmi
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/lib/lascar/utils/utils__Tree.cmt
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/lib/lascar/utils/utils__Tree.cmti
prep/universes/42869bead0586b31a3ab42bb9bc3b412/lascar/0.6-alpha/opam
prep/universes/90001205f0ea9bfb1943451f814bd2e1/rfsm/1.6-alpha-3/doc/
prep/universes/90001205f0ea9bfb1943451f814bd2e1/rfsm/1.6-alpha-3/doc/rfsm/
prep/universes/90001205f0ea9bfb1943451f814bd2e1/rfsm/1.6-alpha-3/doc/rfsm/CHANGES.md
prep/universes/90001205f0ea9bfb1943451f814bd2e1/rfsm/1.6-alpha-3/doc/rfsm/LICENSE
prep/universes/90001205f0ea9bfb1943451f814bd2e1/rfsm/1.6-alpha-3/doc/rfsm/README.md
prep/universes/90001205f0ea9bfb1943451f814bd2e1/rfsm/1.6-alpha-3/doc/rfsm/rfsm.pdf
prep/universes/90001205f0ea9bfb1943451f814bd2e1/rfsm/1.6-alpha-3/lib/
prep/universes/90001205f0ea9bfb1943451f814bd2e1/rfsm/1.6-alpha-3/lib/rfsm/
prep/universes/90001205f0ea9bfb1943451f814bd2e1/rfsm/1.6-alpha-3/lib/rfsm/rfsm.ocamlobjinfo
prep/universes/90001205f0ea9bfb1943451f814bd2e1/rfsm/1.6-alpha-3/lib/rfsm/META
prep/universes/90001205f0ea9bfb1943451f814bd2e1/rfsm/1.6-alpha-3/lib/rfsm/dune-package
prep/universes/90001205f0ea9bfb1943451f814bd2e1/rfsm/1.6-alpha-3/lib/rfsm/rfsm.cmi
prep/universes/90001205f0ea9bfb1943451f814bd2e1/rfsm/1.6-alpha-3/lib/rfsm/rfsm.cmt
prep/universes/90001205f0ea9bfb1943451f814bd2e1/rfsm/1.6-alpha-3/lib/rfsm/rfsm__Action.cmi
prep/universes/90001205f0ea9bfb1943451f814bd2e1/rfsm/1.6-alpha-3/lib/rfsm/rfsm__Action.cmt
prep/universes/90001205f0ea9bfb1943451f814bd2e1/rfsm/1.6-alpha-3/lib/rfsm/rfsm__Action.cmti
prep/universes/90001205f0ea9bfb1943451f814bd2e1/rfsm/1.6-alpha-3/lib/rfsm/rfsm__Builtins.cmi
prep/universes/90001205f0ea9bfb1943451f814bd2e1/rfsm/1.6-alpha-3/lib/rfsm/rfsm__Builtins.cmt
prep/universes/90001205f0ea9bfb1943451f814bd2e1/rfsm/1.6-alpha-3/lib/rfsm/rfsm__Builtins.cmti
prep/universes/90001205f0ea9bfb1943451f814bd2e1/rfsm/1.6-alpha-3/lib/rfsm/rfsm__Condition.cmi
prep/universes/90001205f0ea9bfb1943451f814bd2e1/rfsm/1.6-alpha-3/lib/rfsm/rfsm__Condition.cmt
prep/universes/90001205f0ea9bfb1943451f814bd2e1/rfsm/1.6-alpha-3/lib/rfsm/rfsm__Condition.cmti
prep/universes/90001205f0ea9bfb1943451f814bd2e1/rfsm/1.6-alpha-3/lib/rfsm/rfsm__Dynamic.cmi
prep/universes/90001205f0ea9bfb1943451f814bd2e1/rfsm/1.6-alpha-3/lib/rfsm/rfsm__Dynamic.cmt
prep/universes/90001205f0ea9bfb1943451f814bd2e1/rfsm/1.6-alpha-3/lib/rfsm/rfsm__Dynamic.cmti
prep/universes/90001205f0ea9bfb1943451f814bd2e1/rfsm/1.6-alpha-3/lib/rfsm/rfsm__Eval.cmi
prep/universes/90001205f0ea9bfb1943451f814bd2e1/rfsm/1.6-alpha-3/lib/rfsm/rfsm__Eval.cmt
prep/universes/90001205f0ea9bfb1943451f814bd2e1/rfsm/1.6-alpha-3/lib/rfsm/rfsm__Eval.cmti
prep/universes/90001205f0ea9bfb1943451f814bd2e1/rfsm/1.6-alpha-3/lib/rfsm/rfsm__Expr.cmi
prep/universes/90001205f0ea9bfb1943451f814bd2e1/rfsm/1.6-alpha-3/lib/rfsm/rfsm__Expr.cmt
prep/universes/90001205f0ea9bfb1943451f814bd2e1/rfsm/1.6-alpha-3/lib/rfsm/rfsm__Expr.cmti
prep/universes/90001205f0ea9bfb1943451f814bd2e1/rfsm/1.6-alpha-3/lib/rfsm/rfsm__Fsm.cmi
prep/universes/90001205f0ea9bfb1943451f814bd2e1/rfsm/1.6-alpha-3/lib/rfsm/rfsm__Fsm.cmt
prep/universes/90001205f0ea9bfb1943451f814bd2e1/rfsm/1.6-alpha-3/lib/rfsm/rfsm__Fsm.cmti
prep/universes/90001205f0ea9bfb1943451f814bd2e1/rfsm/1.6-alpha-3/lib/rfsm/rfsm__Global.cmi
prep/universes/90001205f0ea9bfb1943451f814bd2e1/rfsm/1.6-alpha-3/lib/rfsm/rfsm__Global.cmt
prep/universes/90001205f0ea9bfb1943451f814bd2e1/rfsm/1.6-alpha-3/lib/rfsm/rfsm__Global.cmti
prep/universes/90001205f0ea9bfb1943451f814bd2e1/rfsm/1.6-alpha-3/lib/rfsm/rfsm__Ident.cmi
prep/universes/90001205f0ea9bfb1943451f814bd2e1/rfsm/1.6-alpha-3/lib/rfsm/rfsm__Ident.cmt
prep/universes/90001205f0ea9bfb1943451f814bd2e1/rfsm/1.6-alpha-3/lib/rfsm/rfsm__Ident.cmti
prep/universes/90001205f0ea9bfb1943451f814bd2e1/rfsm/1.6-alpha-3/lib/rfsm/rfsm__Intbits.cmi
prep/universes/90001205f0ea9bfb1943451f814bd2e1/rfsm/1.6-alpha-3/lib/rfsm/rfsm__Intbits.cmt
prep/universes/90001205f0ea9bfb1943451f814bd2e1/rfsm/1.6-alpha-3/lib/rfsm/rfsm__Intbits.cmti
prep/universes/90001205f0ea9bfb1943451f814bd2e1/rfsm/1.6-alpha-3/lib/rfsm/rfsm__Misc.cmi
prep/universes/90001205f0ea9bfb1943451f814bd2e1/rfsm/1.6-alpha-3/lib/rfsm/rfsm__Misc.cmt
prep/universes/90001205f0ea9bfb1943451f814bd2e1/rfsm/1.6-alpha-3/lib/rfsm/rfsm__Misc.cmti
prep/universes/90001205f0ea9bfb1943451f814bd2e1/rfsm/1.6-alpha-3/lib/rfsm/rfsm__Simul.cmi
prep/universes/90001205f0ea9bfb1943451f814bd2e1/rfsm/1.6-alpha-3/lib/rfsm/rfsm__Simul.cmt
prep/universes/90001205f0ea9bfb1943451f814bd2e1/rfsm/1.6-alpha-3/lib/rfsm/rfsm__Simul.cmti
prep/universes/90001205f0ea9bfb1943451f814bd2e1/rfsm/1.6-alpha-3/lib/rfsm/rfsm__Static.cmi
prep/universes/90001205f0ea9bfb1943451f814bd2e1/rfsm/1.6-alpha-3/lib/rfsm/rfsm__Static.cmt
prep/universes/90001205f0ea9bfb1943451f814bd2e1/rfsm/1.6-alpha-3/lib/rfsm/rfsm__Static.cmti
prep/universes/90001205f0ea9bfb1943451f814bd2e1/rfsm/1.6-alpha-3/lib/rfsm/rfsm__Stimuli.cmi
prep/universes/90001205f0ea9bfb1943451f814bd2e1/rfsm/1.6-alpha-3/lib/rfsm/rfsm__Stimuli.cmt
prep/universes/90001205f0ea9bfb1943451f814bd2e1/rfsm/1.6-alpha-3/lib/rfsm/rfsm__Stimuli.cmti
prep/universes/90001205f0ea9bfb1943451f814bd2e1/rfsm/1.6-alpha-3/lib/rfsm/rfsm__Trace.cmi
prep/universes/90001205f0ea9bfb1943451f814bd2e1/rfsm/1.6-alpha-3/lib/rfsm/rfsm__Trace.cmt
prep/universes/90001205f0ea9bfb1943451f814bd2e1/rfsm/1.6-alpha-3/lib/rfsm/rfsm__Type_expr.cmi
prep/universes/90001205f0ea9bfb1943451f814bd2e1/rfsm/1.6-alpha-3/lib/rfsm/rfsm__Type_expr.cmt
prep/universes/90001205f0ea9bfb1943451f814bd2e1/rfsm/1.6-alpha-3/lib/rfsm/rfsm__Type_expr.cmti
prep/universes/90001205f0ea9bfb1943451f814bd2e1/rfsm/1.6-alpha-3/lib/rfsm/rfsm__Types.cmi
prep/universes/90001205f0ea9bfb1943451f814bd2e1/rfsm/1.6-alpha-3/lib/rfsm/rfsm__Types.cmt
prep/universes/90001205f0ea9bfb1943451f814bd2e1/rfsm/1.6-alpha-3/lib/rfsm/rfsm__Types.cmti
prep/universes/90001205f0ea9bfb1943451f814bd2e1/rfsm/1.6-alpha-3/lib/rfsm/rfsm__Typing.cmi
prep/universes/90001205f0ea9bfb1943451f814bd2e1/rfsm/1.6-alpha-3/lib/rfsm/rfsm__Typing.cmt
prep/universes/90001205f0ea9bfb1943451f814bd2e1/rfsm/1.6-alpha-3/lib/rfsm/rfsm__Typing.cmti
prep/universes/90001205f0ea9bfb1943451f814bd2e1/rfsm/1.6-alpha-3/opam
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
HASHES:lascar.0.6-alpha-42869bead0586b31a3ab42bb9bc3b412:4ec4041aceb0a5d5a813d35b169d53890e9359a85f1bce6a73861fce6a836b78
HASHES:rfsm.1.6-alpha-3-90001205f0ea9bfb1943451f814bd2e1:8d798c2f4677b0aa9ff40607325ec7cf5028b16b6b29c561416622f9663ab892
2024-01-29 19:09.54 ---> saved as "650f33182f17449ce2951324783b2845c1bfbd19c02d08b0e857d67321b055b0"
Job succeeded
2024-01-29 19:15.14: rfsm.1.6-alpha-3-90001205f0ea9bfb1943451f814bd2e1 -> 8d798c2f4677b0aa9ff40607325ec7cf5028b16b6b29c561416622f9663ab892
2024-01-29 19:15.14: lascar.0.6-alpha-42869bead0586b31a3ab42bb9bc3b412 -> 4ec4041aceb0a5d5a813d35b169d53890e9359a85f1bce6a73861fce6a836b78
2024-01-29 19:15.14: Job succeeded