Build:
  1. 0
2024-01-29 15:19.00: New job: Voodoo prep satyrographos.0.0.2.7; 22ee75859f01759f004420d204744830
2024-01-29 15:19.00: Waiting for resource in pool OCluster
2024-01-29 18:14.03: Waiting for worker…
2024-01-29 18:14.59: Got resource from pool OCluster
2024-01-29 18:14.59: Using cache hint "docs-universe-prep-4.14.1"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-4.14@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef)
         (user (uid 1000) (gid 1000))
         (workdir /home/opam)
         (run (shell "sudo chown opam:opam /home/opam"))
         (run (network host)
              (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
         (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
              (network host)
              (shell "opam pin -ny https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9  && opam depext -iy voodoo-prep"))
         (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))))
 (from ocaml/opam:debian-12-ocaml-4.14@sha256:8e390dbf29f7a115e5c8098ffb1a3c7234a873cf738a5ae22f3a4846122db9ef)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo chown opam:opam /home/opam"))
 (run (shell "sudo mkdir /src"))
 (copy (src packages) (dst /src/packages))
 (copy (src repo) (dst /src/repo))
 (run (network host)
      (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni"))
 (run (shell "opam repo remove default && opam repo add opam /src"))
 (copy (from (build tools)) (src /home/opam/voodoo-prep) (dst /home/opam/))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "opam install dune.3.13.0 ocamlfind.1.9.6"))
 (env DUNE_CACHE enabled)
 (env DUNE_CACHE_TRANSPORT direct)
 (env DUNE_CACHE_DUPLICATION copy)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "(sudo apt update) && ((opam depext -viy satyrographos.0.0.2.7 yojson.1.7.0 variantslib.v0.14.0 uri-sexp.4.4.0 uri.4.4.0 typerep.v0.14.0 timezone.v0.14.0 time_now.v0.14.0 stringext.1.6.0 stdlib-shims.0.3.0 stdio.v0.14.0 splittable_random.v0.14.0 spawn.v0.15.1 shexp.v0.14.0 sexplib0.v0.14.0 sexplib.v0.14.0 seq.base result.1.5 re.1.11.0 ppxlib.0.25.1 ppx_variants_conv.v0.14.2 ppx_typerep_conv.v0.14.2 ppx_string.v0.14.1 ppx_stable.v0.14.1 ppx_sexp_value.v0.14.0 ppx_sexp_message.v0.14.1 ppx_sexp_conv.v0.14.3 ppx_pipebang.v0.14.0 ppx_optional.v0.14.0 ppx_optcomp.v0.14.3 ppx_module_timer.v0.14.0 ppx_let.v0.14.0 ppx_js_style.v0.14.1 ppx_jane.v0.14.0 ppx_inline_test.v0.14.1 ppx_here.v0.14.0 ppx_hash.v0.14.0 ppx_fixed_literal.v0.14.0 ppx_fields_conv.v0.14.2 ppx_expect.v0.14.2 ppx_enumerate.v0.14.0 ppx_deriving.5.2.1 ppx_derivers.1.2.1 ppx_custom_printf.v0.14.1 ppx_compare.v0.14.0 ppx_cold.v0.14.0 ppx_bin_prot.v0.14.0 ppx_bench.v0.14.1 ppx_base.v0.14.0 ppx_assert.v0.14.0 posixat.v0.14.0 parsexp.v0.14.2 opam-state.2.0.10 opam-repository.2.0.10 opam-format.2.0.10 opam-file-format.2.1.6 opam-core.2.0.10 octavius.1.2.2 ocamlgraph.2.1.0 ocamlfind.1.9.6 ocaml-syntax-shims.1.0.0 ocaml-compiler-libs.v0.12.4 num.1.5 jst-config.v0.14.1 json-derivers.1.0.0 jbuilder.1.0+beta20.2 jane-street-headers.v0.14.0 fileutils.0.6.4 fieldslib.v0.14.0 easy-format.1.3.4 dune-configurator.3.13.0 dune.3.13.0 csexp.1.5.2 cppo.1.6.9 core_kernel.v0.14.2 core.v0.14.1 camlp-streams.5.0.1 biniou.1.2.2 bin_prot.v0.14.1 bigstringaf.0.9.1 base_quickcheck.v0.14.1 base_bigstring.v0.14.0 base.v0.14.3 angstrom.0.16.0 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u satyrographos:22ee75859f01759f004420d204744830,shexp:c8ebfeb208199b50291781b5825bc896,posixat:30084d4e3552feaf63aa453c7fe41c22,json-derivers:ae3b13642ec799c407cb7c65a1f15097"))
 (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.818927') && (for DATA in prep/universes/ae3b13642ec799c407cb7c65a1f15097/json-derivers/1.0.0,json-derivers.1.0.0-ae3b13642ec799c407cb7c65a1f15097,json-derivers.1.0.0 prep/universes/30084d4e3552feaf63aa453c7fe41c22/posixat/v0.14.0,posixat.v0.14.0-30084d4e3552feaf63aa453c7fe41c22,posixat.v0.14.0 prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0,shexp.v0.14.0-c8ebfeb208199b50291781b5825bc896,shexp.v0.14.0 prep/universes/22ee75859f01759f004420d204744830/satyrographos/0.0.2.7,satyrographos.0.0.2.7-22ee75859f01759f004420d204744830,satyrographos.0.0.2.7; 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/ae3b13642ec799c407cb7c65a1f15097/json-derivers/1.0.0,json-derivers.1.0.0-ae3b13642ec799c407cb7c65a1f15097,json-derivers.1.0.0 prep/universes/30084d4e3552feaf63aa453c7fe41c22/posixat/v0.14.0,posixat.v0.14.0-30084d4e3552feaf63aa453c7fe41c22,posixat.v0.14.0 prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0,shexp.v0.14.0-c8ebfeb208199b50291781b5825bc896,shexp.v0.14.0 prep/universes/22ee75859f01759f004420d204744830/satyrographos/0.0.2.7,satyrographos.0.0.2.7-22ee75859f01759f004420d204744830,satyrographos.0.0.2.7; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/ae3b13642ec799c407cb7c65a1f15097/json-derivers/1.0.0,json-derivers.1.0.0-ae3b13642ec799c407cb7c65a1f15097,json-derivers.1.0.0 prep/universes/30084d4e3552feaf63aa453c7fe41c22/posixat/v0.14.0,posixat.v0.14.0-30084d4e3552feaf63aa453c7fe41c22,posixat.v0.14.0 prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0,shexp.v0.14.0-c8ebfeb208199b50291781b5825bc896,shexp.v0.14.0 prep/universes/22ee75859f01759f004420d204744830/satyrographos/0.0.2.7,satyrographos.0.0.2.7-22ee75859f01759f004420d204744830,satyrographos.0.0.2.7; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
)
END-OF-SPEC

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

2024-01-29 18:14.59: RETRYING: 2024-01-29/151900-voodoo-prep-c79a74 Number of retries: 0 (retriable error condition)
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 9fc3fa05d7 [new release] dune (15 packages) (3.13.0)

(build "tools" …)

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

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

/: (workdir /home/opam)

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

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

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

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

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

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

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

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

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

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

/: (workdir /home/opam)

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

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

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

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

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

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

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

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

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

2024-01-29 18:09.50 ---> using "52bf3f5f6e7a46ac8833cf5cd91e39754db742f33dddb3831406ffa0cde994a1" from cache

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-01-29 18:09.50 ---> using "e11031127d8519055a60a4dd91b72f34724cc3bc999b18218ffd0ca30feb91a0" from cache

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

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

/home/opam: (env DUNE_CACHE enabled)

/home/opam: (env DUNE_CACHE_TRANSPORT direct)

