Build:
  1. 0
2024-09-12 08:35.55: New job: Voodoo prep stdcompat.18; 32f6e3c1183461752cdb4e64424f351a
2024-09-12 08:35.55: Waiting for resource in pool OCluster
2024-09-12 21:40.41: Waiting for worker…
2024-09-12 21:42.20: Got resource from pool OCluster
2024-09-12 21:42.20: Using cache hint "docs-universe-prep-4.14.2"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-4.14@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1)
         (user (uid 1000) (gid 1000))
         (workdir /home/opam)
         (run (shell "sudo chown opam:opam /home/opam"))
         (run (network host)
              (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
         (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
              (network host)
              (shell "opam pin -ny https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9  && opam depext -iy voodoo-prep"))
         (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))))
 (from ocaml/opam:debian-12-ocaml-4.14@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo chown opam:opam /home/opam"))
 (run (shell "sudo mkdir /src"))
 (copy (src packages) (dst /src/packages))
 (copy (src repo) (dst /src/repo))
 (run (network host)
      (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni"))
 (run (shell "opam repo remove default && opam repo add opam /src"))
 (copy (from (build tools)) (src /home/opam/voodoo-prep) (dst /home/opam/))
 (comment "no build system")
 (env DUNE_CACHE disabled)
 (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 stdcompat.18 conf-automake.1 conf-autoconf.0.2 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u stdcompat:32f6e3c1183461752cdb4e64424f351a,conf-automake:ad694edda459d588dc621fdacb2039a0,conf-autoconf:d41d8cd98f00b204e9800998ecf8427e"))
 (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.251727') && (for DATA in prep/universes/d41d8cd98f00b204e9800998ecf8427e/conf-autoconf/0.2,conf-autoconf.0.2-d41d8cd98f00b204e9800998ecf8427e,conf-autoconf.0.2 prep/universes/ad694edda459d588dc621fdacb2039a0/conf-automake/1,conf-automake.1-ad694edda459d588dc621fdacb2039a0,conf-automake.1 prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18,stdcompat.18-32f6e3c1183461752cdb4e64424f351a,stdcompat.18; 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/d41d8cd98f00b204e9800998ecf8427e/conf-autoconf/0.2,conf-autoconf.0.2-d41d8cd98f00b204e9800998ecf8427e,conf-autoconf.0.2 prep/universes/ad694edda459d588dc621fdacb2039a0/conf-automake/1,conf-automake.1-ad694edda459d588dc621fdacb2039a0,conf-automake.1 prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18,stdcompat.18-32f6e3c1183461752cdb4e64424f351a,stdcompat.18; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/d41d8cd98f00b204e9800998ecf8427e/conf-autoconf/0.2,conf-autoconf.0.2-d41d8cd98f00b204e9800998ecf8427e,conf-autoconf.0.2 prep/universes/ad694edda459d588dc621fdacb2039a0/conf-automake/1,conf-automake.1-ad694edda459d588dc621fdacb2039a0,conf-automake.1 prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18,stdcompat.18-32f6e3c1183461752cdb4e64424f351a,stdcompat.18; 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 b8fca17f66769d2393cd15cf8185535a3b49751a --local-file prep.spec \
--pool linux-x86_64 --connect ocluster-submission.cap --cache-hint docs-universe-prep-4.14.2 \
--secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config

2024-09-12 21:42.20: RETRYING: 2024-09-12/083555-voodoo-prep-cb4f4e Number of retries: 0 (retriable error condition)
Building on doris.caelum.ci.dev
All commits already cached
Updating files:  70% (22373/31890)
Updating files:  71% (22642/31890)
Updating files:  72% (22961/31890)
Updating files:  73% (23280/31890)
Updating files:  74% (23599/31890)
Updating files:  75% (23918/31890)
Updating files:  76% (24237/31890)
Updating files:  77% (24556/31890)
Updating files:  78% (24875/31890)
Updating files:  79% (25194/31890)
Updating files:  80% (25512/31890)
Updating files:  81% (25831/31890)
Updating files:  82% (26150/31890)
Updating files:  83% (26469/31890)
Updating files:  84% (26788/31890)
Updating files:  85% (27107/31890)
Updating files:  86% (27426/31890)
Updating files:  87% (27745/31890)
Updating files:  88% (28064/31890)
Updating files:  89% (28383/31890)
Updating files:  90% (28701/31890)
Updating files:  91% (29020/31890)
Updating files:  92% (29339/31890)
Updating files:  93% (29658/31890)
Updating files:  94% (29977/31890)
Updating files:  95% (30296/31890)
Updating files:  96% (30615/31890)
Updating files:  97% (30934/31890)
Updating files:  98% (31253/31890)
Updating files:  99% (31572/31890)
Updating files: 100% (31890/31890)
Updating files: 100% (31890/31890), done.
HEAD is now at b8fca17f66 conf-automake: add cygwin support

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-4.14@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1)
2024-09-12 21:35.10 ---> using "103a548bcf08062184789f8399ddfc3128a2d5d426168f6d2c8435f8ce1ce572" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-09-12 21:35.10 ---> using "b735425389b73ff0dbaabb86e65c55ba3d4affc0ec07062c4ba9fb8523aca05a" from cache

/home/opam: (run (network host)
                 (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [11.7 kB]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [179 kB]
Fetched 295 kB in 0s (940 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 (7516 kB/s)
Selecting previously unselected package libpkgconf3:amd64.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18733 files and directories currently installed.)
Preparing to unpack .../libpkgconf3_1.8.1-1_amd64.deb ...
Unpacking libpkgconf3:amd64 (1.8.1-1) ...
Selecting previously unselected package m4.
Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ...
Unpacking m4 (1.4.19-3) ...
Selecting previously unselected package pkgconf-bin.
Preparing to unpack .../pkgconf-bin_1.8.1-1_amd64.deb ...
Unpacking pkgconf-bin (1.8.1-1) ...
Selecting previously unselected package pkgconf:amd64.
Preparing to unpack .../pkgconf_1.8.1-1_amd64.deb ...
Unpacking pkgconf:amd64 (1.8.1-1) ...
Selecting previously unselected package pkg-config:amd64.
Preparing to unpack .../pkg-config_1.8.1-1_amd64.deb ...
Unpacking pkg-config:amd64 (1.8.1-1) ...
Setting up m4 (1.4.19-3) ...
Setting up libpkgconf3:amd64 (1.8.1-1) ...
Setting up pkgconf-bin (1.8.1-1) ...
Setting up pkgconf:amd64 (1.8.1-1) ...
Setting up pkg-config:amd64 (1.8.1-1) ...
Processing triggers for libc-bin (2.36-9+deb12u8) ...
2024-09-12 21:35.10 ---> using "64027e071d7f4bb79a519ab4cf43cd8d13e54fe5188051a605e9293619bec9b3" from cache

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

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

The following actions will be performed:
  - install ocamlbuild       0.15.0 [required by bos]
  - install dune             3.16.0 [required by voodoo-prep]
  - install ocamlfind        1.9.6  [required by bos]
  - install cmdliner         1.3.0  [required by voodoo-prep]
  - install seq              base   [required by re]
  - install swhid_core       0.1    [required by opam-core]
  - install stdlib-shims     0.3.0  [required by ocamlgraph, sha]
  - install opam-file-format 2.1.6  [required by opam-format]
  - install topkg            1.0.7  [required by bos]
  - install re               1.12.0 [required by opam-format]
  - install sha              1.15.4 [required by opam-core]
  - install ocamlgraph       2.1.0  [required by opam-core]
  - install uutf             1.0.3  [required by opam-core]
  - install rresult          0.7.0  [required by bos]
  - install fmt              0.9.0  [required by bos]
  - install astring          0.8.5  [required by bos]
  - install jsonm            1.0.2  [required by opam-core]
  - install logs             0.7.0  [required by bos]
  - install fpath            0.7.3  [required by voodoo-prep]
  - install opam-core        2.2.1  [required by opam-format]
  - install bos              0.2.1  [required by voodoo-prep]
  - install opam-format      2.2.1  [required by voodoo-prep]
  - install voodoo-prep      ~dev*
===== 23 to install =====

<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[astring.0.8.5] found in cache
[bos.0.2.1] found in cache
[cmdliner.1.3.0] found in cache
[dune.3.16.0] found in cache
[fmt.0.9.0] found in cache
[fpath.0.7.3] found in cache
[jsonm.1.0.2] found in cache
[logs.0.7.0] found in cache
[ocamlbuild.0.15.0] found in cache
[ocamlfind.1.9.6] found in cache
[ocamlgraph.2.1.0] found in cache
[opam-core.2.2.1] found in cache
[opam-file-format.2.1.6] found in cache
[opam-format.2.2.1] found in cache
[re.1.12.0] found in cache
[rresult.0.7.0] found in cache
[sha.1.15.4] found in cache
[stdlib-shims.0.3.0] found in cache
[swhid_core.0.1] found in cache
[topkg.1.0.7] found in cache
[uutf.1.0.3] found in cache
[voodoo-prep.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed seq.base
-> installed cmdliner.1.3.0
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.15.0
-> installed topkg.1.0.7
-> installed rresult.0.7.0
-> installed uutf.1.0.3
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed jsonm.1.0.2
-> installed fpath.0.7.3
-> installed logs.0.7.0
-> installed bos.0.2.1
-> installed dune.3.16.0
-> installed stdlib-shims.0.3.0
-> installed swhid_core.0.1
-> installed opam-file-format.2.1.6
-> installed re.1.12.0
-> installed sha.1.15.4
-> installed ocamlgraph.2.1.0
-> installed opam-core.2.2.1
-> installed opam-format.2.2.1
-> installed voodoo-prep.~dev
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 21:35.10 ---> using "4b3eae20ee556ce466265d261fd5d7184b7506cfcf8217eea177582bdd289d8b" from cache

/home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))
2024-09-12 21:35.10 ---> using "ff9243a4acf95fb20c4e62f411801f15f8ec3c4e6fcc150de31a9042ea281b68" from cache
2024-09-12 21:35.10 --> finished "tools"

(from ocaml/opam:debian-12-ocaml-4.14@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1)
2024-09-12 21:35.10 ---> using "103a548bcf08062184789f8399ddfc3128a2d5d426168f6d2c8435f8ce1ce572" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-09-12 21:35.10 ---> using "b735425389b73ff0dbaabb86e65c55ba3d4affc0ec07062c4ba9fb8523aca05a" from cache

/home/opam: (run (shell "sudo mkdir /src"))
2024-09-12 21:35.10 ---> using "589fc247a47cee4820aea953ca0c6137d5c05903e8d36d67782083bf9b53dcd0" from cache

/home/opam: (copy (src packages) (dst /src/packages))
2024-09-12 21:35.11 ---> using "9a8297bb98e3495d87746d53e22de1d77143f521d8f8a84c70c2a419afa4f079" from cache

/home/opam: (copy (src repo) (dst /src/repo))
2024-09-12 21:35.11 ---> using "ca97e9fd32910d1a2e1ec23a95404e41f3ce36d2e7d217ee4e0226b5dac20626" from cache

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

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

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

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-09-12 21:35.11 ---> using "0251c0c11cf56af6a573380a1054aea2699abb11016601b4332832e9a6f85003" from cache

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

2024-09-12 21:35.11 ---> using "54a4fa965abf9592041cdba7e3ba4f7fdb31600614873434640d6a9d0c520aae" from cache

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-09-12 21:35.11 ---> using "69b29a5624e0ddd61b1ae6cec6a5328fb073380fa143d0f33ac215189a320140" from cache

/home/opam: (comment "no build system")

/home/opam: (env DUNE_CACHE disabled)

/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 stdcompat.18 conf-automake.1 conf-autoconf.0.2 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))

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

Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [11.7 kB]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [179 kB]
Fetched 295 kB in 0s (851 kB/s)
Reading package lists...
Building dependency tree...
Reading state information...
All packages are up to date.
Opam plugin "depext" may require upgrading/reinstalling. Reinstall the plugin on the current switch? [Y/n] y
The following actions will be performed:
  - recompile opam-depext 1.2.3

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

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

<><> Carrying on to "opam depext -viy stdcompat.18 conf-automake.1 conf-autoconf.0.2" 

Since version 2.1, opam now handles external dependencies alongside OCaml ones, and the `depext` plugin interface is provided for backwards compatibility only. Consider using your usual `opam install` command to install both OCaml and system dependencies, or `opam install <pkg> --depext-only` if you want to only install external dependencies.
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# The following system packages are needed:
autoconf
automake
The following actions will be performed:
  - install conf-autoconf 0.2
  - install conf-automake 1
  - install stdcompat     18
===== 3 to install =====

The following system packages will first need to be installed:
    autoconf automake

<><> 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" "autoconf" "automake"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package m4.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18733 files and directories currently installed.)
- Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ...
- Unpacking m4 (1.4.19-3) ...
- Selecting previously unselected package autoconf.
- Preparing to unpack .../autoconf_2.71-3_all.deb ...
- Unpacking autoconf (2.71-3) ...
- Selecting previously unselected package autotools-dev.
- Preparing to unpack .../autotools-dev_20220109.1_all.deb ...
- Unpacking autotools-dev (20220109.1) ...
- Selecting previously unselected package automake.
- Preparing to unpack .../automake_1%3a1.16.5-1.3_all.deb ...
- Unpacking automake (1:1.16.5-1.3) ...
- Setting up m4 (1.4.19-3) ...
- Setting up autotools-dev (20220109.1) ...
- Setting up autoconf (2.71-3) ...
- Setting up automake (1:1.16.5-1.3) ...
- update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  3/9:
Processing  4/9: [conf-autoconf: autoconf]
-> retrieved stdcompat.18  (cached)
+ /usr/bin/autoconf "-V" (CWD=/home/opam/.opam/4.14/.opam-switch/build/conf-autoconf.0.2)
- autoconf (GNU Autoconf) 2.71
- Copyright (C) 2021 Free Software Foundation, Inc.
- License GPLv3+/Autoconf: GNU GPL version 3 or later
- <https://gnu.org/licenses/gpl.html>, <https://gnu.org/licenses/exceptions.html>
- This is free software: you are free to change and redistribute it.
- There is NO WARRANTY, to the extent permitted by law.
- 
- Written by David J. MacKenzie and Akim Demaille.
-> compiled  conf-autoconf.0.2
-> installed conf-autoconf.0.2
Processing  6/9: [conf-automake: automake]
+ /usr/bin/automake "--help" (CWD=/home/opam/.opam/4.14/.opam-switch/build/conf-automake.1)
- Usage: /usr/bin/automake [OPTION]... [Makefile]...
- 
- Generate Makefile.in for configure from Makefile.am.
- 
- Operation modes:
-       --help               print this help, then exit
-       --version            print version number, then exit
-   -v, --verbose            verbosely list files processed
-       --no-force           only update Makefile.in's that are out of date
-   -W, --warnings=CATEGORY  report the warnings falling in CATEGORY
- 
- Dependency tracking:
-   -i, --ignore-deps      disable dependency tracking code
-       --include-deps     enable dependency tracking code
- 
- Flavors:
-       --foreign          set strictness to foreign
-       --gnits            set strictness to gnits
-       --gnu              set strictness to gnu
- 
- Library files:
-   -a, --add-missing      add missing standard files to package
-       --libdir=DIR       set directory storing library files
-       --print-libdir     print directory storing library files
-   -c, --copy             with -a, copy missing files (default is symlink)
-   -f, --force-missing    force update of standard files
- 
- Warning categories include:
-   cross                  cross compilation issues
-   gnu                    GNU coding standards (default in gnu and gnits modes)
-   obsolete               obsolete features or constructions (default)
-   override               user redefinitions of Automake rules or variables
-   portability            portability issues (default in gnu and gnits modes)
-   portability-recursive  nested Make variables (default with -Wportability)
-   extra-portability      extra portability issues related to obscure tools
-   syntax                 dubious syntactic constructs (default)
-   unsupported            unsupported or incomplete features (default)
-   all                    all the warnings
-   no-CATEGORY            turn off warnings in CATEGORY
-   none                   turn off all the warnings
-   error                  treat warnings as errors
- 
- Files automatically distributed if found (always):
-   ABOUT-GNU           TODO                install-sh          mdate-sh
-   ABOUT-NLS           ar-lib              libversion.in       missing
-   BACKLOG             compile             ltcf-c.sh           mkinstalldirs
-   COPYING             config.guess        ltcf-cxx.sh         py-compile
-   COPYING.DOC         config.rpath        ltcf-gcj.sh         texinfo.tex
-   COPYING.LESSER      config.sub          ltconfig            ylwrap
-   COPYING.LIB         depcomp             ltmain.sh
- 
- Files automatically distributed if found (as .md if needed):
-   AUTHORS[.md]        INSTALL[.md]        README[.md]         THANKS[.md]
-   ChangeLog[.md]      NEWS[.md]
- 
- Files automatically distributed if found (under certain conditions):
-   README-alpha[.md]   config.h.bot        configure           configure.in
-   acconfig.h          config.h.top        configure.ac        stamp-vti
-   aclocal.m4
- 
- Report bugs to <bug-automake@gnu.org>.
- GNU Automake home page: <https://www.gnu.org/software/automake/>.
- General help using GNU software: <https://www.gnu.org/gethelp/>.
-> compiled  conf-automake.1
-> installed conf-automake.1
Processing  8/9: [stdcompat: ./configure]
+ /home/opam/.opam/4.14/.opam-switch/build/stdcompat.18/./configure "--prefix=/home/opam/.opam/4.14" (CWD=/home/opam/.opam/4.14/.opam-switch/build/stdcompat.18)
- checking for a BSD-compatible install... /usr/bin/install -c
- checking whether build environment is sane... yes
- checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
- checking for gawk... no
- checking for mawk... mawk
- checking whether make sets $(MAKE)... yes
- checking whether make supports nested variables... yes
- checking for ocaml... ocaml
- checking for ocamlc.opt... ocamlc.opt
- checking OCaml version... 4.14.2
- checking for ocamlfind... no
- checking for ocamlopt.opt... ocamlopt.opt
- checking for ocamldoc.opt... ocamldoc.opt
- checking for ocamldep.opt... ocamldep.opt
- checking for ocamlmklib.opt... ocamlmklib.opt
- checking for style of include used by make... GNU
- checking for gcc... gcc
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables... 
- checking whether we are cross compiling... no
- checking for suffix of object files... o
- checking whether we are using the GNU C compiler... yes
- checking whether gcc accepts -g... yes
- checking for gcc option to accept ISO C89... none needed
- checking whether gcc understands -c and -o together... yes
- checking dependency style of gcc... none
- checking how to run the C preprocessor... gcc -E
- checking for grep that handles long lines and -e... /usr/bin/grep
- checking for egrep... /usr/bin/grep -E
- checking for ANSI C header files... yes
- checking for sys/types.h... yes
- checking for sys/stat.h... 
- yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for memory.h... yes
- checking for strings.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for unistd.h... yes
- checking whether byte ordering is bigendian... no
- checking OCaml target OS type... Unix
- checking that generated files are newer than configure... done
- configure: creating ./config.status
- config.status: creating META
- config.status: creating Makefile
- config.status: creating stdcompat__hashtbl_ext.mli
- config.status: creating stdcompat__hashtbl_ext.ml
- config.status: creating stdcompat__init.mli
- config.status: creating stdcompat__init.ml
- config.status: creating stdcompat__root.mli
- config.status: creating stdcompat__root.ml
- config.status: creating stdcompat__tools.mli
- config.status: creating stdcompat__tools.ml
- config.status: creating stdcompat__native.ml_byte
- config.status: creating stdcompat__native.ml_native
- config.status: creating stdcompat_tests.ml
- config.status: creating stdcompat.h
- config.status: creating stdcompat__stubs.c
- config.status: creating stdcompat__pervasives_s.mli
- config.status: creating stdcompat__arg_s.mli
- config.status: creating stdcompat__array_s.mli
- config.status: creating stdcompat__arrayLabels_s.mli
- config.status: creating stdcompat__atomic_s.mli
- config.status: creating stdcompat__bool_s.mli
- config.status: creating stdcompat__buffer_s.mli
- config.status: creating stdcompat__bytes_s.mli
- config.status: creating stdcompat__bytesLabels_s.mli
- config.status: creating stdcompat__char_s.mli
- config.status: creating stdcompat__digest_s.mli
- config.status: creating stdcompat__either_s.mli
- config.status: creating stdcompat__ephemeron_s.mli
- config.status: creating stdcompat__filename_s.mli
- config.status: creating stdcompat__float_s.mli
- config.status: creating stdcompat__format_s.mli
- config.status: creating stdcompat__fun_s.mli
- config.status: creating stdcompat__hashtbl_s.mli
- config.status: creating stdcompat__in_channel_s.mli
- config.status: creating stdcompat__int_s.mli
- config.status: creating stdcompat__int32_s.mli
- config.status: creating stdcompat__int64_s.mli
- config.status: creating stdcompat__lazy_s.mli
- config.status: creating stdcompat__lexing_s.mli
- config.status: creating stdcompat__list_s.mli
- config.status: creating stdcompat__listLabels_s.mli
- config.status: creating stdcompat__map_s.mli
- config.status: creating stdcompat__moreLabels_s.mli
- config.status: creating stdcompat__nativeint_s.mli
- config.status: creating stdcompat__option_s.mli
- config.status: creating stdcompat__out_channel_s.mli
- config.status: creating stdcompat__printexc_s.mli
- config.status: creating stdcompat__printf_s.mli
- config.status: creating stdcompat__queue_s.mli
- config.status: creating stdcompat__random_s.mli
- config.status: creating stdcompat__result_s.mli
- config.status: creating stdcompat__seq_s.mli
- config.status: creating stdcompat__set_s.mli
- config.status: creating stdcompat__stack_s.mli
- config.status: creating stdcompat__stream_s.mli
- config.status: creating stdcompat__string_s.mli
- config.status: creating stdcompat__stringLabels_s.mli
- config.status: creating stdcompat__sys_s.mli
- config.status: creating stdcompat__uchar_s.mli
- config.status: creating stdcompat__weak_s.mli
- config.status: creating stdcompat__unit_s.mli
- config.status: creating stdcompat__stdlib_s.mli
- config.status: creating stdcompat__pervasives_s.ml
- config.status: creating stdcompat__arg_s.ml
- config.status: creating stdcompat__array_s.ml
- config.status: creating stdcompat__arrayLabels_s.ml
- config.status: creating stdcompat__atomic_s.ml
- config.status: creating stdcompat__bool_s.ml
- config.status: creating stdcompat__buffer_s.ml
- config.status: creating stdcompat__bytes_s.ml
- config.status: creating stdcompat__bytesLabels_s.ml
- config.status: creating stdcompat__char_s.ml
- config.status: creating stdcompat__digest_s.ml
- config.status: creating stdcompat__either_s.ml
- config.status: creating stdcompat__ephemeron_s.ml
- config.status: creating stdcompat__filename_s.ml
- config.status: creating stdcompat__float_s.ml
- config.status: creating stdcompat__format_s.ml
- config.status: creating stdcompat__fun_s.ml
- config.status: creating stdcompat__hashtbl_s.ml
- config.status: creating stdcompat__int_s.ml
- config.status: creating stdcompat__int32_s.ml
- config.status: creating stdcompat__int64_s.ml
- config.status: creating stdcompat__lazy_s.ml
- config.status: creating stdcompat__lexing_s.ml
- config.status: creating stdcompat__list_s.ml
- config.status: creating stdcompat__listLabels_s.ml
- config.status: creating stdcompat__map_s.ml
- config.status: creating stdcompat__moreLabels_s.ml
- config.status: creating stdcompat__nativeint_s.ml
- config.status: creating stdcompat__option_s.ml
- config.status: creating stdcompat__printexc_s.ml
- config.status: creating stdcompat__printf_s.ml
- config.status: creating stdcompat__queue_s.ml
- config.status: creating stdcompat__random_s.ml
- config.status: creating stdcompat__result_s.ml
- config.status: creating stdcompat__seq_s.ml
- config.status: creating stdcompat__set_s.ml
- config.status: creating stdcompat__stack_s.ml
- config.status: creating stdcompat__stdlib_s.ml
- config.status: creating stdcompat__stream_s.ml
- config.status: creating stdcompat__string_s.ml
- config.status: creating stdcompat__stringLabels_s.ml
- config.status: creating stdcompat__sys_s.ml
- config.status: creating stdcompat__uchar_s.ml
- config.status: creating stdcompat__weak_s.ml
- config.status: creating stdcompat__in_channel_s.ml
- config.status: creating stdcompat__out_channel_s.ml
- config.status: creating stdcompat__unit_s.ml
- config.status: creating stdcompat__pervasives.ml
- config.status: creating stdcompat__arg.ml
- config.status: creating stdcompat__array.ml
- config.status: creating stdcompat__arrayLabels.ml
- config.status: creating stdcompat__atomic.ml
- config.status: creating stdcompat__bool.ml
- config.status: creating stdcompat__buffer.ml
- config.status: creating stdcompat__bytes.ml
- config.status: creating stdcompat__bytesLabels.ml
- config.status: creating stdcompat__char.ml
- config.status: creating stdcompat__digest.ml
- config.status: creating stdcompat__either.ml
- config.status: creating stdcompat__ephemeron.ml
- config.status: creating stdcompat__filename.ml
- config.status: creating stdcompat__float.ml
- config.status: creating stdcompat__format.ml
- config.status: creating stdcompat__fun.ml
- config.status: creating stdcompat__hashtbl.ml
- config.status: creating stdcompat__int.ml
- config.status: creating stdcompat__int32.ml
- config.status: creating stdcompat__int64.ml
- config.status: creating stdcompat__lazy.ml
- config.status: creating stdcompat__lexing.ml
- config.status: creating stdcompat__list.ml
- config.status: creating stdcompat__listLabels.ml
- config.status: creating stdcompat__map.ml
- config.status: creating stdcompat__moreLabels.ml
- config.status: creating stdcompat__nativeint.ml
- config.status: creating stdcompat__option.ml
- config.status: creating stdcompat__printexc.ml
- config.status: creating stdcompat__printf.ml
- config.status: creating stdcompat__queue.ml
- config.status: creating stdcompat__random.ml
- config.status: creating stdcompat__result.ml
- config.status: creating stdcompat__seq.ml
- config.status: creating stdcompat__set.ml
- config.status: creating stdcompat__stack.ml
- config.status: creating stdcompat__stdlib.ml
- config.status: creating stdcompat__stream.ml
- config.status: creating stdcompat__string.ml
- config.status: creating stdcompat__stringLabels.ml
- config.status: creating stdcompat__sys.ml
- config.status: creating stdcompat__uchar.ml
- config.status: creating stdcompat__weak.ml
- config.status: creating stdcompat__in_channel.ml
- config.status: creating stdcompat__out_channel.ml
- config.status: creating stdcompat__unit.ml
- config.status: creating stdcompat__pervasives.mli
- config.status: creating stdcompat__arg.mli
- config.status: creating stdcompat__array.mli
- config.status: creating stdcompat__arrayLabels.mli
- config.status: creating stdcompat__atomic.mli
- config.status: creating stdcompat__bool.mli
- config.status: creating stdcompat__buffer.mli
- config.status: creating stdcompat__bytes.mli
- config.status: creating stdcompat__bytesLabels.mli
- config.status: creating stdcompat__char.mli
- config.status: creating stdcompat__digest.mli
- config.status: creating stdcompat__either.mli
- config.status: creating stdcompat__ephemeron.mli
- config.status: creating stdcompat__filename.mli
- config.status: creating stdcompat__float.mli
- config.status: creating stdcompat__format.mli
- config.status: creating stdcompat__fun.mli
- config.status: creating stdcompat__hashtbl.mli
- config.status: creating stdcompat__int.mli
- config.status: creating stdcompat__int32.mli
- config.status: creating stdcompat__int64.mli
- config.status: creating stdcompat__lazy.mli
- config.status: creating stdcompat__lexing.mli
- config.status: creating stdcompat__list.mli
- config.status: creating stdcompat__listLabels.mli
- config.status: creating stdcompat__map.mli
- config.status: creating stdcompat__moreLabels.mli
- config.status: creating stdcompat__nativeint.mli
- config.status: creating stdcompat__option.mli
- config.status: creating stdcompat__printexc.mli
- config.status: creating stdcompat__printf.mli
- config.status: creating stdcompat__queue.mli
- config.status: creating stdcompat__random.mli
- config.status: creating stdcompat__result.mli
- config.status: creating stdcompat__seq.mli
- config.status: creating stdcompat__set.mli
- config.status: creating stdcompat__stack.mli
- config.status: creating stdcompat__stdlib.mli
- config.status: creating stdcompat__stream.mli
- config.status: creating stdcompat__string.mli
- config.status: creating stdcompat__stringLabels.mli
- config.status: creating stdcompat__sys.mli
- config.status: creating stdcompat__uchar.mli
- config.status: creating stdcompat__weak.mli
- config.status: creating stdcompat__in_channel.mli
- config.status: creating stdcompat__out_channel.mli
- config.status: creating stdcompat__unit.mli
- config.status: creating stdcompat.mli
- config.status: creating stdcompat.ml
- config.status: creating config.h
- config.status: executing depfiles commands
- configure: OCaml version is 4.14.2
- configure: Obj.magic will be used in redefinition when possible
-     (add --disable-magic for pure redefinitions).
Processing  8/9: [stdcompat: make all]
+ /usr/bin/make "all" (CWD=/home/opam/.opam/4.14/.opam-switch/build/stdcompat.18)
- cp stdcompat__native.ml_byte stdcompat__native.ml
- ocamldep.opt stdcompat__init.ml stdcompat__root.ml stdcompat__either_s.ml stdcompat__either.ml stdcompat__seq_s.ml stdcompat__seq.ml stdcompat__tools.ml stdcompat__pervasives_s.ml stdcompat__arg_s.ml stdcompat__lazy_s.ml stdcompat__char_s.ml stdcompat__uchar_s.ml stdcompat__uchar.ml stdcompat__buffer_s.ml stdcompat__string_s.ml stdcompat__stringLabels_s.ml stdcompat__bytes_s.ml stdcompat__bytesLabels_s.ml stdcompat__list_s.ml stdcompat__listLabels_s.ml stdcompat__stack_s.ml stdcompat__list.ml stdcompat__hashtbl_ext.ml stdcompat__hashtbl_s.ml stdcompat__set_s.ml stdcompat__map_s.ml stdcompat__weak_s.ml stdcompat__sys_s.ml stdcompat__stream_s.ml stdcompat__digest_s.ml stdcompat__nativeint_s.ml stdcompat__int_s.ml stdcompat__int64_s.ml stdcompat__int32_s.ml stdcompat__filename_s.ml stdcompat__array_s.ml stdcompat__arrayLabels_s.ml stdcompat__float_s.ml stdcompat__queue_s.ml stdcompat__hashtbl.ml stdcompat__ephemeron_s.ml stdcompat__moreLabels_s.ml stdcompat__lexing_s.ml stdcompat__pervasives.ml stdcompat__option_s.ml stdcompat__result_s.ml stdcompat__bool_s.ml stdcompat__fun_s.ml stdcompat__printf_s.ml stdcompat__printexc_s.ml stdcompat__format_s.ml stdcompat__atomic_s.ml stdcompat__in_channel_s.ml stdcompat__out_channel_s.ml stdcompat__random_s.ml stdcompat__unit_s.ml stdcompat__stdlib_s.ml stdcompat__arg.ml stdcompat__lazy.ml stdcompat__char.ml stdcompat__option.ml stdcompat__buffer.ml stdcompat__sys.ml stdcompat__bytes.ml stdcompat__bytesLabels.ml stdcompat__string.ml stdcompat__stringLabels.ml stdcompat__filename.ml stdcompat__listLabels.ml stdcompat__stack.ml stdcompat__set.ml stdcompat__map.ml stdcompat__weak.ml stdcompat__random.ml stdcompat__stream.ml stdcompat__digest.ml stdcompat__nativeint.ml stdcompat__int.ml stdcompat__int64.ml stdcompat__int32.ml stdcompat__array.ml stdcompat__arrayLabels.ml stdcompat__float.ml stdcompat__queue.ml stdcompat__ephemeron.ml stdcompat__moreLabels.ml stdcompat__lexing.ml stdcompat__printexc.ml stdcompat__result.ml stdcompat__bool.ml stdcompat__fun.ml stdcompat__format.ml stdcompat__printf.ml stdcompat__atomic.ml stdcompat__in_channel.ml stdcompat__out_channel.ml stdcompat__unit.ml stdcompat__stdlib.ml stdcompat.ml stdcompat__native.mli stdcompat__init.mli stdcompat__root.mli stdcompat__either_s.mli stdcompat__either.mli stdcompat__seq_s.mli stdcompat__seq.mli stdcompat__tools.mli stdcompat__pervasives_s.mli stdcompat__arg_s.mli stdcompat__lazy_s.mli stdcompat__char_s.mli stdcompat__uchar_s.mli stdcompat__uchar.mli stdcompat__buffer_s.mli stdcompat__string_s.mli stdcompat__stringLabels_s.mli stdcompat__bytes_s.mli stdcompat__bytesLabels_s.mli stdcompat__list_s.mli stdcompat__listLabels_s.mli stdcompat__stack_s.mli stdcompat__list.mli stdcompat__hashtbl_ext.mli stdcompat__hashtbl_s.mli stdcompat__set_s.mli stdcompat__map_s.mli stdcompat__weak_s.mli stdcompat__sys_s.mli stdcompat__stream_s.mli stdcompat__digest_s.mli stdcompat__nativeint_s.mli stdcompat__int_s.mli stdcompat__int64_s.mli stdcompat__int32_s.mli stdcompat__filename_s.mli stdcompat__array_s.mli stdcompat__arrayLabels_s.mli stdcompat__float_s.mli stdcompat__queue_s.mli stdcompat__hashtbl.mli stdcompat__ephemeron_s.mli stdcompat__moreLabels_s.mli stdcompat__lexing_s.mli stdcompat__pervasives.mli stdcompat__option_s.mli stdcompat__result_s.mli stdcompat__bool_s.mli stdcompat__fun_s.mli stdcompat__printf_s.mli stdcompat__printexc_s.mli stdcompat__format_s.mli stdcompat__atomic_s.mli stdcompat__in_channel_s.mli stdcompat__out_channel_s.mli stdcompat__random_s.mli stdcompat__unit_s.mli stdcompat__stdlib_s.mli stdcompat__arg.mli stdcompat__lazy.mli stdcompat__char.mli stdcompat__option.mli stdcompat__buffer.mli stdcompat__sys.mli stdcompat__bytes.mli stdcompat__bytesLabels.mli stdcompat__string.mli stdcompat__stringLabels.mli stdcompat__filename.mli stdcompat__listLabels.mli stdcompat__stack.mli stdcompat__set.mli stdcompat__map.mli stdcompat__weak.mli stdcompat__random.mli stdcompat__stream.mli stdcompat__digest.mli stdcompat__nativeint.mli stdcompat__int.mli stdcompat__int64.mli stdcompat__int32.mli stdcompat__array.mli stdcompat__arrayLabels.mli stdcompat__float.mli stdcompat__queue.mli stdcompat__ephemeron.mli stdcompat__moreLabels.mli stdcompat__lexing.mli stdcompat__printexc.mli stdcompat__result.mli stdcompat__bool.mli stdcompat__fun.mli stdcompat__format.mli stdcompat__printf.mli stdcompat__atomic.mli stdcompat__in_channel.mli stdcompat__out_channel.mli stdcompat__unit.mli stdcompat__stdlib.mli stdcompat.mli stdcompat__native.ml_byte >.depend || rm -f .depend
- /usr/bin/make  all-am
- make[1]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/stdcompat.18'
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__native.mli -o stdcompat__native.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__init.mli -o stdcompat__init.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__root.mli -o stdcompat__root.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__either_s.mli -o stdcompat__either_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__either.mli -o stdcompat__either.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__seq_s.mli -o stdcompat__seq_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__seq.mli -o stdcompat__seq.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__tools.mli -o stdcompat__tools.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__pervasives_s.mli -o stdcompat__pervasives_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__arg_s.mli -o stdcompat__arg_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__lazy_s.mli -o stdcompat__lazy_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__char_s.mli -o stdcompat__char_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__uchar_s.mli -o stdcompat__uchar_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__uchar.mli -o stdcompat__uchar.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__buffer_s.mli -o stdcompat__buffer_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__string_s.mli -o stdcompat__string_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__stringLabels_s.mli -o stdcompat__stringLabels_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__bytes_s.mli -o stdcompat__bytes_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__bytesLabels_s.mli -o stdcompat__bytesLabels_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__list_s.mli -o stdcompat__list_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__listLabels_s.mli -o stdcompat__listLabels_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__stack_s.mli -o stdcompat__stack_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__list.mli -o stdcompat__list.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__hashtbl_ext.mli -o stdcompat__hashtbl_ext.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__hashtbl_s.mli -o stdcompat__hashtbl_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__set_s.mli -o stdcompat__set_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__map_s.mli -o stdcompat__map_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__weak_s.mli -o stdcompat__weak_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__sys_s.mli -o stdcompat__sys_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__stream_s.mli -o stdcompat__stream_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__digest_s.mli -o stdcompat__digest_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__nativeint_s.mli -o stdcompat__nativeint_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__int_s.mli -o stdcompat__int_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__int64_s.mli -o stdcompat__int64_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__int32_s.mli -o stdcompat__int32_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__filename_s.mli -o stdcompat__filename_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__array_s.mli -o stdcompat__array_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__arrayLabels_s.mli -o stdcompat__arrayLabels_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__float_s.mli -o stdcompat__float_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__queue_s.mli -o stdcompat__queue_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__hashtbl.mli -o stdcompat__hashtbl.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__ephemeron_s.mli -o stdcompat__ephemeron_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__moreLabels_s.mli -o stdcompat__moreLabels_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__lexing_s.mli -o stdcompat__lexing_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__pervasives.mli -o stdcompat__pervasives.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__option_s.mli -o stdcompat__option_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__result_s.mli -o stdcompat__result_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__bool_s.mli -o stdcompat__bool_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__fun_s.mli -o stdcompat__fun_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__printf_s.mli -o stdcompat__printf_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__printexc_s.mli -o stdcompat__printexc_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__format_s.mli -o stdcompat__format_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__atomic_s.mli -o stdcompat__atomic_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__in_channel_s.mli -o stdcompat__in_channel_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__out_channel_s.mli -o stdcompat__out_channel_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__random_s.mli -o stdcompat__random_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__unit_s.mli -o stdcompat__unit_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__stdlib_s.mli -o stdcompat__stdlib_s.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__arg.mli -o stdcompat__arg.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__lazy.mli -o stdcompat__lazy.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__char.mli -o stdcompat__char.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__option.mli -o stdcompat__option.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__buffer.mli -o stdcompat__buffer.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__sys.mli -o stdcompat__sys.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__bytes.mli -o stdcompat__bytes.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__bytesLabels.mli -o stdcompat__bytesLabels.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__string.mli -o stdcompat__string.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__stringLabels.mli -o stdcompat__stringLabels.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__filename.mli -o stdcompat__filename.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__listLabels.mli -o stdcompat__listLabels.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__stack.mli -o stdcompat__stack.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__set.mli -o stdcompat__set.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__map.mli -o stdcompat__map.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__weak.mli -o stdcompat__weak.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__random.mli -o stdcompat__random.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__stream.mli -o stdcompat__stream.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__digest.mli -o stdcompat__digest.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__nativeint.mli -o stdcompat__nativeint.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__int.mli -o stdcompat__int.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__int64.mli -o stdcompat__int64.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__int32.mli -o stdcompat__int32.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__array.mli -o stdcompat__array.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__arrayLabels.mli -o stdcompat__arrayLabels.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__float.mli -o stdcompat__float.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__queue.mli -o stdcompat__queue.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__ephemeron.mli -o stdcompat__ephemeron.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__moreLabels.mli -o stdcompat__moreLabels.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__lexing.mli -o stdcompat__lexing.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__printexc.mli -o stdcompat__printexc.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__result.mli -o stdcompat__result.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__bool.mli -o stdcompat__bool.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__fun.mli -o stdcompat__fun.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__format.mli -o stdcompat__format.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__printf.mli -o stdcompat__printf.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__atomic.mli -o stdcompat__atomic.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__in_channel.mli -o stdcompat__in_channel.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__out_channel.mli -o stdcompat__out_channel.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__unit.mli -o stdcompat__unit.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__stdlib.mli -o stdcompat__stdlib.cmi
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat.mli -o stdcompat.cmi
- ocamlc.opt -c stdcompat__stubs.c
- ocamlmklib.opt -o stdcompat__stubs stdcompat__stubs.o
- ocamlc.opt  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated -c -impl stdcompat__native.ml_byte
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__init.ml -o stdcompat__init.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__root.ml -o stdcompat__root.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__either_s.ml -o stdcompat__either_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__either.ml -o stdcompat__either.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__seq_s.ml -o stdcompat__seq_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__seq.ml -o stdcompat__seq.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__tools.ml -o stdcompat__tools.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__pervasives_s.ml -o stdcompat__pervasives_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__arg_s.ml -o stdcompat__arg_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__lazy_s.ml -o stdcompat__lazy_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__char_s.ml -o stdcompat__char_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__uchar_s.ml -o stdcompat__uchar_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__uchar.ml -o stdcompat__uchar.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__buffer_s.ml -o stdcompat__buffer_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__string_s.ml -o stdcompat__string_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__stringLabels_s.ml -o stdcompat__stringLabels_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__bytes_s.ml -o stdcompat__bytes_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__bytesLabels_s.ml -o stdcompat__bytesLabels_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__list_s.ml -o stdcompat__list_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__listLabels_s.ml -o stdcompat__listLabels_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__stack_s.ml -o stdcompat__stack_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__list.ml -o stdcompat__list.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__hashtbl_ext.ml -o stdcompat__hashtbl_ext.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__hashtbl_s.ml -o stdcompat__hashtbl_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__set_s.ml -o stdcompat__set_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__map_s.ml -o stdcompat__map_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__weak_s.ml -o stdcompat__weak_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__sys_s.ml -o stdcompat__sys_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__stream_s.ml -o stdcompat__stream_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__digest_s.ml -o stdcompat__digest_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__nativeint_s.ml -o stdcompat__nativeint_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__int_s.ml -o stdcompat__int_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__int64_s.ml -o stdcompat__int64_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__int32_s.ml -o stdcompat__int32_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__filename_s.ml -o stdcompat__filename_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__array_s.ml -o stdcompat__array_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__arrayLabels_s.ml -o stdcompat__arrayLabels_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__float_s.ml -o stdcompat__float_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__queue_s.ml -o stdcompat__queue_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__hashtbl.ml -o stdcompat__hashtbl.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__ephemeron_s.ml -o stdcompat__ephemeron_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__moreLabels_s.ml -o stdcompat__moreLabels_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__lexing_s.ml -o stdcompat__lexing_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__pervasives.ml -o stdcompat__pervasives.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__option_s.ml -o stdcompat__option_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__result_s.ml -o stdcompat__result_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__bool_s.ml -o stdcompat__bool_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__fun_s.ml -o stdcompat__fun_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__printf_s.ml -o stdcompat__printf_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__printexc_s.ml -o stdcompat__printexc_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__format_s.ml -o stdcompat__format_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__atomic_s.ml -o stdcompat__atomic_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__in_channel_s.ml -o stdcompat__in_channel_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__out_channel_s.ml -o stdcompat__out_channel_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__random_s.ml -o stdcompat__random_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__unit_s.ml -o stdcompat__unit_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__stdlib_s.ml -o stdcompat__stdlib_s.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__arg.ml -o stdcompat__arg.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__lazy.ml -o stdcompat__lazy.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__char.ml -o stdcompat__char.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__option.ml -o stdcompat__option.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__buffer.ml -o stdcompat__buffer.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__sys.ml -o stdcompat__sys.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__bytes.ml -o stdcompat__bytes.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__bytesLabels.ml -o stdcompat__bytesLabels.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__string.ml -o stdcompat__string.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__stringLabels.ml -o stdcompat__stringLabels.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__filename.ml -o stdcompat__filename.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__listLabels.ml -o stdcompat__listLabels.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__stack.ml -o stdcompat__stack.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__set.ml -o stdcompat__set.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__map.ml -o stdcompat__map.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__weak.ml -o stdcompat__weak.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__random.ml -o stdcompat__random.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__stream.ml -o stdcompat__stream.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__digest.ml -o stdcompat__digest.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__nativeint.ml -o stdcompat__nativeint.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__int.ml -o stdcompat__int.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__int64.ml -o stdcompat__int64.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__int32.ml -o stdcompat__int32.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__array.ml -o stdcompat__array.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__arrayLabels.ml -o stdcompat__arrayLabels.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__float.ml -o stdcompat__float.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__queue.ml -o stdcompat__queue.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__ephemeron.ml -o stdcompat__ephemeron.cmo
- File "stdcompat__ephemeron.ml", line 1:
- Alert old_ephemeron_api: iter
- This function won't be available in 5.0
- File "ephemeron.mli", lines 91-92, characters 2-73:
-   Definition
- File "stdcompat__ephemeron_s.mli", line 16, characters 30-76:
-   Expected signature
- File "stdcompat__ephemeron.ml", line 1:
- Alert old_ephemeron_api: filter_map_inplace
- This function won't be available in 5.0
- File "ephemeron.mli", lines 93-94, characters 2-73:
-   Definition
- File "stdcompat__ephemeron_s.mli", line 17, characters 0-65:
-   Expected signature
- File "stdcompat__ephemeron.ml", line 1:
- Alert old_ephemeron_api: fold
- This function won't be available in 5.0
- File "ephemeron.mli", lines 95-96, characters 2-73:
-   Definition
- File "stdcompat__ephemeron_s.mli", line 18, characters 0-54:
-   Expected signature
- File "stdcompat__ephemeron.ml", line 1:
- Alert old_ephemeron_api: to_seq
- This function won't be available in 5.0
- File "ephemeron.mli", lines 99-100, characters 2-73:
-   Definition
- File "stdcompat__ephemeron_s.mli", line 20, characters 0-37:
-   Expected signature
- File "stdcompat__ephemeron.ml", line 1:
- Alert old_ephemeron_api: to_seq_keys
- This function won't be available in 5.0
- File "ephemeron.mli", lines 101-102, characters 2-73:
-   Definition
- File "stdcompat__ephemeron_s.mli", line 20, characters 38-73:
-   Expected signature
- File "stdcompat__ephemeron.ml", line 1:
- Alert old_ephemeron_api: to_seq_values
- This function won't be available in 5.0
- File "ephemeron.mli", lines 103-104, characters 2-73:
-   Definition
- File "stdcompat__ephemeron_s.mli", line 21, characters 0-36:
-   Expected signature
- File "stdcompat__ephemeron.ml", line 1:
- Alert old_ephemeron_api: iter
- This function won't be available in 5.0
- File "ephemeron.mli", lines 136-137, characters 2-73:
-   Definition
- File "stdcompat__ephemeron_s.mli", line 93, characters 30-76:
-   Expected signature
- File "stdcompat__ephemeron.ml", line 1:
- Alert old_ephemeron_api: filter_map_inplace
- This function won't be available in 5.0
- File "ephemeron.mli", lines 138-139, characters 2-73:
-   Definition
- File "stdcompat__ephemeron_s.mli", line 94, characters 0-65:
-   Expected signature
- File "stdcompat__ephemeron.ml", line 1:
- Alert old_ephemeron_api: fold
- This function won't be available in 5.0
- File "ephemeron.mli", lines 140-141, characters 2-73:
-   Definition
- File "stdcompat__ephemeron_s.mli", line 95, characters 0-54:
-   Expected signature
- File "stdcompat__ephemeron.ml", line 1:
- Alert old_ephemeron_api: to_seq
- This function won't be available in 5.0
- File "ephemeron.mli", lines 144-145, characters 2-73:
-   Definition
- File "stdcompat__ephemeron_s.mli", line 97, characters 0-37:
-   Expected signature
- File "stdcompat__ephemeron.ml", line 1:
- Alert old_ephemeron_api: to_seq_keys
- This function won't be available in 5.0
- File "ephemeron.mli", lines 146-147, characters 2-73:
-   Definition
- File "stdcompat__ephemeron_s.mli", line 97, characters 38-73:
-   Expected signature
- File "stdcompat__ephemeron.ml", line 1:
- Alert old_ephemeron_api: to_seq_values
- This function won't be available in 5.0
- File "ephemeron.mli", lines 148-149, characters 2-73:
-   Definition
- File "stdcompat__ephemeron_s.mli", line 98, characters 0-36:
-   Expected signature
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__moreLabels.ml -o stdcompat__moreLabels.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__lexing.ml -o stdcompat__lexing.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__printexc.ml -o stdcompat__printexc.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__result.ml -o stdcompat__result.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__bool.ml -o stdcompat__bool.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__fun.ml -o stdcompat__fun.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__format.ml -o stdcompat__format.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__printf.ml -o stdcompat__printf.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__atomic.ml -o stdcompat__atomic.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__in_channel.ml -o stdcompat__in_channel.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__out_channel.ml -o stdcompat__out_channel.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__unit.ml -o stdcompat__unit.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__stdlib.ml -o stdcompat__stdlib.cmo
- ocamlc.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat.ml -o stdcompat.cmo
- ocamlc.opt  -bin-annot -no-alias-deps -a stdcompat__native.cmo stdcompat__init.cmo stdcompat__root.cmo stdcompat__either_s.cmo stdcompat__either.cmo stdcompat__seq_s.cmo stdcompat__seq.cmo stdcompat__tools.cmo stdcompat__pervasives_s.cmo stdcompat__arg_s.cmo stdcompat__lazy_s.cmo stdcompat__char_s.cmo stdcompat__uchar_s.cmo stdcompat__uchar.cmo stdcompat__buffer_s.cmo stdcompat__string_s.cmo stdcompat__stringLabels_s.cmo stdcompat__bytes_s.cmo stdcompat__bytesLabels_s.cmo stdcompat__list_s.cmo stdcompat__listLabels_s.cmo stdcompat__stack_s.cmo stdcompat__list.cmo stdcompat__hashtbl_ext.cmo stdcompat__hashtbl_s.cmo stdcompat__set_s.cmo stdcompat__map_s.cmo stdcompat__weak_s.cmo stdcompat__sys_s.cmo stdcompat__stream_s.cmo stdcompat__digest_s.cmo stdcompat__nativeint_s.cmo stdcompat__int_s.cmo stdcompat__int64_s.cmo stdcompat__int32_s.cmo stdcompat__filename_s.cmo stdcompat__array_s.cmo stdcompat__arrayLabels_s.cmo stdcompat__float_s.cmo stdcompat__queue_s.cmo stdcompat__hashtbl.cmo stdcompat__ephemeron_s.cmo stdcompat__moreLabels_s.cmo stdcompat__lexing_s.cmo stdcompat__pervasives.cmo stdcompat__option_s.cmo stdcompat__result_s.cmo stdcompat__bool_s.cmo stdcompat__fun_s.cmo stdcompat__printf_s.cmo stdcompat__printexc_s.cmo stdcompat__format_s.cmo stdcompat__atomic_s.cmo stdcompat__in_channel_s.cmo stdcompat__out_channel_s.cmo stdcompat__random_s.cmo stdcompat__unit_s.cmo stdcompat__stdlib_s.cmo stdcompat__arg.cmo stdcompat__lazy.cmo stdcompat__char.cmo stdcompat__option.cmo stdcompat__buffer.cmo stdcompat__sys.cmo stdcompat__bytes.cmo stdcompat__bytesLabels.cmo stdcompat__string.cmo stdcompat__stringLabels.cmo stdcompat__filename.cmo stdcompat__listLabels.cmo stdcompat__stack.cmo stdcompat__set.cmo stdcompat__map.cmo stdcompat__weak.cmo stdcompat__random.cmo stdcompat__stream.cmo stdcompat__digest.cmo stdcompat__nativeint.cmo stdcompat__int.cmo stdcompat__int64.cmo stdcompat__int32.cmo stdcompat__array.cmo stdcompat__arrayLabels.cmo stdcompat__float.cmo stdcompat__queue.cmo stdcompat__ephemeron.cmo stdcompat__moreLabels.cmo stdcompat__lexing.cmo stdcompat__printexc.cmo stdcompat__result.cmo stdcompat__bool.cmo stdcompat__fun.cmo stdcompat__format.cmo stdcompat__printf.cmo stdcompat__atomic.cmo stdcompat__in_channel.cmo stdcompat__out_channel.cmo stdcompat__unit.cmo stdcompat__stdlib.cmo stdcompat.cmo \
-   -cclib "-L. -lstdcompat__stubs" -dllib -lstdcompat__stubs -o stdcompat.cma
- ocamlopt.opt  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated -c -impl stdcompat__native.ml_native
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__init.ml -o stdcompat__init.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__root.ml -o stdcompat__root.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__either_s.ml -o stdcompat__either_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__either.ml -o stdcompat__either.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__seq_s.ml -o stdcompat__seq_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__seq.ml -o stdcompat__seq.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__tools.ml -o stdcompat__tools.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__pervasives_s.ml -o stdcompat__pervasives_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__arg_s.ml -o stdcompat__arg_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__lazy_s.ml -o stdcompat__lazy_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__char_s.ml -o stdcompat__char_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__uchar_s.ml -o stdcompat__uchar_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__uchar.ml -o stdcompat__uchar.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__buffer_s.ml -o stdcompat__buffer_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__string_s.ml -o stdcompat__string_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__stringLabels_s.ml -o stdcompat__stringLabels_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__bytes_s.ml -o stdcompat__bytes_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__bytesLabels_s.ml -o stdcompat__bytesLabels_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__list_s.ml -o stdcompat__list_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__listLabels_s.ml -o stdcompat__listLabels_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__stack_s.ml -o stdcompat__stack_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__list.ml -o stdcompat__list.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__hashtbl_ext.ml -o stdcompat__hashtbl_ext.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__hashtbl_s.ml -o stdcompat__hashtbl_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__set_s.ml -o stdcompat__set_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__map_s.ml -o stdcompat__map_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__weak_s.ml -o stdcompat__weak_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__sys_s.ml -o stdcompat__sys_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__stream_s.ml -o stdcompat__stream_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__digest_s.ml -o stdcompat__digest_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__nativeint_s.ml -o stdcompat__nativeint_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__int_s.ml -o stdcompat__int_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__int64_s.ml -o stdcompat__int64_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__int32_s.ml -o stdcompat__int32_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__filename_s.ml -o stdcompat__filename_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__array_s.ml -o stdcompat__array_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__arrayLabels_s.ml -o stdcompat__arrayLabels_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__float_s.ml -o stdcompat__float_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__queue_s.ml -o stdcompat__queue_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__hashtbl.ml -o stdcompat__hashtbl.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__ephemeron_s.ml -o stdcompat__ephemeron_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__moreLabels_s.ml -o stdcompat__moreLabels_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__lexing_s.ml -o stdcompat__lexing_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__pervasives.ml -o stdcompat__pervasives.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__option_s.ml -o stdcompat__option_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__result_s.ml -o stdcompat__result_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__bool_s.ml -o stdcompat__bool_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__fun_s.ml -o stdcompat__fun_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__printf_s.ml -o stdcompat__printf_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__printexc_s.ml -o stdcompat__printexc_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__format_s.ml -o stdcompat__format_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__atomic_s.ml -o stdcompat__atomic_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__in_channel_s.ml -o stdcompat__in_channel_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__out_channel_s.ml -o stdcompat__out_channel_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__random_s.ml -o stdcompat__random_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__unit_s.ml -o stdcompat__unit_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__stdlib_s.ml -o stdcompat__stdlib_s.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__arg.ml -o stdcompat__arg.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__lazy.ml -o stdcompat__lazy.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__char.ml -o stdcompat__char.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__option.ml -o stdcompat__option.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__buffer.ml -o stdcompat__buffer.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__sys.ml -o stdcompat__sys.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__bytes.ml -o stdcompat__bytes.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__bytesLabels.ml -o stdcompat__bytesLabels.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__string.ml -o stdcompat__string.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__stringLabels.ml -o stdcompat__stringLabels.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__filename.ml -o stdcompat__filename.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__listLabels.ml -o stdcompat__listLabels.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__stack.ml -o stdcompat__stack.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__set.ml -o stdcompat__set.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__map.ml -o stdcompat__map.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__weak.ml -o stdcompat__weak.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__random.ml -o stdcompat__random.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__stream.ml -o stdcompat__stream.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__digest.ml -o stdcompat__digest.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__nativeint.ml -o stdcompat__nativeint.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__int.ml -o stdcompat__int.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__int64.ml -o stdcompat__int64.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__int32.ml -o stdcompat__int32.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__array.ml -o stdcompat__array.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__arrayLabels.ml -o stdcompat__arrayLabels.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__float.ml -o stdcompat__float.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__queue.ml -o stdcompat__queue.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__ephemeron.ml -o stdcompat__ephemeron.cmx
- File "stdcompat__ephemeron.ml", line 1:
- Alert old_ephemeron_api: iter
- This function won't be available in 5.0
- File "ephemeron.mli", lines 91-92, characters 2-73:
-   Definition
- File "stdcompat__ephemeron_s.mli", line 16, characters 30-76:
-   Expected signature
- File "stdcompat__ephemeron.ml", line 1:
- Alert old_ephemeron_api: filter_map_inplace
- This function won't be available in 5.0
- File "ephemeron.mli", lines 93-94, characters 2-73:
-   Definition
- File "stdcompat__ephemeron_s.mli", line 17, characters 0-65:
-   Expected signature
- File "stdcompat__ephemeron.ml", line 1:
- Alert old_ephemeron_api: fold
- This function won't be available in 5.0
- File "ephemeron.mli", lines 95-96, characters 2-73:
-   Definition
- File "stdcompat__ephemeron_s.mli", line 18, characters 0-54:
-   Expected signature
- File "stdcompat__ephemeron.ml", line 1:
- Alert old_ephemeron_api: to_seq
- This function won't be available in 5.0
- File "ephemeron.mli", lines 99-100, characters 2-73:
-   Definition
- File "stdcompat__ephemeron_s.mli", line 20, characters 0-37:
-   Expected signature
- File "stdcompat__ephemeron.ml", line 1:
- Alert old_ephemeron_api: to_seq_keys
- This function won't be available in 5.0
- File "ephemeron.mli", lines 101-102, characters 2-73:
-   Definition
- File "stdcompat__ephemeron_s.mli", line 20, characters 38-73:
-   Expected signature
- File "stdcompat__ephemeron.ml", line 1:
- Alert old_ephemeron_api: to_seq_values
- This function won't be available in 5.0
- File "ephemeron.mli", lines 103-104, characters 2-73:
-   Definition
- File "stdcompat__ephemeron_s.mli", line 21, characters 0-36:
-   Expected signature
- File "stdcompat__ephemeron.ml", line 1:
- Alert old_ephemeron_api: iter
- This function won't be available in 5.0
- File "ephemeron.mli", lines 136-137, characters 2-73:
-   Definition
- File "stdcompat__ephemeron_s.mli", line 93, characters 30-76:
-   Expected signature
- File "stdcompat__ephemeron.ml", line 1:
- Alert old_ephemeron_api: filter_map_inplace
- This function won't be available in 5.0
- File "ephemeron.mli", lines 138-139, characters 2-73:
-   Definition
- File "stdcompat__ephemeron_s.mli", line 94, characters 0-65:
-   Expected signature
- File "stdcompat__ephemeron.ml", line 1:
- Alert old_ephemeron_api: fold
- This function won't be available in 5.0
- File "ephemeron.mli", lines 140-141, characters 2-73:
-   Definition
- File "stdcompat__ephemeron_s.mli", line 95, characters 0-54:
-   Expected signature
- File "stdcompat__ephemeron.ml", line 1:
- Alert old_ephemeron_api: to_seq
- This function won't be available in 5.0
- File "ephemeron.mli", lines 144-145, characters 2-73:
-   Definition
- File "stdcompat__ephemeron_s.mli", line 97, characters 0-37:
-   Expected signature
- File "stdcompat__ephemeron.ml", line 1:
- Alert old_ephemeron_api: to_seq_keys
- This function won't be available in 5.0
- File "ephemeron.mli", lines 146-147, characters 2-73:
-   Definition
- File "stdcompat__ephemeron_s.mli", line 97, characters 38-73:
-   Expected signature
- File "stdcompat__ephemeron.ml", line 1:
- Alert old_ephemeron_api: to_seq_values
- This function won't be available in 5.0
- File "ephemeron.mli", lines 148-149, characters 2-73:
-   Definition
- File "stdcompat__ephemeron_s.mli", line 98, characters 0-36:
-   Expected signature
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__moreLabels.ml -o stdcompat__moreLabels.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__lexing.ml -o stdcompat__lexing.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__printexc.ml -o stdcompat__printexc.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__result.ml -o stdcompat__result.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__bool.ml -o stdcompat__bool.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__fun.ml -o stdcompat__fun.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__format.ml -o stdcompat__format.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__printf.ml -o stdcompat__printf.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__atomic.ml -o stdcompat__atomic.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__in_channel.ml -o stdcompat__in_channel.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__out_channel.ml -o stdcompat__out_channel.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__unit.ml -o stdcompat__unit.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat__stdlib.ml -o stdcompat__stdlib.cmx
- ocamlopt.opt -c  -bin-annot -no-alias-deps -nolabels -I . -alert -deprecated stdcompat.ml -o stdcompat.cmx
- ocamlopt.opt  -bin-annot -no-alias-deps -a stdcompat__native.cmx stdcompat__init.cmx stdcompat__root.cmx stdcompat__either_s.cmx stdcompat__either.cmx stdcompat__seq_s.cmx stdcompat__seq.cmx stdcompat__tools.cmx stdcompat__pervasives_s.cmx stdcompat__arg_s.cmx stdcompat__lazy_s.cmx stdcompat__char_s.cmx stdcompat__uchar_s.cmx stdcompat__uchar.cmx stdcompat__buffer_s.cmx stdcompat__string_s.cmx stdcompat__stringLabels_s.cmx stdcompat__bytes_s.cmx stdcompat__bytesLabels_s.cmx stdcompat__list_s.cmx stdcompat__listLabels_s.cmx stdcompat__stack_s.cmx stdcompat__list.cmx stdcompat__hashtbl_ext.cmx stdcompat__hashtbl_s.cmx stdcompat__set_s.cmx stdcompat__map_s.cmx stdcompat__weak_s.cmx stdcompat__sys_s.cmx stdcompat__stream_s.cmx stdcompat__digest_s.cmx stdcompat__nativeint_s.cmx stdcompat__int_s.cmx stdcompat__int64_s.cmx stdcompat__int32_s.cmx stdcompat__filename_s.cmx stdcompat__array_s.cmx stdcompat__arrayLabels_s.cmx stdcompat__float_s.cmx stdcompat__queue_s.cmx stdcompat__hashtbl.cmx stdcompat__ephemeron_s.cmx stdcompat__moreLabels_s.cmx stdcompat__lexing_s.cmx stdcompat__pervasives.cmx stdcompat__option_s.cmx stdcompat__result_s.cmx stdcompat__bool_s.cmx stdcompat__fun_s.cmx stdcompat__printf_s.cmx stdcompat__printexc_s.cmx stdcompat__format_s.cmx stdcompat__atomic_s.cmx stdcompat__in_channel_s.cmx stdcompat__out_channel_s.cmx stdcompat__random_s.cmx stdcompat__unit_s.cmx stdcompat__stdlib_s.cmx stdcompat__arg.cmx stdcompat__lazy.cmx stdcompat__char.cmx stdcompat__option.cmx stdcompat__buffer.cmx stdcompat__sys.cmx stdcompat__bytes.cmx stdcompat__bytesLabels.cmx stdcompat__string.cmx stdcompat__stringLabels.cmx stdcompat__filename.cmx stdcompat__listLabels.cmx stdcompat__stack.cmx stdcompat__set.cmx stdcompat__map.cmx stdcompat__weak.cmx stdcompat__random.cmx stdcompat__stream.cmx stdcompat__digest.cmx stdcompat__nativeint.cmx stdcompat__int.cmx stdcompat__int64.cmx stdcompat__int32.cmx stdcompat__array.cmx stdcompat__arrayLabels.cmx stdcompat__float.cmx stdcompat__queue.cmx stdcompat__ephemeron.cmx stdcompat__moreLabels.cmx stdcompat__lexing.cmx stdcompat__printexc.cmx stdcompat__result.cmx stdcompat__bool.cmx stdcompat__fun.cmx stdcompat__format.cmx stdcompat__printf.cmx stdcompat__atomic.cmx stdcompat__in_channel.cmx stdcompat__out_channel.cmx stdcompat__unit.cmx stdcompat__stdlib.cmx stdcompat.cmx -cclib "-L. -lstdcompat__stubs" -o stdcompat.cmxa
- ocamlopt.opt  -bin-annot -no-alias-deps -shared stdcompat__native.cmx stdcompat__init.cmx stdcompat__root.cmx stdcompat__either_s.cmx stdcompat__either.cmx stdcompat__seq_s.cmx stdcompat__seq.cmx stdcompat__tools.cmx stdcompat__pervasives_s.cmx stdcompat__arg_s.cmx stdcompat__lazy_s.cmx stdcompat__char_s.cmx stdcompat__uchar_s.cmx stdcompat__uchar.cmx stdcompat__buffer_s.cmx stdcompat__string_s.cmx stdcompat__stringLabels_s.cmx stdcompat__bytes_s.cmx stdcompat__bytesLabels_s.cmx stdcompat__list_s.cmx stdcompat__listLabels_s.cmx stdcompat__stack_s.cmx stdcompat__list.cmx stdcompat__hashtbl_ext.cmx stdcompat__hashtbl_s.cmx stdcompat__set_s.cmx stdcompat__map_s.cmx stdcompat__weak_s.cmx stdcompat__sys_s.cmx stdcompat__stream_s.cmx stdcompat__digest_s.cmx stdcompat__nativeint_s.cmx stdcompat__int_s.cmx stdcompat__int64_s.cmx stdcompat__int32_s.cmx stdcompat__filename_s.cmx stdcompat__array_s.cmx stdcompat__arrayLabels_s.cmx stdcompat__float_s.cmx stdcompat__queue_s.cmx stdcompat__hashtbl.cmx stdcompat__ephemeron_s.cmx stdcompat__moreLabels_s.cmx stdcompat__lexing_s.cmx stdcompat__pervasives.cmx stdcompat__option_s.cmx stdcompat__result_s.cmx stdcompat__bool_s.cmx stdcompat__fun_s.cmx stdcompat__printf_s.cmx stdcompat__printexc_s.cmx stdcompat__format_s.cmx stdcompat__atomic_s.cmx stdcompat__in_channel_s.cmx stdcompat__out_channel_s.cmx stdcompat__random_s.cmx stdcompat__unit_s.cmx stdcompat__stdlib_s.cmx stdcompat__arg.cmx stdcompat__lazy.cmx stdcompat__char.cmx stdcompat__option.cmx stdcompat__buffer.cmx stdcompat__sys.cmx stdcompat__bytes.cmx stdcompat__bytesLabels.cmx stdcompat__string.cmx stdcompat__stringLabels.cmx stdcompat__filename.cmx stdcompat__listLabels.cmx stdcompat__stack.cmx stdcompat__set.cmx stdcompat__map.cmx stdcompat__weak.cmx stdcompat__random.cmx stdcompat__stream.cmx stdcompat__digest.cmx stdcompat__nativeint.cmx stdcompat__int.cmx stdcompat__int64.cmx stdcompat__int32.cmx stdcompat__array.cmx stdcompat__arrayLabels.cmx stdcompat__float.cmx stdcompat__queue.cmx stdcompat__ephemeron.cmx stdcompat__moreLabels.cmx stdcompat__lexing.cmx stdcompat__printexc.cmx stdcompat__result.cmx stdcompat__bool.cmx stdcompat__fun.cmx stdcompat__format.cmx stdcompat__printf.cmx stdcompat__atomic.cmx stdcompat__in_channel.cmx stdcompat__out_channel.cmx stdcompat__unit.cmx stdcompat__stdlib.cmx stdcompat.cmx -cclib "-L. -lstdcompat__stubs" -o stdcompat.cmxs
- make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/stdcompat.18'
-> compiled  stdcompat.18
Processing  9/9: [stdcompat: make install]
+ /usr/bin/make "install" (CWD=/home/opam/.opam/4.14/.opam-switch/build/stdcompat.18)
- make[1]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/stdcompat.18'
- /usr/bin/make  install-exec-hook
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/stdcompat.18'
- /usr/bin/mkdir -p /home/opam/.opam/4.14/lib/stublibs
- /usr/bin/install -c dllstdcompat__stubs.so /home/opam/.opam/4.14/lib/stublibs
- echo stdcompat >/home/opam/.opam/4.14/lib/stublibs/dllstdcompat__stubs.so.owner
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/stdcompat.18'
-  /usr/bin/mkdir -p '/home/opam/.opam/4.14/lib/stdcompat'
-  /usr/bin/install -c META stdcompat__native.ml stdcompat__init.ml stdcompat__root.ml stdcompat__either_s.ml stdcompat__either.ml stdcompat__seq_s.ml stdcompat__seq.ml stdcompat__tools.ml stdcompat__pervasives_s.ml stdcompat__arg_s.ml stdcompat__lazy_s.ml stdcompat__char_s.ml stdcompat__uchar_s.ml stdcompat__uchar.ml stdcompat__buffer_s.ml stdcompat__string_s.ml stdcompat__stringLabels_s.ml stdcompat__bytes_s.ml stdcompat__bytesLabels_s.ml stdcompat__list_s.ml stdcompat__listLabels_s.ml stdcompat__stack_s.ml stdcompat__list.ml stdcompat__hashtbl_ext.ml stdcompat__hashtbl_s.ml stdcompat__set_s.ml stdcompat__map_s.ml stdcompat__weak_s.ml stdcompat__sys_s.ml stdcompat__stream_s.ml stdcompat__digest_s.ml stdcompat__nativeint_s.ml stdcompat__int_s.ml stdcompat__int64_s.ml stdcompat__int32_s.ml stdcompat__filename_s.ml stdcompat__array_s.ml stdcompat__arrayLabels_s.ml stdcompat__float_s.ml '/home/opam/.opam/4.14/lib/stdcompat'
-  /usr/bin/install -c stdcompat__queue_s.ml stdcompat__hashtbl.ml stdcompat__ephemeron_s.ml stdcompat__moreLabels_s.ml stdcompat__lexing_s.ml stdcompat__pervasives.ml stdcompat__option_s.ml stdcompat__result_s.ml stdcompat__bool_s.ml stdcompat__fun_s.ml stdcompat__printf_s.ml stdcompat__printexc_s.ml stdcompat__format_s.ml stdcompat__atomic_s.ml stdcompat__in_channel_s.ml stdcompat__out_channel_s.ml stdcompat__random_s.ml stdcompat__unit_s.ml stdcompat__stdlib_s.ml stdcompat__arg.ml stdcompat__lazy.ml stdcompat__char.ml stdcompat__option.ml stdcompat__buffer.ml stdcompat__sys.ml stdcompat__bytes.ml stdcompat__bytesLabels.ml stdcompat__string.ml stdcompat__stringLabels.ml stdcompat__filename.ml stdcompat__listLabels.ml stdcompat__stack.ml stdcompat__set.ml stdcompat__map.ml stdcompat__weak.ml stdcompat__random.ml stdcompat__stream.ml stdcompat__digest.ml stdcompat__nativeint.ml stdcompat__int.ml '/home/opam/.opam/4.14/lib/stdcompat'
-  /usr/bin/install -c stdcompat__int64.ml stdcompat__int32.ml stdcompat__array.ml stdcompat__arrayLabels.ml stdcompat__float.ml stdcompat__queue.ml stdcompat__ephemeron.ml stdcompat__moreLabels.ml stdcompat__lexing.ml stdcompat__printexc.ml stdcompat__result.ml stdcompat__bool.ml stdcompat__fun.ml stdcompat__format.ml stdcompat__printf.ml stdcompat__atomic.ml stdcompat__in_channel.ml stdcompat__out_channel.ml stdcompat__unit.ml stdcompat__stdlib.ml stdcompat.ml stdcompat__native.cmi stdcompat__init.cmi stdcompat__root.cmi stdcompat__either_s.cmi stdcompat__either.cmi stdcompat__seq_s.cmi stdcompat__seq.cmi stdcompat__tools.cmi stdcompat__pervasives_s.cmi stdcompat__arg_s.cmi stdcompat__lazy_s.cmi stdcompat__char_s.cmi stdcompat__uchar_s.cmi stdcompat__uchar.cmi stdcompat__buffer_s.cmi stdcompat__string_s.cmi stdcompat__stringLabels_s.cmi stdcompat__bytes_s.cmi stdcompat__bytesLabels_s.cmi '/home/opam/.opam/4.14/lib/stdcompat'
-  /usr/bin/install -c stdcompat__list_s.cmi stdcompat__listLabels_s.cmi stdcompat__stack_s.cmi stdcompat__list.cmi stdcompat__hashtbl_ext.cmi stdcompat__hashtbl_s.cmi stdcompat__set_s.cmi stdcompat__map_s.cmi stdcompat__weak_s.cmi stdcompat__sys_s.cmi stdcompat__stream_s.cmi stdcompat__digest_s.cmi stdcompat__nativeint_s.cmi stdcompat__int_s.cmi stdcompat__int64_s.cmi stdcompat__int32_s.cmi stdcompat__filename_s.cmi stdcompat__array_s.cmi stdcompat__arrayLabels_s.cmi stdcompat__float_s.cmi stdcompat__queue_s.cmi stdcompat__hashtbl.cmi stdcompat__ephemeron_s.cmi stdcompat__moreLabels_s.cmi stdcompat__lexing_s.cmi stdcompat__pervasives.cmi stdcompat__option_s.cmi stdcompat__result_s.cmi stdcompat__bool_s.cmi stdcompat__fun_s.cmi stdcompat__printf_s.cmi stdcompat__printexc_s.cmi stdcompat__format_s.cmi stdcompat__atomic_s.cmi stdcompat__in_channel_s.cmi stdcompat__out_channel_s.cmi stdcompat__random_s.cmi stdcompat__unit_s.cmi stdcompat__stdlib_s.cmi stdcompat__arg.cmi '/home/opam/.opam/4.14/lib/stdcompat'
-  /usr/bin/install -c stdcompat__lazy.cmi stdcompat__char.cmi stdcompat__option.cmi stdcompat__buffer.cmi stdcompat__sys.cmi stdcompat__bytes.cmi stdcompat__bytesLabels.cmi stdcompat__string.cmi stdcompat__stringLabels.cmi stdcompat__filename.cmi stdcompat__listLabels.cmi stdcompat__stack.cmi stdcompat__set.cmi stdcompat__map.cmi stdcompat__weak.cmi stdcompat__random.cmi stdcompat__stream.cmi stdcompat__digest.cmi stdcompat__nativeint.cmi stdcompat__int.cmi stdcompat__int64.cmi stdcompat__int32.cmi stdcompat__array.cmi stdcompat__arrayLabels.cmi stdcompat__float.cmi stdcompat__queue.cmi stdcompat__ephemeron.cmi stdcompat__moreLabels.cmi stdcompat__lexing.cmi stdcompat__printexc.cmi stdcompat__result.cmi stdcompat__bool.cmi stdcompat__fun.cmi stdcompat__format.cmi stdcompat__printf.cmi stdcompat__atomic.cmi stdcompat__in_channel.cmi stdcompat__out_channel.cmi stdcompat__unit.cmi stdcompat__stdlib.cmi '/home/opam/.opam/4.14/lib/stdcompat'
-  /usr/bin/install -c stdcompat.cmi libstdcompat__stubs.a stdcompat.h stdcompat.cma stdcompat.cmxa stdcompat.a stdcompat__native.cmx stdcompat__init.cmx stdcompat__root.cmx stdcompat__either_s.cmx stdcompat__either.cmx stdcompat__seq_s.cmx stdcompat__seq.cmx stdcompat__tools.cmx stdcompat__pervasives_s.cmx stdcompat__arg_s.cmx stdcompat__lazy_s.cmx stdcompat__char_s.cmx stdcompat__uchar_s.cmx stdcompat__uchar.cmx stdcompat__buffer_s.cmx stdcompat__string_s.cmx stdcompat__stringLabels_s.cmx stdcompat__bytes_s.cmx stdcompat__bytesLabels_s.cmx stdcompat__list_s.cmx stdcompat__listLabels_s.cmx stdcompat__stack_s.cmx stdcompat__list.cmx stdcompat__hashtbl_ext.cmx stdcompat__hashtbl_s.cmx stdcompat__set_s.cmx stdcompat__map_s.cmx stdcompat__weak_s.cmx stdcompat__sys_s.cmx stdcompat__stream_s.cmx stdcompat__digest_s.cmx stdcompat__nativeint_s.cmx stdcompat__int_s.cmx stdcompat__int64_s.cmx '/home/opam/.opam/4.14/lib/stdcompat'
-  /usr/bin/install -c stdcompat__int32_s.cmx stdcompat__filename_s.cmx stdcompat__array_s.cmx stdcompat__arrayLabels_s.cmx stdcompat__float_s.cmx stdcompat__queue_s.cmx stdcompat__hashtbl.cmx stdcompat__ephemeron_s.cmx stdcompat__moreLabels_s.cmx stdcompat__lexing_s.cmx stdcompat__pervasives.cmx stdcompat__option_s.cmx stdcompat__result_s.cmx stdcompat__bool_s.cmx stdcompat__fun_s.cmx stdcompat__printf_s.cmx stdcompat__printexc_s.cmx stdcompat__format_s.cmx stdcompat__atomic_s.cmx stdcompat__in_channel_s.cmx stdcompat__out_channel_s.cmx stdcompat__random_s.cmx stdcompat__unit_s.cmx stdcompat__stdlib_s.cmx stdcompat__arg.cmx stdcompat__lazy.cmx stdcompat__char.cmx stdcompat__option.cmx stdcompat__buffer.cmx stdcompat__sys.cmx stdcompat__bytes.cmx stdcompat__bytesLabels.cmx stdcompat__string.cmx stdcompat__stringLabels.cmx stdcompat__filename.cmx stdcompat__listLabels.cmx stdcompat__stack.cmx stdcompat__set.cmx stdcompat__map.cmx stdcompat__weak.cmx '/home/opam/.opam/4.14/lib/stdcompat'
-  /usr/bin/install -c stdcompat__random.cmx stdcompat__stream.cmx stdcompat__digest.cmx stdcompat__nativeint.cmx stdcompat__int.cmx stdcompat__int64.cmx stdcompat__int32.cmx stdcompat__array.cmx stdcompat__arrayLabels.cmx stdcompat__float.cmx stdcompat__queue.cmx stdcompat__ephemeron.cmx stdcompat__moreLabels.cmx stdcompat__lexing.cmx stdcompat__printexc.cmx stdcompat__result.cmx stdcompat__bool.cmx stdcompat__fun.cmx stdcompat__format.cmx stdcompat__printf.cmx stdcompat__atomic.cmx stdcompat__in_channel.cmx stdcompat__out_channel.cmx stdcompat__unit.cmx stdcompat__stdlib.cmx stdcompat.cmx stdcompat.cmxs stdcompat__native.cmt stdcompat__init.cmt stdcompat__root.cmt stdcompat__either_s.cmt stdcompat__either.cmt stdcompat__seq_s.cmt stdcompat__seq.cmt stdcompat__tools.cmt stdcompat__pervasives_s.cmt stdcompat__arg_s.cmt stdcompat__lazy_s.cmt stdcompat__char_s.cmt stdcompat__uchar_s.cmt '/home/opam/.opam/4.14/lib/stdcompat'
-  /usr/bin/install -c stdcompat__uchar.cmt stdcompat__buffer_s.cmt stdcompat__string_s.cmt stdcompat__stringLabels_s.cmt stdcompat__bytes_s.cmt stdcompat__bytesLabels_s.cmt stdcompat__list_s.cmt stdcompat__listLabels_s.cmt stdcompat__stack_s.cmt stdcompat__list.cmt stdcompat__hashtbl_ext.cmt stdcompat__hashtbl_s.cmt stdcompat__set_s.cmt stdcompat__map_s.cmt stdcompat__weak_s.cmt stdcompat__sys_s.cmt stdcompat__stream_s.cmt stdcompat__digest_s.cmt stdcompat__nativeint_s.cmt stdcompat__int_s.cmt stdcompat__int64_s.cmt stdcompat__int32_s.cmt stdcompat__filename_s.cmt stdcompat__array_s.cmt stdcompat__arrayLabels_s.cmt stdcompat__float_s.cmt stdcompat__queue_s.cmt stdcompat__hashtbl.cmt stdcompat__ephemeron_s.cmt stdcompat__moreLabels_s.cmt stdcompat__lexing_s.cmt stdcompat__pervasives.cmt stdcompat__option_s.cmt stdcompat__result_s.cmt stdcompat__bool_s.cmt stdcompat__fun_s.cmt stdcompat__printf_s.cmt stdcompat__printexc_s.cmt stdcompat__format_s.cmt stdcompat__atomic_s.cmt '/home/opam/.opam/4.14/lib/stdcompat'
-  /usr/bin/install -c stdcompat__in_channel_s.cmt stdcompat__out_channel_s.cmt stdcompat__random_s.cmt stdcompat__unit_s.cmt stdcompat__stdlib_s.cmt stdcompat__arg.cmt stdcompat__lazy.cmt stdcompat__char.cmt stdcompat__option.cmt stdcompat__buffer.cmt stdcompat__sys.cmt stdcompat__bytes.cmt stdcompat__bytesLabels.cmt stdcompat__string.cmt stdcompat__stringLabels.cmt stdcompat__filename.cmt stdcompat__listLabels.cmt stdcompat__stack.cmt stdcompat__set.cmt stdcompat__map.cmt stdcompat__weak.cmt stdcompat__random.cmt stdcompat__stream.cmt stdcompat__digest.cmt stdcompat__nativeint.cmt stdcompat__int.cmt stdcompat__int64.cmt stdcompat__int32.cmt stdcompat__array.cmt stdcompat__arrayLabels.cmt stdcompat__float.cmt stdcompat__queue.cmt stdcompat__ephemeron.cmt stdcompat__moreLabels.cmt stdcompat__lexing.cmt stdcompat__printexc.cmt stdcompat__result.cmt stdcompat__bool.cmt stdcompat__fun.cmt stdcompat__format.cmt '/home/opam/.opam/4.14/lib/stdcompat'
-  /usr/bin/install -c stdcompat__printf.cmt stdcompat__atomic.cmt stdcompat__in_channel.cmt stdcompat__out_channel.cmt stdcompat__unit.cmt stdcompat__stdlib.cmt stdcompat.cmt '/home/opam/.opam/4.14/lib/stdcompat'
- make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/stdcompat.18'
-> installed stdcompat.18
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 21:36.43 ---> saved as "57449b2707842ad3ea6fd18580dc95f679714f3ed2218944a007b5f860989740"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u stdcompat:32f6e3c1183461752cdb4e64424f351a,conf-automake:ad694edda459d588dc621fdacb2039a0,conf-autoconf:d41d8cd98f00b204e9800998ecf8427e"))
2024-09-12 21:36.45 ---> saved as "f9d470d87a77b8a552016efcd23bdcc4708166828ca6e486cce73bd793244019"

/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.251727') && (for DATA in prep/universes/d41d8cd98f00b204e9800998ecf8427e/conf-autoconf/0.2,conf-autoconf.0.2-d41d8cd98f00b204e9800998ecf8427e,conf-autoconf.0.2 prep/universes/ad694edda459d588dc621fdacb2039a0/conf-automake/1,conf-automake.1-ad694edda459d588dc621fdacb2039a0,conf-automake.1 prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18,stdcompat.18-32f6e3c1183461752cdb4e64424f351a,stdcompat.18; 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/d41d8cd98f00b204e9800998ecf8427e/conf-autoconf/0.2,conf-autoconf.0.2-d41d8cd98f00b204e9800998ecf8427e,conf-autoconf.0.2 prep/universes/ad694edda459d588dc621fdacb2039a0/conf-automake/1,conf-automake.1-ad694edda459d588dc621fdacb2039a0,conf-automake.1 prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18,stdcompat.18-32f6e3c1183461752cdb4e64424f351a,stdcompat.18; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/d41d8cd98f00b204e9800998ecf8427e/conf-autoconf/0.2,conf-autoconf.0.2-d41d8cd98f00b204e9800998ecf8427e,conf-autoconf.0.2 prep/universes/ad694edda459d588dc621fdacb2039a0/conf-automake/1,conf-automake.1-ad694edda459d588dc621fdacb2039a0,conf-automake.1 prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18,stdcompat.18-32f6e3c1183461752cdb4e64424f351a,stdcompat.18; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.251727
prep/universes/d41d8cd98f00b204e9800998ecf8427e/conf-autoconf/0.2/opam
prep/universes/ad694edda459d588dc621fdacb2039a0/conf-automake/1/opam
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat.ocamlobjinfo
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/META
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__arg.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__arg.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__arg_s.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__arg_s.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__array.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__array.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__arrayLabels.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__arrayLabels.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__arrayLabels_s.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__arrayLabels_s.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__array_s.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__array_s.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__atomic.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__atomic.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__atomic_s.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__atomic_s.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__bool.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__bool.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__bool_s.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__bool_s.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__buffer.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__buffer.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__buffer_s.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__buffer_s.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__bytes.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__bytes.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__bytesLabels.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__bytesLabels.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__bytesLabels_s.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__bytesLabels_s.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__bytes_s.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__bytes_s.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__char.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__char.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__char_s.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__char_s.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__digest.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__digest.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__digest_s.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__digest_s.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__either.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__either.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__either_s.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__either_s.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__ephemeron.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__ephemeron.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__ephemeron_s.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__ephemeron_s.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__filename.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__filename.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__filename_s.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__filename_s.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__float.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__float.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__float_s.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__float_s.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__format.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__format.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__format_s.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__format_s.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__fun.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__fun.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__fun_s.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__fun_s.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__hashtbl.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__hashtbl.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__hashtbl_ext.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__hashtbl_ext.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__hashtbl_s.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__hashtbl_s.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__in_channel.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__in_channel.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__in_channel_s.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__in_channel_s.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__init.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__init.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__int.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__int.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__int32.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__int32.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__int32_s.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__int32_s.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__int64.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__int64.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__int64_s.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__int64_s.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__int_s.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__int_s.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__lazy.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__lazy.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__lazy_s.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__lazy_s.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__lexing.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__lexing.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__lexing_s.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__lexing_s.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__list.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__list.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__listLabels.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__listLabels.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__listLabels_s.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__listLabels_s.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__list_s.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__list_s.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__map.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__map.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__map_s.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__map_s.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__moreLabels.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__moreLabels.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__moreLabels_s.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__moreLabels_s.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__native.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__native.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__nativeint.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__nativeint.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__nativeint_s.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__nativeint_s.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__option.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__option.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__option_s.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__option_s.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__out_channel.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__out_channel.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__out_channel_s.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__out_channel_s.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__pervasives.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__pervasives.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__pervasives_s.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__pervasives_s.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__printexc.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__printexc.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__printexc_s.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__printexc_s.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__printf.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__printf.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__printf_s.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__printf_s.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__queue.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__queue.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__queue_s.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__queue_s.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__random.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__random.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__random_s.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__random_s.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__result.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__result.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__result_s.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__result_s.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__root.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__root.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__seq.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__seq.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__seq_s.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__seq_s.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__set.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__set.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__set_s.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__set_s.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__stack.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__stack.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__stack_s.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__stack_s.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__stdlib.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__stdlib.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__stdlib_s.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__stdlib_s.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__stream.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__stream.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__stream_s.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__stream_s.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__string.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__string.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__stringLabels.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__stringLabels.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__stringLabels_s.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__stringLabels_s.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__string_s.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__string_s.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__sys.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__sys.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__sys_s.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__sys_s.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__tools.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__tools.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__uchar.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__uchar.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__uchar_s.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__uchar_s.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__unit.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__unit.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__unit_s.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__unit_s.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__weak.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__weak.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__weak_s.cmi
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/lib/stdcompat/stdcompat__weak_s.cmt
prep/universes/32f6e3c1183461752cdb4e64424f351a/stdcompat/18/opam
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
HASHES:conf-autoconf.0.2-d41d8cd98f00b204e9800998ecf8427e:c7545497c1f9169c426f9d6549f74249a5fc6cc70405e78d0e70700b9ef83277
HASHES:conf-automake.1-ad694edda459d588dc621fdacb2039a0:e6c10de1a87cab2cfb8651814bd51daf32f8c6de0420830c2f2ed4fbea74f7e1
HASHES:stdcompat.18-32f6e3c1183461752cdb4e64424f351a:ccc55b9935f0367109ea50b358f3dae30c87c64c71092b5d3eb2a21f2626bf0d
2024-09-12 21:36.46 ---> saved as "8afcec46d28f9962e4651991d4cdd2959948fea6d681fccee3dee478b0dad18e"
Job succeeded
2024-09-12 21:46.48: stdcompat.18-32f6e3c1183461752cdb4e64424f351a -> ccc55b9935f0367109ea50b358f3dae30c87c64c71092b5d3eb2a21f2626bf0d
2024-09-12 21:46.48: conf-automake.1-ad694edda459d588dc621fdacb2039a0 -> e6c10de1a87cab2cfb8651814bd51daf32f8c6de0420830c2f2ed4fbea74f7e1
2024-09-12 21:46.48: conf-autoconf.0.2-d41d8cd98f00b204e9800998ecf8427e -> c7545497c1f9169c426f9d6549f74249a5fc6cc70405e78d0e70700b9ef83277
2024-09-12 21:46.48: Job succeeded