/home/opam: (env DUNE_CACHE_DUPLICATION copy)

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
                 (network host)
                 (shell "(sudo apt update) && ((opam depext -viy satyrographos.0.0.2.7 yojson.1.7.0 variantslib.v0.14.0 uri-sexp.4.4.0 uri.4.4.0 typerep.v0.14.0 timezone.v0.14.0 time_now.v0.14.0 stringext.1.6.0 stdlib-shims.0.3.0 stdio.v0.14.0 splittable_random.v0.14.0 spawn.v0.15.1 shexp.v0.14.0 sexplib0.v0.14.0 sexplib.v0.14.0 seq.base result.1.5 re.1.11.0 ppxlib.0.25.1 ppx_variants_conv.v0.14.2 ppx_typerep_conv.v0.14.2 ppx_string.v0.14.1 ppx_stable.v0.14.1 ppx_sexp_value.v0.14.0 ppx_sexp_message.v0.14.1 ppx_sexp_conv.v0.14.3 ppx_pipebang.v0.14.0 ppx_optional.v0.14.0 ppx_optcomp.v0.14.3 ppx_module_timer.v0.14.0 ppx_let.v0.14.0 ppx_js_style.v0.14.1 ppx_jane.v0.14.0 ppx_inline_test.v0.14.1 ppx_here.v0.14.0 ppx_hash.v0.14.0 ppx_fixed_literal.v0.14.0 ppx_fields_conv.v0.14.2 ppx_expect.v0.14.2 ppx_enumerate.v0.14.0 ppx_deriving.5.2.1 ppx_derivers.1.2.1 ppx_custom_printf.v0.14.1 ppx_compare.v0.14.0 ppx_cold.v0.14.0 ppx_bin_prot.v0.14.0 ppx_bench.v0.14.1 ppx_base.v0.14.0 ppx_assert.v0.14.0 posixat.v0.14.0 parsexp.v0.14.2 opam-state.2.0.10 opam-repository.2.0.10 opam-format.2.0.10 opam-file-format.2.1.6 opam-core.2.0.10 octavius.1.2.2 ocamlgraph.2.1.0 ocamlfind.1.9.6 ocaml-syntax-shims.1.0.0 ocaml-compiler-libs.v0.12.4 num.1.5 jst-config.v0.14.1 json-derivers.1.0.0 jbuilder.1.0+beta20.2 jane-street-headers.v0.14.0 fileutils.0.6.4 fieldslib.v0.14.0 easy-format.1.3.4 dune-configurator.3.13.0 dune.3.13.0 csexp.1.5.2 cppo.1.6.9 core_kernel.v0.14.2 core.v0.14.1 camlp-streams.5.0.1 biniou.1.2.2 bin_prot.v0.14.1 bigstringaf.0.9.1 base_quickcheck.v0.14.1 base_bigstring.v0.14.0 base.v0.14.3 angstrom.0.16.0 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))

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

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

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

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

<><> Carrying on to "opam depext -viy satyrographos.0.0.2.7 yojson.1.7.0 variantslib.v0.14.0 uri-sexp.4.4.0 uri.4.4.0 typerep.v0.14.0 timezone.v0.14.0 time_now.v0.14.0 stringext.1.6.0 stdlib-shims.0.3.0 stdio.v0.14.0 splittable_random.v0.14.0 spawn.v0.15.1 shexp.v0.14.0 sexplib0.v0.14.0 sexplib.v0.14.0 seq.base result.1.5 re.1.11.0 ppxlib.0.25.1 ppx_variants_conv.v0.14.2 ppx_typerep_conv.v0.14.2 ppx_string.v0.14.1 ppx_stable.v0.14.1 ppx_sexp_value.v0.14.0 ppx_sexp_message.v0.14.1 ppx_sexp_conv.v0.14.3 ppx_pipebang.v0.14.0 ppx_optional.v0.14.0 ppx_optcomp.v0.14.3 ppx_module_timer.v0.14.0 ppx_let.v0.14.0 ppx_js_style.v0.14.1 ppx_jane.v0.14.0 ppx_inline_test.v0.14.1 ppx_here.v0.14.0 ppx_hash.v0.14.0 ppx_fixed_literal.v0.14.0 ppx_fields_conv.v0.14.2 ppx_expect.v0.14.2 ppx_enumerate.v0.14.0 ppx_deriving.5.2.1 ppx_derivers.1.2.1 ppx_custom_printf.v0.14.1 ppx_compare.v0.14.0 ppx_cold.v0.14.0 ppx_bin_prot.v0.14.0 ppx_bench.v0.14.1 ppx_base.v0.14.0 ppx_assert.v0.14.0 posixat.v0.14.0 parsexp.v0.14.2 opam-state.2.0.10 opam-repository.2.0.10 opam-format.2.0.10 opam-file-format.2.1.6 opam-core.2.0.10 octavius.1.2.2 ocamlgraph.2.1.0 ocamlfind.1.9.6 ocaml-syntax-shims.1.0.0 ocaml-compiler-libs.v0.12.4 num.1.5 jst-config.v0.14.1 json-derivers.1.0.0 jbuilder.1.0+beta20.2 jane-street-headers.v0.14.0 fileutils.0.6.4 fieldslib.v0.14.0 easy-format.1.3.4 dune-configurator.3.13.0 dune.3.13.0 csexp.1.5.2 cppo.1.6.9 core_kernel.v0.14.2 core.v0.14.1 camlp-streams.5.0.1 biniou.1.2.2 bin_prot.v0.14.1 bigstringaf.0.9.1 base_quickcheck.v0.14.1 base_bigstring.v0.14.0 base.v0.14.3 angstrom.0.16.0" 

You are using opam 2.1+, where external dependency handling has been integrated: consider calling opam directly, the 'depext' plugin interface is provided for backwards compatibility only
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
[NOTE] Package dune is already installed (current version is 3.13.0).
[NOTE] Package ocamlfind is already installed (current version is 1.9.6).
The following actions will be performed:
  - install cppo                1.6.9
  - install num                 1.5
  - install easy-format         1.3.4
  - install ocaml-syntax-shims  1.0.0
  - install stdlib-shims        0.3.0
  - install stringext           1.6.0
  - install octavius            1.2.2
  - install ppx_derivers        1.2.1
  - install spawn               v0.15.1
  - install seq                 base
  - install ocaml-compiler-libs v0.12.4
  - install sexplib0            v0.14.0
  - install jane-street-headers v0.14.0
  - install jbuilder            1.0+beta20.2
  - install result              1.5
  - install csexp               1.5.2
  - install camlp-streams       5.0.1
  - install opam-file-format    2.1.6
  - install ocamlgraph          2.1.0
  - install re                  1.11.0
  - install fileutils           0.6.4
  - install ppxlib              0.25.1
  - install dune-configurator   3.13.0
  - install biniou              1.2.2
  - install opam-core           2.0.10
  - install ppx_pipebang        v0.14.0
  - install ppx_deriving        5.2.1
  - install bigstringaf         0.9.1
  - install base                v0.14.3
  - install yojson              1.7.0
  - install opam-format         2.0.10
  - install angstrom            0.16.0
  - install variantslib         v0.14.0
  - install typerep             v0.14.0
  - install stdio               v0.14.0
  - install ppx_stable          v0.14.1
  - install ppx_sexp_conv       v0.14.3
  - install ppx_optional        v0.14.0
  - install ppx_let             v0.14.0
  - install ppx_js_style        v0.14.1
  - install ppx_here            v0.14.0
  - install ppx_fixed_literal   v0.14.0
  - install ppx_enumerate       v0.14.0
  - install ppx_compare         v0.14.0
  - install ppx_cold            v0.14.0
  - install parsexp             v0.14.2
  - install json-derivers       1.0.0
  - install fieldslib           v0.14.0
  - install opam-repository     2.0.10
  - install uri                 4.4.0
  - install ppx_variants_conv   v0.14.2
  - install ppx_typerep_conv    v0.14.2
  - install ppx_optcomp         v0.14.3
  - install ppx_custom_printf   v0.14.1
  - install ppx_sexp_value      v0.14.0
  - install ppx_sexp_message    v0.14.1
  - install ppx_hash            v0.14.0
  - install ppx_assert          v0.14.0
  - install sexplib             v0.14.0
  - install ppx_fields_conv     v0.14.2
  - install opam-state          2.0.10
  - install uri-sexp            4.4.0
  - install posixat             v0.14.0
  - install ppx_base            v0.14.0
  - install jst-config          v0.14.1
  - install bin_prot            v0.14.1
  - install shexp               v0.14.0
  - install ppx_string          v0.14.1
  - install time_now            v0.14.0
  - install ppx_bin_prot        v0.14.0
  - install ppx_module_timer    v0.14.0
  - install ppx_inline_test     v0.14.1
  - install ppx_expect          v0.14.2
  - install ppx_bench           v0.14.1
  - install splittable_random   v0.14.0
  - install base_quickcheck     v0.14.1
  - install ppx_jane            v0.14.0
  - install base_bigstring      v0.14.0
  - install core_kernel         v0.14.2
  - install timezone            v0.14.0
  - install core                v0.14.1
  - install satyrographos       0.0.2.7
===== 82 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/246:
Processing  2/246:
Processing  3/246:
-> retrieved angstrom.0.16.0  (cached)
Processing  4/246:
-> retrieved base_bigstring.v0.14.0  (cached)
Processing  5/246:
-> retrieved base.v0.14.3  (cached)
Processing  6/246:
-> retrieved base_quickcheck.v0.14.1  (cached)
Processing  7/246:
-> retrieved bigstringaf.0.9.1  (cached)
Processing  8/246:
-> retrieved bin_prot.v0.14.1  (cached)
Processing  9/246:
-> retrieved biniou.1.2.2  (cached)
Processing 10/246:
-> retrieved camlp-streams.5.0.1  (cached)
Processing 11/246:
Processing 12/246: [camlp-streams: dune build]
-> retrieved core.v0.14.1  (cached)
Processing 13/246: [camlp-streams: dune build]
-> retrieved core_kernel.v0.14.2  (cached)
Processing 14/246: [camlp-streams: dune build]
-> retrieved cppo.1.6.9  (cached)
Processing 15/246: [camlp-streams: dune build]
Processing 16/246: [camlp-streams: dune build] [cppo: dune build]
-> retrieved csexp.1.5.2  (cached)
Processing 17/246: [camlp-streams: dune build] [cppo: dune build]
Processing 18/246: [camlp-streams: dune build] [cppo: dune build] [csexp: dune build]
-> retrieved easy-format.1.3.4  (cached)
Processing 19/246: [camlp-streams: dune build] [cppo: dune build] [csexp: dune build]
Processing 20/246: [camlp-streams: dune build] [cppo: dune build] [csexp: dune build] [easy-format: dune build]
-> retrieved fieldslib.v0.14.0  (cached)
Processing 21/246: [camlp-streams: dune build] [cppo: dune build] [csexp: dune build] [easy-format: dune build]
-> retrieved fileutils.0.6.4  (cached)
Processing 22/246: [camlp-streams: dune build] [cppo: dune build] [csexp: dune build] [easy-format: dune build]
-> retrieved jane-street-headers.v0.14.0  (cached)
Processing 23/246: [camlp-streams: dune build] [cppo: dune build] [csexp: dune build] [easy-format: dune build]
Processing 24/246: [camlp-streams: dune build] [cppo: dune build] [csexp: dune build] [easy-format: dune build] [jane-street-headers: dune build]
-> retrieved json-derivers.1.0.0  (cached)
Processing 25/246: [camlp-streams: dune build] [cppo: dune build] [csexp: dune build] [easy-format: dune build] [jane-street-headers: dune build]
-> retrieved jst-config.v0.14.1  (cached)
Processing 26/246: [camlp-streams: dune build] [cppo: dune build] [csexp: dune build] [easy-format: dune build] [jane-street-headers: dune build]
-> retrieved num.1.5  (cached)
Processing 27/246: [camlp-streams: dune build] [cppo: dune build] [csexp: dune build] [easy-format: dune build] [jane-street-headers: dune build]
Processing 28/246: [camlp-streams: dune build] [cppo: dune build] [csexp: dune build] [easy-format: dune build] [jane-street-headers: dune build] [num: make opam-legacy]
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
Processing 29/246: [camlp-streams: dune build] [cppo: dune build] [csexp: dune build] [easy-format: dune build] [jane-street-headers: dune build] [num: make opam-legacy]
Processing 30/246: [camlp-streams: dune build] [cppo: dune build] [csexp: dune build] [easy-format: dune build] [jane-street-headers: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build]
-> retrieved jbuilder.1.0+beta20.2  (cached)
Processing 31/246: [camlp-streams: dune build] [cppo: dune build] [csexp: dune build] [easy-format: dune build] [jane-street-headers: dune build] [num: make opam-legacy] [ocaml-compiler-libs: dune build]
Processing 32/246: [camlp-streams: dune build] [cppo: dune build] [csexp: dune build] [easy-format: dune build] [jane-street-headers: dune build] [jbuilder: ocaml configure.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build]
-> compiled  camlp-streams.5.0.1
Processing 32/246: [cppo: dune build] [csexp: dune build] [easy-format: dune build] [jane-street-headers: dune build] [jbuilder: ocaml configure.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build]
-> installed camlp-streams.5.0.1
Processing 33/246: [cppo: dune build] [csexp: dune build] [easy-format: dune build] [jane-street-headers: dune build] [jbuilder: ocaml configure.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build]
-> compiled  csexp.1.5.2
Processing 33/246: [cppo: dune build] [easy-format: dune build] [jane-street-headers: dune build] [jbuilder: ocaml configure.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build]
-> installed csexp.1.5.2
Processing 34/246: [cppo: dune build] [easy-format: dune build] [jane-street-headers: dune build] [jbuilder: ocaml configure.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build]
-> compiled  jane-street-headers.v0.14.0
Processing 34/246: [cppo: dune build] [easy-format: dune build] [jbuilder: ocaml configure.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build]
-> installed jane-street-headers.v0.14.0
Processing 35/246: [cppo: dune build] [easy-format: dune build] [jbuilder: ocaml configure.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build]
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
Processing 36/246: [cppo: dune build] [easy-format: dune build] [jbuilder: ocaml configure.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build]
Processing 37/246: [cppo: dune build] [easy-format: dune build] [jbuilder: ocaml configure.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build]
-> compiled  easy-format.1.3.4
Processing 37/246: [cppo: dune build] [jbuilder: ocaml configure.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build]
-> installed easy-format.1.3.4
Processing 38/246: [cppo: dune build] [jbuilder: ocaml configure.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build]
Processing 39/246: [biniou: dune build] [cppo: dune build] [jbuilder: ocaml configure.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build]
-> retrieved ocamlgraph.2.1.0  (cached)
Processing 40/246: [biniou: dune build] [cppo: dune build] [jbuilder: ocaml configure.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build]
Processing 40/246: [biniou: dune build] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build]
-> retrieved octavius.1.2.2  (cached)
Processing 41/246: [biniou: dune build] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build]
Processing 42/246: [biniou: dune build] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [octavius: dune build]
-> retrieved opam-file-format.2.1.6  (cached)
Processing 43/246: [biniou: dune build] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [octavius: dune build]
Processing 44/246: [biniou: dune build] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [octavius: dune build] [opam-file-format: dune build]
-> retrieved opam-core.2.0.10  (cached)
Processing 45/246: [biniou: dune build] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [octavius: dune build] [opam-file-format: dune build]
-> retrieved opam-format.2.0.10  (cached)
Processing 46/246: [biniou: dune build] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [octavius: dune build] [opam-file-format: dune build]
-> retrieved opam-repository.2.0.10  (cached)
Processing 47/246: [biniou: dune build] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [octavius: dune build] [opam-file-format: dune build]
-> retrieved opam-state.2.0.10  (cached)
Processing 48/246: [biniou: dune build] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [octavius: dune build] [opam-file-format: dune build]
-> retrieved dune-configurator.3.13.0  (cached)
Processing 49/246: [biniou: dune build] [cppo: dune build] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [octavius: dune build] [opam-file-format: dune build]
Processing 50/246: [biniou: dune build] [cppo: dune build] [dune-configurator: rm] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [octavius: dune build] [opam-file-format: dune build]
-> compiled  cppo.1.6.9
Processing 50/246: [biniou: dune build] [dune-configurator: rm] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [octavius: dune build] [opam-file-format: dune build]
-> installed cppo.1.6.9
Processing 51/246: [biniou: dune build] [dune-configurator: rm] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-compiler-libs: dune build] [ocaml-syntax-shims: dune build] [octavius: dune build] [opam-file-format: dune build]
-> compiled  ocaml-compiler-libs.v0.12.4
Processing 51/246: [biniou: dune build] [dune-configurator: rm] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-syntax-shims: dune build] [octavius: dune build] [opam-file-format: dune build]
-> installed ocaml-compiler-libs.v0.12.4
Processing 52/246: [biniou: dune build] [dune-configurator: rm] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [ocaml-syntax-shims: dune build] [octavius: dune build] [opam-file-format: dune build]
-> compiled  ocaml-syntax-shims.1.0.0
Processing 52/246: [biniou: dune build] [dune-configurator: rm] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [octavius: dune build] [opam-file-format: dune build]
-> installed ocaml-syntax-shims.1.0.0
Processing 53/246: [biniou: dune build] [dune-configurator: rm] [jbuilder: ocaml bootstrap.ml] [num: make opam-legacy] [octavius: dune build] [opam-file-format: dune build]
- /usr/bin/make -C src all
- make[1]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/num.1.5/src'
- ocamlc -ccopt -DBNG_ARCH_amd64 -c bng.c
- ocamlc -ccopt -DBNG_ARCH_amd64 -c nat_stubs.c
- ocamlmklib -oc nums bng.o nat_stubs.o
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c int_misc.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c int_misc.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c nat.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c nat.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c big_int.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c big_int.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_flags.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_flags.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c ratio.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c ratio.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_status.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_status.ml
- ocamlmklib -o nums -oc nums -linkall int_misc.cmo nat.cmo big_int.cmo arith_flags.cmo ratio.cmo num.cmo arith_status.cmo
- cp ../toplevel/num_top_printers.mli ../toplevel/num_top.mli ../toplevel/num_top_printers.ml ../toplevel/num_top.ml .
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top_printers.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top_printers.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -a -o num_top.cma num_top_printers.cmo num_top.cmo
- echo 'version = "1.6~dev"' > META.top
- cat META.num-top.in >> META.top
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c int_misc.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c nat.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c big_int.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_flags.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c ratio.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_status.ml
- ocamlmklib -o nums -oc nums -linkall int_misc.cmx nat.cmx big_int.cmx arith_flags.cmx ratio.cmx num.cmx arith_status.cmx
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -I . -shared -o nums.cmxs nums.cmxa
- make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/num.1.5/src'
- cp src/num-legacy.install num.install
-> compiled  num.1.5
Processing 53/246: [biniou: dune build] [dune-configurator: rm] [jbuilder: ocaml bootstrap.ml] [octavius: dune build] [opam-file-format: dune build]
-> installed num.1.5
Processing 54/246: [biniou: dune build] [dune-configurator: rm] [jbuilder: ocaml bootstrap.ml] [octavius: dune build] [opam-file-format: dune build]
-> compiled  biniou.1.2.2
Processing 54/246: [dune-configurator: rm] [jbuilder: ocaml bootstrap.ml] [octavius: dune build] [opam-file-format: dune build]
-> installed biniou.1.2.2
Processing 55/246: [dune-configurator: rm] [jbuilder: ocaml bootstrap.ml] [octavius: dune build] [opam-file-format: dune build]
-> compiled  octavius.1.2.2
Processing 55/246: [dune-configurator: rm] [jbuilder: ocaml bootstrap.ml] [opam-file-format: dune build]
-> installed octavius.1.2.2
Processing 56/246: [dune-configurator: rm] [jbuilder: ocaml bootstrap.ml] [opam-file-format: dune build]
-> compiled  opam-file-format.2.1.6
Processing 56/246: [dune-configurator: rm] [jbuilder: ocaml bootstrap.ml]
-> installed opam-file-format.2.1.6
Processing 57/246: [dune-configurator: rm] [jbuilder: ocaml bootstrap.ml]
-> retrieved parsexp.v0.14.2  (cached)
Processing 58/246: [dune-configurator: rm] [jbuilder: ocaml bootstrap.ml]
-> retrieved posixat.v0.14.0  (cached)
Processing 59/246: [dune-configurator: rm] [jbuilder: ocaml bootstrap.ml]
-> retrieved ppx_assert.v0.14.0  (cached)
Processing 60/246: [dune-configurator: rm] [jbuilder: ocaml bootstrap.ml]
-> retrieved ppx_base.v0.14.0  (cached)
Processing 61/246: [dune-configurator: rm] [jbuilder: ocaml bootstrap.ml]
-> retrieved ppx_bench.v0.14.1  (cached)
Processing 62/246: [dune-configurator: rm] [jbuilder: ocaml bootstrap.ml]
-> retrieved ppx_bin_prot.v0.14.0  (cached)
Processing 63/246: [dune-configurator: rm] [jbuilder: ocaml bootstrap.ml]
Processing 63/246: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml]
-> retrieved ppx_cold.v0.14.0  (cached)
Processing 64/246: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml]
-> retrieved ppx_compare.v0.14.0  (cached)
Processing 65/246: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml]
-> retrieved ppx_custom_printf.v0.14.1  (cached)
Processing 66/246: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml]
-> retrieved ppx_derivers.1.2.1  (cached)
Processing 67/246: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml]
Processing 68/246: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [ppx_derivers: dune build]
-> retrieved ppx_deriving.5.2.1  (cached)
Processing 69/246: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [ppx_derivers: dune build]
-> retrieved ppx_enumerate.v0.14.0  (cached)
Processing 70/246: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [ppx_derivers: dune build]
-> retrieved ppx_expect.v0.14.2  (cached)
Processing 71/246: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [ppx_derivers: dune build]
-> retrieved ppx_fields_conv.v0.14.2  (cached)
Processing 72/246: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [ppx_derivers: dune build]
-> retrieved ppx_fixed_literal.v0.14.0  (cached)
Processing 73/246: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [ppx_derivers: dune build]
-> retrieved ppx_hash.v0.14.0  (cached)
Processing 74/246: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [ppx_derivers: dune build]
-> retrieved ppx_here.v0.14.0  (cached)
Processing 75/246: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [ppx_derivers: dune build]
-> retrieved ppx_inline_test.v0.14.1  (cached)
Processing 76/246: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [ppx_derivers: dune build]
-> retrieved ppx_jane.v0.14.0  (cached)
Processing 77/246: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [ppx_derivers: dune build]
-> retrieved ppx_js_style.v0.14.1  (cached)
Processing 78/246: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [ppx_derivers: dune build]
-> retrieved ppx_let.v0.14.0  (cached)
Processing 79/246: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [ppx_derivers: dune build]
-> retrieved ppx_module_timer.v0.14.0  (cached)
Processing 80/246: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [ppx_derivers: dune build]
-> retrieved ppx_optcomp.v0.14.3  (cached)
Processing 81/246: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [ppx_derivers: dune build]
-> retrieved ppx_optional.v0.14.0  (cached)
Processing 82/246: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [ppx_derivers: dune build]
-> retrieved ppx_pipebang.v0.14.0  (cached)
Processing 83/246: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [ppx_derivers: dune build]
-> retrieved ppx_sexp_conv.v0.14.3  (cached)
Processing 84/246: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [ppx_derivers: dune build]
-> retrieved ppx_sexp_message.v0.14.1  (cached)
Processing 85/246: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [ppx_derivers: dune build]
-> retrieved ppx_sexp_value.v0.14.0  (cached)
Processing 86/246: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [ppx_derivers: dune build]
-> retrieved ppx_stable.v0.14.1  (cached)
Processing 87/246: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [ppx_derivers: dune build]
-> compiled  ppx_derivers.1.2.1
Processing 87/246: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml]
-> installed ppx_derivers.1.2.1
Processing 88/246: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml]
-> retrieved ppx_string.v0.14.1  (cached)
Processing 89/246: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml]
-> retrieved ppx_typerep_conv.v0.14.2  (cached)
Processing 90/246: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml]
-> retrieved ppx_variants_conv.v0.14.2  (cached)
Processing 91/246: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml]
-> retrieved result.1.5  (cached)
Processing 92/246: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml]
Processing 93/246: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [result: dune build]
-> retrieved re.1.11.0  (cached)
Processing 94/246: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [result: dune build]
Processing 95/246: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [result: dune build]
Processing 96/246: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [result: dune build]
-> installed seq.base
Processing 97/246: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [result: dune build]
Processing 98/246: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [re: dune build] [result: dune build]
-> retrieved ppxlib.0.25.1  (cached)
Processing 99/246: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [re: dune build] [result: dune build]
-> retrieved satyrographos.0.0.2.7  (cached)
Processing 100/246: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [re: dune build] [result: dune build]
-> retrieved sexplib.v0.14.0  (cached)
Processing 101/246: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [re: dune build] [result: dune build]
-> retrieved sexplib0.v0.14.0  (cached)
Processing 102/246: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [re: dune build] [result: dune build]
Processing 103/246: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [re: dune build] [result: dune build] [sexplib0: dune build]
-> retrieved shexp.v0.14.0  (cached)
Processing 104/246: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [re: dune build] [result: dune build] [sexplib0: dune build]
-> retrieved spawn.v0.15.1  (cached)
Processing 105/246: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [re: dune build] [result: dune build] [sexplib0: dune build]
Processing 106/246: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [re: dune build] [result: dune build] [sexplib0: dune build] [spawn: dune build]
-> retrieved splittable_random.v0.14.0  (cached)
Processing 107/246: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [re: dune build] [result: dune build] [sexplib0: dune build] [spawn: dune build]
-> retrieved stdio.v0.14.0  (cached)
Processing 108/246: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [re: dune build] [result: dune build] [sexplib0: dune build] [spawn: dune build]
-> retrieved stdlib-shims.0.3.0  (cached)
Processing 109/246: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [re: dune build] [result: dune build] [sexplib0: dune build] [spawn: dune build]
Processing 110/246: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [re: dune build] [result: dune build] [sexplib0: dune build] [spawn: dune build] [stdlib-shims: dune build]
-> retrieved stringext.1.6.0  (cached)
Processing 111/246: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [re: dune build] [result: dune build] [sexplib0: dune build] [spawn: dune build] [stdlib-shims: dune build]
Processing 112/246: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [re: dune build] [result: dune build] [sexplib0: dune build] [spawn: dune build] [stdlib-shims: dune build] [stringext: dune build]
-> retrieved time_now.v0.14.0  (cached)
Processing 113/246: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [re: dune build] [result: dune build] [sexplib0: dune build] [spawn: dune build] [stdlib-shims: dune build] [stringext: dune build]
-> retrieved timezone.v0.14.0  (cached)
Processing 114/246: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [re: dune build] [result: dune build] [sexplib0: dune build] [spawn: dune build] [stdlib-shims: dune build] [stringext: dune build]
-> compiled  result.1.5
Processing 114/246: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [re: dune build] [sexplib0: dune build] [spawn: dune build] [stdlib-shims: dune build] [stringext: dune build]
-> installed result.1.5
Processing 115/246: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [re: dune build] [sexplib0: dune build] [spawn: dune build] [stdlib-shims: dune build] [stringext: dune build]
-> retrieved typerep.v0.14.0  (cached)
Processing 116/246: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [re: dune build] [sexplib0: dune build] [spawn: dune build] [stdlib-shims: dune build] [stringext: dune build]
-> retrieved variantslib.v0.14.0  (cached)
Processing 117/246: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [re: dune build] [sexplib0: dune build] [spawn: dune build] [stdlib-shims: dune build] [stringext: dune build]
-> retrieved uri.4.4.0  (cached)
-> retrieved yojson.1.7.0  (cached)
Processing 118/246: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [re: dune build] [sexplib0: dune build] [spawn: dune build] [stdlib-shims: dune build] [stringext: dune build] [yojson: dune build]
-> retrieved uri-sexp.4.4.0  (cached)
-> compiled  stdlib-shims.0.3.0
Processing 118/246: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [re: dune build] [sexplib0: dune build] [spawn: dune build] [stringext: dune build] [yojson: dune build]
-> installed stdlib-shims.0.3.0
Processing 119/246: [dune-configurator: dune build] [jbuilder: ocaml bootstrap.ml] [re: dune build] [sexplib0: dune build] [spawn: dune build] [stringext: dune build] [yojson: dune build]
Processing 120/246: [dune-configurator: dune build] [fileutils: dune build] [jbuilder: ocaml bootstrap.ml] [re: dune build] [sexplib0: dune build] [spawn: dune build] [stringext: dune build] [yojson: dune build]
Processing 121/246: [dune-configurator: dune build] [fileutils: dune build] [jbuilder: ocaml bootstrap.ml] [ocamlgraph: dune build] [re: dune build] [sexplib0: dune build] [spawn: dune build] [stringext: dune build] [yojson: dune build]
-> compiled  stringext.1.6.0
Processing 121/246: [dune-configurator: dune build] [fileutils: dune build] [jbuilder: ocaml bootstrap.ml] [ocamlgraph: dune build] [re: dune build] [sexplib0: dune build] [spawn: dune build] [yojson: dune build]
-> installed stringext.1.6.0
Processing 122/246: [dune-configurator: dune build] [fileutils: dune build] [jbuilder: ocaml bootstrap.ml] [ocamlgraph: dune build] [re: dune build] [sexplib0: dune build] [spawn: dune build] [yojson: dune build]
-> compiled  spawn.v0.15.1
Processing 122/246: [dune-configurator: dune build] [fileutils: dune build] [jbuilder: ocaml bootstrap.ml] [ocamlgraph: dune build] [re: dune build] [sexplib0: dune build] [yojson: dune build]
-> installed spawn.v0.15.1
Processing 123/246: [dune-configurator: dune build] [fileutils: dune build] [jbuilder: ocaml bootstrap.ml] [ocamlgraph: dune build] [re: dune build] [sexplib0: dune build] [yojson: dune build]
- File "./bootstrap.ml", line 185, characters 29-41:
- 185 |              let base, ext = String.break base i in
-                                    ^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label pos was omitted in the application of this function.
- File "./bootstrap.ml", line 190, characters 28-40:
- 190 |                  let a, b = String.break ext i in
-                                   ^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label pos was omitted in the application of this function.
- '/home/opam/.opam/4.14/bin/ocamllex.opt' -q src/meta_lexer.mll
- '/home/opam/.opam/4.14/bin/ocamldep.opt' -modules src/action.ml src/action_intf.ml src/arg_spec.ml src/artifacts.ml src/bin.ml src/binary_kind.ml src/build.ml src/build_interpret.ml src/build_system.ml src/clflags.ml src/cm_kind.ml src/colors.ml src/config.ml src/context.ml src/dep_path.ml src/env.ml src/errors.ml src/exe.ml src/file_tree.ml src/findlib.ml src/gen_meta.ml src/gen_rules.ml src/glob_lexer.boot.ml src/import.ml src/inline_tests.ml src/install.ml src/install_rules.ml src/installed_dune_file.ml src/interned.ml src/jbuild.ml src/jbuild_load.ml vendor/boot/jbuilder_opam_file_format.ml vendor/boot/jbuilder_re.ml src/js_of_ocaml_rules.ml src/lib.ml src/loc.ml src/log.ml src/main.ml src/menhir.ml src/merlin.ml src/meta.ml src/meta_lexer.ml src/ml_kind.ml src/mode.ml src/module.ml src/module_compilation.ml src/modules_partitioner.ml src/ocaml_flags.ml src/ocamldep.ml src/odoc.boot.ml src/opam_file.ml src/ordered_set_lang.ml src/package.ml src/path.ml src/per_item.ml src/preprocessing.ml src/print_diff.ml src/process.ml src/report_error.ml src/scheduler.ml src/scope.ml src/setup.boot.ml src/sexp.ml src/string_with_vars.ml src/sub_system.ml src/sub_system_intf.ml src/sub_system_name.ml src/super_context.ml src/syntax.ml src/top_closure.ml src/utils.ml src/utop.ml src/variant.ml src/vfile_kind.ml src/watermarks.ml src/workspace.ml > boot-depends.txt
- '/home/opam/.opam/4.14/bin/ocamldep.opt' -modules src/stdune/caml/caml.ml src/stdune/caml/result.ml src/stdune/caml/result_compat.ml > boot-depends.txt
- '/home/opam/.opam/4.14/bin/ocamldep.opt' -modules src/fiber/fiber.ml > boot-depends.txt
- '/home/opam/.opam/4.14/bin/ocamldep.opt' -modules src/ocaml-config/ocaml_config.ml > boot-depends.txt
- '/home/opam/.opam/4.14/bin/ocamldep.opt' -modules src/stdune/stdune.ml src/stdune/ansi_color.ml src/stdune/array.ml src/stdune/char.ml src/stdune/common.ml src/stdune/comparable.ml src/stdune/either.ml src/stdune/exn.ml src/stdune/filename.ml src/stdune/hashtbl.ml src/stdune/import.ml src/stdune/int.ml src/stdune/io.ml src/stdune/list.ml src/stdune/map.ml src/stdune/map_intf.ml src/stdune/option.ml src/stdune/or_exn.ml src/stdune/ordering.ml src/stdune/pp.ml src/stdune/result.ml src/stdune/set.ml src/stdune/set_intf.ml src/stdune/staged.ml src/stdune/string.ml > boot-depends.txt
- '/home/opam/.opam/4.14/bin/ocamldep.opt' -modules src/usexp/usexp.ml src/usexp/parser_automaton_internal.ml src/usexp/sexp_ast.ml src/usexp/table.ml > boot-depends.txt
- '/home/opam/.opam/4.14/bin/ocamldep.opt' -modules src/xdg/xdg.ml > boot-depends.txt
- '/home/opam/.opam/4.14/bin/ocamlc.opt' -g -w -40 -o boot.exe unix.cma boot.ml
- File "src/stdune/caml/result.ml", line 4, characters 7-17:
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/stdune/caml/result.mli", line 6, characters 7-17:
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/stdune/pp.ml", line 98, characters 7-18:
- Alert deprecated: Stdlib.Format.pp_open_tag
- Use Format.pp_open_stag.
- File "src/stdune/pp.ml", line 100, characters 7-19:
- Alert deprecated: Stdlib.Format.pp_close_tag
- Use Format.pp_close_stag.
- File "src/stdune/pp.ml", line 103, characters 18-48:
- Alert deprecated: Stdlib.Format.pp_get_formatter_tag_functions
- Use Format.pp_get_formatter_stag_functions.
- File "src/stdune/pp.ml", line 105, characters 6-36:
- Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions
- This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions.
- File "src/stdune/io.ml", line 1, characters 11-21:
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src/usexp/usexp.ml", line 209, characters 15-52:
- Alert deprecated: Stdlib.Format.pp_get_formatter_tag_functions
- Use Format.pp_get_formatter_stag_functions.
- File "src/usexp/usexp.ml", line 210, characters 2-39:
- Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions
- This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions.
- File "src/colors.ml", line 105, characters 18-48:
- Alert deprecated: Stdlib.Format.pp_get_formatter_tag_functions
- Use Format.pp_get_formatter_stag_functions.
- File "src/colors.ml", line 107, characters 6-36:
- Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions
- This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions.
- File "src/super_context.ml", line 72, characters 7-11:
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
Processing 123/246: [dune-configurator: dune build] [fileutils: dune build] [jbuilder: ./boot.exe 255] [ocamlgraph: dune build] [re: dune build] [sexplib0: dune build] [yojson: dune build]
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -g -bin-annot -I src/.sexplib0.objs/byte -intf-suffix .ml -no-alias-deps -open Sexplib0__ -o src/.sexplib0.objs/byte/sexplib0__Sexp_conv.cmo -c -impl src/sexp_conv.ml)
- File "src/sexp_conv.ml", line 132, characters 17-36:
- 132 |       let ephe = Ephemeron.K1.create () in
-                        ^^^^^^^^^^^^^^^^^^^
- Alert old_ephemeron_api: Stdlib.Ephemeron.K1.create
- This function won't be available in 5.0
- File "src/sexp_conv.ml", line 133, characters 6-27:
- 133 |       Ephemeron.K1.set_data ephe sexp_of_exn;
-             ^^^^^^^^^^^^^^^^^^^^^
- Alert old_ephemeron_api: Stdlib.Ephemeron.K1.set_data
- This function won't be available in 5.0
- File "src/sexp_conv.ml", line 134, characters 6-26:
- 134 |       Ephemeron.K1.set_key ephe extension_constructor;
-             ^^^^^^^^^^^^^^^^^^^^
- Alert old_ephemeron_api: Stdlib.Ephemeron.K1.set_key
- This function won't be available in 5.0
- File "src/sexp_conv.ml", line 159, characters 12-33:
- 159 |       match Ephemeron.K1.get_data ephe with
-                   ^^^^^^^^^^^^^^^^^^^^^
- Alert old_ephemeron_api: Stdlib.Ephemeron.K1.get_data
- This function won't be available in 5.0
- File "src/sexp_conv.ml", line 166, characters 12-33:
- 166 |       match Ephemeron.K1.get_data ephe with
-                   ^^^^^^^^^^^^^^^^^^^^^
- Alert old_ephemeron_api: Stdlib.Ephemeron.K1.get_data
- This function won't be available in 5.0
- File "src/sexp_conv.ml", line 431, characters 32-46:
- 431 |         [%extension_constructor Stream.Failure],
-                                       ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/sexp_conv.ml", line 433, characters 12-26:
- 433 |           | Stream.Failure -> Atom "Stream.Failure"
-                   ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/sexp_conv.ml", line 436, characters 32-44:
- 436 |         [%extension_constructor Stream.Error],
-                                       ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/sexp_conv.ml", line 438, characters 12-24:
- 438 |           | Stream.Error arg -> List [Atom "Stream.Error"; Atom arg ]
-                   ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -g -I src/.sexplib0.objs/byte -I src/.sexplib0.objs/native -intf-suffix .ml -no-alias-deps -open Sexplib0__ -o src/.sexplib0.objs/native/sexplib0__Sexp_conv.cmx -c -impl src/sexp_conv.ml)
- File "src/sexp_conv.ml", line 132, characters 17-36:
- 132 |       let ephe = Ephemeron.K1.create () in
-                        ^^^^^^^^^^^^^^^^^^^
- Alert old_ephemeron_api: Stdlib.Ephemeron.K1.create
- This function won't be available in 5.0
- File "src/sexp_conv.ml", line 133, characters 6-27:
- 133 |       Ephemeron.K1.set_data ephe sexp_of_exn;
-             ^^^^^^^^^^^^^^^^^^^^^
- Alert old_ephemeron_api: Stdlib.Ephemeron.K1.set_data
- This function won't be available in 5.0
- File "src/sexp_conv.ml", line 134, characters 6-26:
- 134 |       Ephemeron.K1.set_key ephe extension_constructor;
-             ^^^^^^^^^^^^^^^^^^^^
- Alert old_ephemeron_api: Stdlib.Ephemeron.K1.set_key
- This function won't be available in 5.0
- File "src/sexp_conv.ml", line 159, characters 12-33:
- 159 |       match Ephemeron.K1.get_data ephe with
-                   ^^^^^^^^^^^^^^^^^^^^^
- Alert old_ephemeron_api: Stdlib.Ephemeron.K1.get_data
- This function won't be available in 5.0
- File "src/sexp_conv.ml", line 166, characters 12-33:
- 166 |       match Ephemeron.K1.get_data ephe with
-                   ^^^^^^^^^^^^^^^^^^^^^
- Alert old_ephemeron_api: Stdlib.Ephemeron.K1.get_data
- This function won't be available in 5.0
- File "src/sexp_conv.ml", line 431, characters 32-46:
- 431 |         [%extension_constructor Stream.Failure],
-                                       ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/sexp_conv.ml", line 433, characters 12-26:
- 433 |           | Stream.Failure -> Atom "Stream.Failure"
-                   ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/sexp_conv.ml", line 436, characters 32-44:
- 436 |         [%extension_constructor Stream.Error],
-                                       ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src/sexp_conv.ml", line 438, characters 12-24:
- 438 |           | Stream.Error arg -> List [Atom "Stream.Error"; Atom arg ]
-                   ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
-> compiled  sexplib0.v0.14.0
Processing 123/246: [dune-configurator: dune build] [fileutils: dune build] [jbuilder: ./boot.exe 255] [ocamlgraph: dune build] [re: dune build] [yojson: dune build]
-> installed sexplib0.v0.14.0
Processing 124/246: [dune-configurator: dune build] [fileutils: dune build] [jbuilder: ./boot.exe 255] [ocamlgraph: dune build] [re: dune build] [yojson: dune build]
Processing 125/246: [dune-configurator: dune build] [fileutils: dune build] [jbuilder: ./boot.exe 255] [ocamlgraph: dune build] [ppxlib: dune build] [re: dune build] [yojson: dune build]
-> compiled  re.1.11.0
Processing 125/246: [dune-configurator: dune build] [fileutils: dune build] [jbuilder: ./boot.exe 255] [ocamlgraph: dune build] [ppxlib: dune build] [yojson: dune build]
-> installed re.1.11.0
Processing 126/246: [dune-configurator: dune build] [fileutils: dune build] [jbuilder: ./boot.exe 255] [ocamlgraph: dune build] [ppxlib: dune build] [yojson: dune build]
-> compiled  fileutils.0.6.4
Processing 126/246: [dune-configurator: dune build] [jbuilder: ./boot.exe 255] [ocamlgraph: dune build] [ppxlib: dune build] [yojson: dune build]
-> installed fileutils.0.6.4
Processing 127/246: [dune-configurator: dune build] [jbuilder: ./boot.exe 255] [ocamlgraph: dune build] [ppxlib: dune build] [yojson: dune build]
-> compiled  dune-configurator.3.13.0
Processing 127/246: [jbuilder: ./boot.exe 255] [ocamlgraph: dune build] [ppxlib: dune build] [yojson: dune build]
-> installed dune-configurator.3.13.0
Processing 128/246: [jbuilder: ./boot.exe 255] [ocamlgraph: dune build] [ppxlib: dune build] [yojson: dune build]
Processing 129/246: [base: dune build] [jbuilder: ./boot.exe 255] [ocamlgraph: dune build] [ppxlib: dune build] [yojson: dune build]
Processing 130/246: [base: dune build] [bigstringaf: dune build] [jbuilder: ./boot.exe 255] [ocamlgraph: dune build] [ppxlib: dune build] [yojson: dune build]
-> compiled  yojson.1.7.0
Processing 130/246: [base: dune build] [bigstringaf: dune build] [jbuilder: ./boot.exe 255] [ocamlgraph: dune build] [ppxlib: dune build]
-> installed yojson.1.7.0
Processing 131/246: [base: dune build] [bigstringaf: dune build] [jbuilder: ./boot.exe 255] [ocamlgraph: dune build] [ppxlib: dune build]
-> compiled  bigstringaf.0.9.1
Processing 131/246: [base: dune build] [jbuilder: ./boot.exe 255] [ocamlgraph: dune build] [ppxlib: dune build]
-> installed bigstringaf.0.9.1
Processing 132/246: [base: dune build] [jbuilder: ./boot.exe 255] [ocamlgraph: dune build] [ppxlib: dune build]
Processing 133/246: [angstrom: dune build] [base: dune build] [jbuilder: ./boot.exe 255] [ocamlgraph: dune build] [ppxlib: dune build]
-> compiled  ocamlgraph.2.1.0
Processing 133/246: [angstrom: dune build] [base: dune build] [jbuilder: ./boot.exe 255] [ppxlib: dune build]
-> installed ocamlgraph.2.1.0
Processing 134/246: [angstrom: dune build] [base: dune build] [jbuilder: ./boot.exe 255] [ppxlib: dune build]
Processing 135/246: [angstrom: dune build] [base: dune build] [jbuilder: ./boot.exe 255] [opam-core: ./configure] [ppxlib: dune build]
-> compiled  angstrom.0.16.0
Processing 135/246: [base: dune build] [jbuilder: ./boot.exe 255] [opam-core: ./configure] [ppxlib: dune build]
-> installed angstrom.0.16.0
Processing 136/246: [base: dune build] [jbuilder: ./boot.exe 255] [opam-core: ./configure] [ppxlib: dune build]
Processing 137/246: [base: dune build] [jbuilder: ./boot.exe 255] [opam-core: ./configure] [ppxlib: dune build] [uri: dune build]
-> compiled  uri.4.4.0
Processing 137/246: [base: dune build] [jbuilder: ./boot.exe 255] [opam-core: ./configure] [ppxlib: dune build]
-> installed uri.4.4.0
Processing 138/246: [base: dune build] [jbuilder: ./boot.exe 255] [opam-core: ./configure] [ppxlib: dune build]
- checking for ocamlc... ocamlc
- OCaml version is 4.14.1
- OCaml library path is /home/opam/.opam/4.14/lib/ocaml
- checking for ocamlopt... ocamlopt
- checking for ocamlc.opt... ocamlc.opt
- checking for ocamlopt.opt... ocamlopt.opt
- checking for ocaml... ocaml
- checking for ocamldep... ocamldep
- checking for ocamldep.opt... ocamldep.opt
- checking for ocamlmktop... ocamlmktop
- checking for ocamlmklib... ocamlmklib
- checking for ocamldoc... ocamldoc
- checking for ocamldoc.opt... ocamldoc.opt
- checking for ocamlbuild... no
- checking OCaml Sys.os_type... Unix
- checking for gawk... no
- checking for mawk... mawk
- checking for compiler type... cc
- checking for compiler architecture... amd64
- checking for compiler system... linux
- checking for gcc... gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -D_FILE_OFFSET_BITS=64
- 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 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -D_FILE_OFFSET_BITS=64 accepts -g... yes
- checking for gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -D_FILE_OFFSET_BITS=64 option to accept ISO C89... none needed
- checking for ocamlobjinfo... ocamlobjinfo
- checking for ocamlfind... ocamlfind
- checking for curl... curl
- checking for dune... dune
- checking for cppo... cppo
- checking for patch... patch
- checking for bunzip2... bunzip2
- 
- checking for OCaml findlib package unix... found
- checking for OCaml findlib package bigarray... found
- checking for OCaml findlib package extlib... not found
- checking for OCaml findlib package re... found
- checking for OCaml findlib package re.glob... found
- checking for OCaml findlib package cmdliner... not found
- checking for OCaml findlib package ocamlgraph... found
- checking for OCaml findlib package cudf... not found
- checking for OCaml findlib package dose3.common... not found
- checking for OCaml findlib package dose3.algo... not found
- checking for OCaml findlib package opam-file-format... found
- checking for OCaml findlib package mccs... not found
- checking for g++... g++
- checking whether we are using the GNU C++ compiler... yes
- checking whether g++ accepts -g... yes
- 
- configure: creating ./config.status
- config.status: creating Makefile.config
- config.status: creating src/client/opamManifest.inc
- 
- Opam will be built WITH a built-in solver
- 
- Executables will be installed in /home/opam/.opam/4.14/bin
- Manual pages will be installed in /home/opam/.opam/4.14/share/man
Processing 138/246: [base: dune build] [jbuilder: ./boot.exe 255] [opam-core: dune build] [ppxlib: dune build]
-       ocamlc src/stdune/caml/.caml.objs/caml__Result.{cmi,cmti}
- File "src/stdune/caml/result.mli", line 6, characters 7-17:
- 6 |   open Pervasives
-            ^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
-     ocamlopt src/stdune/caml/.caml.objs/caml__Result.{cmx,o}
- File "src/stdune/caml/result.ml", line 4, characters 7-17:
- 4 |   open Pervasives
-            ^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
-     ocamlopt src/stdune/.stdune.objs/stdune__Io.{cmx,o}
- File "src/stdune/io.ml", line 1, characters 11-21:
- 1 | module P = Pervasives
-                ^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
-     ocamlopt src/stdune/.stdune.objs/stdune__Pp.{cmx,o}
- File "src/stdune/pp.ml", line 98, characters 7-18:
- 98 |        pp_open_tag ppf (embed_tag ~opening ~closing);
-             ^^^^^^^^^^^
- Alert deprecated: Stdlib.Format.pp_open_tag
- Use Format.pp_open_stag.
- File "src/stdune/pp.ml", line 100, characters 7-19:
- 100 |        pp_close_tag ppf ()
-              ^^^^^^^^^^^^
- Alert deprecated: Stdlib.Format.pp_close_tag
- Use Format.pp_close_stag.
- File "src/stdune/pp.ml", line 103, characters 18-48:
- 103 |       let funcs = pp_get_formatter_tag_functions ppf () in
-                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Format.pp_get_formatter_tag_functions
- Use Format.pp_get_formatter_stag_functions.
- File "src/stdune/pp.ml", line 105, characters 6-36:
- 105 |       pp_set_formatter_tag_functions ppf
-             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions
- This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions.
-     ocamlopt src/usexp/.usexp.objs/usexp.{cmx,o}
- File "src/usexp/usexp.ml", line 209, characters 15-52:
- 209 |   let tfuncs = Format.pp_get_formatter_tag_functions ppf () in
-                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Format.pp_get_formatter_tag_functions
- Use Format.pp_get_formatter_stag_functions.
- File "src/usexp/usexp.ml", line 210, characters 2-39:
- 210 |   Format.pp_set_formatter_tag_functions ppf
-         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions
- This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions.
-     ocamlopt src/.jbuilder.objs/jbuilder__Colors.{cmx,o}
- File "src/colors.ml", line 105, characters 18-48:
- 105 |       let funcs = pp_get_formatter_tag_functions ppf () in
-                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Format.pp_get_formatter_tag_functions
- Use Format.pp_get_formatter_stag_functions.
- File "src/colors.ml", line 107, characters 6-36:
- 107 |       pp_set_formatter_tag_functions ppf
-             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Format.pp_set_formatter_tag_functions
- This function will erase non-string tag formatting functions. Use Format.pp_set_formatter_stag_functions.
-     ocamlopt src/.jbuilder.objs/jbuilder__Super_context.{cmx,o}
- File "src/super_context.ml", line 72, characters 7-11:
- 72 |       ?host
-             ^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
-> compiled  jbuilder.1.0+beta20.2
Processing 138/246: [base: dune build] [opam-core: dune build] [ppxlib: dune build]
-> installed jbuilder.1.0+beta20.2
Processing 139/246: [base: dune build] [opam-core: dune build] [ppxlib: dune build]
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -w +a-4-40-42-44-48 -safe-string -w -67 -g -bin-annot -I src/core/.opam_core.objs/byte -I /home/opam/.opam/4.14/lib/ocamlgraph -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/stdlib-shims -no-alias-deps -o src/core/.opam_core.objs/byte/opamStubsTypes.cmo -c -impl src/core/opamStubsTypes.ml)
- File "src/core/opamStubsTypes.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -w +a-4-40-42-44-48 -safe-string -w -67 -g -bin-annot -I src/core/.opam_core.objs/byte -I /home/opam/.opam/4.14/lib/ocamlgraph -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -o src/core/.opam_core.objs/byte/opamProcess.cmo -c -impl src/core/opamProcess.ml)
- File "src/core/opamProcess.ml", line 382, characters 9-24:
- 382 |     (let open OpamCompat in
-                ^^^^^^^^^^^^^^^
- Warning 33 [unused-open]: unused open OpamCompat.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -w +a-4-40-42-44-48 -safe-string -w -67 -g -bin-annot -I src/core/.opam_core.objs/byte -I /home/opam/.opam/4.14/lib/ocamlgraph -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -o src/core/.opam_core.objs/byte/opamUrl.cmo -c -impl src/core/opamUrl.ml)
- File "src/core/opamUrl.ml", line 56, characters 10-20:
- 56 |     match Re.get_all (Re.exec re u) with
-                ^^^^^^^^^^
- Alert deprecated: Re.get_all
- Use Group.all
- File "src/core/opamUrl.ml", line 109, characters 12-18:
- 109 |       Some (Re.get sub 1 ^ try "/" ^ Re.get sub 2 with Not_found -> "")
-                   ^^^^^^
- Alert deprecated: Re.get
- Use Group.get
- File "src/core/opamUrl.ml", line 109, characters 37-43:
- 109 |       Some (Re.get sub 1 ^ try "/" ^ Re.get sub 2 with Not_found -> "")
-                                            ^^^^^^
- Alert deprecated: Re.get
- Use Group.get
- File "src/core/opamUrl.ml", line 219, characters 6-12:
- 219 |       Re.get (Re.exec re t.path) 1
-             ^^^^^^
- Alert deprecated: Re.get
- Use Group.get
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -w +a-4-40-42-44-48 -safe-string -w -67 -g -bin-annot -I src/core/.opam_core.objs/byte -I /home/opam/.opam/4.14/lib/ocamlgraph -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -o src/core/.opam_core.objs/byte/opamFilename.cmo -c -impl src/core/opamFilename.ml)
- File "src/core/opamFilename.ml", line 349, characters 11-25:
- 349 | let link ?(relative=false) ~target ~link =
-                  ^^^^^^^^^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -w +a-4-40-42-44-48 -safe-string -w -67 -g -bin-annot -I src/core/.opam_core.objs/byte -I /home/opam/.opam/4.14/lib/ocamlgraph -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -o src/core/.opam_core.objs/byte/opamStd.cmo -c -impl src/core/opamStd.ml)
- File "src/core/opamStd.ml", line 431, characters 32-46:
- 431 |       let subs = Array.to_list (Re.get_all_ofs subs) in
-                                       ^^^^^^^^^^^^^^
- Alert deprecated: Re.get_all_ofs
- Use Group.all_offset
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -w +a-4-40-42-44-48 -safe-string -w -67 -g -I src/core/.opam_core.objs/byte -I src/core/.opam_core.objs/native -I /home/opam/.opam/4.14/lib/ocamlgraph -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -o src/core/.opam_core.objs/native/opamStd.cmx -c -impl src/core/opamStd.ml)
- File "src/core/opamStd.ml", line 431, characters 32-46:
- 431 |       let subs = Array.to_list (Re.get_all_ofs subs) in
-                                       ^^^^^^^^^^^^^^
- Alert deprecated: Re.get_all_ofs
- Use Group.all_offset
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -w +a-4-40-42-44-48 -safe-string -w -67 -g -I src/core/.opam_core.objs/byte -I src/core/.opam_core.objs/native -I /home/opam/.opam/4.14/lib/ocamlgraph -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -o src/core/.opam_core.objs/native/opamProcess.cmx -c -impl src/core/opamProcess.ml)
- File "src/core/opamProcess.ml", line 382, characters 9-24:
- 382 |     (let open OpamCompat in
-                ^^^^^^^^^^^^^^^
- Warning 33 [unused-open]: unused open OpamCompat.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -w +a-4-40-42-44-48 -safe-string -w -67 -g -I src/core/.opam_core.objs/byte -I src/core/.opam_core.objs/native -I /home/opam/.opam/4.14/lib/ocamlgraph -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -o src/core/.opam_core.objs/native/opamFilename.cmx -c -impl src/core/opamFilename.ml)
- File "src/core/opamFilename.ml", line 349, characters 11-25:
- 349 | let link ?(relative=false) ~target ~link =
-                  ^^^^^^^^^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -w +a-4-40-42-44-48 -safe-string -w -67 -g -I src/core/.opam_core.objs/byte -I src/core/.opam_core.objs/native -I /home/opam/.opam/4.14/lib/ocamlgraph -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -o src/core/.opam_core.objs/native/opamUrl.cmx -c -impl src/core/opamUrl.ml)
- File "src/core/opamUrl.ml", line 56, characters 10-20:
- 56 |     match Re.get_all (Re.exec re u) with
-                ^^^^^^^^^^
- Alert deprecated: Re.get_all
- Use Group.all
- File "src/core/opamUrl.ml", line 109, characters 12-18:
- 109 |       Some (Re.get sub 1 ^ try "/" ^ Re.get sub 2 with Not_found -> "")
-                   ^^^^^^
- Alert deprecated: Re.get
- Use Group.get
- File "src/core/opamUrl.ml", line 109, characters 37-43:
- 109 |       Some (Re.get sub 1 ^ try "/" ^ Re.get sub 2 with Not_found -> "")
-                                            ^^^^^^
- Alert deprecated: Re.get
- Use Group.get
- File "src/core/opamUrl.ml", line 219, characters 6-12:
- 219 |       Re.get (Re.exec re t.path) 1
-             ^^^^^^
- Alert deprecated: Re.get
- Use Group.get
-> compiled  opam-core.2.0.10
Processing 139/246: [base: dune build] [ppxlib: dune build]
-> installed opam-core.2.0.10
Processing 140/246: [base: dune build] [ppxlib: dune build]
Processing 141/246: [base: dune build] [opam-format: ./configure] [ppxlib: dune build]
-> compiled  base.v0.14.3
Processing 141/246: [opam-format: ./configure] [ppxlib: dune build]
-> installed base.v0.14.3
Processing 142/246: [opam-format: ./configure] [ppxlib: dune build]
Processing 143/246: [fieldslib: dune build] [opam-format: ./configure] [ppxlib: dune build]
Processing 144/246: [fieldslib: dune build] [json-derivers: jbuilder build] [opam-format: ./configure] [ppxlib: dune build]
Processing 145/246: [fieldslib: dune build] [json-derivers: jbuilder build] [opam-format: ./configure] [parsexp: dune build] [ppxlib: dune build]
Processing 146/246: [fieldslib: dune build] [json-derivers: jbuilder build] [opam-format: ./configure] [parsexp: dune build] [ppxlib: dune build] [stdio: dune build]
Processing 147/246: [fieldslib: dune build] [json-derivers: jbuilder build] [opam-format: ./configure] [parsexp: dune build] [ppxlib: dune build] [stdio: dune build] [typerep: dune build]
Processing 148/246: [fieldslib: dune build] [json-derivers: jbuilder build] [opam-format: ./configure] [parsexp: dune build] [ppxlib: dune build] [stdio: dune build] [typerep: dune build] [variantslib: dune build]
-> compiled  fieldslib.v0.14.0
Processing 148/246: [json-derivers: jbuilder build] [opam-format: ./configure] [parsexp: dune build] [ppxlib: dune build] [stdio: dune build] [typerep: dune build] [variantslib: dune build]
-> installed fieldslib.v0.14.0
Processing 149/246: [json-derivers: jbuilder build] [opam-format: ./configure] [parsexp: dune build] [ppxlib: dune build] [stdio: dune build] [typerep: dune build] [variantslib: dune build]
-> compiled  variantslib.v0.14.0
Processing 149/246: [json-derivers: jbuilder build] [opam-format: ./configure] [parsexp: dune build] [ppxlib: dune build] [stdio: dune build] [typerep: dune build]
-> installed variantslib.v0.14.0
Processing 150/246: [json-derivers: jbuilder build] [opam-format: ./configure] [parsexp: dune build] [ppxlib: dune build] [stdio: dune build] [typerep: dune build]
-> compiled  json-derivers.1.0.0
Processing 150/246: [opam-format: ./configure] [parsexp: dune build] [ppxlib: dune build] [stdio: dune build] [typerep: dune build]
-> installed json-derivers.1.0.0
Processing 151/246: [opam-format: ./configure] [parsexp: dune build] [ppxlib: dune build] [stdio: dune build] [typerep: dune build]
-> compiled  stdio.v0.14.0
Processing 151/246: [opam-format: ./configure] [parsexp: dune build] [ppxlib: dune build] [typerep: dune build]
-> installed stdio.v0.14.0
Processing 152/246: [opam-format: ./configure] [parsexp: dune build] [ppxlib: dune build] [typerep: dune build]
- checking for ocamlc... ocamlc
- OCaml version is 4.14.1
- OCaml library path is /home/opam/.opam/4.14/lib/ocaml
- checking for ocamlopt... ocamlopt
- checking for ocamlc.opt... ocamlc.opt
- checking for ocamlopt.opt... ocamlopt.opt
- checking for ocaml... ocaml
- checking for ocamldep... ocamldep
- checking for ocamldep.opt... ocamldep.opt
- checking for ocamlmktop... ocamlmktop
- checking for ocamlmklib... ocamlmklib
- checking for ocamldoc... ocamldoc
- checking for ocamldoc.opt... ocamldoc.opt
- checking for ocamlbuild... no
- checking OCaml Sys.os_type... Unix
- checking for gawk... no
- checking for mawk... mawk
- checking for compiler type... cc
- checking for compiler architecture... amd64
- checking for compiler system... linux
- checking for gcc... gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -D_FILE_OFFSET_BITS=64
- 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 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -D_FILE_OFFSET_BITS=64 accepts -g... yes
- checking for gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -D_FILE_OFFSET_BITS=64 option to accept ISO C89... none needed
- checking for ocamlobjinfo... ocamlobjinfo
- checking for ocamlfind... ocamlfind
- checking for curl... curl
- checking for dune... dune
- checking for cppo... cppo
- checking for patch... patch
- checking for bunzip2... bunzip2
- 
- checking for OCaml findlib package unix... found
- checking for OCaml findlib package bigarray... found
- checking for OCaml findlib package extlib... not found
- checking for OCaml findlib package re... found
- checking for OCaml findlib package re.glob... found
- checking for OCaml findlib package cmdliner... not found
- checking for OCaml findlib package ocamlgraph... found
- checking for OCaml findlib package cudf... not found
- checking for OCaml findlib package dose3.common... not found
- checking for OCaml findlib package dose3.algo... not found
- checking for OCaml findlib package opam-file-format... found
- checking for OCaml findlib package mccs... not found
- checking for g++... g++
- checking whether we are using the GNU C++ compiler... yes
- checking whether g++ accepts -g... yes
- 
- configure: creating ./config.status
- config.status: creating Makefile.config
- config.status: creating src/client/opamManifest.inc
- 
- Opam will be built WITH a built-in solver
- 
- Executables will be installed in /home/opam/.opam/4.14/bin
- Manual pages will be installed in /home/opam/.opam/4.14/share/man
Processing 152/246: [opam-format: dune build] [parsexp: dune build] [ppxlib: dune build] [typerep: dune build]
-> compiled  typerep.v0.14.0
Processing 152/246: [opam-format: dune build] [parsexp: dune build] [ppxlib: dune build]
-> installed typerep.v0.14.0
Processing 153/246: [opam-format: dune build] [parsexp: dune build] [ppxlib: dune build]
-> compiled  parsexp.v0.14.2
Processing 153/246: [opam-format: dune build] [ppxlib: dune build]
-> installed parsexp.v0.14.2
Processing 154/246: [opam-format: dune build] [ppxlib: dune build]
Processing 155/246: [opam-format: dune build] [ppxlib: dune build] [sexplib: dune build]
-> compiled  sexplib.v0.14.0
Processing 155/246: [opam-format: dune build] [ppxlib: dune build]
-> installed sexplib.v0.14.0
Processing 156/246: [opam-format: dune build] [ppxlib: dune build]
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -w +a-4-40-42-44-48 -safe-string -w -67 -g -bin-annot -I src/format/.opam_format.objs/byte -I /home/opam/.opam/4.14/lib/ocamlgraph -I /home/opam/.opam/4.14/lib/opam-core -I /home/opam/.opam/4.14/lib/opam-file-format -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -o src/format/.opam_format.objs/byte/opamFormula.cmo -c -impl src/format/opamFormula.ml)
- File "src/format/opamFormula.ml", line 31, characters 7-24:
- 31 |       (OpamPrinter.relop r)
-             ^^^^^^^^^^^^^^^^^
- Alert deprecated: OpamPrinter.relop
- Use OpamPrinter.FullPos.relop instead.
- File "src/format/opamFormula.ml", line 43, characters 7-24:
- 43 |       (OpamPrinter.relop r)
-             ^^^^^^^^^^^^^^^^^
- Alert deprecated: OpamPrinter.relop
- Use OpamPrinter.FullPos.relop instead.
- File "src/format/opamFormula.ml", line 234, characters 28-45:
- 234 |     Printf.sprintf "%s %s" (OpamPrinter.relop relop)
-                                   ^^^^^^^^^^^^^^^^^
- Alert deprecated: OpamPrinter.relop
- Use OpamPrinter.FullPos.relop instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -w +a-4-40-42-44-48 -safe-string -w -67 -g -bin-annot -I src/format/.opam_format.objs/byte -I /home/opam/.opam/4.14/lib/ocamlgraph -I /home/opam/.opam/4.14/lib/opam-core -I /home/opam/.opam/4.14/lib/opam-file-format -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -o src/format/.opam_format.objs/byte/opamFilter.cmo -c -impl src/format/opamFilter.ml)
- File "src/format/opamFilter.ml", line 44, characters 36-53:
- 44 |            (aux ~context:`Relop e) (OpamPrinter.relop s) (aux ~context:`Relop f))
-                                          ^^^^^^^^^^^^^^^^^
- Alert deprecated: OpamPrinter.relop
- Use OpamPrinter.FullPos.relop instead.
- File "src/format/opamFilter.ml", line 109, characters 11-18:
- 109 |         if Re.test ss 2 then
-                  ^^^^^^^
- Alert deprecated: Re.test
- Use Group.test
- File "src/format/opamFilter.ml", line 110, characters 15-21:
- 110 |           aux (Re.get ss 1 :: acc)
-                      ^^^^^^
- Alert deprecated: Re.get
- Use Group.get
- File "src/format/opamFilter.ml", line 111, characters 18-28:
- 111 |             (fst (Re.get_ofs ss 0) + String.length (Re.get ss 0))
-                         ^^^^^^^^^^
- Alert deprecated: Re.get_ofs
- Use Group.offset
- File "src/format/opamFilter.ml", line 111, characters 52-58:
- 111 |             (fst (Re.get_ofs ss 0) + String.length (Re.get ss 0))
-                                                           ^^^^^^
- Alert deprecated: Re.get
- Use Group.get
- File "src/format/opamFilter.ml", line 524, characters 38-55:
- 524 |           Printf.sprintf "%s \"%s\"" (OpamPrinter.relop op) s
-                                             ^^^^^^^^^^^^^^^^^
- Alert deprecated: OpamPrinter.relop
- Use OpamPrinter.FullPos.relop instead.
- File "src/format/opamFilter.ml", line 526, characters 34-51:
- 526 |           Printf.sprintf "%s %s" (OpamPrinter.relop op) (to_string v)
-                                         ^^^^^^^^^^^^^^^^^
- Alert deprecated: OpamPrinter.relop
- Use OpamPrinter.FullPos.relop instead.
- File "src/format/opamFilter.ml", line 528, characters 36-53:
- 528 |           Printf.sprintf "%s (%s)" (OpamPrinter.relop op) (to_string v)
-                                           ^^^^^^^^^^^^^^^^^
- Alert deprecated: OpamPrinter.relop
- Use OpamPrinter.FullPos.relop instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -w +a-4-40-42-44-48 -safe-string -w -67 -g -bin-annot -I src/format/.opam_format.objs/byte -I /home/opam/.opam/4.14/lib/ocamlgraph -I /home/opam/.opam/4.14/lib/opam-core -I /home/opam/.opam/4.14/lib/opam-file-format -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -o src/format/.opam_format.objs/byte/opamFormat.cmo -c -impl src/format/opamFormat.ml)
- File "src/format/opamFormat.ml", line 822, characters 21-48:
- 822 |            let str = OpamPrinter.Normalise.items items in
-                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module OpamPrinter.Normalise
- Use OpamPrinter.FullPos.Normalise instead.
- File "src/format/opamFormat.ml", line 829, characters 28-55:
- 829 |          assert (check sgs (OpamPrinter.Normalise.items items));
-                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module OpamPrinter.Normalise
- Use OpamPrinter.FullPos.Normalise instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -w +a-4-40-42-44-48 -safe-string -w -67 -g -I src/format/.opam_format.objs/byte -I src/format/.opam_format.objs/native -I /home/opam/.opam/4.14/lib/ocamlgraph -I /home/opam/.opam/4.14/lib/opam-core -I /home/opam/.opam/4.14/lib/opam-file-format -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -o src/format/.opam_format.objs/native/opamFormula.cmx -c -impl src/format/opamFormula.ml)
- File "src/format/opamFormula.ml", line 31, characters 7-24:
- 31 |       (OpamPrinter.relop r)
-             ^^^^^^^^^^^^^^^^^
- Alert deprecated: OpamPrinter.relop
- Use OpamPrinter.FullPos.relop instead.
- File "src/format/opamFormula.ml", line 43, characters 7-24:
- 43 |       (OpamPrinter.relop r)
-             ^^^^^^^^^^^^^^^^^
- Alert deprecated: OpamPrinter.relop
- Use OpamPrinter.FullPos.relop instead.
- File "src/format/opamFormula.ml", line 234, characters 28-45:
- 234 |     Printf.sprintf "%s %s" (OpamPrinter.relop relop)
-                                   ^^^^^^^^^^^^^^^^^
- Alert deprecated: OpamPrinter.relop
- Use OpamPrinter.FullPos.relop instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -w +a-4-40-42-44-48 -safe-string -w -67 -g -I src/format/.opam_format.objs/byte -I src/format/.opam_format.objs/native -I /home/opam/.opam/4.14/lib/ocamlgraph -I /home/opam/.opam/4.14/lib/opam-core -I /home/opam/.opam/4.14/lib/opam-file-format -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -o src/format/.opam_format.objs/native/opamFilter.cmx -c -impl src/format/opamFilter.ml)
- File "src/format/opamFilter.ml", line 44, characters 36-53:
- 44 |            (aux ~context:`Relop e) (OpamPrinter.relop s) (aux ~context:`Relop f))
-                                          ^^^^^^^^^^^^^^^^^
- Alert deprecated: OpamPrinter.relop
- Use OpamPrinter.FullPos.relop instead.
- File "src/format/opamFilter.ml", line 109, characters 11-18:
- 109 |         if Re.test ss 2 then
-                  ^^^^^^^
- Alert deprecated: Re.test
- Use Group.test
- File "src/format/opamFilter.ml", line 110, characters 15-21:
- 110 |           aux (Re.get ss 1 :: acc)
-                      ^^^^^^
- Alert deprecated: Re.get
- Use Group.get
- File "src/format/opamFilter.ml", line 111, characters 18-28:
- 111 |             (fst (Re.get_ofs ss 0) + String.length (Re.get ss 0))
-                         ^^^^^^^^^^
- Alert deprecated: Re.get_ofs
- Use Group.offset
- File "src/format/opamFilter.ml", line 111, characters 52-58:
- 111 |             (fst (Re.get_ofs ss 0) + String.length (Re.get ss 0))
-                                                           ^^^^^^
- Alert deprecated: Re.get
- Use Group.get
- File "src/format/opamFilter.ml", line 524, characters 38-55:
- 524 |           Printf.sprintf "%s \"%s\"" (OpamPrinter.relop op) s
-                                             ^^^^^^^^^^^^^^^^^
- Alert deprecated: OpamPrinter.relop
- Use OpamPrinter.FullPos.relop instead.
- File "src/format/opamFilter.ml", line 526, characters 34-51:
- 526 |           Printf.sprintf "%s %s" (OpamPrinter.relop op) (to_string v)
-                                         ^^^^^^^^^^^^^^^^^
- Alert deprecated: OpamPrinter.relop
- Use OpamPrinter.FullPos.relop instead.
- File "src/format/opamFilter.ml", line 528, characters 36-53:
- 528 |           Printf.sprintf "%s (%s)" (OpamPrinter.relop op) (to_string v)
-                                           ^^^^^^^^^^^^^^^^^
- Alert deprecated: OpamPrinter.relop
- Use OpamPrinter.FullPos.relop instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -w +a-4-40-42-44-48 -safe-string -w -67 -g -I src/format/.opam_format.objs/byte -I src/format/.opam_format.objs/native -I /home/opam/.opam/4.14/lib/ocamlgraph -I /home/opam/.opam/4.14/lib/opam-core -I /home/opam/.opam/4.14/lib/opam-file-format -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -o src/format/.opam_format.objs/native/opamFormat.cmx -c -impl src/format/opamFormat.ml)
- File "src/format/opamFormat.ml", line 822, characters 21-48:
- 822 |            let str = OpamPrinter.Normalise.items items in
-                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module OpamPrinter.Normalise
- Use OpamPrinter.FullPos.Normalise instead.
- File "src/format/opamFormat.ml", line 829, characters 28-55:
- 829 |          assert (check sgs (OpamPrinter.Normalise.items items));
-                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module OpamPrinter.Normalise
- Use OpamPrinter.FullPos.Normalise instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -w +a-4-40-42-44-48 -safe-string -w -67 -g -bin-annot -I src/format/.opam_format.objs/byte -I /home/opam/.opam/4.14/lib/ocamlgraph -I /home/opam/.opam/4.14/lib/opam-core -I /home/opam/.opam/4.14/lib/opam-file-format -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -o src/format/.opam_format.objs/byte/opamFile.cmo -c -impl src/format/opamFile.ml)
- File "src/format/opamFile.ml", line 545, characters 10-33:
- 545 |          (OpamLexer.env_update_op, OpamPrinter.env_update_op) ^+
-                 ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: OpamLexer.env_update_op
- Use OpamLexer.FullPos.env_update_op instead.
- File "src/format/opamFile.ml", line 545, characters 35-60:
- 545 |          (OpamLexer.env_update_op, OpamPrinter.env_update_op) ^+
-                                          ^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: OpamPrinter.env_update_op
- Use OpamPrinter.FullPos.env_update_op instead.
- File "src/format/opamFile.ml", line 723, characters 8-23:
- 723 |     try OpamParser.main OpamLexer.token lexbuf filename with
-               ^^^^^^^^^^^^^^^
- Alert deprecated: OpamParser.main
- Use OpamParser.FullPos.main instead.
- File "src/format/opamFile.ml", line 735, characters 9-36:
- 735 |          OpamPrinter.format_opamfile fmt file)
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: OpamPrinter.format_opamfile
- Use OpamPrinter.FullPos.format_opamfile instead.
- File "src/format/opamFile.ml", line 748, characters 4-24:
- 748 |     OpamPrinter.opamfile t
-           ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: OpamPrinter.opamfile
- Use OpamPrinter.FullPos.opamfile instead.
- File "src/format/opamFile.ml", line 823, characters 19-36:
- 823 |                    OpamPrinter.items [f] :: strs
-                          ^^^^^^^^^^^^^^^^^
- Alert deprecated: OpamPrinter.items
- Use OpamPrinter.FullPos.items instead.
- File "src/format/opamFile.ml", line 854, characters 17-34:
- 854 |                  OpamPrinter.items f :: strs
-                        ^^^^^^^^^^^^^^^^^
- Alert deprecated: OpamPrinter.items
- Use OpamPrinter.FullPos.items instead.
- File "src/format/opamFile.ml", line 862, characters 38-55:
- 862 |          (if rem = [] then [""] else [OpamPrinter.items rem;""]))
-                                             ^^^^^^^^^^^^^^^^^
- Alert deprecated: OpamPrinter.items
- Use OpamPrinter.FullPos.items instead.
- File "src/format/opamFile.ml", line 1277, characters 21-36:
- 1277 |       let opamfile = OpamParser.file (OpamFilename.to_string (filename f)) in
-                             ^^^^^^^^^^^^^^^
- Alert deprecated: OpamParser.file
- Use OpamParser.FullPos.file instead.
- File "src/format/opamFile.ml", line 1648, characters 21-36:
- 1648 |       let opamfile = OpamParser.file (OpamFilename.to_string (filename f)) in
-                             ^^^^^^^^^^^^^^^
- Alert deprecated: OpamParser.file
- Use OpamParser.FullPos.file instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -w +a-4-40-42-44-48 -safe-string -w -67 -g -I src/format/.opam_format.objs/byte -I src/format/.opam_format.objs/native -I /home/opam/.opam/4.14/lib/ocamlgraph -I /home/opam/.opam/4.14/lib/opam-core -I /home/opam/.opam/4.14/lib/opam-file-format -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -o src/format/.opam_format.objs/native/opamFile.cmx -c -impl src/format/opamFile.ml)
- File "src/format/opamFile.ml", line 545, characters 10-33:
- 545 |          (OpamLexer.env_update_op, OpamPrinter.env_update_op) ^+
-                 ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: OpamLexer.env_update_op
- Use OpamLexer.FullPos.env_update_op instead.
- File "src/format/opamFile.ml", line 545, characters 35-60:
- 545 |          (OpamLexer.env_update_op, OpamPrinter.env_update_op) ^+
-                                          ^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: OpamPrinter.env_update_op
- Use OpamPrinter.FullPos.env_update_op instead.
- File "src/format/opamFile.ml", line 723, characters 8-23:
- 723 |     try OpamParser.main OpamLexer.token lexbuf filename with
-               ^^^^^^^^^^^^^^^
- Alert deprecated: OpamParser.main
- Use OpamParser.FullPos.main instead.
- File "src/format/opamFile.ml", line 735, characters 9-36:
- 735 |          OpamPrinter.format_opamfile fmt file)
-                ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: OpamPrinter.format_opamfile
- Use OpamPrinter.FullPos.format_opamfile instead.
- File "src/format/opamFile.ml", line 748, characters 4-24:
- 748 |     OpamPrinter.opamfile t
-           ^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: OpamPrinter.opamfile
- Use OpamPrinter.FullPos.opamfile instead.
- File "src/format/opamFile.ml", line 823, characters 19-36:
- 823 |                    OpamPrinter.items [f] :: strs
-                          ^^^^^^^^^^^^^^^^^
- Alert deprecated: OpamPrinter.items
- Use OpamPrinter.FullPos.items instead.
- File "src/format/opamFile.ml", line 854, characters 17-34:
- 854 |                  OpamPrinter.items f :: strs
-                        ^^^^^^^^^^^^^^^^^
- Alert deprecated: OpamPrinter.items
- Use OpamPrinter.FullPos.items instead.
- File "src/format/opamFile.ml", line 862, characters 38-55:
- 862 |          (if rem = [] then [""] else [OpamPrinter.items rem;""]))
-                                             ^^^^^^^^^^^^^^^^^
- Alert deprecated: OpamPrinter.items
- Use OpamPrinter.FullPos.items instead.
- File "src/format/opamFile.ml", line 1277, characters 21-36:
- 1277 |       let opamfile = OpamParser.file (OpamFilename.to_string (filename f)) in
-                             ^^^^^^^^^^^^^^^
- Alert deprecated: OpamParser.file
- Use OpamParser.FullPos.file instead.
- File "src/format/opamFile.ml", line 1648, characters 21-36:
- 1648 |       let opamfile = OpamParser.file (OpamFilename.to_string (filename f)) in
-                             ^^^^^^^^^^^^^^^
- Alert deprecated: OpamParser.file
- Use OpamParser.FullPos.file instead.
-> compiled  opam-format.2.0.10
Processing 156/246: [ppxlib: dune build]
-> installed opam-format.2.0.10
Processing 157/246: [ppxlib: dune build]
Processing 158/246: [opam-repository: ./configure] [ppxlib: dune build]
-> compiled  ppxlib.0.25.1
Processing 158/246: [opam-repository: ./configure]
-> installed ppxlib.0.25.1
Processing 159/246: [opam-repository: ./configure]
Processing 160/246: [opam-repository: ./configure] [ppx_cold: dune build]
Processing 161/246: [opam-repository: ./configure] [ppx_cold: dune build] [ppx_compare: dune build]
Processing 162/246: [opam-repository: ./configure] [ppx_cold: dune build] [ppx_compare: dune build] [ppx_deriving: dune build]
Processing 163/246: [opam-repository: ./configure] [ppx_cold: dune build] [ppx_compare: dune build] [ppx_deriving: dune build] [ppx_enumerate: dune build]
Processing 164/246: [opam-repository: ./configure] [ppx_cold: dune build] [ppx_compare: dune build] [ppx_deriving: dune build] [ppx_enumerate: dune build] [ppx_fields_conv: dune build]
Processing 165/246: [opam-repository: ./configure] [ppx_cold: dune build] [ppx_compare: dune build] [ppx_deriving: dune build] [ppx_enumerate: dune build] [ppx_fields_conv: dune build] [ppx_fixed_literal: dune build]
Processing 166/246: [opam-repository: ./configure] [ppx_cold: dune build] [ppx_compare: dune build] [ppx_deriving: dune build] [ppx_enumerate: dune build] [ppx_fields_conv: dune build] [ppx_fixed_literal: dune build] [ppx_here: dune build]
Processing 167/246: [opam-repository: ./configure] [ppx_cold: dune build] [ppx_compare: dune build] [ppx_deriving: dune build] [ppx_enumerate: dune build] [ppx_fields_conv: dune build] [ppx_fixed_literal: dune build] [ppx_here: dune build] [ppx_js_style: dune build]
Processing 168/246: [opam-repository: ./configure] [ppx_cold: dune build] [ppx_compare: dune build] [ppx_deriving: dune build] [ppx_enumerate: dune build] [ppx_fields_conv: dune build] [ppx_fixed_literal: dune build] [ppx_here: dune build] [ppx_js_style: dune build] [ppx_let: dune build]
Processing 169/246: [opam-repository: ./configure] [ppx_cold: dune build] [ppx_compare: dune build] [ppx_deriving: dune build] [ppx_enumerate: dune build] [ppx_fields_conv: dune build] [ppx_fixed_literal: dune build] [ppx_here: dune build] [ppx_js_style: dune build] [ppx_let: dune build] [ppx_optcomp: dune build]
Processing 170/246: [opam-repository: ./configure] [ppx_cold: dune build] [ppx_compare: dune build] [ppx_deriving: dune build] [ppx_enumerate: dune build] [ppx_fields_conv: dune build] [ppx_fixed_literal: dune build] [ppx_here: dune build] [ppx_js_style: dune build] [ppx_let: dune build] [ppx_optcomp: dune build] [ppx_optional: dune build]
Processing 171/246: [opam-repository: ./configure] [ppx_cold: dune build] [ppx_compare: dune build] [ppx_deriving: dune build] [ppx_enumerate: dune build] [ppx_fields_conv: dune build] [ppx_fixed_literal: dune build] [ppx_here: dune build] [ppx_js_style: dune build] [ppx_let: dune build] [ppx_optcomp: dune build] [ppx_optional: dune build] [ppx_pipebang: dune build]
Processing 172/246: [opam-repository: ./configure] [ppx_cold: dune build] [ppx_compare: dune build] [ppx_deriving: dune build] [ppx_enumerate: dune build] [ppx_fields_conv: dune build] [ppx_fixed_literal: dune build] [ppx_here: dune build] [ppx_js_style: dune build] [ppx_let: dune build] [ppx_optcomp: dune build] [ppx_optional: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build]
Processing 173/246: [opam-repository: ./configure] [ppx_cold: dune build] [ppx_compare: dune build] [ppx_deriving: dune build] [ppx_enumerate: dune build] [ppx_fields_conv: dune build] [ppx_fixed_literal: dune build] [ppx_here: dune build] [ppx_js_style: dune build] [ppx_let: dune build] [ppx_optcomp: dune build] [ppx_optional: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build] [ppx_stable: dune build]
Processing 174/246: [opam-repository: ./configure] [ppx_cold: dune build] [ppx_compare: dune build] [ppx_deriving: dune build] [ppx_enumerate: dune build] [ppx_fields_conv: dune build] [ppx_fixed_literal: dune build] [ppx_here: dune build] [ppx_js_style: dune build] [ppx_let: dune build] [ppx_optcomp: dune build] [ppx_optional: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build] [ppx_stable: dune build] [ppx_typerep_conv: dune build]
Processing 175/246: [opam-repository: ./configure] [ppx_cold: dune build] [ppx_compare: dune build] [ppx_deriving: dune build] [ppx_enumerate: dune build] [ppx_fields_conv: dune build] [ppx_fixed_literal: dune build] [ppx_here: dune build] [ppx_js_style: dune build] [ppx_let: dune build] [ppx_optcomp: dune build] [ppx_optional: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build] [ppx_stable: dune build] [ppx_typerep_conv: dune build] [ppx_variants_conv: dune build]
- checking for ocamlc... ocamlc
- OCaml version is 4.14.1
- OCaml library path is /home/opam/.opam/4.14/lib/ocaml
- checking for ocamlopt... ocamlopt
- checking for ocamlc.opt... ocamlc.opt
- checking for ocamlopt.opt... ocamlopt.opt
- checking for ocaml... ocaml
- checking for ocamldep... ocamldep
- checking for ocamldep.opt... ocamldep.opt
- checking for ocamlmktop... ocamlmktop
- checking for ocamlmklib... ocamlmklib
- checking for ocamldoc... ocamldoc
- checking for ocamldoc.opt... ocamldoc.opt
- checking for ocamlbuild... no
- checking OCaml Sys.os_type... Unix
- checking for gawk... no
- checking for mawk... mawk
- checking for compiler type... cc
- checking for compiler architecture... amd64
- checking for compiler system... linux
- checking for gcc... gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -D_FILE_OFFSET_BITS=64
- 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 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -D_FILE_OFFSET_BITS=64 accepts -g... yes
- checking for gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -D_FILE_OFFSET_BITS=64 option to accept ISO C89... none needed
- checking for ocamlobjinfo... ocamlobjinfo
- checking for ocamlfind... ocamlfind
- checking for curl... curl
- checking for dune... dune
- checking for cppo... cppo
- checking for patch... patch
- checking for bunzip2... bunzip2
- 
- checking for OCaml findlib package unix... found
- checking for OCaml findlib package bigarray... found
- checking for OCaml findlib package extlib... not found
- checking for OCaml findlib package re... found
- checking for OCaml findlib package re.glob... found
- checking for OCaml findlib package cmdliner... not found
- checking for OCaml findlib package ocamlgraph... found
- checking for OCaml findlib package cudf... not found
- checking for OCaml findlib package dose3.common... not found
- checking for OCaml findlib package dose3.algo... not found
- checking for OCaml findlib package opam-file-format... found
- checking for OCaml findlib package mccs... not found
- checking for g++... g++
- checking whether we are using the GNU C++ compiler... yes
- checking whether g++ accepts -g... yes
- 
- configure: creating ./config.status
- config.status: creating Makefile.config
- config.status: creating src/client/opamManifest.inc
- 
- Opam will be built WITH a built-in solver
- 
- Executables will be installed in /home/opam/.opam/4.14/bin
- Manual pages will be installed in /home/opam/.opam/4.14/share/man
Processing 175/246: [opam-repository: dune build] [ppx_cold: dune build] [ppx_compare: dune build] [ppx_deriving: dune build] [ppx_enumerate: dune build] [ppx_fields_conv: dune build] [ppx_fixed_literal: dune build] [ppx_here: dune build] [ppx_js_style: dune build] [ppx_let: dune build] [ppx_optcomp: dune build] [ppx_optional: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build] [ppx_stable: dune build] [ppx_typerep_conv: dune build] [ppx_variants_conv: dune build]
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -w +a-4-40-42-44-48 -safe-string -w -67 -g -bin-annot -I src/repository/.opam_repository.objs/byte -I /home/opam/.opam/4.14/lib/ocamlgraph -I /home/opam/.opam/4.14/lib/opam-core -I /home/opam/.opam/4.14/lib/opam-file-format -I /home/opam/.opam/4.14/lib/opam-format -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -o src/repository/.opam_repository.objs/byte/opamDownload.cmo -c -impl src/repository/opamDownload.ml)
- File "src/repository/opamDownload.ml", line 44, characters 36-44:
- 44 | let download_args ~url ~out ~retry ?checksum ~compress =
-                                          ^^^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/repository/opamDownload.ml", line 102, characters 32-40:
- 102 | let download_command ~compress ?checksum ~url ~dst =
-                                       ^^^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/repository/opamDownload.ml", line 120, characters 60-73:
- 120 |     ?(quiet=false) ~overwrite ?(compress=false) ?checksum ?(validate=true)
-                                                                   ^^^^^^^^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/repository/opamDownload.ml", line 120, characters 49-57:
- 120 |     ?(quiet=false) ~overwrite ?(compress=false) ?checksum ?(validate=true)
-                                                        ^^^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/repository/opamDownload.ml", line 120, characters 32-46:
- 120 |     ?(quiet=false) ~overwrite ?(compress=false) ?checksum ?(validate=true)
-                                       ^^^^^^^^^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/repository/opamDownload.ml", line 120, characters 6-17:
- 120 |     ?(quiet=false) ~overwrite ?(compress=false) ?checksum ?(validate=true)
-             ^^^^^^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -w +a-4-40-42-44-48 -safe-string -w -67 -g -I src/repository/.opam_repository.objs/byte -I src/repository/.opam_repository.objs/native -I /home/opam/.opam/4.14/lib/ocamlgraph -I /home/opam/.opam/4.14/lib/opam-core -I /home/opam/.opam/4.14/lib/opam-file-format -I /home/opam/.opam/4.14/lib/opam-format -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -o src/repository/.opam_repository.objs/native/opamDownload.cmx -c -impl src/repository/opamDownload.ml)
- File "src/repository/opamDownload.ml", line 44, characters 36-44:
- 44 | let download_args ~url ~out ~retry ?checksum ~compress =
-                                          ^^^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/repository/opamDownload.ml", line 102, characters 32-40:
- 102 | let download_command ~compress ?checksum ~url ~dst =
-                                       ^^^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/repository/opamDownload.ml", line 120, characters 60-73:
- 120 |     ?(quiet=false) ~overwrite ?(compress=false) ?checksum ?(validate=true)
-                                                                   ^^^^^^^^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/repository/opamDownload.ml", line 120, characters 49-57:
- 120 |     ?(quiet=false) ~overwrite ?(compress=false) ?checksum ?(validate=true)
-                                                        ^^^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/repository/opamDownload.ml", line 120, characters 32-46:
- 120 |     ?(quiet=false) ~overwrite ?(compress=false) ?checksum ?(validate=true)
-                                       ^^^^^^^^^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "src/repository/opamDownload.ml", line 120, characters 6-17:
- 120 |     ?(quiet=false) ~overwrite ?(compress=false) ?checksum ?(validate=true)
-             ^^^^^^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
-> compiled  opam-repository.2.0.10
Processing 175/246: [ppx_cold: dune build] [ppx_compare: dune build] [ppx_deriving: dune build] [ppx_enumerate: dune build] [ppx_fields_conv: dune build] [ppx_fixed_literal: dune build] [ppx_here: dune build] [ppx_js_style: dune build] [ppx_let: dune build] [ppx_optcomp: dune build] [ppx_optional: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build] [ppx_stable: dune build] [ppx_typerep_conv: dune build] [ppx_variants_conv: dune build]
-> installed opam-repository.2.0.10
Processing 176/246: [ppx_cold: dune build] [ppx_compare: dune build] [ppx_deriving: dune build] [ppx_enumerate: dune build] [ppx_fields_conv: dune build] [ppx_fixed_literal: dune build] [ppx_here: dune build] [ppx_js_style: dune build] [ppx_let: dune build] [ppx_optcomp: dune build] [ppx_optional: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build] [ppx_stable: dune build] [ppx_typerep_conv: dune build] [ppx_variants_conv: dune build]
Processing 177/246: [opam-state: ./configure] [ppx_cold: dune build] [ppx_compare: dune build] [ppx_deriving: dune build] [ppx_enumerate: dune build] [ppx_fields_conv: dune build] [ppx_fixed_literal: dune build] [ppx_here: dune build] [ppx_js_style: dune build] [ppx_let: dune build] [ppx_optcomp: dune build] [ppx_optional: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build] [ppx_stable: dune build] [ppx_typerep_conv: dune build] [ppx_variants_conv: dune build]
-> compiled  ppx_optcomp.v0.14.3
Processing 177/246: [opam-state: ./configure] [ppx_cold: dune build] [ppx_compare: dune build] [ppx_deriving: dune build] [ppx_enumerate: dune build] [ppx_fields_conv: dune build] [ppx_fixed_literal: dune build] [ppx_here: dune build] [ppx_js_style: dune build] [ppx_let: dune build] [ppx_optional: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build] [ppx_stable: dune build] [ppx_typerep_conv: dune build] [ppx_variants_conv: dune build]
-> installed ppx_optcomp.v0.14.3
Processing 178/246: [opam-state: ./configure] [ppx_cold: dune build] [ppx_compare: dune build] [ppx_deriving: dune build] [ppx_enumerate: dune build] [ppx_fields_conv: dune build] [ppx_fixed_literal: dune build] [ppx_here: dune build] [ppx_js_style: dune build] [ppx_let: dune build] [ppx_optional: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build] [ppx_stable: dune build] [ppx_typerep_conv: dune build] [ppx_variants_conv: dune build]
-> compiled  ppx_cold.v0.14.0
Processing 178/246: [opam-state: ./configure] [ppx_compare: dune build] [ppx_deriving: dune build] [ppx_enumerate: dune build] [ppx_fields_conv: dune build] [ppx_fixed_literal: dune build] [ppx_here: dune build] [ppx_js_style: dune build] [ppx_let: dune build] [ppx_optional: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build] [ppx_stable: dune build] [ppx_typerep_conv: dune build] [ppx_variants_conv: dune build]
-> installed ppx_cold.v0.14.0
Processing 179/246: [opam-state: ./configure] [ppx_compare: dune build] [ppx_deriving: dune build] [ppx_enumerate: dune build] [ppx_fields_conv: dune build] [ppx_fixed_literal: dune build] [ppx_here: dune build] [ppx_js_style: dune build] [ppx_let: dune build] [ppx_optional: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build] [ppx_stable: dune build] [ppx_typerep_conv: dune build] [ppx_variants_conv: dune build]
-> compiled  ppx_fields_conv.v0.14.2
Processing 179/246: [opam-state: ./configure] [ppx_compare: dune build] [ppx_deriving: dune build] [ppx_enumerate: dune build] [ppx_fixed_literal: dune build] [ppx_here: dune build] [ppx_js_style: dune build] [ppx_let: dune build] [ppx_optional: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build] [ppx_stable: dune build] [ppx_typerep_conv: dune build] [ppx_variants_conv: dune build]
-> installed ppx_fields_conv.v0.14.2
Processing 180/246: [opam-state: ./configure] [ppx_compare: dune build] [ppx_deriving: dune build] [ppx_enumerate: dune build] [ppx_fixed_literal: dune build] [ppx_here: dune build] [ppx_js_style: dune build] [ppx_let: dune build] [ppx_optional: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build] [ppx_stable: dune build] [ppx_typerep_conv: dune build] [ppx_variants_conv: dune build]
-> compiled  ppx_enumerate.v0.14.0
Processing 180/246: [opam-state: ./configure] [ppx_compare: dune build] [ppx_deriving: dune build] [ppx_fixed_literal: dune build] [ppx_here: dune build] [ppx_js_style: dune build] [ppx_let: dune build] [ppx_optional: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build] [ppx_stable: dune build] [ppx_typerep_conv: dune build] [ppx_variants_conv: dune build]
-> installed ppx_enumerate.v0.14.0
Processing 181/246: [opam-state: ./configure] [ppx_compare: dune build] [ppx_deriving: dune build] [ppx_fixed_literal: dune build] [ppx_here: dune build] [ppx_js_style: dune build] [ppx_let: dune build] [ppx_optional: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build] [ppx_stable: dune build] [ppx_typerep_conv: dune build] [ppx_variants_conv: dune build]
-> compiled  ppx_here.v0.14.0
Processing 181/246: [opam-state: ./configure] [ppx_compare: dune build] [ppx_deriving: dune build] [ppx_fixed_literal: dune build] [ppx_js_style: dune build] [ppx_let: dune build] [ppx_optional: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build] [ppx_stable: dune build] [ppx_typerep_conv: dune build] [ppx_variants_conv: dune build]
-> installed ppx_here.v0.14.0
Processing 182/246: [opam-state: ./configure] [ppx_compare: dune build] [ppx_deriving: dune build] [ppx_fixed_literal: dune build] [ppx_js_style: dune build] [ppx_let: dune build] [ppx_optional: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build] [ppx_stable: dune build] [ppx_typerep_conv: dune build] [ppx_variants_conv: dune build]
-> compiled  ppx_let.v0.14.0
Processing 182/246: [opam-state: ./configure] [ppx_compare: dune build] [ppx_deriving: dune build] [ppx_fixed_literal: dune build] [ppx_js_style: dune build] [ppx_optional: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build] [ppx_stable: dune build] [ppx_typerep_conv: dune build] [ppx_variants_conv: dune build]
-> installed ppx_let.v0.14.0
Processing 183/246: [opam-state: ./configure] [ppx_compare: dune build] [ppx_deriving: dune build] [ppx_fixed_literal: dune build] [ppx_js_style: dune build] [ppx_optional: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build] [ppx_stable: dune build] [ppx_typerep_conv: dune build] [ppx_variants_conv: dune build]
-> compiled  ppx_stable.v0.14.1
Processing 183/246: [opam-state: ./configure] [ppx_compare: dune build] [ppx_deriving: dune build] [ppx_fixed_literal: dune build] [ppx_js_style: dune build] [ppx_optional: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build] [ppx_typerep_conv: dune build] [ppx_variants_conv: dune build]
-> installed ppx_stable.v0.14.1
Processing 184/246: [opam-state: ./configure] [ppx_compare: dune build] [ppx_deriving: dune build] [ppx_fixed_literal: dune build] [ppx_js_style: dune build] [ppx_optional: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build] [ppx_typerep_conv: dune build] [ppx_variants_conv: dune build]
-> compiled  ppx_typerep_conv.v0.14.2
Processing 184/246: [opam-state: ./configure] [ppx_compare: dune build] [ppx_deriving: dune build] [ppx_fixed_literal: dune build] [ppx_js_style: dune build] [ppx_optional: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build] [ppx_variants_conv: dune build]
-> installed ppx_typerep_conv.v0.14.2
Processing 185/246: [opam-state: ./configure] [ppx_compare: dune build] [ppx_deriving: dune build] [ppx_fixed_literal: dune build] [ppx_js_style: dune build] [ppx_optional: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build] [ppx_variants_conv: dune build]
-> compiled  ppx_variants_conv.v0.14.2
Processing 185/246: [opam-state: ./configure] [ppx_compare: dune build] [ppx_deriving: dune build] [ppx_fixed_literal: dune build] [ppx_js_style: dune build] [ppx_optional: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build]
-> installed ppx_variants_conv.v0.14.2
Processing 186/246: [opam-state: ./configure] [ppx_compare: dune build] [ppx_deriving: dune build] [ppx_fixed_literal: dune build] [ppx_js_style: dune build] [ppx_optional: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build]
-> compiled  ppx_compare.v0.14.0
Processing 186/246: [opam-state: ./configure] [ppx_deriving: dune build] [ppx_fixed_literal: dune build] [ppx_js_style: dune build] [ppx_optional: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build]
-> installed ppx_compare.v0.14.0
Processing 187/246: [opam-state: ./configure] [ppx_deriving: dune build] [ppx_fixed_literal: dune build] [ppx_js_style: dune build] [ppx_optional: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build]
-> compiled  ppx_fixed_literal.v0.14.0
Processing 187/246: [opam-state: ./configure] [ppx_deriving: dune build] [ppx_js_style: dune build] [ppx_optional: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build]
-> installed ppx_fixed_literal.v0.14.0
Processing 188/246: [opam-state: ./configure] [ppx_deriving: dune build] [ppx_js_style: dune build] [ppx_optional: dune build] [ppx_pipebang: dune build] [ppx_sexp_conv: dune build]
-> compiled  ppx_pipebang.v0.14.0
Processing 188/246: [opam-state: ./configure] [ppx_deriving: dune build] [ppx_js_style: dune build] [ppx_optional: dune build] [ppx_sexp_conv: dune build]
-> installed ppx_pipebang.v0.14.0
Processing 189/246: [opam-state: ./configure] [ppx_deriving: dune build] [ppx_js_style: dune build] [ppx_optional: dune build] [ppx_sexp_conv: dune build]
-> compiled  ppx_optional.v0.14.0
Processing 189/246: [opam-state: ./configure] [ppx_deriving: dune build] [ppx_js_style: dune build] [ppx_sexp_conv: dune build]
-> installed ppx_optional.v0.14.0
Processing 190/246: [opam-state: ./configure] [ppx_deriving: dune build] [ppx_js_style: dune build] [ppx_sexp_conv: dune build]
-> compiled  ppx_js_style.v0.14.1
Processing 190/246: [opam-state: ./configure] [ppx_deriving: dune build] [ppx_sexp_conv: dune build]
-> installed ppx_js_style.v0.14.1
Processing 191/246: [opam-state: ./configure] [ppx_deriving: dune build] [ppx_sexp_conv: dune build]
- checking for ocamlc... ocamlc
- OCaml version is 4.14.1
- OCaml library path is /home/opam/.opam/4.14/lib/ocaml
- checking for ocamlopt... ocamlopt
- checking for ocamlc.opt... ocamlc.opt
- checking for ocamlopt.opt... ocamlopt.opt
- checking for ocaml... ocaml
- checking for ocamldep... ocamldep
- checking for ocamldep.opt... ocamldep.opt
- checking for ocamlmktop... ocamlmktop
- checking for ocamlmklib... ocamlmklib
- checking for ocamldoc... ocamldoc
- checking for ocamldoc.opt... ocamldoc.opt
- checking for ocamlbuild... no
- checking OCaml Sys.os_type... Unix
- checking for gawk... no
- checking for mawk... mawk
- checking for compiler type... cc
- checking for compiler architecture... amd64
- checking for compiler system... linux
- checking for gcc... gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -D_FILE_OFFSET_BITS=64
- 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 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -D_FILE_OFFSET_BITS=64 accepts -g... yes
- checking for gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -D_FILE_OFFSET_BITS=64 option to accept ISO C89... none needed
- checking for ocamlobjinfo... ocamlobjinfo
- checking for ocamlfind... ocamlfind
- checking for curl... curl
- checking for dune... dune
- checking for cppo... cppo
- checking for patch... patch
- checking for bunzip2... bunzip2
- 
- checking for OCaml findlib package unix... found
- checking for OCaml findlib package bigarray... found
- checking for OCaml findlib package extlib... not found
- checking for OCaml findlib package re... found
- checking for OCaml findlib package re.glob... found
- checking for OCaml findlib package cmdliner... not found
- checking for OCaml findlib package ocamlgraph... found
- checking for OCaml findlib package cudf... not found
- checking for OCaml findlib package dose3.common... not found
- checking for OCaml findlib package dose3.algo... not found
- checking for OCaml findlib package opam-file-format... found
- checking for OCaml findlib package mccs... not found
- checking for g++... g++
- checking whether we are using the GNU C++ compiler... yes
- checking whether g++ accepts -g... yes
- 
- configure: creating ./config.status
- config.status: creating Makefile.config
- config.status: creating src/client/opamManifest.inc
- 
- Opam will be built WITH a built-in solver
- 
- Executables will be installed in /home/opam/.opam/4.14/bin
- Manual pages will be installed in /home/opam/.opam/4.14/share/man
Processing 191/246: [opam-state: dune build] [ppx_deriving: dune build] [ppx_sexp_conv: dune build]
-> compiled  ppx_sexp_conv.v0.14.3
Processing 191/246: [opam-state: dune build] [ppx_deriving: dune build]
-> installed ppx_sexp_conv.v0.14.3
Processing 192/246: [opam-state: dune build] [ppx_deriving: dune build]
Processing 193/246: [opam-state: dune build] [posixat: dune build] [ppx_deriving: dune build]
Processing 194/246: [opam-state: dune build] [posixat: dune build] [ppx_assert: dune build] [ppx_deriving: dune build]
Processing 195/246: [opam-state: dune build] [posixat: dune build] [ppx_assert: dune build] [ppx_custom_printf: dune build] [ppx_deriving: dune build]
Processing 196/246: [opam-state: dune build] [posixat: dune build] [ppx_assert: dune build] [ppx_custom_printf: dune build] [ppx_deriving: dune build] [ppx_hash: dune build]
Processing 197/246: [opam-state: dune build] [posixat: dune build] [ppx_assert: dune build] [ppx_custom_printf: dune build] [ppx_deriving: dune build] [ppx_hash: dune build] [ppx_sexp_message: dune build]
Processing 198/246: [opam-state: dune build] [posixat: dune build] [ppx_assert: dune build] [ppx_custom_printf: dune build] [ppx_deriving: dune build] [ppx_hash: dune build] [ppx_sexp_message: dune build] [ppx_sexp_value: dune build]
Processing 199/246: [opam-state: dune build] [posixat: dune build] [ppx_assert: dune build] [ppx_custom_printf: dune build] [ppx_deriving: dune build] [ppx_hash: dune build] [ppx_sexp_message: dune build] [ppx_sexp_value: dune build] [uri-sexp: dune build]
-> compiled  ppx_deriving.5.2.1
Processing 199/246: [opam-state: dune build] [posixat: dune build] [ppx_assert: dune build] [ppx_custom_printf: dune build] [ppx_hash: dune build] [ppx_sexp_message: dune build] [ppx_sexp_value: dune build] [uri-sexp: dune build]
-> installed ppx_deriving.5.2.1
Processing 200/246: [opam-state: dune build] [posixat: dune build] [ppx_assert: dune build] [ppx_custom_printf: dune build] [ppx_hash: dune build] [ppx_sexp_message: dune build] [ppx_sexp_value: dune build] [uri-sexp: dune build]
-> compiled  uri-sexp.4.4.0
Processing 200/246: [opam-state: dune build] [posixat: dune build] [ppx_assert: dune build] [ppx_custom_printf: dune build] [ppx_hash: dune build] [ppx_sexp_message: dune build] [ppx_sexp_value: dune build]
-> installed uri-sexp.4.4.0
Processing 201/246: [opam-state: dune build] [posixat: dune build] [ppx_assert: dune build] [ppx_custom_printf: dune build] [ppx_hash: dune build] [ppx_sexp_message: dune build] [ppx_sexp_value: dune build]
-> compiled  ppx_hash.v0.14.0
Processing 201/246: [opam-state: dune build] [posixat: dune build] [ppx_assert: dune build] [ppx_custom_printf: dune build] [ppx_sexp_message: dune build] [ppx_sexp_value: dune build]
-> installed ppx_hash.v0.14.0
Processing 202/246: [opam-state: dune build] [posixat: dune build] [ppx_assert: dune build] [ppx_custom_printf: dune build] [ppx_sexp_message: dune build] [ppx_sexp_value: dune build]
Processing 203/246: [opam-state: dune build] [posixat: dune build] [ppx_assert: dune build] [ppx_base: dune build] [ppx_custom_printf: dune build] [ppx_sexp_message: dune build] [ppx_sexp_value: dune build]
- (cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -g -I /home/opam/.opam/4.14/lib/ocaml -I /home/opam/.opam/4.14/lib/base -I /home/opam/.opam/4.14/lib/base/base_internalhash_types -I /home/opam/.opam/4.14/lib/base/caml -I /home/opam/.opam/4.14/lib/base/shadow_stdlib -I /home/opam/.opam/4.14/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.14/lib/sexplib0 -o posixat_stubs.o -c posixat_stubs.c)
- posixat_stubs.c: In function 'shexp_fstatat':
- posixat_stubs.c:171:13: warning: "caml_strdup" is deprecated: use "caml_stat_strdup" instead
-   171 |   path  = caml_stat_strdup(String_val(v_path));
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                              
- posixat_stubs.c: In function 'shexp_readlinkat':
- posixat_stubs.c:206:13: warning: "caml_strdup" is deprecated: use "caml_stat_strdup" instead
-   206 |   path = caml_stat_strdup(String_val(v_path));
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                               
-> compiled  posixat.v0.14.0
Processing 203/246: [opam-state: dune build] [ppx_assert: dune build] [ppx_base: dune build] [ppx_custom_printf: dune build] [ppx_sexp_message: dune build] [ppx_sexp_value: dune build]
-> installed posixat.v0.14.0
Processing 204/246: [opam-state: dune build] [ppx_assert: dune build] [ppx_base: dune build] [ppx_custom_printf: dune build] [ppx_sexp_message: dune build] [ppx_sexp_value: dune build]
Processing 205/246: [opam-state: dune build] [ppx_assert: dune build] [ppx_base: dune build] [ppx_custom_printf: dune build] [ppx_sexp_message: dune build] [ppx_sexp_value: dune build] [shexp: dune build]
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -w +a-4-40-42-44-48 -safe-string -w -67 -g -bin-annot -I src/state/.opam_state.objs/byte -I /home/opam/.opam/4.14/lib/ocamlgraph -I /home/opam/.opam/4.14/lib/opam-core -I /home/opam/.opam/4.14/lib/opam-file-format -I /home/opam/.opam/4.14/lib/opam-format -I /home/opam/.opam/4.14/lib/opam-repository -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -o src/state/.opam_state.objs/byte/opamPinned.cmo -c -impl src/state/opamPinned.ml)
- File "src/state/opamPinned.ml", line 126, characters 34-51:
- 126 |                                  (OpamPrinter.relop op) (OpamPackage.Version.to_string vc))
-                                         ^^^^^^^^^^^^^^^^^
- Alert deprecated: OpamPrinter.relop
- Use OpamPrinter.FullPos.relop instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -w +a-4-40-42-44-48 -safe-string -w -67 -g -bin-annot -I src/state/.opam_state.objs/byte -I /home/opam/.opam/4.14/lib/ocamlgraph -I /home/opam/.opam/4.14/lib/opam-core -I /home/opam/.opam/4.14/lib/opam-file-format -I /home/opam/.opam/4.14/lib/opam-format -I /home/opam/.opam/4.14/lib/opam-repository -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -o src/state/.opam_state.objs/byte/opamSwitchState.cmo -c -impl src/state/opamSwitchState.ml)
- File "src/state/opamSwitchState.ml", line 668, characters 41-58:
- 668 |       (match relop with `Eq -> "" | r -> OpamPrinter.relop r)
-                                                ^^^^^^^^^^^^^^^^^
- Alert deprecated: OpamPrinter.relop
- Use OpamPrinter.FullPos.relop instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -w +a-4-40-42-44-48 -safe-string -w -67 -g -I src/state/.opam_state.objs/byte -I src/state/.opam_state.objs/native -I /home/opam/.opam/4.14/lib/ocamlgraph -I /home/opam/.opam/4.14/lib/opam-core -I /home/opam/.opam/4.14/lib/opam-file-format -I /home/opam/.opam/4.14/lib/opam-format -I /home/opam/.opam/4.14/lib/opam-repository -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -o src/state/.opam_state.objs/native/opamPinned.cmx -c -impl src/state/opamPinned.ml)
- File "src/state/opamPinned.ml", line 126, characters 34-51:
- 126 |                                  (OpamPrinter.relop op) (OpamPackage.Version.to_string vc))
-                                         ^^^^^^^^^^^^^^^^^
- Alert deprecated: OpamPrinter.relop
- Use OpamPrinter.FullPos.relop instead.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -w +a-4-40-42-44-48 -safe-string -w -67 -g -I src/state/.opam_state.objs/byte -I src/state/.opam_state.objs/native -I /home/opam/.opam/4.14/lib/ocamlgraph -I /home/opam/.opam/4.14/lib/opam-core -I /home/opam/.opam/4.14/lib/opam-file-format -I /home/opam/.opam/4.14/lib/opam-format -I /home/opam/.opam/4.14/lib/opam-repository -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -o src/state/.opam_state.objs/native/opamSwitchState.cmx -c -impl src/state/opamSwitchState.ml)
- File "src/state/opamSwitchState.ml", line 668, characters 41-58:
- 668 |       (match relop with `Eq -> "" | r -> OpamPrinter.relop r)
-                                                ^^^^^^^^^^^^^^^^^
- Alert deprecated: OpamPrinter.relop
- Use OpamPrinter.FullPos.relop instead.
-> compiled  opam-state.2.0.10
Processing 205/246: [ppx_assert: dune build] [ppx_base: dune build] [ppx_custom_printf: dune build] [ppx_sexp_message: dune build] [ppx_sexp_value: dune build] [shexp: dune build]
-> installed opam-state.2.0.10
Processing 206/246: [ppx_assert: dune build] [ppx_base: dune build] [ppx_custom_printf: dune build] [ppx_sexp_message: dune build] [ppx_sexp_value: dune build] [shexp: dune build]
-> compiled  ppx_sexp_value.v0.14.0
Processing 206/246: [ppx_assert: dune build] [ppx_base: dune build] [ppx_custom_printf: dune build] [ppx_sexp_message: dune build] [shexp: dune build]
-> installed ppx_sexp_value.v0.14.0
Processing 207/246: [ppx_assert: dune build] [ppx_base: dune build] [ppx_custom_printf: dune build] [ppx_sexp_message: dune build] [shexp: dune build]
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -g -bin-annot -I runtime-lib/.ppx_assert_lib.objs/byte -I /home/opam/.opam/4.14/lib/base -I /home/opam/.opam/4.14/lib/base/base_internalhash_types -I /home/opam/.opam/4.14/lib/base/caml -I /home/opam/.opam/4.14/lib/base/shadow_stdlib -I /home/opam/.opam/4.14/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.14/lib/sexplib0 -intf-suffix .ml -no-alias-deps -open Ppx_assert_lib -o runtime-lib/.ppx_assert_lib.objs/byte/ppx_assert_lib__Runtime.cmo -c -impl runtime-lib/runtime.pp.ml)
- File "runtime-lib/runtime.ml", line 74, characters 46-51:
- 74 | let test_result_or_eq ~sexpifier ~comparator ?equal ~expect ~got =
-                                                    ^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "runtime-lib/runtime.ml", line 102, characters 60-65:
- 102 | let test_result ~pos ~sexpifier ~comparator ~here ?message ?equal ~expect ~got =
-                                                                   ^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "runtime-lib/runtime.ml", line 102, characters 51-58:
- 102 | let test_result ~pos ~sexpifier ~comparator ~here ?message ?equal ~expect ~got =
-                                                          ^^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -g -I runtime-lib/.ppx_assert_lib.objs/byte -I runtime-lib/.ppx_assert_lib.objs/native -I /home/opam/.opam/4.14/lib/base -I /home/opam/.opam/4.14/lib/base/base_internalhash_types -I /home/opam/.opam/4.14/lib/base/caml -I /home/opam/.opam/4.14/lib/base/shadow_stdlib -I /home/opam/.opam/4.14/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.14/lib/sexplib0 -intf-suffix .ml -no-alias-deps -open Ppx_assert_lib -o runtime-lib/.ppx_assert_lib.objs/native/ppx_assert_lib__Runtime.cmx -c -impl runtime-lib/runtime.pp.ml)
- File "runtime-lib/runtime.ml", line 74, characters 46-51:
- 74 | let test_result_or_eq ~sexpifier ~comparator ?equal ~expect ~got =
-                                                    ^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "runtime-lib/runtime.ml", line 102, characters 60-65:
- 102 | let test_result ~pos ~sexpifier ~comparator ~here ?message ?equal ~expect ~got =
-                                                                   ^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- File "runtime-lib/runtime.ml", line 102, characters 51-58:
- 102 | let test_result ~pos ~sexpifier ~comparator ~here ?message ?equal ~expect ~got =
-                                                          ^^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
-> compiled  ppx_assert.v0.14.0
Processing 207/246: [ppx_base: dune build] [ppx_custom_printf: dune build] [ppx_sexp_message: dune build] [shexp: dune build]
-> installed ppx_assert.v0.14.0
Processing 208/246: [ppx_base: dune build] [ppx_custom_printf: dune build] [ppx_sexp_message: dune build] [shexp: dune build]
Processing 209/246: [jst-config: dune build] [ppx_base: dune build] [ppx_custom_printf: dune build] [ppx_sexp_message: dune build] [shexp: dune build]
-> compiled  ppx_sexp_message.v0.14.1
Processing 209/246: [jst-config: dune build] [ppx_base: dune build] [ppx_custom_printf: dune build] [shexp: dune build]
-> installed ppx_sexp_message.v0.14.1
Processing 210/246: [jst-config: dune build] [ppx_base: dune build] [ppx_custom_printf: dune build] [shexp: dune build]
-> compiled  shexp.v0.14.0
Processing 210/246: [jst-config: dune build] [ppx_base: dune build] [ppx_custom_printf: dune build]
-> installed shexp.v0.14.0
Processing 211/246: [jst-config: dune build] [ppx_base: dune build] [ppx_custom_printf: dune build]
-> compiled  ppx_custom_printf.v0.14.1
Processing 211/246: [jst-config: dune build] [ppx_base: dune build]
-> installed ppx_custom_printf.v0.14.1
Processing 212/246: [jst-config: dune build] [ppx_base: dune build]
Processing 213/246: [bin_prot: dune build] [jst-config: dune build] [ppx_base: dune build]
-> compiled  ppx_base.v0.14.0
Processing 213/246: [bin_prot: dune build] [jst-config: dune build]
-> installed ppx_base.v0.14.0
Processing 214/246: [bin_prot: dune build] [jst-config: dune build]
Processing 215/246: [bin_prot: dune build] [jst-config: dune build] [ppx_string: dune build]
-> compiled  jst-config.v0.14.1
Processing 215/246: [bin_prot: dune build] [ppx_string: dune build]
-> installed jst-config.v0.14.1
Processing 216/246: [bin_prot: dune build] [ppx_string: dune build]
Processing 217/246: [bin_prot: dune build] [ppx_string: dune build] [time_now: dune build]
-> compiled  bin_prot.v0.14.1
Processing 217/246: [ppx_string: dune build] [time_now: dune build]
-> installed bin_prot.v0.14.1
Processing 218/246: [ppx_string: dune build] [time_now: dune build]
Processing 219/246: [ppx_bin_prot: dune build] [ppx_string: dune build] [time_now: dune build]
-> compiled  ppx_string.v0.14.1
Processing 219/246: [ppx_bin_prot: dune build] [time_now: dune build]
-> installed ppx_string.v0.14.1
Processing 220/246: [ppx_bin_prot: dune build] [time_now: dune build]
-> compiled  time_now.v0.14.0
Processing 220/246: [ppx_bin_prot: dune build]
-> installed time_now.v0.14.0
Processing 221/246: [ppx_bin_prot: dune build]
Processing 222/246: [ppx_bin_prot: dune build] [ppx_inline_test: dune build]
Processing 223/246: [ppx_bin_prot: dune build] [ppx_inline_test: dune build] [ppx_module_timer: dune build]
-> compiled  ppx_bin_prot.v0.14.0
Processing 223/246: [ppx_inline_test: dune build] [ppx_module_timer: dune build]
-> installed ppx_bin_prot.v0.14.0
Processing 224/246: [ppx_inline_test: dune build] [ppx_module_timer: dune build]
-> compiled  ppx_module_timer.v0.14.0
Processing 224/246: [ppx_inline_test: dune build]
-> installed ppx_module_timer.v0.14.0
Processing 225/246: [ppx_inline_test: dune build]
+ /home/opam/.opam/4.14/bin/dune "build" "-p" "ppx_inline_test" "-j" "255" (CWD=/home/opam/.opam/4.14/.opam-switch/build/ppx_inline_test.v0.14.1)
-> compiled  ppx_inline_test.v0.14.1
-> installed ppx_inline_test.v0.14.1
Processing 227/246: [ppx_bench: dune build]
Processing 228/246: [ppx_bench: dune build] [ppx_expect: dune build]
-> compiled  ppx_bench.v0.14.1
Processing 228/246: [ppx_expect: dune build]
-> installed ppx_bench.v0.14.1
Processing 229/246: [ppx_expect: dune build]
Processing 230/246: [ppx_expect: dune build] [splittable_random: dune build]
-> compiled  ppx_expect.v0.14.2
Processing 230/246: [splittable_random: dune build]
-> installed ppx_expect.v0.14.2
Processing 231/246: [splittable_random: dune build]
+ /home/opam/.opam/4.14/bin/dune "build" "-p" "splittable_random" "-j" "255" (CWD=/home/opam/.opam/4.14/.opam-switch/build/splittable_random.v0.14.0)
-> compiled  splittable_random.v0.14.0
-> installed splittable_random.v0.14.0
Processing 233/246: [base_quickcheck: dune build]
+ /home/opam/.opam/4.14/bin/dune "build" "-p" "base_quickcheck" "-j" "255" (CWD=/home/opam/.opam/4.14/.opam-switch/build/base_quickcheck.v0.14.1)
-> compiled  base_quickcheck.v0.14.1
-> installed base_quickcheck.v0.14.1
Processing 235/246: [ppx_jane: dune build]
+ /home/opam/.opam/4.14/bin/dune "build" "-p" "ppx_jane" "-j" "255" (CWD=/home/opam/.opam/4.14/.opam-switch/build/ppx_jane.v0.14.0)
-> compiled  ppx_jane.v0.14.0
-> installed ppx_jane.v0.14.0
Processing 237/246: [base_bigstring: dune build]
+ /home/opam/.opam/4.14/bin/dune "build" "-p" "base_bigstring" "-j" "255" (CWD=/home/opam/.opam/4.14/.opam-switch/build/base_bigstring.v0.14.0)
-> compiled  base_bigstring.v0.14.0
-> installed base_bigstring.v0.14.0
Processing 239/246: [core_kernel: dune build]
+ /home/opam/.opam/4.14/bin/dune "build" "-p" "core_kernel" "-j" "255" (CWD=/home/opam/.opam/4.14/.opam-switch/build/core_kernel.v0.14.2)
- (cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_LARGEFILE64_SOURCE -g -I /home/opam/.opam/4.14/lib/ocaml -I /home/opam/.opam/4.14/lib/base -I /home/opam/.opam/4.14/lib/base/base_internalhash_types -I /home/opam/.opam/4.14/lib/base/caml -I /home/opam/.opam/4.14/lib/base/md5 -I /home/opam/.opam/4.14/lib/base/shadow_stdlib -I /home/opam/.opam/4.14/lib/base_bigstring -I /home/opam/.opam/4.14/lib/base_quickcheck -I /home/opam/.opam/4.14/lib/bin_prot -I /home/opam/.opam/4.14/lib/bin_prot/shape -I /home/opam/.opam/4.14/lib/fieldslib -I /home/opam/.opam/4.14/lib/jane-street-headers -I /home/opam/.opam/4.14/lib/parsexp -I /home/opam/.opam/4.14/lib/ppx_assert/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_bench/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_compare/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_enumerate/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_expect/collector -I /home/opam/.opam/4.14/lib/ppx_expect/common -I /home/opam/.opam/4.14/lib/ppx_expect/config -I /home/opam/.opam/4.14/lib/ppx_expect/config_types -I /home/opam/.opam/4.14/lib/ppx_hash/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_here/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_inline_test/config -I /home/opam/.opam/4.14/lib/ppx_inline_test/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_module_timer/runtime -I /home/opam/.opam/4.14/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.14/lib/sexplib -I /home/opam/.opam/4.14/lib/sexplib0 -I /home/opam/.opam/4.14/lib/splittable_random -I /home/opam/.opam/4.14/lib/stdio -I /home/opam/.opam/4.14/lib/time_now -I /home/opam/.opam/4.14/lib/typerep -I /home/opam/.opam/4.14/lib/variantslib -I ../base_for_tests/src -o md5_stubs.o -c md5_stubs.c)
- md5_stubs.c:11:32: warning: '-pedantic' is not an option that controls warnings [-Wpragmas]
-    11 | #pragma GCC diagnostic ignored "-pedantic"
-       |                                ^~~~~~~~~~~
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -g -bin-annot -I src/.core_kernel.objs/byte -I /home/opam/.opam/4.14/lib/base -I /home/opam/.opam/4.14/lib/base/base_internalhash_types -I /home/opam/.opam/4.14/lib/base/caml -I /home/opam/.opam/4.14/lib/base/md5 -I /home/opam/.opam/4.14/lib/base/shadow_stdlib -I /home/opam/.opam/4.14/lib/base_bigstring -I /home/opam/.opam/4.14/lib/base_quickcheck -I /home/opam/.opam/4.14/lib/bin_prot -I /home/opam/.opam/4.14/lib/bin_prot/shape -I /home/opam/.opam/4.14/lib/fieldslib -I /home/opam/.opam/4.14/lib/jane-street-headers -I /home/opam/.opam/4.14/lib/parsexp -I /home/opam/.opam/4.14/lib/ppx_assert/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_bench/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_compare/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_enumerate/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_expect/collector -I /home/opam/.opam/4.14/lib/ppx_expect/common -I /home/opam/.opam/4.14/lib/ppx_expect/config -I /home/opam/.opam/4.14/lib/ppx_expect/config_types -I /home/opam/.opam/4.14/lib/ppx_hash/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_here/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_inline_test/config -I /home/opam/.opam/4.14/lib/ppx_inline_test/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_module_timer/runtime -I /home/opam/.opam/4.14/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.14/lib/sexplib -I /home/opam/.opam/4.14/lib/sexplib0 -I /home/opam/.opam/4.14/lib/splittable_random -I /home/opam/.opam/4.14/lib/stdio -I /home/opam/.opam/4.14/lib/time_now -I /home/opam/.opam/4.14/lib/typerep -I /home/opam/.opam/4.14/lib/variantslib -I base_for_tests/src/.base_for_tests.objs/byte -intf-suffix .ml -no-alias-deps -open Core_kernel__ -o src/.core_kernel.objs/byte/core_kernel__Ephemeron.cmo -c -impl src/ephemeron.pp.ml)
- File "src/ephemeron.ml", line 7, characters 13-29:
- 7 | let create = Ephemeron.create
-                  ^^^^^^^^^^^^^^^^
- Alert old_ephemeron_api: Ephemeron.create
- This function won't be available in 5.0
- File "src/ephemeron.ml", line 10, characters 12-31:
- 10 |   | None -> Ephemeron.unset_key t
-                  ^^^^^^^^^^^^^^^^^^^
- Alert old_ephemeron_api: Ephemeron.unset_key
- This function won't be available in 5.0
- File "src/ephemeron.ml", line 11, characters 14-31:
- 11 |   | Some v -> Ephemeron.set_key t v
-                    ^^^^^^^^^^^^^^^^^
- Alert old_ephemeron_api: Ephemeron.set_key
- This function won't be available in 5.0
- File "src/ephemeron.ml", line 14, characters 14-31:
- 14 | let get_key = Ephemeron.get_key
-                    ^^^^^^^^^^^^^^^^^
- Alert old_ephemeron_api: Ephemeron.get_key
- This function won't be available in 5.0
- File "src/ephemeron.ml", line 17, characters 12-32:
- 17 |   | None -> Ephemeron.unset_data t
-                  ^^^^^^^^^^^^^^^^^^^^
- Alert old_ephemeron_api: Ephemeron.unset_data
- This function won't be available in 5.0
- File "src/ephemeron.ml", line 18, characters 14-32:
- 18 |   | Some v -> Ephemeron.set_data t v
-                    ^^^^^^^^^^^^^^^^^^
- Alert old_ephemeron_api: Ephemeron.set_data
- This function won't be available in 5.0
- File "src/ephemeron.ml", line 21, characters 15-33:
- 21 | let get_data = Ephemeron.get_data
-                     ^^^^^^^^^^^^^^^^^^
- Alert old_ephemeron_api: Ephemeron.get_data
- This function won't be available in 5.0
- File "src/ephemeron.ml", line 22, characters 20-39:
- 22 | let is_key_some t = Ephemeron.check_key t
-                          ^^^^^^^^^^^^^^^^^^^
- Alert old_ephemeron_api: Ephemeron.check_key
- This function won't be available in 5.0
- File "src/ephemeron.ml", line 24, characters 21-41:
- 24 | let is_data_some t = Ephemeron.check_data t
-                           ^^^^^^^^^^^^^^^^^^^^
- Alert old_ephemeron_api: Ephemeron.check_data
- This function won't be available in 5.0
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -g -I src/.core_kernel.objs/byte -I src/.core_kernel.objs/native -I /home/opam/.opam/4.14/lib/base -I /home/opam/.opam/4.14/lib/base/base_internalhash_types -I /home/opam/.opam/4.14/lib/base/caml -I /home/opam/.opam/4.14/lib/base/md5 -I /home/opam/.opam/4.14/lib/base/shadow_stdlib -I /home/opam/.opam/4.14/lib/base_bigstring -I /home/opam/.opam/4.14/lib/base_quickcheck -I /home/opam/.opam/4.14/lib/bin_prot -I /home/opam/.opam/4.14/lib/bin_prot/shape -I /home/opam/.opam/4.14/lib/fieldslib -I /home/opam/.opam/4.14/lib/jane-street-headers -I /home/opam/.opam/4.14/lib/parsexp -I /home/opam/.opam/4.14/lib/ppx_assert/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_bench/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_compare/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_enumerate/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_expect/collector -I /home/opam/.opam/4.14/lib/ppx_expect/common -I /home/opam/.opam/4.14/lib/ppx_expect/config -I /home/opam/.opam/4.14/lib/ppx_expect/config_types -I /home/opam/.opam/4.14/lib/ppx_hash/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_here/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_inline_test/config -I /home/opam/.opam/4.14/lib/ppx_inline_test/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_module_timer/runtime -I /home/opam/.opam/4.14/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.14/lib/sexplib -I /home/opam/.opam/4.14/lib/sexplib0 -I /home/opam/.opam/4.14/lib/splittable_random -I /home/opam/.opam/4.14/lib/stdio -I /home/opam/.opam/4.14/lib/time_now -I /home/opam/.opam/4.14/lib/typerep -I /home/opam/.opam/4.14/lib/variantslib -I base_for_tests/src/.base_for_tests.objs/byte -I base_for_tests/src/.base_for_tests.objs/native -intf-suffix .ml -no-alias-deps -open Core_kernel__ -o src/.core_kernel.objs/native/core_kernel__Ephemeron.cmx -c -impl src/ephemeron.pp.ml)
- File "src/ephemeron.ml", line 7, characters 13-29:
- 7 | let create = Ephemeron.create
-                  ^^^^^^^^^^^^^^^^
- Alert old_ephemeron_api: Ephemeron.create
- This function won't be available in 5.0
- File "src/ephemeron.ml", line 10, characters 12-31:
- 10 |   | None -> Ephemeron.unset_key t
-                  ^^^^^^^^^^^^^^^^^^^
- Alert old_ephemeron_api: Ephemeron.unset_key
- This function won't be available in 5.0
- File "src/ephemeron.ml", line 11, characters 14-31:
- 11 |   | Some v -> Ephemeron.set_key t v
-                    ^^^^^^^^^^^^^^^^^
- Alert old_ephemeron_api: Ephemeron.set_key
- This function won't be available in 5.0
- File "src/ephemeron.ml", line 14, characters 14-31:
- 14 | let get_key = Ephemeron.get_key
-                    ^^^^^^^^^^^^^^^^^
- Alert old_ephemeron_api: Ephemeron.get_key
- This function won't be available in 5.0
- File "src/ephemeron.ml", line 17, characters 12-32:
- 17 |   | None -> Ephemeron.unset_data t
-                  ^^^^^^^^^^^^^^^^^^^^
- Alert old_ephemeron_api: Ephemeron.unset_data
- This function won't be available in 5.0
- File "src/ephemeron.ml", line 18, characters 14-32:
- 18 |   | Some v -> Ephemeron.set_data t v
-                    ^^^^^^^^^^^^^^^^^^
- Alert old_ephemeron_api: Ephemeron.set_data
- This function won't be available in 5.0
- File "src/ephemeron.ml", line 21, characters 15-33:
- 21 | let get_data = Ephemeron.get_data
-                     ^^^^^^^^^^^^^^^^^^
- Alert old_ephemeron_api: Ephemeron.get_data
- This function won't be available in 5.0
- File "src/ephemeron.ml", line 22, characters 20-39:
- 22 | let is_key_some t = Ephemeron.check_key t
-                          ^^^^^^^^^^^^^^^^^^^
- Alert old_ephemeron_api: Ephemeron.check_key
- This function won't be available in 5.0
- File "src/ephemeron.ml", line 24, characters 21-41:
- 24 | let is_data_some t = Ephemeron.check_data t
-                           ^^^^^^^^^^^^^^^^^^^^
- Alert old_ephemeron_api: Ephemeron.check_data
- This function won't be available in 5.0
-> compiled  core_kernel.v0.14.2
-> installed core_kernel.v0.14.2
Processing 241/246: [timezone: dune build]
+ /home/opam/.opam/4.14/bin/dune "build" "-p" "timezone" "-j" "255" (CWD=/home/opam/.opam/4.14/.opam-switch/build/timezone.v0.14.0)
-> compiled  timezone.v0.14.0
-> installed timezone.v0.14.0
Processing 243/246: [core: dune build]
+ /home/opam/.opam/4.14/bin/dune "build" "-p" "core" "-j" "255" (CWD=/home/opam/.opam/4.14/.opam-switch/build/core.v0.14.1)
- (cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_LARGEFILE64_SOURCE -g -I /home/opam/.opam/4.14/lib/ocaml -I /home/opam/.opam/4.14/lib/base -I /home/opam/.opam/4.14/lib/base/base_internalhash_types -I /home/opam/.opam/4.14/lib/base/caml -I /home/opam/.opam/4.14/lib/base/md5 -I /home/opam/.opam/4.14/lib/base/shadow_stdlib -I /home/opam/.opam/4.14/lib/base_bigstring -I /home/opam/.opam/4.14/lib/base_quickcheck -I /home/opam/.opam/4.14/lib/bin_prot -I /home/opam/.opam/4.14/lib/bin_prot/shape -I /home/opam/.opam/4.14/lib/core_kernel -I /home/opam/.opam/4.14/lib/core_kernel/base_for_tests -I /home/opam/.opam/4.14/lib/core_kernel/caml_unix -I /home/opam/.opam/4.14/lib/core_kernel/flags -I /home/opam/.opam/4.14/lib/core_kernel/version_util -I /home/opam/.opam/4.14/lib/fieldslib -I /home/opam/.opam/4.14/lib/jane-street-headers -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/parsexp -I /home/opam/.opam/4.14/lib/ppx_assert/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_bench/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_compare/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_enumerate/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_expect/collector -I /home/opam/.opam/4.14/lib/ppx_expect/common -I /home/opam/.opam/4.14/lib/ppx_expect/config -I /home/opam/.opam/4.14/lib/ppx_expect/config_types -I /home/opam/.opam/4.14/lib/ppx_hash/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_here/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_inline_test/config -I /home/opam/.opam/4.14/lib/ppx_inline_test/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_module_timer/runtime -I /home/opam/.opam/4.14/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.14/lib/sexplib -I /home/opam/.opam/4.14/lib/sexplib/unix -I /home/opam/.opam/4.14/lib/sexplib0 -I /home/opam/.opam/4.14/lib/spawn -I /home/opam/.opam/4.14/lib/splittable_random -I /home/opam/.opam/4.14/lib/stdio -I /home/opam/.opam/4.14/lib/time_now -I /home/opam/.opam/4.14/lib/timezone -I /home/opam/.opam/4.14/lib/typerep -I /home/opam/.opam/4.14/lib/variantslib -I ../error_checking_mutex/src -o ocaml_utils_stubs.o -c ocaml_utils_stubs.c)
- In file included from ocaml_utils_stubs.c:17:
- ocaml_utils_macros.h:11: warning: "Is_none" redefined
-    11 | #define Is_none(v) (Is_long(v) && Long_val(v) == 0)
-       | 
- In file included from /home/opam/.opam/4.14/lib/jane-street-headers/ocaml_utils.h:6,
-                  from ocaml_utils_stubs.c:16:
- /home/opam/.opam/4.14/lib/ocaml/caml/mlvalues.h:406: note: this is the location of the previous definition
-   406 | #define Is_none(v) ((v) == Val_none)
-       | 
- ocaml_utils_macros.h:12: warning: "Is_some" redefined
-    12 | #define Is_some(v) (Is_block(v) && Tag_val(v) == 0 && Wosize_val(v) == 1)
-       | 
- /home/opam/.opam/4.14/lib/ocaml/caml/mlvalues.h:407: note: this is the location of the previous definition
-   407 | #define Is_some(v) Is_block(v)
-       | 
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -g -bin-annot -I src/.core.objs/byte -I /home/opam/.opam/4.14/lib/base -I /home/opam/.opam/4.14/lib/base/base_internalhash_types -I /home/opam/.opam/4.14/lib/base/caml -I /home/opam/.opam/4.14/lib/base/md5 -I /home/opam/.opam/4.14/lib/base/shadow_stdlib -I /home/opam/.opam/4.14/lib/base_bigstring -I /home/opam/.opam/4.14/lib/base_quickcheck -I /home/opam/.opam/4.14/lib/bin_prot -I /home/opam/.opam/4.14/lib/bin_prot/shape -I /home/opam/.opam/4.14/lib/core_kernel -I /home/opam/.opam/4.14/lib/core_kernel/base_for_tests -I /home/opam/.opam/4.14/lib/core_kernel/caml_unix -I /home/opam/.opam/4.14/lib/core_kernel/flags -I /home/opam/.opam/4.14/lib/core_kernel/version_util -I /home/opam/.opam/4.14/lib/fieldslib -I /home/opam/.opam/4.14/lib/jane-street-headers -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/parsexp -I /home/opam/.opam/4.14/lib/ppx_assert/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_bench/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_compare/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_enumerate/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_expect/collector -I /home/opam/.opam/4.14/lib/ppx_expect/common -I /home/opam/.opam/4.14/lib/ppx_expect/config -I /home/opam/.opam/4.14/lib/ppx_expect/config_types -I /home/opam/.opam/4.14/lib/ppx_hash/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_here/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_inline_test/config -I /home/opam/.opam/4.14/lib/ppx_inline_test/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_module_timer/runtime -I /home/opam/.opam/4.14/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.14/lib/sexplib -I /home/opam/.opam/4.14/lib/sexplib/unix -I /home/opam/.opam/4.14/lib/sexplib0 -I /home/opam/.opam/4.14/lib/spawn -I /home/opam/.opam/4.14/lib/splittable_random -I /home/opam/.opam/4.14/lib/stdio -I /home/opam/.opam/4.14/lib/time_now -I /home/opam/.opam/4.14/lib/timezone -I /home/opam/.opam/4.14/lib/typerep -I /home/opam/.opam/4.14/lib/variantslib -I error_checking_mutex/src/.error_checking_mutex.objs/byte -intf-suffix .ml -no-alias-deps -open Core__ -o src/.core.objs/byte/core__Core_thread.cmo -c -impl src/core_thread.pp.ml)
- File "src/core_thread.pp.ml", line 1:
- Alert deprecated: wait_read
- This function no longer does anything
- File "thread.mli", lines 90-91, characters 0-62:
-   Definition
- File "src/core_thread.mli", line 61, characters 0-39:
-   Expected signature
- File "src/core_thread.pp.ml", line 1:
- Alert deprecated: wait_write
- This function no longer does anything
- File "thread.mli", lines 95-96, characters 0-62:
-   Definition
- File "src/core_thread.mli", line 64, characters 0-40:
-   Expected signature
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -g -I src/.core.objs/byte -I src/.core.objs/native -I /home/opam/.opam/4.14/lib/base -I /home/opam/.opam/4.14/lib/base/base_internalhash_types -I /home/opam/.opam/4.14/lib/base/caml -I /home/opam/.opam/4.14/lib/base/md5 -I /home/opam/.opam/4.14/lib/base/shadow_stdlib -I /home/opam/.opam/4.14/lib/base_bigstring -I /home/opam/.opam/4.14/lib/base_quickcheck -I /home/opam/.opam/4.14/lib/bin_prot -I /home/opam/.opam/4.14/lib/bin_prot/shape -I /home/opam/.opam/4.14/lib/core_kernel -I /home/opam/.opam/4.14/lib/core_kernel/base_for_tests -I /home/opam/.opam/4.14/lib/core_kernel/caml_unix -I /home/opam/.opam/4.14/lib/core_kernel/flags -I /home/opam/.opam/4.14/lib/core_kernel/version_util -I /home/opam/.opam/4.14/lib/fieldslib -I /home/opam/.opam/4.14/lib/jane-street-headers -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/parsexp -I /home/opam/.opam/4.14/lib/ppx_assert/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_bench/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_compare/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_enumerate/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_expect/collector -I /home/opam/.opam/4.14/lib/ppx_expect/common -I /home/opam/.opam/4.14/lib/ppx_expect/config -I /home/opam/.opam/4.14/lib/ppx_expect/config_types -I /home/opam/.opam/4.14/lib/ppx_hash/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_here/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_inline_test/config -I /home/opam/.opam/4.14/lib/ppx_inline_test/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_module_timer/runtime -I /home/opam/.opam/4.14/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.14/lib/sexplib -I /home/opam/.opam/4.14/lib/sexplib/unix -I /home/opam/.opam/4.14/lib/sexplib0 -I /home/opam/.opam/4.14/lib/spawn -I /home/opam/.opam/4.14/lib/splittable_random -I /home/opam/.opam/4.14/lib/stdio -I /home/opam/.opam/4.14/lib/time_now -I /home/opam/.opam/4.14/lib/timezone -I /home/opam/.opam/4.14/lib/typerep -I /home/opam/.opam/4.14/lib/variantslib -I error_checking_mutex/src/.error_checking_mutex.objs/byte -I error_checking_mutex/src/.error_checking_mutex.objs/native -intf-suffix .ml -no-alias-deps -open Core__ -o src/.core.objs/native/core__Core_thread.cmx -c -impl src/core_thread.pp.ml)
- File "src/core_thread.pp.ml", line 1:
- Alert deprecated: wait_read
- This function no longer does anything
- File "thread.mli", lines 90-91, characters 0-62:
-   Definition
- File "src/core_thread.mli", line 61, characters 0-39:
-   Expected signature
- File "src/core_thread.pp.ml", line 1:
- Alert deprecated: wait_write
- This function no longer does anything
- File "thread.mli", lines 95-96, characters 0-62:
-   Definition
- File "src/core_thread.mli", line 64, characters 0-40:
-   Expected signature
-> compiled  core.v0.14.1
-> installed core.v0.14.1
Processing 245/246: [satyrographos: sed]
+ /usr/bin/sed "-i.bak" "-e" "s/%%VERSION_NUM%%/0.0.2.7/" "bin/main.ml" (CWD=/home/opam/.opam/4.14/.opam-switch/build/satyrographos.0.0.2.7)
Processing 245/246: [satyrographos: dune build]
+ /home/opam/.opam/4.14/bin/dune "build" "-p" "satyrographos" "-j" "255" (CWD=/home/opam/.opam/4.14/.opam-switch/build/satyrographos.0.0.2.7)
-> compiled  satyrographos.0.0.2.7
-> installed satyrographos.0.0.2.7
Done.
# Run eval $(opam env) to update the current shell environment
2024-01-29 18:12.06 ---> saved as "ab17b283573a36e87c765cebaa4b2e47c58c17bc197c8ed2b2070980d2c0a338"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u satyrographos:22ee75859f01759f004420d204744830,shexp:c8ebfeb208199b50291781b5825bc896,posixat:30084d4e3552feaf63aa453c7fe41c22,json-derivers:ae3b13642ec799c407cb7c65a1f15097"))
2024-01-29 18:12.08 ---> saved as "d3896f0d7a765a0d65db9db8690686ec2cd2248105767b4614dd207fdad602e9"

/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.818927') && (for DATA in prep/universes/ae3b13642ec799c407cb7c65a1f15097/json-derivers/1.0.0,json-derivers.1.0.0-ae3b13642ec799c407cb7c65a1f15097,json-derivers.1.0.0 prep/universes/30084d4e3552feaf63aa453c7fe41c22/posixat/v0.14.0,posixat.v0.14.0-30084d4e3552feaf63aa453c7fe41c22,posixat.v0.14.0 prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0,shexp.v0.14.0-c8ebfeb208199b50291781b5825bc896,shexp.v0.14.0 prep/universes/22ee75859f01759f004420d204744830/satyrographos/0.0.2.7,satyrographos.0.0.2.7-22ee75859f01759f004420d204744830,satyrographos.0.0.2.7; 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/ae3b13642ec799c407cb7c65a1f15097/json-derivers/1.0.0,json-derivers.1.0.0-ae3b13642ec799c407cb7c65a1f15097,json-derivers.1.0.0 prep/universes/30084d4e3552feaf63aa453c7fe41c22/posixat/v0.14.0,posixat.v0.14.0-30084d4e3552feaf63aa453c7fe41c22,posixat.v0.14.0 prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0,shexp.v0.14.0-c8ebfeb208199b50291781b5825bc896,shexp.v0.14.0 prep/universes/22ee75859f01759f004420d204744830/satyrographos/0.0.2.7,satyrographos.0.0.2.7-22ee75859f01759f004420d204744830,satyrographos.0.0.2.7; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/ae3b13642ec799c407cb7c65a1f15097/json-derivers/1.0.0,json-derivers.1.0.0-ae3b13642ec799c407cb7c65a1f15097,json-derivers.1.0.0 prep/universes/30084d4e3552feaf63aa453c7fe41c22/posixat/v0.14.0,posixat.v0.14.0-30084d4e3552feaf63aa453c7fe41c22,posixat.v0.14.0 prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0,shexp.v0.14.0-c8ebfeb208199b50291781b5825bc896,shexp.v0.14.0 prep/universes/22ee75859f01759f004420d204744830/satyrographos/0.0.2.7,satyrographos.0.0.2.7-22ee75859f01759f004420d204744830,satyrographos.0.0.2.7; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.818927
prep/universes/ae3b13642ec799c407cb7c65a1f15097/json-derivers/1.0.0/doc/
prep/universes/ae3b13642ec799c407cb7c65a1f15097/json-derivers/1.0.0/doc/json-derivers/
prep/universes/ae3b13642ec799c407cb7c65a1f15097/json-derivers/1.0.0/doc/json-derivers/CHANGES.md
prep/universes/ae3b13642ec799c407cb7c65a1f15097/json-derivers/1.0.0/doc/json-derivers/README.md
prep/universes/ae3b13642ec799c407cb7c65a1f15097/json-derivers/1.0.0/lib/
prep/universes/ae3b13642ec799c407cb7c65a1f15097/json-derivers/1.0.0/lib/json-derivers/
prep/universes/ae3b13642ec799c407cb7c65a1f15097/json-derivers/1.0.0/lib/json-derivers/json_derivers.ocamlobjinfo
prep/universes/ae3b13642ec799c407cb7c65a1f15097/json-derivers/1.0.0/lib/json-derivers/META
prep/universes/ae3b13642ec799c407cb7c65a1f15097/json-derivers/1.0.0/lib/json-derivers/json_derivers.cmi
prep/universes/ae3b13642ec799c407cb7c65a1f15097/json-derivers/1.0.0/lib/json-derivers/json_derivers.cmt
prep/universes/ae3b13642ec799c407cb7c65a1f15097/json-derivers/1.0.0/lib/json-derivers/json_derivers__.cmi
prep/universes/ae3b13642ec799c407cb7c65a1f15097/json-derivers/1.0.0/lib/json-derivers/json_derivers__.cmt
prep/universes/ae3b13642ec799c407cb7c65a1f15097/json-derivers/1.0.0/lib/json-derivers/json_derivers__Import.cmi
prep/universes/ae3b13642ec799c407cb7c65a1f15097/json-derivers/1.0.0/lib/json-derivers/json_derivers__Import.cmt
prep/universes/ae3b13642ec799c407cb7c65a1f15097/json-derivers/1.0.0/lib/json-derivers/json_derivers__Jsonm.cmi
prep/universes/ae3b13642ec799c407cb7c65a1f15097/json-derivers/1.0.0/lib/json-derivers/json_derivers__Jsonm.cmt
prep/universes/ae3b13642ec799c407cb7c65a1f15097/json-derivers/1.0.0/lib/json-derivers/json_derivers__Jsonm.cmti
prep/universes/ae3b13642ec799c407cb7c65a1f15097/json-derivers/1.0.0/lib/json-derivers/json_derivers__Yojson.cmi
prep/universes/ae3b13642ec799c407cb7c65a1f15097/json-derivers/1.0.0/lib/json-derivers/json_derivers__Yojson.cmt
prep/universes/ae3b13642ec799c407cb7c65a1f15097/json-derivers/1.0.0/lib/json-derivers/json_derivers__Yojson.cmti
prep/universes/ae3b13642ec799c407cb7c65a1f15097/json-derivers/1.0.0/opam
prep/universes/30084d4e3552feaf63aa453c7fe41c22/posixat/v0.14.0/doc/
prep/universes/30084d4e3552feaf63aa453c7fe41c22/posixat/v0.14.0/doc/posixat/
prep/universes/30084d4e3552feaf63aa453c7fe41c22/posixat/v0.14.0/doc/posixat/LICENSE.md
prep/universes/30084d4e3552feaf63aa453c7fe41c22/posixat/v0.14.0/doc/posixat/README.org
prep/universes/30084d4e3552feaf63aa453c7fe41c22/posixat/v0.14.0/lib/
prep/universes/30084d4e3552feaf63aa453c7fe41c22/posixat/v0.14.0/lib/posixat/
prep/universes/30084d4e3552feaf63aa453c7fe41c22/posixat/v0.14.0/lib/posixat/posixat.ocamlobjinfo
prep/universes/30084d4e3552feaf63aa453c7fe41c22/posixat/v0.14.0/lib/posixat/META
prep/universes/30084d4e3552feaf63aa453c7fe41c22/posixat/v0.14.0/lib/posixat/dune-package
prep/universes/30084d4e3552feaf63aa453c7fe41c22/posixat/v0.14.0/lib/posixat/posixat.cmi
prep/universes/30084d4e3552feaf63aa453c7fe41c22/posixat/v0.14.0/lib/posixat/posixat.cmt
prep/universes/30084d4e3552feaf63aa453c7fe41c22/posixat/v0.14.0/lib/posixat/posixat.cmti
prep/universes/30084d4e3552feaf63aa453c7fe41c22/posixat/v0.14.0/lib/posixat/posixat__.cmi
prep/universes/30084d4e3552feaf63aa453c7fe41c22/posixat/v0.14.0/lib/posixat/posixat__.cmt
prep/universes/30084d4e3552feaf63aa453c7fe41c22/posixat/v0.14.0/lib/posixat/posixat__Posixat_generated.cmi
prep/universes/30084d4e3552feaf63aa453c7fe41c22/posixat/v0.14.0/lib/posixat/posixat__Posixat_generated.cmt
prep/universes/30084d4e3552feaf63aa453c7fe41c22/posixat/v0.14.0/lib/posixat/posixat__Types.cmi
prep/universes/30084d4e3552feaf63aa453c7fe41c22/posixat/v0.14.0/lib/posixat/posixat__Types.cmt
prep/universes/30084d4e3552feaf63aa453c7fe41c22/posixat/v0.14.0/opam
prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0/doc/
prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0/doc/shexp/
prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0/doc/shexp/CHANGES.md
prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0/doc/shexp/LICENSE.md
prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0/doc/shexp/README.org
prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0/lib/
prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0/lib/shexp/
prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0/lib/shexp/META
prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0/lib/shexp/bigstring-io/
prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0/lib/shexp/bigstring-io/shexp_bigstring_io.ocamlobjinfo
prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0/lib/shexp/bigstring-io/shexp_bigstring_io.cmi
prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0/lib/shexp/bigstring-io/shexp_bigstring_io.cmt
prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0/lib/shexp/bigstring-io/shexp_bigstring_io__Bigstring.cmi
prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0/lib/shexp/bigstring-io/shexp_bigstring_io__Bigstring.cmt
prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0/lib/shexp/bigstring-io/shexp_bigstring_io__Bigstring.cmti
prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0/lib/shexp/bigstring-io/shexp_bigstring_io__Std.cmi
prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0/lib/shexp/bigstring-io/shexp_bigstring_io__Std.cmt
prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0/lib/shexp/bigstring/
prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0/lib/shexp/bigstring/shexp_bigstring.ocamlobjinfo
prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0/lib/shexp/bigstring/shexp_bigstring.cmi
prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0/lib/shexp/bigstring/shexp_bigstring.cmt
prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0/lib/shexp/bigstring/shexp_bigstring__Bigstring.cmi
prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0/lib/shexp/bigstring/shexp_bigstring__Bigstring.cmt
prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0/lib/shexp/bigstring/shexp_bigstring__Bigstring.cmti
prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0/lib/shexp/bigstring/shexp_bigstring__Std.cmi
prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0/lib/shexp/bigstring/shexp_bigstring__Std.cmt
prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0/lib/shexp/dune-package
prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0/lib/shexp/process/
prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0/lib/shexp/process/shexp_process.ocamlobjinfo
prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0/lib/shexp/process/shexp_process.cmi
prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0/lib/shexp/process/shexp_process.cmt
prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0/lib/shexp/process/shexp_process__.cmi
prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0/lib/shexp/process/shexp_process__.cmt
prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0/lib/shexp/process/shexp_process__Debugger_intf.cmi
prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0/lib/shexp/process/shexp_process__Debugger_intf.cmt
prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0/lib/shexp/process/shexp_process__Debuggers.cmi
prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0/lib/shexp/process/shexp_process__Debuggers.cmt
prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0/lib/shexp/process/shexp_process__Debuggers.cmti
prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0/lib/shexp/process/shexp_process__Env.cmi
prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0/lib/shexp/process/shexp_process__Env.cmt
prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0/lib/shexp/process/shexp_process__Env.cmti
prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0/lib/shexp/process/shexp_process__Exit_status.cmi
prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0/lib/shexp/process/shexp_process__Exit_status.cmt
prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0/lib/shexp/process/shexp_process__Exit_status.cmti
prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0/lib/shexp/process/shexp_process__Import.cmi
prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0/lib/shexp/process/shexp_process__Import.cmt
prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0/lib/shexp/process/shexp_process__Job.cmi
prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0/lib/shexp/process/shexp_process__Job.cmt
prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0/lib/shexp/process/shexp_process__Job.cmti
prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0/lib/shexp/process/shexp_process__Prim.cmi
prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0/lib/shexp/process/shexp_process__Prim.cmt
prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0/lib/shexp/process/shexp_process__Prim.cmti
prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0/lib/shexp/process/shexp_process__Process.cmi
prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0/lib/shexp/process/shexp_process__Process.cmt
prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0/lib/shexp/process/shexp_process__Process.cmti
prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0/lib/shexp/process/shexp_process__Signal.cmi
prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0/lib/shexp/process/shexp_process__Signal.cmt
prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0/lib/shexp/process/shexp_process__Signal.cmti
prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0/lib/shexp/process/shexp_process__Std.cmi
prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0/lib/shexp/process/shexp_process__Std.cmt
prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0/lib/shexp/process/shexp_process__Std_io.cmi
prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0/lib/shexp/process/shexp_process__Std_io.cmt
prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0/lib/shexp/process/shexp_process__Std_io.cmti
prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0/lib/shexp/sexp/
prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0/lib/shexp/sexp/shexp_sexp.ocamlobjinfo
prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0/lib/shexp/sexp/shexp_sexp.cmi
prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0/lib/shexp/sexp/shexp_sexp.cmt
prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0/lib/shexp/sexp/shexp_sexp__Sexp.cmi
prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0/lib/shexp/sexp/shexp_sexp__Sexp.cmt
prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0/lib/shexp/sexp/shexp_sexp__Sexp.cmti
prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0/lib/shexp/sexp/shexp_sexp__Std.cmi
prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0/lib/shexp/sexp/shexp_sexp__Std.cmt
prep/universes/c8ebfeb208199b50291781b5825bc896/shexp/v0.14.0/opam
prep/universes/22ee75859f01759f004420d204744830/satyrographos/0.0.2.7/doc/
prep/universes/22ee75859f01759f004420d204744830/satyrographos/0.0.2.7/doc/satyrographos/
prep/universes/22ee75859f01759f004420d204744830/satyrographos/0.0.2.7/doc/satyrographos/CHANGELOG.md
prep/universes/22ee75859f01759f004420d204744830/satyrographos/0.0.2.7/doc/satyrographos/LICENSE
prep/universes/22ee75859f01759f004420d204744830/satyrographos/0.0.2.7/doc/satyrographos/README-ja.md
prep/universes/22ee75859f01759f004420d204744830/satyrographos/0.0.2.7/doc/satyrographos/README.md
prep/universes/22ee75859f01759f004420d204744830/satyrographos/0.0.2.7/lib/
prep/universes/22ee75859f01759f004420d204744830/satyrographos/0.0.2.7/lib/satyrographos/
prep/universes/22ee75859f01759f004420d204744830/satyrographos/0.0.2.7/lib/satyrographos/META
prep/universes/22ee75859f01759f004420d204744830/satyrographos/0.0.2.7/lib/satyrographos/dune-package
prep/universes/22ee75859f01759f004420d204744830/satyrographos/0.0.2.7/opam
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
HASHES:json-derivers.1.0.0-ae3b13642ec799c407cb7c65a1f15097:05d7fe4834bac1d713cee3a6efc00b5d3cc4d6348b1084a4320196b44f183d7e
HASHES:posixat.v0.14.0-30084d4e3552feaf63aa453c7fe41c22:4a455672e5613d58a09240b4b4e102fb0cfd76dc147cbc9f40a7bcee4e92daf9
HASHES:shexp.v0.14.0-c8ebfeb208199b50291781b5825bc896:b38cda87a5ea090e5f464c59998a1f6ba2b58367e8996ce12a7ffb2de5009ffc
HASHES:satyrographos.0.0.2.7-22ee75859f01759f004420d204744830:2e1db6adcb4222985031a3df0bf206f33ab165982376b0b66ea5d76faa23563d
2024-01-29 18:12.10 ---> saved as "23e2ee700cb4eeb147bc63bd1c5a7ddd6856624c9c3917b407eb75ce10f4381e"
Job succeeded
2024-01-29 18:17.38: satyrographos.0.0.2.7-22ee75859f01759f004420d204744830 -> 2e1db6adcb4222985031a3df0bf206f33ab165982376b0b66ea5d76faa23563d
2024-01-29 18:17.38: shexp.v0.14.0-c8ebfeb208199b50291781b5825bc896 -> b38cda87a5ea090e5f464c59998a1f6ba2b58367e8996ce12a7ffb2de5009ffc
2024-01-29 18:17.38: posixat.v0.14.0-30084d4e3552feaf63aa453c7fe41c22 -> 4a455672e5613d58a09240b4b4e102fb0cfd76dc147cbc9f40a7bcee4e92daf9
2024-01-29 18:17.38: json-derivers.1.0.0-ae3b13642ec799c407cb7c65a1f15097 -> 05d7fe4834bac1d713cee3a6efc00b5d3cc4d6348b1084a4320196b44f183d7e
2024-01-29 18:17.38: Job succeeded