Build:
  1. 0
2024-01-29 15:19.00: New job: Voodoo prep async_extended.v0.10.0; ef12c37e34582f667b2bf13df2fb42c7
2024-01-29 15:19.00: Waiting for resource in pool OCluster
2024-01-29 18:18.18: Waiting for worker…
2024-01-29 18:21.53: Got resource from pool OCluster
2024-01-29 18:21.53: Using cache hint "docs-universe-prep-4.06.1"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-4.06@sha256:38e5b9cad04605c78227a265c03cfe581576d5d0d5d729ecc61425dd2beeb794)
         (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.06@sha256:38e5b9cad04605c78227a265c03cfe581576d5d0d5d729ecc61425dd2beeb794)
 (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.1.11.4 ocamlfind.1.9.6"))
 (env DUNE_CACHE disabled)
 (env DUNE_CACHE_TRANSPORT direct)
 (env DUNE_CACHE_DUPLICATION copy)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "(sudo apt update) && ((opam depext -viy async_extended.v0.10.0 variantslib.v0.10.0 typerep.v0.10.0 textutils_kernel.v0.10.0 textutils.v0.10.0 stdio.v0.10.0 spawn.v0.10.1 sexplib.v0.10.0 sexp_pretty.v0.10.0 seq.0.2.2 result.1.5 re2.v0.10.1 re.1.8.0 protocol_version_header.v0.10.0 ppx_variants_conv.v0.10.0 ppx_typerep_conv.v0.10.0 ppx_type_conv.v0.10.0 ppx_traverse_builtins.v0.10.0 ppx_traverse.v0.10.0 ppx_sexp_value.v0.10.0 ppx_sexp_message.v0.10.0 ppx_sexp_conv.v0.10.0 ppx_pipebang.v0.10.0 ppx_optional.v0.10.0 ppx_optcomp.v0.10.0 ppx_metaquot.v0.10.0 ppx_let.v0.10.0 ppx_js_style.v0.10.0 ppx_jane.v0.10.0 ppx_inline_test.v0.10.1 ppx_here.v0.10.0 ppx_hash.v0.10.0 ppx_fields_conv.v0.10.0 ppx_fail.v0.10.0 ppx_expect.v0.10.1 ppx_enumerate.v0.10.0 ppx_driver.v0.10.4 ppx_derivers.1.2.1 ppx_custom_printf.v0.10.0 ppx_core.v0.10.0 ppx_compare.v0.10.0 ppx_bin_prot.v0.10.0 ppx_bench.v0.10.0 ppx_base.v0.10.0 ppx_ast.v0.10.0 ppx_assert.v0.10.0 octavius.1.2.2 ocamlfind.1.9.6 ocamlbuild.0.14.3 ocaml-migrate-parsetree.1.8.0 ocaml-compiler-libs.v0.10.0 num.1.5 jbuilder.transition jane-street-headers.v0.10.0 inotify.2.3 fieldslib.v0.10.0 expect_test_helpers_kernel.v0.10.0 expect_test_helpers.v0.10.0 dune.1.11.4 delimited_parsing.v0.10.0 core_kernel.v0.10.0 core_extended.v0.10.0 core.v0.10.0 configurator.v0.10.0 command_rpc.v0.10.0 bin_prot.v0.10.0 base-bytes.base base.v0.10.0 async_unix.v0.10.0 async_shell.v0.10.0 async_rpc_kernel.v0.10.0 async_kernel.v0.10.0 async_interactive.v0.10.0 async_inotify.v0.10.0 async_find.v0.10.0 async_extra.v0.10.0 async.v0.10.0 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u async_extended:ef12c37e34582f667b2bf13df2fb42c7,delimited_parsing:f8fb9b1c882773eda2cb7fc77821efb0,async_shell:c0ab46fb7a8b9ee1383dfb74899d0836,async_interactive:55b1386f61de57a03b5bf5fa26749c34"))
 (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.237479') && (for DATA in prep/universes/55b1386f61de57a03b5bf5fa26749c34/async_interactive/v0.10.0,async_interactive.v0.10.0-55b1386f61de57a03b5bf5fa26749c34,async_interactive.v0.10.0 prep/universes/c0ab46fb7a8b9ee1383dfb74899d0836/async_shell/v0.10.0,async_shell.v0.10.0-c0ab46fb7a8b9ee1383dfb74899d0836,async_shell.v0.10.0 prep/universes/f8fb9b1c882773eda2cb7fc77821efb0/delimited_parsing/v0.10.0,delimited_parsing.v0.10.0-f8fb9b1c882773eda2cb7fc77821efb0,delimited_parsing.v0.10.0 prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0,async_extended.v0.10.0-ef12c37e34582f667b2bf13df2fb42c7,async_extended.v0.10.0; 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/55b1386f61de57a03b5bf5fa26749c34/async_interactive/v0.10.0,async_interactive.v0.10.0-55b1386f61de57a03b5bf5fa26749c34,async_interactive.v0.10.0 prep/universes/c0ab46fb7a8b9ee1383dfb74899d0836/async_shell/v0.10.0,async_shell.v0.10.0-c0ab46fb7a8b9ee1383dfb74899d0836,async_shell.v0.10.0 prep/universes/f8fb9b1c882773eda2cb7fc77821efb0/delimited_parsing/v0.10.0,delimited_parsing.v0.10.0-f8fb9b1c882773eda2cb7fc77821efb0,delimited_parsing.v0.10.0 prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0,async_extended.v0.10.0-ef12c37e34582f667b2bf13df2fb42c7,async_extended.v0.10.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/55b1386f61de57a03b5bf5fa26749c34/async_interactive/v0.10.0,async_interactive.v0.10.0-55b1386f61de57a03b5bf5fa26749c34,async_interactive.v0.10.0 prep/universes/c0ab46fb7a8b9ee1383dfb74899d0836/async_shell/v0.10.0,async_shell.v0.10.0-c0ab46fb7a8b9ee1383dfb74899d0836,async_shell.v0.10.0 prep/universes/f8fb9b1c882773eda2cb7fc77821efb0/delimited_parsing/v0.10.0,delimited_parsing.v0.10.0-f8fb9b1c882773eda2cb7fc77821efb0,delimited_parsing.v0.10.0 prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0,async_extended.v0.10.0-ef12c37e34582f667b2bf13df2fb42c7,async_extended.v0.10.0; 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 7b9230f4e0f16686158b9465bda04972358c4375 --local-file prep.spec \
--pool linux-x86_64 --connect ocluster-submission.cap --cache-hint docs-universe-prep-4.06.1 \
--secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config

2024-01-29 18:21.53: RETRYING: 2024-01-29/151900-voodoo-prep-9800db Number of retries: 0 (retriable error condition)
Building on x86-bm-c7.sw.ocaml.org
All commits already cached
Updating files:  43% (14281/32511)
Updating files:  44% (14305/32511)
Updating files:  45% (14630/32511)
Updating files:  46% (14956/32511)
Updating files:  47% (15281/32511)
Updating files:  48% (15606/32511)
Updating files:  49% (15931/32511)
Updating files:  50% (16256/32511)
Updating files:  51% (16581/32511)
Updating files:  52% (16906/32511)
Updating files:  53% (17231/32511)
Updating files:  54% (17556/32511)
Updating files:  55% (17882/32511)
Updating files:  56% (18207/32511)
Updating files:  57% (18532/32511)
Updating files:  58% (18857/32511)
Updating files:  59% (19182/32511)
Updating files:  60% (19507/32511)
Updating files:  61% (19832/32511)
Updating files:  62% (20157/32511)
Updating files:  63% (20482/32511)
Updating files:  64% (20808/32511)
Updating files:  65% (21133/32511)
Updating files:  66% (21458/32511)
Updating files:  67% (21783/32511)
Updating files:  68% (22108/32511)
Updating files:  69% (22433/32511)
Updating files:  70% (22758/32511)
Updating files:  71% (23083/32511)
Updating files:  72% (23408/32511)
Updating files:  73% (23734/32511)
Updating files:  74% (24059/32511)
Updating files:  75% (24384/32511)
Updating files:  76% (24709/32511)
Updating files:  77% (25034/32511)
Updating files:  78% (25359/32511)
Updating files:  79% (25684/32511)
Updating files:  80% (26009/32511)
Updating files:  81% (26334/32511)
Updating files:  82% (26660/32511)
Updating files:  83% (26985/32511)
Updating files:  84% (27310/32511)
Updating files:  85% (27635/32511)
Updating files:  86% (27960/32511)
Updating files:  87% (28285/32511)
Updating files:  88% (28610/32511)
Updating files:  89% (28935/32511)
Updating files:  90% (29260/32511)
Updating files:  91% (29586/32511)
Updating files:  92% (29911/32511)
Updating files:  93% (30236/32511)
Updating files:  94% (30561/32511)
Updating files:  95% (30886/32511)
Updating files:  96% (31211/32511)
Updating files:  97% (31536/32511)
Updating files:  97% (31655/32511)
Updating files:  98% (31861/32511)
Updating files:  99% (32186/32511)
Updating files: 100% (32511/32511)
Updating files: 100% (32511/32511), done.
HEAD is now at 7b9230f4e0 Mark ocamlbuild.0.14.3 as not available on Windows

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-4.06@sha256:38e5b9cad04605c78227a265c03cfe581576d5d0d5d729ecc61425dd2beeb794)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.06@sha256:38e5b9cad04605c78227a265c03cfe581576d5d0d5d729ecc61425dd2beeb794' locally
docker.io/ocaml/opam@sha256:38e5b9cad04605c78227a265c03cfe581576d5d0d5d729ecc61425dd2beeb794: Pulling from ocaml/opam
8f1b5eac36d0: Pulling fs layer
8f1b5eac36d0: Download complete
8f1b5eac36d0: Pull complete
Digest: sha256:38e5b9cad04605c78227a265c03cfe581576d5d0d5d729ecc61425dd2beeb794
Status: Downloaded newer image for ocaml/opam@sha256:38e5b9cad04605c78227a265c03cfe581576d5d0d5d729ecc61425dd2beeb794
2024-01-29 18:16.45 ---> using "af69bb9330101a058253998e125eed2f0b8989fd80f5ca7a74108d4ba11ffa3a" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-01-29 18:16.45 ---> using "c259c8a1f72a2c0174e1cea039a365ae5591c5b082a7448a70f9df4439e10407" 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 (566 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 (11.3 MB/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:16.45 ---> using "bcd76db76bd7dfce89af73c52bf8b83977ba7e3fa47e3a05817d4359e11b8f0a" 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.0.4  [required by voodoo-prep]
  - install ocamlfind           1.9.6  [required by bos]
  - install topkg               1.0.7  [required by bos]
  - install ocamlfind-secondary 1.9.6  [required by dune]
  - install astring             0.8.5  [required by bos]
  - install dune                3.13.0 [required by voodoo-prep]
  - install fpath               0.7.3  [required by voodoo-prep]
  - install stdlib-shims        0.3.0  [required by fmt]
  - install seq                 0.3.1  [required by fmt]
  - install result              1.5    [required by rresult]
  - install opam-file-format    2.1.6  [required by opam-format]
  - install cppo                1.6.9  [required by opam-core]
  - install ocamlgraph          2.0.0  [required by opam-core]
  - install re                  1.11.0 [required by opam-format]
  - install fmt                 0.8.9  [required by bos]
  - install rresult             0.6.0  [required by bos]
  - install opam-core           2.1.5  [required by opam-format]
  - install logs                0.7.0  [required by bos]
  - install opam-format         2.1.5  [required by voodoo-prep]
  - install bos                 0.2.0  [required by voodoo-prep]
  - install voodoo-prep         ~dev*
===== 22 to install =====

<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[astring.0.8.5] found in cache
[bos.0.2.0] found in cache
[cmdliner.1.0.4] found in cache
[cppo.1.6.9] found in cache
[dune.3.13.0] found in cache
[fmt.0.8.9] 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
[ocamlfind-secondary.1.9.6] found in cache
[ocamlgraph.2.0.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
[result.1.5] found in cache
[rresult.0.6.0] found in cache
[seq.0.3.1] 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 cmdliner.1.0.4
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.14.3
-> installed ocamlfind-secondary.1.9.6
-> installed topkg.1.0.7
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed dune.3.13.0
-> installed seq.0.3.1
-> installed result.1.5
-> installed stdlib-shims.0.3.0
-> installed opam-file-format.2.1.6
-> installed cppo.1.6.9
-> installed rresult.0.6.0
-> installed re.1.11.0
-> installed fmt.0.8.9
-> installed ocamlgraph.2.0.0
-> installed logs.0.7.0
-> installed bos.0.2.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:16.45 ---> using "2b0b932ee7b62870d31460a4076a9a145392a1b703b48c9a8fea0b59d7b81111" from cache

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

(from ocaml/opam:debian-12-ocaml-4.06@sha256:38e5b9cad04605c78227a265c03cfe581576d5d0d5d729ecc61425dd2beeb794)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.06@sha256:38e5b9cad04605c78227a265c03cfe581576d5d0d5d729ecc61425dd2beeb794' locally
docker.io/ocaml/opam@sha256:38e5b9cad04605c78227a265c03cfe581576d5d0d5d729ecc61425dd2beeb794: Pulling from ocaml/opam
8f1b5eac36d0: Pulling fs layer
8f1b5eac36d0: Download complete
8f1b5eac36d0: Pull complete
Digest: sha256:38e5b9cad04605c78227a265c03cfe581576d5d0d5d729ecc61425dd2beeb794
Status: Downloaded newer image for ocaml/opam@sha256:38e5b9cad04605c78227a265c03cfe581576d5d0d5d729ecc61425dd2beeb794
2024-01-29 18:16.45 ---> using "af69bb9330101a058253998e125eed2f0b8989fd80f5ca7a74108d4ba11ffa3a" from cache

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

/: (workdir /home/opam)

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

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

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

/home/opam: (copy (src repo) (dst /src/repo))
2024-01-29 18:16.47 ---> using "947bb2530612a6d415a11fedef395b1c493ddc8c46872e8e1939b189a33b9119" 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:16.47 ---> using "dc31f9664f73dc5736cd2ef2e10b27f286aca30de38f2f2b962c63e93e8213c3" from cache

/home/opam: (run (shell "opam repo remove default && opam repo add opam /src"))
Repositories removed from the selections of switch 4.06. Use '--all' to forget about them altogether.
[opam] Initialised
[NOTE] Repository opam has been added to the selections of switch 4.06 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:16.47 ---> using "f30033bb66e92e84b402f5adc5cb4ad74dcb66733a7e8ab77ddad31679eb963e" from cache

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-01-29 18:16.47 ---> using "e9aed8d5ce8ada519e954146492d1a99129c076d3bbb71edb2783ec0e88dbf38" 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.1.11.4 ocamlfind.1.9.6"))
The following actions will be performed:
  - install dune      1.11.4
  - install ocamlfind 1.9.6
===== 2 to install =====

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

/home/opam: (env DUNE_CACHE disabled)

/home/opam: (env DUNE_CACHE_TRANSPORT direct)

/home/opam: (env DUNE_CACHE_DUPLICATION copy)

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
                 (network host)
                 (shell "(sudo apt update) && ((opam depext -viy async_extended.v0.10.0 variantslib.v0.10.0 typerep.v0.10.0 textutils_kernel.v0.10.0 textutils.v0.10.0 stdio.v0.10.0 spawn.v0.10.1 sexplib.v0.10.0 sexp_pretty.v0.10.0 seq.0.2.2 result.1.5 re2.v0.10.1 re.1.8.0 protocol_version_header.v0.10.0 ppx_variants_conv.v0.10.0 ppx_typerep_conv.v0.10.0 ppx_type_conv.v0.10.0 ppx_traverse_builtins.v0.10.0 ppx_traverse.v0.10.0 ppx_sexp_value.v0.10.0 ppx_sexp_message.v0.10.0 ppx_sexp_conv.v0.10.0 ppx_pipebang.v0.10.0 ppx_optional.v0.10.0 ppx_optcomp.v0.10.0 ppx_metaquot.v0.10.0 ppx_let.v0.10.0 ppx_js_style.v0.10.0 ppx_jane.v0.10.0 ppx_inline_test.v0.10.1 ppx_here.v0.10.0 ppx_hash.v0.10.0 ppx_fields_conv.v0.10.0 ppx_fail.v0.10.0 ppx_expect.v0.10.1 ppx_enumerate.v0.10.0 ppx_driver.v0.10.4 ppx_derivers.1.2.1 ppx_custom_printf.v0.10.0 ppx_core.v0.10.0 ppx_compare.v0.10.0 ppx_bin_prot.v0.10.0 ppx_bench.v0.10.0 ppx_base.v0.10.0 ppx_ast.v0.10.0 ppx_assert.v0.10.0 octavius.1.2.2 ocamlfind.1.9.6 ocamlbuild.0.14.3 ocaml-migrate-parsetree.1.8.0 ocaml-compiler-libs.v0.10.0 num.1.5 jbuilder.transition jane-street-headers.v0.10.0 inotify.2.3 fieldslib.v0.10.0 expect_test_helpers_kernel.v0.10.0 expect_test_helpers.v0.10.0 dune.1.11.4 delimited_parsing.v0.10.0 core_kernel.v0.10.0 core_extended.v0.10.0 core.v0.10.0 configurator.v0.10.0 command_rpc.v0.10.0 bin_prot.v0.10.0 base-bytes.base base.v0.10.0 async_unix.v0.10.0 async_shell.v0.10.0 async_rpc_kernel.v0.10.0 async_kernel.v0.10.0 async_interactive.v0.10.0 async_inotify.v0.10.0 async_find.v0.10.0 async_extra.v0.10.0 async.v0.10.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 (664 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 async_extended.v0.10.0 variantslib.v0.10.0 typerep.v0.10.0 textutils_kernel.v0.10.0 textutils.v0.10.0 stdio.v0.10.0 spawn.v0.10.1 sexplib.v0.10.0 sexp_pretty.v0.10.0 seq.0.2.2 result.1.5 re2.v0.10.1 re.1.8.0 protocol_version_header.v0.10.0 ppx_variants_conv.v0.10.0 ppx_typerep_conv.v0.10.0 ppx_type_conv.v0.10.0 ppx_traverse_builtins.v0.10.0 ppx_traverse.v0.10.0 ppx_sexp_value.v0.10.0 ppx_sexp_message.v0.10.0 ppx_sexp_conv.v0.10.0 ppx_pipebang.v0.10.0 ppx_optional.v0.10.0 ppx_optcomp.v0.10.0 ppx_metaquot.v0.10.0 ppx_let.v0.10.0 ppx_js_style.v0.10.0 ppx_jane.v0.10.0 ppx_inline_test.v0.10.1 ppx_here.v0.10.0 ppx_hash.v0.10.0 ppx_fields_conv.v0.10.0 ppx_fail.v0.10.0 ppx_expect.v0.10.1 ppx_enumerate.v0.10.0 ppx_driver.v0.10.4 ppx_derivers.1.2.1 ppx_custom_printf.v0.10.0 ppx_core.v0.10.0 ppx_compare.v0.10.0 ppx_bin_prot.v0.10.0 ppx_bench.v0.10.0 ppx_base.v0.10.0 ppx_ast.v0.10.0 ppx_assert.v0.10.0 octavius.1.2.2 ocamlfind.1.9.6 ocamlbuild.0.14.3 ocaml-migrate-parsetree.1.8.0 ocaml-compiler-libs.v0.10.0 num.1.5 jbuilder.transition jane-street-headers.v0.10.0 inotify.2.3 fieldslib.v0.10.0 expect_test_helpers_kernel.v0.10.0 expect_test_helpers.v0.10.0 dune.1.11.4 delimited_parsing.v0.10.0 core_kernel.v0.10.0 core_extended.v0.10.0 core.v0.10.0 configurator.v0.10.0 command_rpc.v0.10.0 bin_prot.v0.10.0 base-bytes.base base.v0.10.0 async_unix.v0.10.0 async_shell.v0.10.0 async_rpc_kernel.v0.10.0 async_kernel.v0.10.0 async_interactive.v0.10.0 async_inotify.v0.10.0 async_find.v0.10.0 async_extra.v0.10.0 async.v0.10.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 1.11.4).
[NOTE] Package ocamlfind is already installed (current version is 1.9.6).
The following actions will be performed:
  - install num                        1.5
  - install seq                        0.2.2
  - install octavius                   1.2.2
  - install ppx_derivers               1.2.1
  - install ocamlbuild                 0.14.3
  - install base-bytes                 base
  - install jbuilder                   transition
  - install result                     1.5
  - install inotify                    2.3
  - install spawn                      v0.10.1
  - install sexplib                    v0.10.0
  - install re                         1.8.0
  - install ppx_traverse_builtins      v0.10.0
  - install ocaml-compiler-libs        v0.10.0
  - install jane-street-headers        v0.10.0
  - install ocaml-migrate-parsetree    1.8.0
  - install base                       v0.10.0
  - install ppx_ast                    v0.10.0
  - install typerep                    v0.10.0
  - install stdio                      v0.10.0
  - install ppx_core                   v0.10.0
  - install configurator               v0.10.0
  - install ppx_optcomp                v0.10.0
  - install ppx_driver                 v0.10.4
  - install variantslib                v0.10.0
  - install ppx_metaquot               v0.10.0
  - install ppx_let                    v0.10.0
  - install ppx_here                   v0.10.0
  - install fieldslib                  v0.10.0
  - install ppx_type_conv              v0.10.0
  - install ppx_pipebang               v0.10.0
  - install ppx_optional               v0.10.0
  - install ppx_js_style               v0.10.0
  - install ppx_inline_test            v0.10.1
  - install ppx_fail                   v0.10.0
  - install ppx_variants_conv          v0.10.0
  - install ppx_typerep_conv           v0.10.0
  - install ppx_traverse               v0.10.0
  - install ppx_sexp_conv              v0.10.0
  - install ppx_fields_conv            v0.10.0
  - install ppx_enumerate              v0.10.0
  - install ppx_compare                v0.10.0
  - install ppx_bench                  v0.10.0
  - install ppx_sexp_value             v0.10.0
  - install ppx_sexp_message           v0.10.0
  - install ppx_custom_printf          v0.10.0
  - install ppx_hash                   v0.10.0
  - install ppx_assert                 v0.10.0
  - install bin_prot                   v0.10.0
  - install ppx_base                   v0.10.0
  - install ppx_expect                 v0.10.1
  - install ppx_bin_prot               v0.10.0
  - install sexp_pretty                v0.10.0
  - install ppx_jane                   v0.10.0
  - install core_kernel                v0.10.0
  - install textutils_kernel           v0.10.0
  - install re2                        v0.10.1
  - install protocol_version_header    v0.10.0
  - install expect_test_helpers_kernel v0.10.0
  - install core                       v0.10.0
  - install async_kernel               v0.10.0
  - install textutils                  v0.10.0
  - install async_unix                 v0.10.0
  - install async_rpc_kernel           v0.10.0
  - install core_extended              v0.10.0
  - install async_extra                v0.10.0
  - install async                      v0.10.0
  - install expect_test_helpers        v0.10.0
  - install command_rpc                v0.10.0
  - install async_shell                v0.10.0
  - install async_interactive          v0.10.0
  - install async_find                 v0.10.0
  - install delimited_parsing          v0.10.0
  - install async_inotify              v0.10.0
  - install async_extended             v0.10.0
===== 75 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/225:
Processing  2/225: [async_extended.v0.10.0: http]
Processing  3/225: [async_extended.v0.10.0: http]
-> retrieved async.v0.10.0  (cached)
Processing  4/225: [async_extended.v0.10.0: http] [async_find.v0.10.0: http]
-> retrieved async_extra.v0.10.0  (cached)
Processing  5/225: [async_extended.v0.10.0: http] [async_find.v0.10.0: http] [async_inotify.v0.10.0: http]
Processing  5/225: [async_extended.v0.10.0: http] [async_inotify.v0.10.0: http]
-> retrieved async_find.v0.10.0  (https://ocaml.janestreet.com/ocaml-core/v0.10/files/async_find-v0.10.0.tar.gz)
Processing  6/225: [async_extended.v0.10.0: http] [async_inotify.v0.10.0: http] [async_interactive.v0.10.0: http]
Processing  6/225: [async_extended.v0.10.0: http] [async_interactive.v0.10.0: http]
-> retrieved async_inotify.v0.10.0  (https://ocaml.janestreet.com/ocaml-core/v0.10/files/async_inotify-v0.10.0.tar.gz)
Processing  7/225: [async_extended.v0.10.0: http] [async_interactive.v0.10.0: http]
-> retrieved async_kernel.v0.10.0  (cached)
Processing  8/225: [async_extended.v0.10.0: http] [async_interactive.v0.10.0: http]
-> retrieved async_rpc_kernel.v0.10.0  (cached)
Processing  9/225: [async_extended.v0.10.0: http] [async_interactive.v0.10.0: http] [async_shell.v0.10.0: http]
Processing  9/225: [async_interactive.v0.10.0: http] [async_shell.v0.10.0: http]
-> retrieved async_extended.v0.10.0  (https://ocaml.janestreet.com/ocaml-core/v0.10/files/async_extended-v0.10.0.tar.gz)
Processing 10/225: [async_interactive.v0.10.0: http] [async_shell.v0.10.0: http]
-> retrieved async_unix.v0.10.0  (cached)
Processing 11/225: [async_interactive.v0.10.0: http] [async_shell.v0.10.0: http]
-> retrieved base.v0.10.0  (cached)
Processing 12/225: [async_interactive.v0.10.0: http] [async_shell.v0.10.0: http]
Processing 13/225: [async_interactive.v0.10.0: http] [async_shell.v0.10.0: http]
Processing 14/225: [async_interactive.v0.10.0: http] [async_shell.v0.10.0: http]
-> installed base-bytes.base
Processing 15/225: [async_interactive.v0.10.0: http] [async_shell.v0.10.0: http]
Processing 15/225: [async_shell.v0.10.0: http]
Processing 15/225:
-> retrieved bin_prot.v0.10.0  (cached)
Processing 16/225: [command_rpc.v0.10.0: http]
-> retrieved async_interactive.v0.10.0  (https://ocaml.janestreet.com/ocaml-core/v0.10/files/async_interactive-v0.10.0.tar.gz)
Processing 17/225: [command_rpc.v0.10.0: http]
-> retrieved async_shell.v0.10.0  (https://ocaml.janestreet.com/ocaml-core/v0.10/files/async_shell-v0.10.0.tar.gz)
Processing 18/225: [command_rpc.v0.10.0: http]
-> retrieved configurator.v0.10.0  (cached)
Processing 19/225: [command_rpc.v0.10.0: http] [core_extended.v0.10.0: http]
-> retrieved core.v0.10.0  (cached)
Processing 20/225: [command_rpc.v0.10.0: http] [core_extended.v0.10.0: http]
-> retrieved core_kernel.v0.10.0  (cached)
Processing 21/225: [command_rpc.v0.10.0: http] [core_extended.v0.10.0: http] [delimited_parsing.v0.10.0: http]
Processing 21/225: [core_extended.v0.10.0: http] [delimited_parsing.v0.10.0: http]
-> retrieved command_rpc.v0.10.0  (https://ocaml.janestreet.com/ocaml-core/v0.10/files/command_rpc-v0.10.0.tar.gz)
Processing 22/225: [core_extended.v0.10.0: http] [delimited_parsing.v0.10.0: http] [expect_test_helpers.v0.10.0: http]
Processing 22/225: [core_extended.v0.10.0: http] [expect_test_helpers.v0.10.0: http]
-> retrieved delimited_parsing.v0.10.0  (https://ocaml.janestreet.com/ocaml-core/v0.10/files/delimited_parsing-v0.10.0.tar.gz)
Processing 23/225: [core_extended.v0.10.0: http] [expect_test_helpers.v0.10.0: http] [expect_test_helpers_kernel.v0.10.0: http]
Processing 23/225: [expect_test_helpers.v0.10.0: http] [expect_test_helpers_kernel.v0.10.0: http]
Processing 23/225: [expect_test_helpers_kernel.v0.10.0: http]
-> retrieved core_extended.v0.10.0  (https://ocaml.janestreet.com/ocaml-core/v0.10/files/core_extended-v0.10.0.tar.gz)
Processing 24/225: [expect_test_helpers_kernel.v0.10.0: http]
-> retrieved expect_test_helpers.v0.10.0  (https://ocaml.janestreet.com/ocaml-core/v0.10/files/expect_test_helpers-v0.10.0.tar.gz)
Processing 25/225: [expect_test_helpers_kernel.v0.10.0: http]
-> retrieved fieldslib.v0.10.0  (cached)
Processing 26/225: [expect_test_helpers_kernel.v0.10.0: http]
-> retrieved inotify.2.3  (cached)
Processing 27/225: [expect_test_helpers_kernel.v0.10.0: http]
Processing 28/225: [expect_test_helpers_kernel.v0.10.0: http]
Processing 29/225: [expect_test_helpers_kernel.v0.10.0: http]
-> installed jbuilder.transition
Processing 30/225: [expect_test_helpers_kernel.v0.10.0: http]
-> retrieved jane-street-headers.v0.10.0  (cached)
Processing 31/225: [expect_test_helpers_kernel.v0.10.0: http]
Processing 32/225: [expect_test_helpers_kernel.v0.10.0: http] [jane-street-headers: jbuilder build]
-> retrieved num.1.5  (cached)
Processing 33/225: [expect_test_helpers_kernel.v0.10.0: http] [jane-street-headers: jbuilder build]
Processing 34/225: [expect_test_helpers_kernel.v0.10.0: http] [jane-street-headers: jbuilder build] [num: make opam-legacy]
-> retrieved ocaml-compiler-libs.v0.10.0  (cached)
Processing 35/225: [expect_test_helpers_kernel.v0.10.0: http] [jane-street-headers: jbuilder build] [num: make opam-legacy]
Processing 36/225: [expect_test_helpers_kernel.v0.10.0: http] [jane-street-headers: jbuilder build] [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build]
-> retrieved ocamlbuild.0.14.3  (cached)
Processing 37/225: [expect_test_helpers_kernel.v0.10.0: http] [jane-street-headers: jbuilder build] [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build]
Processing 38/225: [expect_test_helpers_kernel.v0.10.0: http] [jane-street-headers: jbuilder build] [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [ocamlbuild: make configure.make]
-> retrieved octavius.1.2.2  (cached)
Processing 39/225: [expect_test_helpers_kernel.v0.10.0: http] [jane-street-headers: jbuilder build] [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [ocamlbuild: make configure.make]
Processing 40/225: [expect_test_helpers_kernel.v0.10.0: http] [jane-street-headers: jbuilder build] [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [ocamlbuild: make configure.make] [octavius: dune build]
-> retrieved ppx_assert.v0.10.0  (cached)
Processing 41/225: [expect_test_helpers_kernel.v0.10.0: http] [jane-street-headers: jbuilder build] [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [ocamlbuild: make configure.make] [octavius: dune build]
Processing 41/225: [jane-street-headers: jbuilder build] [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [ocamlbuild: make configure.make] [octavius: dune build]
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "include/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  jane-street-headers.v0.10.0
Processing 41/225: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [ocamlbuild: make configure.make] [octavius: dune build]
-> installed jane-street-headers.v0.10.0
Processing 42/225: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [ocamlbuild: make configure.make] [octavius: dune build]
-> retrieved ppx_ast.v0.10.0  (cached)
Processing 43/225: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [ocamlbuild: make configure.make] [octavius: dune build]
- (echo "# This file was generated from configure.make"; \
- echo ;\
- echo "OCAML_PREFIX=/home/opam/.opam/4.06"; \
- echo "OCAML_BINDIR=/home/opam/.opam/4.06/bin"; \
- echo "OCAML_LIBDIR=/home/opam/.opam/4.06/lib/ocaml"; \
- echo "OCAML_MANDIR=/home/opam/.opam/4.06/man"; \
- echo ;\
- echo "EXT_OBJ=.o"; \
- echo "EXT_ASM=.s"; \
- echo "EXT_LIB=.a"; \
- echo "EXT_DLL=.so"; \
- echo "EXE="; \
- echo ;\
- echo "OCAML_NATIVE=true"; \
- echo "OCAML_NATIVE_TOOLS=true"; \
- echo "NATDYNLINK=true"; \
- echo "SUPPORT_SHARED_LIBRARIES=true"; \
- echo ;\
- echo "PREFIX=/home/opam/.opam/4.06"; \
- echo "BINDIR=/home/opam/.opam/4.06/bin"; \
- echo "LIBDIR=/home/opam/.opam/4.06/lib"; \
- echo "MANDIR=/home/opam/.opam/4.06/man"; \
- ) > Makefile.config
- (echo "(* This file was generated from ../configure.make *)"; \
- echo ;\
- echo 'let bindir = "/home/opam/.opam/4.06/bin"'; \
- echo 'let libdir = "/home/opam/.opam/4.06/lib"'; \
- echo 'let ocaml_libdir = "/home/opam/.opam/4.06/lib/ocaml"'; \
- echo 'let libdir_abs = "/home/opam/.opam/4.06/lib"'; \
- echo 'let ocaml_native = true'; \
- echo 'let ocaml_native_tools = true'; \
- echo 'let supports_shared_libraries = true';\
- echo 'let a = "a"'; \
- echo 'let o = "o"'; \
- echo 'let so = "so"'; \
- echo 'let ext_dll = ".so"'; \
- echo 'let exe = ""'; \
- echo 'let version = "0.14.3"'; \
- ) > src/ocamlbuild_config.ml
Processing 43/225: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build]
-> retrieved expect_test_helpers_kernel.v0.10.0  (https://ocaml.janestreet.com/ocaml-core/v0.10/files/expect_test_helpers_kernel-v0.10.0.tar.gz)
Processing 44/225: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build]
-> retrieved ppx_base.v0.10.0  (cached)
Processing 45/225: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build]
-> retrieved ppx_bench.v0.10.0  (cached)
Processing 46/225: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build]
-> retrieved ppx_bin_prot.v0.10.0  (cached)
Processing 47/225: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build]
-> retrieved ppx_compare.v0.10.0  (cached)
Processing 48/225: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build]
-> retrieved ppx_core.v0.10.0  (cached)
Processing 49/225: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build]
-> retrieved ppx_custom_printf.v0.10.0  (cached)
Processing 50/225: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build]
-> retrieved ocaml-migrate-parsetree.1.8.0  (cached)
Processing 51/225: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build]
-> retrieved ppx_derivers.1.2.1  (cached)
Processing 52/225: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build]
Processing 53/225: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [ppx_derivers: dune build]
-> retrieved ppx_driver.v0.10.4  (cached)
Processing 54/225: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [ppx_derivers: dune build]
-> retrieved ppx_enumerate.v0.10.0  (cached)
Processing 55/225: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [ppx_derivers: dune build]
-> retrieved ppx_expect.v0.10.1  (cached)
Processing 56/225: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [ppx_derivers: dune build]
-> retrieved ppx_fail.v0.10.0  (cached)
Processing 57/225: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [ppx_derivers: dune build]
-> retrieved ppx_fields_conv.v0.10.0  (cached)
Processing 58/225: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [ppx_derivers: dune build]
-> retrieved ppx_hash.v0.10.0  (cached)
Processing 59/225: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [ppx_derivers: dune build]
-> retrieved ppx_here.v0.10.0  (cached)
Processing 60/225: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [ppx_derivers: dune build]
-> retrieved ppx_inline_test.v0.10.1  (cached)
Processing 61/225: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [ppx_derivers: dune build]
-> retrieved ppx_jane.v0.10.0  (cached)
Processing 62/225: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [ppx_derivers: dune build]
-> retrieved ppx_js_style.v0.10.0  (cached)
Processing 63/225: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [ppx_derivers: dune build]
-> retrieved ppx_let.v0.10.0  (cached)
Processing 64/225: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [ppx_derivers: dune build]
-> retrieved ppx_metaquot.v0.10.0  (cached)
Processing 65/225: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [ppx_derivers: dune build]
-> retrieved ppx_optcomp.v0.10.0  (cached)
Processing 66/225: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [ppx_derivers: dune build]
-> retrieved ppx_optional.v0.10.0  (cached)
Processing 67/225: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [ppx_derivers: dune build]
-> retrieved ppx_pipebang.v0.10.0  (cached)
Processing 68/225: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [ppx_derivers: dune build]
-> retrieved ppx_sexp_conv.v0.10.0  (cached)
Processing 69/225: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [ppx_derivers: dune build]
-> retrieved ppx_sexp_message.v0.10.0  (cached)
Processing 70/225: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [ppx_derivers: dune build]
-> retrieved ppx_sexp_value.v0.10.0  (cached)
Processing 71/225: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [ppx_derivers: dune build]
-> retrieved ppx_traverse.v0.10.0  (cached)
Processing 72/225: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [ppx_derivers: dune build]
-> retrieved ppx_traverse_builtins.v0.10.0  (cached)
Processing 73/225: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [ppx_derivers: dune build]
Processing 74/225: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [ppx_derivers: dune build] [ppx_traverse_builtins: jbuilder build]
-> retrieved ppx_type_conv.v0.10.0  (cached)
Processing 75/225: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [ppx_derivers: dune build] [ppx_traverse_builtins: jbuilder build]
-> retrieved ppx_typerep_conv.v0.10.0  (cached)
Processing 76/225: [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [ppx_derivers: dune build] [ppx_traverse_builtins: jbuilder build]
-> retrieved ppx_variants_conv.v0.10.0  (cached)
Processing 77/225: [re2.v0.10.1: http] [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [ppx_derivers: dune build] [ppx_traverse_builtins: jbuilder build]
-> retrieved protocol_version_header.v0.10.0  (cached)
Processing 78/225: [re2.v0.10.1: http] [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [ppx_derivers: dune build] [ppx_traverse_builtins: jbuilder build]
-> compiled  ppx_derivers.1.2.1
Processing 78/225: [re2.v0.10.1: http] [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [ppx_traverse_builtins: jbuilder build]
-> installed ppx_derivers.1.2.1
Processing 79/225: [re2.v0.10.1: http] [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [ppx_traverse_builtins: jbuilder build]
-> retrieved result.1.5  (cached)
Processing 80/225: [re2.v0.10.1: http] [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [ppx_traverse_builtins: jbuilder build]
Processing 81/225: [re2.v0.10.1: http] [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [ppx_traverse_builtins: jbuilder build] [result: dune build]
-> retrieved re.1.8.0  (cached)
Processing 82/225: [re2.v0.10.1: http] [sexp_pretty.v0.10.0: http] [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [ppx_traverse_builtins: jbuilder build] [result: dune build]
-> retrieved seq.0.2.2  (cached)
Processing 83/225: [re2.v0.10.1: http] [sexp_pretty.v0.10.0: http] [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [ppx_traverse_builtins: jbuilder build] [result: dune build]
Processing 84/225: [re2.v0.10.1: http] [sexp_pretty.v0.10.0: http] [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [ppx_traverse_builtins: jbuilder build] [result: dune build] [seq: dune build]
-> retrieved sexplib.v0.10.0  (cached)
Processing 85/225: [re2.v0.10.1: http] [sexp_pretty.v0.10.0: http] [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [ppx_traverse_builtins: jbuilder build] [result: dune build] [seq: dune build]
-> retrieved spawn.v0.10.1  (cached)
Processing 86/225: [re2.v0.10.1: http] [sexp_pretty.v0.10.0: http] [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [ppx_traverse_builtins: jbuilder build] [result: dune build] [seq: dune build]
Processing 87/225: [re2.v0.10.1: http] [sexp_pretty.v0.10.0: http] [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [ppx_traverse_builtins: jbuilder build] [result: dune build] [seq: dune build] [spawn: jbuilder build]
-> retrieved stdio.v0.10.0  (cached)
Processing 88/225: [re2.v0.10.1: http] [sexp_pretty.v0.10.0: http] [textutils.v0.10.0: http] [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [ppx_traverse_builtins: jbuilder build] [result: dune build] [seq: dune build] [spawn: jbuilder build]
Processing 88/225: [re2.v0.10.1: http] [textutils.v0.10.0: http] [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [ppx_traverse_builtins: jbuilder build] [result: dune build] [seq: dune build] [spawn: jbuilder build]
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  ppx_traverse_builtins.v0.10.0
Processing 88/225: [re2.v0.10.1: http] [textutils.v0.10.0: http] [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [result: dune build] [seq: dune build] [spawn: jbuilder build]
-> installed ppx_traverse_builtins.v0.10.0
Processing 89/225: [re2.v0.10.1: http] [textutils.v0.10.0: http] [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [result: dune build] [seq: dune build] [spawn: jbuilder build]
-> compiled  result.1.5
Processing 89/225: [re2.v0.10.1: http] [textutils.v0.10.0: http] [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [seq: dune build] [spawn: jbuilder build]
-> installed result.1.5
Processing 90/225: [re2.v0.10.1: http] [textutils.v0.10.0: http] [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [seq: dune build] [spawn: jbuilder build]
Processing 91/225: [re2.v0.10.1: http] [textutils.v0.10.0: http] [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [seq: dune build] [spawn: jbuilder build]
Processing 91/225: [re2.v0.10.1: http] [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [seq: dune build] [spawn: jbuilder build]
-> retrieved sexp_pretty.v0.10.0  (https://ocaml.janestreet.com/ocaml-core/v0.10/files/sexp_pretty-v0.10.0.tar.gz)
Processing 92/225: [re2.v0.10.1: http] [textutils_kernel.v0.10.0: http] [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [seq: dune build] [spawn: jbuilder build]
-> retrieved textutils.v0.10.0  (https://ocaml.janestreet.com/ocaml-core/v0.10/files/textutils-v0.10.0.tar.gz)
Processing 93/225: [re2.v0.10.1: http] [textutils_kernel.v0.10.0: http] [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [seq: dune build] [spawn: jbuilder build]
-> retrieved typerep.v0.10.0  (cached)
Processing 94/225: [re2.v0.10.1: http] [textutils_kernel.v0.10.0: http] [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [seq: dune build] [spawn: jbuilder build]
-> retrieved variantslib.v0.10.0  (cached)
Processing 94/225: [textutils_kernel.v0.10.0: http] [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [seq: dune build] [spawn: jbuilder build]
-> retrieved re2.v0.10.1  (https://github.com/janestreet/re2/archive/v0.10.1.tar.gz)
-> compiled  seq.0.2.2
Processing 94/225: [textutils_kernel.v0.10.0: http] [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [spawn: jbuilder build]
-> installed seq.0.2.2
Processing 95/225: [textutils_kernel.v0.10.0: http] [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [spawn: jbuilder build]
Processing 96/225: [textutils_kernel.v0.10.0: http] [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [re: jbuilder build] [spawn: jbuilder build]
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "bench/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "test/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  spawn.v0.10.1
Processing 96/225: [textutils_kernel.v0.10.0: http] [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [re: jbuilder build]
-> installed spawn.v0.10.1
Processing 97/225: [textutils_kernel.v0.10.0: http] [num: make opam-legacy] [ocaml-compiler-libs: jbuilder build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [re: jbuilder build]
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "src/gen/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "src/ocaml_bytecomp/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "src/ocaml_common/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "src/ocaml_toplevel/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "src/read_cma/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "src/shadow/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "src/shadow/gen/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  ocaml-compiler-libs.v0.10.0
Processing 97/225: [textutils_kernel.v0.10.0: http] [num: make opam-legacy] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [re: jbuilder build]
-> installed ocaml-compiler-libs.v0.10.0
Processing 98/225: [textutils_kernel.v0.10.0: http] [num: make opam-legacy] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [re: jbuilder build]
Processing 98/225: [num: make opam-legacy] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [octavius: dune build] [re: jbuilder build]
-> retrieved textutils_kernel.v0.10.0  (https://ocaml.janestreet.com/ocaml-core/v0.10/files/textutils_kernel-v0.10.0.tar.gz)
-> compiled  octavius.1.2.2
Processing 98/225: [num: make opam-legacy] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [re: jbuilder build]
-> installed octavius.1.2.2
Processing 99/225: [num: make opam-legacy] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [re: jbuilder build]
- /usr/bin/make -C src all
- make[1]: Entering directory '/home/opam/.opam/4.06/.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.06/.opam-switch/build/num.1.5/src'
- cp src/num-legacy.install num.install
-> compiled  num.1.5
Processing 99/225: [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [re: jbuilder build]
-> installed num.1.5
Processing 100/225: [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [re: jbuilder build]
Processing 101/225: [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [re: jbuilder build] [sexplib: jbuilder build]
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "benchmarks/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "deprecated/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "lib/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "lib_test/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  re.1.8.0
Processing 101/225: [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [sexplib: jbuilder build]
-> installed re.1.8.0
Processing 102/225: [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled] [sexplib: jbuilder build]
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "num/lib/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "src0/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "test/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "unix/lib/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  sexplib.v0.10.0
Processing 102/225: [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled]
-> installed sexplib.v0.10.0
Processing 103/225: [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled]
Processing 104/225: [base: jbuilder build] [ocaml-migrate-parsetree: dune build] [ocamlbuild: make check-if-preinstalled]
- if test -d /home/opam/.opam/4.06/lib/ocaml/ocamlbuild; then\
-   >&2 echo "ERROR: Preinstalled ocamlbuild detected at"\
-        "/home/opam/.opam/4.06/lib/ocaml/ocamlbuild";\
-   >&2 echo "Installation aborted; if you want to bypass this"\
-         "safety check, pass CHECK_IF_PREINSTALLED=false to make";\
-   exit 2;\
- fi
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/const.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/signatures.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.ml
- ocamllex.opt src/glob_lexer.mll
- 55 states, 419 transitions, table size 2006 bytes
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.ml
- ocamllex.opt src/lexers.mll
- 251 states, 1051 transitions, table size 5710 bytes
- 4334 additional bytes used for bindings
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_config.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.ml
- mkdir -p tmp
- ocamlc.opt -pack src/const.cmo src/loc.cmo src/discard_printf.cmo src/signatures.cmi src/my_std.cmo src/my_unix.cmo src/tags.cmo src/display.cmo src/log.cmo src/shell.cmo src/bool.cmo src/glob_ast.cmo src/glob_lexer.cmo src/glob.cmo src/lexers.cmo src/param_tags.cmo src/command.cmo src/ocamlbuild_config.cmo src/ocamlbuild_where.cmo src/slurp.cmo src/options.cmo src/pathname.cmo src/configuration.cmo src/flags.cmo src/hygiene.cmo src/digest_cache.cmo src/resource.cmo src/rule.cmo src/solver.cmo src/report.cmo src/tools.cmo src/fda.cmo src/findlib.cmo src/ocaml_arch.cmo src/ocaml_utils.cmo src/ocaml_dependencies.cmo src/ocaml_compiler.cmo src/ocaml_tools.cmo src/ocaml_specific.cmo src/exit_codes.cmo src/plugin.cmo src/hooks.cmo src/main.cmo -o tmp/ocamlbuild_pack.cmo
- mv tmp/ocamlbuild_pack.cmi src/ocamlbuild_pack.cmi
- mv tmp/ocamlbuild_pack.cmo src/ocamlbuild_pack.cmo
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_executor.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_executor.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_unix_plugin.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_unix_plugin.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.ml
- ocamlc.opt -I +unix -I src -o ocamlbuild.byte unix.cma src/ocamlbuild_pack.cmo plugin-lib/ocamlbuild_plugin.cmo plugin-lib/ocamlbuild_executor.cmo plugin-lib/ocamlbuild_unix_plugin.cmo bin/ocamlbuild.cmo
- ocamlc.opt -a -o plugin-lib/ocamlbuildlib.cma src/ocamlbuild_pack.cmo plugin-lib/ocamlbuild_plugin.cmo plugin-lib/ocamlbuild_executor.cmo plugin-lib/ocamlbuild_unix_plugin.cmo
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/const.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_config.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.ml
- mkdir -p tmp
- ocamlopt.opt -pack src/const.cmx src/loc.cmx src/discard_printf.cmx src/signatures.cmi src/my_std.cmx src/my_unix.cmx src/tags.cmx src/display.cmx src/log.cmx src/shell.cmx src/bool.cmx src/glob_ast.cmx src/glob_lexer.cmx src/glob.cmx src/lexers.cmx src/param_tags.cmx src/command.cmx src/ocamlbuild_config.cmx src/ocamlbuild_where.cmx src/slurp.cmx src/options.cmx src/pathname.cmx src/configuration.cmx src/flags.cmx src/hygiene.cmx src/digest_cache.cmx src/resource.cmx src/rule.cmx src/solver.cmx src/report.cmx src/tools.cmx src/fda.cmx src/findlib.cmx src/ocaml_arch.cmx src/ocaml_utils.cmx src/ocaml_dependencies.cmx src/ocaml_compiler.cmx src/ocaml_tools.cmx src/ocaml_specific.cmx src/exit_codes.cmx src/plugin.cmx src/hooks.cmx src/main.cmx -o tmp/ocamlbuild_pack.cmx
- mv tmp/ocamlbuild_pack.cmx src/ocamlbuild_pack.cmx
- mv tmp/ocamlbuild_pack.o src/ocamlbuild_pack.o
- ocamlopt.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.ml
- ocamlopt.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_executor.ml
- ocamlopt.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_unix_plugin.ml
- ocamlopt.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.ml
- ocamlopt.opt -I +unix -I src -o ocamlbuild.native unix.cmxa src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_executor.cmx plugin-lib/ocamlbuild_unix_plugin.cmx bin/ocamlbuild.cmx
- ocamlopt.opt -a -o plugin-lib/ocamlbuildlib.cmxa src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_executor.cmx plugin-lib/ocamlbuild_unix_plugin.cmx
- ocamlc.opt src/ocamlbuild_pack.cmo -I src man/options_man.ml -o man/options_man.byte
- ./man/options_man.byte > man/ocamlbuild.options.1
- cat man/ocamlbuild.header.1 man/ocamlbuild.options.1 man/ocamlbuild.footer.1 > man/ocamlbuild.1
- /usr/bin/make ocamlbuild.install
- make[1]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3'
- rm -f ocamlbuild.install
- touch ocamlbuild.install
- /usr/bin/make install-bin-opam
- make[2]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3'
- echo 'bin: [' >> ocamlbuild.install
- echo '  "ocamlbuild.byte" {"ocamlbuild.byte"}' >> ocamlbuild.install
- echo '  "ocamlbuild.native" {"ocamlbuild.native"}' >> ocamlbuild.install
- echo '  "ocamlbuild.native" {"ocamlbuild"}' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-lib-opam
- make[2]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3'
- echo 'lib: [' >> ocamlbuild.install
- /usr/bin/make install-lib-basics-opam
- make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3'
- echo '  "ocamlbuild.opam" {"opam"}' >> ocamlbuild.install
- echo '  "META"' >> ocamlbuild.install
- for lib in src/signatures.mli src/signatures.cmi src/signatures.cmti; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-lib-byte-opam
- make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3'
- for lib in plugin-lib/ocamlbuildlib.cma bin/ocamlbuild.cmo src/ocamlbuild_pack.cmi plugin-lib/ocamlbuild_plugin.cmi plugin-lib/ocamlbuild_executor.cmi plugin-lib/ocamlbuild_unix_plugin.cmi; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-lib-native-opam
- make[3]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3'
- for lib in plugin-lib/ocamlbuildlib.cmxa plugin-lib/ocamlbuildlib.a bin/ocamlbuild.cmx bin/ocamlbuild.o src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_executor.cmx plugin-lib/ocamlbuild_unix_plugin.cmx plugin-lib/ocamlbuild_plugin.o plugin-lib/ocamlbuild_executor.o plugin-lib/ocamlbuild_unix_plugin.o; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3'
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-man-opam
- make[2]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3'
- echo 'man: [' >> ocamlbuild.install
- echo '  "man/ocamlbuild.1" {"man1/ocamlbuild.1"}' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-doc-opam
- make[2]: Entering directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3'
- echo 'doc: [' >> ocamlbuild.install
- echo '  "LICENSE"' >> ocamlbuild.install
- echo '  "Changes"' >> ocamlbuild.install
- echo '  "Readme.md"' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3'
- make[1]: Leaving directory '/home/opam/.opam/4.06/.opam-switch/build/ocamlbuild.0.14.3'
-> compiled  ocamlbuild.0.14.3
Processing 104/225: [base: jbuilder build] [ocaml-migrate-parsetree: dune build]
-> installed ocamlbuild.0.14.3
Processing 105/225: [base: jbuilder build] [ocaml-migrate-parsetree: dune build]
Processing 106/225: [base: jbuilder build] [inotify: ocaml setup.ml] [ocaml-migrate-parsetree: dune build]
-> compiled  ocaml-migrate-parsetree.1.8.0
Processing 106/225: [base: jbuilder build] [inotify: ocaml setup.ml]
-> installed ocaml-migrate-parsetree.1.8.0
Processing 107/225: [base: jbuilder build] [inotify: ocaml setup.ml]
Processing 108/225: [base: jbuilder build] [inotify: ocaml setup.ml] [ppx_ast: jbuilder build]
- 
- Configuration: 
- ocamlfind: ........................................... /home/opam/.opam/4.06/bin/ocamlfind
- ocamlc: .............................................. /home/opam/.opam/4.06/bin/ocamlc.opt
- ocamlopt: ............................................ /home/opam/.opam/4.06/bin/ocamlopt.opt
- ocamlbuild: .......................................... /home/opam/.opam/4.06/bin/ocamlbuild
- Package name: ........................................ inotify
- Package version: ..................................... 2.3
- os_type: ............................................. Unix
- system: .............................................. linux
- architecture: ........................................ amd64
- ccomp_type: .......................................... cc
- ocaml_version: ....................................... 4.06.1
- standard_library_default: ............................ /home/opam/.opam/4.06/lib/ocaml
- standard_library: .................................... /home/opam/.opam/4.06/lib/ocaml
- standard_runtime: .................................... /home/opam/.opam/4.06/bin/ocamlrun
- bytecomp_c_compiler: ................................. gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT
- native_c_compiler: ................................... gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -D_FILE_OFFSET_BITS=64 -D_REENTRANT
- model: ............................................... default
- ext_obj: ............................................. .o
- ext_asm: ............................................. .s
- ext_lib: ............................................. .a
- ext_dll: ............................................. .so
- default_executable_name: ............................. a.out
- systhread_supported: ................................. true
- Install architecture-independent files dir: .......... /home/opam/.opam/4.06
- Install architecture-dependent files in dir: ......... $prefix
- User executables: .................................... $exec_prefix/bin
- System admin executables: ............................ $exec_prefix/sbin
- Program executables: ................................. $exec_prefix/libexec
- Read-only single-machine data: ....................... $prefix/etc
- Modifiable architecture-independent data: ............ $prefix/com
- Modifiable single-machine data: ...................... $prefix/var
- Object code libraries: ............................... $exec_prefix/lib
- Read-only arch-independent data root: ................ $prefix/share
- Read-only architecture-independent data: ............. $datarootdir
- Info documentation: .................................. $datarootdir/info
- Locale-dependent data: ............................... $datarootdir/locale
- Man documentation: ................................... $datarootdir/man
- Documentation root: .................................. $datarootdir/doc/$pkg_name
- HTML documentation: .................................. $docdir
- DVI documentation: ................................... $docdir
- PDF documentation: ................................... $docdir
- PS documentation: .................................... $docdir
- findlib_version: ..................................... 1.9.6
- is_native: ........................................... true
- suffix_program: ...................................... 
- Remove a file.: ...................................... rm -f
- Remove a directory.: ................................. rm -rf
- Turn ocaml debug flag on: ............................ true
- Turn ocaml profile flag on: .......................... false
- Compiler support generation of .cmxs.: ............... true
- OCamlbuild additional flags: ......................... 
- Build the Lwt wrapper: ............................... false
- Create documentations: ............................... true
- Compile tests executable and library and run them: ... false
- pkg_unix: ............................................ /home/opam/.opam/4.06/lib/ocaml
- pkg_bytes: ........................................... /home/opam/.opam/4.06/lib/bytes
- ocamldoc: ............................................ /home/opam/.opam/4.06/bin/ocamldoc
- 
- /home/opam/.opam/4.06/bin/ocamlopt.opt unix.cmxa -I /home/opam/.opam/4.06/lib/ocamlbuild /home/opam/.opam/4.06/lib/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild.ml /home/opam/.opam/4.06/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- File "_tags", line 25, characters 18-25:
- Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 26, characters 18-30:
- Warning: the tag "pkg_lwt.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 31, characters 39-52:
- Warning: the tag "pkg_fileutils" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 32, characters 39-48:
- Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 39, characters 43-56:
- Warning: the tag "pkg_fileutils" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 40, characters 43-50:
- Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 41, characters 43-55:
- Warning: the tag "pkg_lwt.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 42, characters 43-52:
- Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 47, characters 23-36:
- Warning: the tag "pkg_fileutils" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 48, characters 23-30:
- Warning: the tag "pkg_lwt" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 49, characters 23-35:
- Warning: the tag "pkg_lwt.unix" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- File "_tags", line 50, characters 23-32:
- Warning: the tag "pkg_oUnit" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning.
- /home/opam/.opam/4.06/bin/ocamlfind ocamlc -g -c lib/inotify_stubs.c
- mv inotify_stubs.o lib/inotify_stubs.o
- /home/opam/.opam/4.06/bin/ocamlfind ocamlmklib -o lib/inotify_stubs -g lib/inotify_stubs.o
- /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package bytes -package unix -modules lib/inotify.mli > lib/inotify.mli.depends
- /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I lib -package bytes -package unix -I lib -o lib/inotify.cmi lib/inotify.mli
- /home/opam/.opam/4.06/bin/ocamlfind ocamldep -package bytes -package unix -modules lib/inotify.ml > lib/inotify.ml.depends
- /home/opam/.opam/4.06/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I lib -package bytes -package unix -I lib -o lib/inotify.cmo lib/inotify.ml
- /home/opam/.opam/4.06/bin/ocamlfind ocamlc -a -dllib -linotify_stubs -cclib -linotify_stubs -I lib lib/inotify.cmo -o lib/inotify.cma
- /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -I lib -package bytes -package unix -I lib -o lib/inotify.cmx lib/inotify.ml
- /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -a -cclib -linotify_stubs -I lib lib/inotify.cmx -o lib/inotify.cmxa
- /home/opam/.opam/4.06/bin/ocamlfind ocamlopt -shared -I lib -I lib lib/inotify.cmxa lib/inotify.cmx -o lib/inotify.cmxs
-> compiled  inotify.2.3
Processing 108/225: [base: jbuilder build] [ppx_ast: jbuilder build]
Processing 109/225: [base: jbuilder build] [ppx_ast: jbuilder build] [inotify: ocaml setup.ml]
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "compiler-stdlib/gen/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "compiler-stdlib/src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "generate/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "lint/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "md5/src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "shadow-stdlib/gen/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "shadow-stdlib/src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "test/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-       ocamlc src/.base.objs/byte/base__String0.{cmi,cmo,cmt}
- File "src/string0.ml", line 43, characters 22-38:
- Warning 3: deprecated: Base__.Import0.Caml.String.copy
-     ocamlopt src/.base.objs/native/base__String0.{cmx,o}
- File "src/string0.ml", line 43, characters 22-38:
- Warning 3: deprecated: Base__.Import0.Caml.String.copy
-> compiled  base.v0.10.0
Processing 109/225: [ppx_ast: jbuilder build] [inotify: ocaml setup.ml]
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "generate/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  ppx_ast.v0.10.0
Processing 109/225: [inotify: ocaml setup.ml]
+ /home/opam/.opam/4.06/bin/ocaml "setup.ml" "-install" (CWD=/home/opam/.opam/4.06/.opam-switch/build/inotify.2.3)
- Installed /home/opam/.opam/4.06/lib/inotify/inotify.mli
- Installed /home/opam/.opam/4.06/lib/inotify/libinotify_stubs.a
- Installed /home/opam/.opam/4.06/lib/inotify/inotify.cma
- Installed /home/opam/.opam/4.06/lib/inotify/inotify.cmxa
- Installed /home/opam/.opam/4.06/lib/inotify/inotify.a
- Installed /home/opam/.opam/4.06/lib/inotify/inotify.cmxs
- Installed /home/opam/.opam/4.06/lib/inotify/inotify.cmi
- Installed /home/opam/.opam/4.06/lib/inotify/inotify.cmti
- Installed /home/opam/.opam/4.06/lib/inotify/inotify.cmt
- Installed /home/opam/.opam/4.06/lib/inotify/inotify.annot
- Installed /home/opam/.opam/4.06/lib/inotify/inotify.cmx
- Installed /home/opam/.opam/4.06/lib/stublibs/dllinotify_stubs.so
- Installed /home/opam/.opam/4.06/lib/stublibs/dllinotify_stubs.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/4.06/lib/stublibs is not mentioned in ld.conf
- Installed /home/opam/.opam/4.06/lib/inotify/META
-> installed inotify.2.3
-> installed base.v0.10.0
Processing 111/225: [stdio: jbuilder build]
Processing 112/225: [stdio: jbuilder build] [typerep: jbuilder build]
-> installed ppx_ast.v0.10.0
Processing 113/225: [stdio: jbuilder build] [typerep: jbuilder build]
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  stdio.v0.10.0
Processing 113/225: [typerep: jbuilder build]
-> installed stdio.v0.10.0
Processing 114/225: [typerep: jbuilder build]
Processing 115/225: [configurator: jbuilder build] [typerep: jbuilder build]
Processing 116/225: [configurator: jbuilder build] [ppx_core: jbuilder build] [typerep: jbuilder build]
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "lib/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  typerep.v0.10.0
Processing 116/225: [configurator: jbuilder build] [ppx_core: jbuilder build]
-> installed typerep.v0.10.0
Processing 117/225: [configurator: jbuilder build] [ppx_core: jbuilder build]
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  configurator.v0.10.0
Processing 117/225: [ppx_core: jbuilder build]
-> installed configurator.v0.10.0
Processing 118/225: [ppx_core: jbuilder build]
+ /home/opam/.opam/4.06/bin/jbuilder "build" "-p" "ppx_core" "-j" "255" (CWD=/home/opam/.opam/4.06/.opam-switch/build/ppx_core.v0.10.0)
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "src/gen/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "test/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  ppx_core.v0.10.0
-> installed ppx_core.v0.10.0
Processing 120/225: [ppx_optcomp: jbuilder build]
+ /home/opam/.opam/4.06/bin/jbuilder "build" "-p" "ppx_optcomp" "-j" "255" (CWD=/home/opam/.opam/4.06/.opam-switch/build/ppx_optcomp.v0.10.0)
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "bin/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  ppx_optcomp.v0.10.0
-> installed ppx_optcomp.v0.10.0
Processing 122/225: [ppx_driver: jbuilder build]
+ /home/opam/.opam/4.06/bin/jbuilder "build" "-p" "ppx_driver" "-j" "255" (CWD=/home/opam/.opam/4.06/.opam-switch/build/ppx_driver.v0.10.4)
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "bench/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "print-diff/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "runner/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "runner_as_ppx/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "test/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "test/omp-integration/omp-ppx/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "test/omp-integration/test/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "test/skip-hash-bang/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  ppx_driver.v0.10.4
-> installed ppx_driver.v0.10.4
Processing 124/225: [fieldslib: jbuilder build]
Processing 125/225: [fieldslib: jbuilder build] [ppx_here: jbuilder build]
Processing 126/225: [fieldslib: jbuilder build] [ppx_here: jbuilder build] [ppx_let: jbuilder build]
Processing 127/225: [fieldslib: jbuilder build] [ppx_here: jbuilder build] [ppx_let: jbuilder build] [ppx_metaquot: jbuilder build]
Processing 128/225: [fieldslib: jbuilder build] [ppx_here: jbuilder build] [ppx_let: jbuilder build] [ppx_metaquot: jbuilder build] [variantslib: jbuilder build]
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  fieldslib.v0.10.0
Processing 128/225: [ppx_here: jbuilder build] [ppx_let: jbuilder build] [ppx_metaquot: jbuilder build] [variantslib: jbuilder build]
-> installed fieldslib.v0.10.0
Processing 129/225: [ppx_here: jbuilder build] [ppx_let: jbuilder build] [ppx_metaquot: jbuilder build] [variantslib: jbuilder build]
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  variantslib.v0.10.0
Processing 129/225: [ppx_here: jbuilder build] [ppx_let: jbuilder build] [ppx_metaquot: jbuilder build]
-> installed variantslib.v0.10.0
Processing 130/225: [ppx_here: jbuilder build] [ppx_let: jbuilder build] [ppx_metaquot: jbuilder build]
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "test/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  ppx_let.v0.10.0
Processing 130/225: [ppx_here: jbuilder build] [ppx_metaquot: jbuilder build]
-> installed ppx_let.v0.10.0
Processing 131/225: [ppx_here: jbuilder build] [ppx_metaquot: jbuilder build]
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "expander/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "test/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  ppx_here.v0.10.0
Processing 131/225: [ppx_metaquot: jbuilder build]
-> installed ppx_here.v0.10.0
Processing 132/225: [ppx_metaquot: jbuilder build]
+ /home/opam/.opam/4.06/bin/jbuilder "build" "-p" "ppx_metaquot" "-j" "255" (CWD=/home/opam/.opam/4.06/.opam-switch/build/ppx_metaquot.v0.10.0)
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "lifters/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  ppx_metaquot.v0.10.0
-> installed ppx_metaquot.v0.10.0
Processing 134/225: [ppx_fail: jbuilder build]
Processing 135/225: [ppx_fail: jbuilder build] [ppx_inline_test: jbuilder build]
Processing 136/225: [ppx_fail: jbuilder build] [ppx_inline_test: jbuilder build] [ppx_js_style: jbuilder build]
Processing 137/225: [ppx_fail: jbuilder build] [ppx_inline_test: jbuilder build] [ppx_js_style: jbuilder build] [ppx_optional: jbuilder build]
Processing 138/225: [ppx_fail: jbuilder build] [ppx_inline_test: jbuilder build] [ppx_js_style: jbuilder build] [ppx_optional: jbuilder build] [ppx_pipebang: jbuilder build]
Processing 139/225: [ppx_fail: jbuilder build] [ppx_inline_test: jbuilder build] [ppx_js_style: jbuilder build] [ppx_optional: jbuilder build] [ppx_pipebang: jbuilder build] [ppx_type_conv: jbuilder build]
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  ppx_optional.v0.10.0
Processing 139/225: [ppx_fail: jbuilder build] [ppx_inline_test: jbuilder build] [ppx_js_style: jbuilder build] [ppx_pipebang: jbuilder build] [ppx_type_conv: jbuilder build]
-> installed ppx_optional.v0.10.0
Processing 140/225: [ppx_fail: jbuilder build] [ppx_inline_test: jbuilder build] [ppx_js_style: jbuilder build] [ppx_pipebang: jbuilder build] [ppx_type_conv: jbuilder build]
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "test/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  ppx_type_conv.v0.10.0
Processing 140/225: [ppx_fail: jbuilder build] [ppx_inline_test: jbuilder build] [ppx_js_style: jbuilder build] [ppx_pipebang: jbuilder build]
-> installed ppx_type_conv.v0.10.0
Processing 141/225: [ppx_fail: jbuilder build] [ppx_inline_test: jbuilder build] [ppx_js_style: jbuilder build] [ppx_pipebang: jbuilder build]
Processing 142/225: [ppx_compare: jbuilder build] [ppx_fail: jbuilder build] [ppx_inline_test: jbuilder build] [ppx_js_style: jbuilder build] [ppx_pipebang: jbuilder build]
Processing 143/225: [ppx_compare: jbuilder build] [ppx_enumerate: jbuilder build] [ppx_fail: jbuilder build] [ppx_inline_test: jbuilder build] [ppx_js_style: jbuilder build] [ppx_pipebang: jbuilder build]
Processing 144/225: [ppx_compare: jbuilder build] [ppx_enumerate: jbuilder build] [ppx_fail: jbuilder build] [ppx_fields_conv: jbuilder build] [ppx_inline_test: jbuilder build] [ppx_js_style: jbuilder build] [ppx_pipebang: jbuilder build]
Processing 145/225: [ppx_compare: jbuilder build] [ppx_enumerate: jbuilder build] [ppx_fail: jbuilder build] [ppx_fields_conv: jbuilder build] [ppx_inline_test: jbuilder build] [ppx_js_style: jbuilder build] [ppx_pipebang: jbuilder build] [ppx_sexp_conv: jbuilder build]
Processing 146/225: [ppx_compare: jbuilder build] [ppx_enumerate: jbuilder build] [ppx_fail: jbuilder build] [ppx_fields_conv: jbuilder build] [ppx_inline_test: jbuilder build] [ppx_js_style: jbuilder build] [ppx_pipebang: jbuilder build] [ppx_sexp_conv: jbuilder build] [ppx_traverse: jbuilder build]
Processing 147/225: [ppx_compare: jbuilder build] [ppx_enumerate: jbuilder build] [ppx_fail: jbuilder build] [ppx_fields_conv: jbuilder build] [ppx_inline_test: jbuilder build] [ppx_js_style: jbuilder build] [ppx_pipebang: jbuilder build] [ppx_sexp_conv: jbuilder build] [ppx_traverse: jbuilder build] [ppx_typerep_conv: jbuilder build]
Processing 148/225: [ppx_compare: jbuilder build] [ppx_enumerate: jbuilder build] [ppx_fail: jbuilder build] [ppx_fields_conv: jbuilder build] [ppx_inline_test: jbuilder build] [ppx_js_style: jbuilder build] [ppx_pipebang: jbuilder build] [ppx_sexp_conv: jbuilder build] [ppx_traverse: jbuilder build] [ppx_typerep_conv: jbuilder build] [ppx_variants_conv: jbuilder build]
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "config/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "drop/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "example/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "libname/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "runner/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "runner/lib/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "runtime-lib/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "test/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  ppx_inline_test.v0.10.1
Processing 148/225: [ppx_compare: jbuilder build] [ppx_enumerate: jbuilder build] [ppx_fail: jbuilder build] [ppx_fields_conv: jbuilder build] [ppx_js_style: jbuilder build] [ppx_pipebang: jbuilder build] [ppx_sexp_conv: jbuilder build] [ppx_traverse: jbuilder build] [ppx_typerep_conv: jbuilder build] [ppx_variants_conv: jbuilder build]
-> installed ppx_inline_test.v0.10.1
Processing 149/225: [ppx_compare: jbuilder build] [ppx_enumerate: jbuilder build] [ppx_fail: jbuilder build] [ppx_fields_conv: jbuilder build] [ppx_js_style: jbuilder build] [ppx_pipebang: jbuilder build] [ppx_sexp_conv: jbuilder build] [ppx_traverse: jbuilder build] [ppx_typerep_conv: jbuilder build] [ppx_variants_conv: jbuilder build]
Processing 150/225: [ppx_bench: jbuilder build] [ppx_compare: jbuilder build] [ppx_enumerate: jbuilder build] [ppx_fail: jbuilder build] [ppx_fields_conv: jbuilder build] [ppx_js_style: jbuilder build] [ppx_pipebang: jbuilder build] [ppx_sexp_conv: jbuilder build] [ppx_traverse: jbuilder build] [ppx_typerep_conv: jbuilder build] [ppx_variants_conv: jbuilder build]
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "test/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  ppx_fail.v0.10.0
Processing 150/225: [ppx_bench: jbuilder build] [ppx_compare: jbuilder build] [ppx_enumerate: jbuilder build] [ppx_fields_conv: jbuilder build] [ppx_js_style: jbuilder build] [ppx_pipebang: jbuilder build] [ppx_sexp_conv: jbuilder build] [ppx_traverse: jbuilder build] [ppx_typerep_conv: jbuilder build] [ppx_variants_conv: jbuilder build]
-> installed ppx_fail.v0.10.0
Processing 151/225: [ppx_bench: jbuilder build] [ppx_compare: jbuilder build] [ppx_enumerate: jbuilder build] [ppx_fields_conv: jbuilder build] [ppx_js_style: jbuilder build] [ppx_pipebang: jbuilder build] [ppx_sexp_conv: jbuilder build] [ppx_traverse: jbuilder build] [ppx_typerep_conv: jbuilder build] [ppx_variants_conv: jbuilder build]
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  ppx_js_style.v0.10.0
Processing 151/225: [ppx_bench: jbuilder build] [ppx_compare: jbuilder build] [ppx_enumerate: jbuilder build] [ppx_fields_conv: jbuilder build] [ppx_pipebang: jbuilder build] [ppx_sexp_conv: jbuilder build] [ppx_traverse: jbuilder build] [ppx_typerep_conv: jbuilder build] [ppx_variants_conv: jbuilder build]
-> installed ppx_js_style.v0.10.0
Processing 152/225: [ppx_bench: jbuilder build] [ppx_compare: jbuilder build] [ppx_enumerate: jbuilder build] [ppx_fields_conv: jbuilder build] [ppx_pipebang: jbuilder build] [ppx_sexp_conv: jbuilder build] [ppx_traverse: jbuilder build] [ppx_typerep_conv: jbuilder build] [ppx_variants_conv: jbuilder build]
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "example/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  ppx_pipebang.v0.10.0
Processing 152/225: [ppx_bench: jbuilder build] [ppx_compare: jbuilder build] [ppx_enumerate: jbuilder build] [ppx_fields_conv: jbuilder build] [ppx_sexp_conv: jbuilder build] [ppx_traverse: jbuilder build] [ppx_typerep_conv: jbuilder build] [ppx_variants_conv: jbuilder build]
-> installed ppx_pipebang.v0.10.0
Processing 153/225: [ppx_bench: jbuilder build] [ppx_compare: jbuilder build] [ppx_enumerate: jbuilder build] [ppx_fields_conv: jbuilder build] [ppx_sexp_conv: jbuilder build] [ppx_traverse: jbuilder build] [ppx_typerep_conv: jbuilder build] [ppx_variants_conv: jbuilder build]
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "example/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "test/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  ppx_variants_conv.v0.10.0
Processing 153/225: [ppx_bench: jbuilder build] [ppx_compare: jbuilder build] [ppx_enumerate: jbuilder build] [ppx_fields_conv: jbuilder build] [ppx_sexp_conv: jbuilder build] [ppx_traverse: jbuilder build] [ppx_typerep_conv: jbuilder build]
-> installed ppx_variants_conv.v0.10.0
Processing 154/225: [ppx_bench: jbuilder build] [ppx_compare: jbuilder build] [ppx_enumerate: jbuilder build] [ppx_fields_conv: jbuilder build] [ppx_sexp_conv: jbuilder build] [ppx_traverse: jbuilder build] [ppx_typerep_conv: jbuilder build]
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "bench/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "example/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "test/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  ppx_fields_conv.v0.10.0
Processing 154/225: [ppx_bench: jbuilder build] [ppx_compare: jbuilder build] [ppx_enumerate: jbuilder build] [ppx_sexp_conv: jbuilder build] [ppx_traverse: jbuilder build] [ppx_typerep_conv: jbuilder build]
-> installed ppx_fields_conv.v0.10.0
Processing 155/225: [ppx_bench: jbuilder build] [ppx_compare: jbuilder build] [ppx_enumerate: jbuilder build] [ppx_sexp_conv: jbuilder build] [ppx_traverse: jbuilder build] [ppx_typerep_conv: jbuilder build]
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "example/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  ppx_enumerate.v0.10.0
Processing 155/225: [ppx_bench: jbuilder build] [ppx_compare: jbuilder build] [ppx_sexp_conv: jbuilder build] [ppx_traverse: jbuilder build] [ppx_typerep_conv: jbuilder build]
-> installed ppx_enumerate.v0.10.0
Processing 156/225: [ppx_bench: jbuilder build] [ppx_compare: jbuilder build] [ppx_sexp_conv: jbuilder build] [ppx_traverse: jbuilder build] [ppx_typerep_conv: jbuilder build]
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "expander/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "runtime-lib/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "test/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  ppx_compare.v0.10.0
Processing 156/225: [ppx_bench: jbuilder build] [ppx_sexp_conv: jbuilder build] [ppx_traverse: jbuilder build] [ppx_typerep_conv: jbuilder build]
-> installed ppx_compare.v0.10.0
Processing 157/225: [ppx_bench: jbuilder build] [ppx_sexp_conv: jbuilder build] [ppx_traverse: jbuilder build] [ppx_typerep_conv: jbuilder build]
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  ppx_typerep_conv.v0.10.0
Processing 157/225: [ppx_bench: jbuilder build] [ppx_sexp_conv: jbuilder build] [ppx_traverse: jbuilder build]
-> installed ppx_typerep_conv.v0.10.0
Processing 158/225: [ppx_bench: jbuilder build] [ppx_sexp_conv: jbuilder build] [ppx_traverse: jbuilder build]
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "expander/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "test/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "test/lib/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  ppx_sexp_conv.v0.10.0
Processing 158/225: [ppx_bench: jbuilder build] [ppx_traverse: jbuilder build]
-> installed ppx_sexp_conv.v0.10.0
Processing 159/225: [ppx_bench: jbuilder build] [ppx_traverse: jbuilder build]
Processing 160/225: [ppx_assert: jbuilder build] [ppx_bench: jbuilder build] [ppx_traverse: jbuilder build]
Processing 161/225: [ppx_assert: jbuilder build] [ppx_bench: jbuilder build] [ppx_hash: jbuilder build] [ppx_traverse: jbuilder build]
Processing 162/225: [ppx_assert: jbuilder build] [ppx_bench: jbuilder build] [ppx_hash: jbuilder build] [ppx_sexp_message: jbuilder build] [ppx_traverse: jbuilder build]
Processing 163/225: [ppx_assert: jbuilder build] [ppx_bench: jbuilder build] [ppx_hash: jbuilder build] [ppx_sexp_message: jbuilder build] [ppx_sexp_value: jbuilder build] [ppx_traverse: jbuilder build]
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "example/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "runtime-lib/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  ppx_bench.v0.10.0
Processing 163/225: [ppx_assert: jbuilder build] [ppx_hash: jbuilder build] [ppx_sexp_message: jbuilder build] [ppx_sexp_value: jbuilder build] [ppx_traverse: jbuilder build]
-> installed ppx_bench.v0.10.0
Processing 164/225: [ppx_assert: jbuilder build] [ppx_hash: jbuilder build] [ppx_sexp_message: jbuilder build] [ppx_sexp_value: jbuilder build] [ppx_traverse: jbuilder build]
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "test/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  ppx_traverse.v0.10.0
Processing 164/225: [ppx_assert: jbuilder build] [ppx_hash: jbuilder build] [ppx_sexp_message: jbuilder build] [ppx_sexp_value: jbuilder build]
-> installed ppx_traverse.v0.10.0
Processing 165/225: [ppx_assert: jbuilder build] [ppx_hash: jbuilder build] [ppx_sexp_message: jbuilder build] [ppx_sexp_value: jbuilder build]
Processing 166/225: [ppx_assert: jbuilder build] [ppx_custom_printf: jbuilder build] [ppx_hash: jbuilder build] [ppx_sexp_message: jbuilder build] [ppx_sexp_value: jbuilder build]
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "expander/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "runtime-lib/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "runtime-lib/bench/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "runtime-lib/siphash/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "runtime-lib/test/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "test/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  ppx_hash.v0.10.0
Processing 166/225: [ppx_assert: jbuilder build] [ppx_custom_printf: jbuilder build] [ppx_sexp_message: jbuilder build] [ppx_sexp_value: jbuilder build]
-> installed ppx_hash.v0.10.0
Processing 167/225: [ppx_assert: jbuilder build] [ppx_custom_printf: jbuilder build] [ppx_sexp_message: jbuilder build] [ppx_sexp_value: jbuilder build]
Processing 168/225: [ppx_assert: jbuilder build] [ppx_base: jbuilder build] [ppx_custom_printf: jbuilder build] [ppx_sexp_message: jbuilder build] [ppx_sexp_value: jbuilder build]
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "bench/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "runtime-lib/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "test/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  ppx_assert.v0.10.0
Processing 168/225: [ppx_base: jbuilder build] [ppx_custom_printf: jbuilder build] [ppx_sexp_message: jbuilder build] [ppx_sexp_value: jbuilder build]
-> installed ppx_assert.v0.10.0
Processing 169/225: [ppx_base: jbuilder build] [ppx_custom_printf: jbuilder build] [ppx_sexp_message: jbuilder build] [ppx_sexp_value: jbuilder build]
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "test/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  ppx_sexp_message.v0.10.0
Processing 169/225: [ppx_base: jbuilder build] [ppx_custom_printf: jbuilder build] [ppx_sexp_value: jbuilder build]
-> installed ppx_sexp_message.v0.10.0
Processing 170/225: [ppx_base: jbuilder build] [ppx_custom_printf: jbuilder build] [ppx_sexp_value: jbuilder build]
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "example/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "test/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  ppx_sexp_value.v0.10.0
Processing 170/225: [ppx_base: jbuilder build] [ppx_custom_printf: jbuilder build]
-> installed ppx_sexp_value.v0.10.0
Processing 171/225: [ppx_base: jbuilder build] [ppx_custom_printf: jbuilder build]
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "bin/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  ppx_base.v0.10.0
Processing 171/225: [ppx_custom_printf: jbuilder build]
-> installed ppx_base.v0.10.0
Processing 172/225: [ppx_custom_printf: jbuilder build]
Processing 173/225: [ppx_custom_printf: jbuilder build] [sexp_pretty: jbuilder build]
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "src/gen/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "test/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  ppx_custom_printf.v0.10.0
Processing 173/225: [sexp_pretty: jbuilder build]
-> installed ppx_custom_printf.v0.10.0
Processing 174/225: [sexp_pretty: jbuilder build]
Processing 175/225: [bin_prot: jbuilder build] [sexp_pretty: jbuilder build]
Processing 176/225: [bin_prot: jbuilder build] [ppx_expect: jbuilder build] [sexp_pretty: jbuilder build]
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "test/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-       ocamlc src/.sexp_pretty.objs/byte/sexp_pretty.{cmo,cmt}
- File "src/sexp_pretty.ml", line 45, characters 12-25:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "src/sexp_pretty.ml", line 59, characters 13-25:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "src/sexp_pretty.ml", line 273, characters 22-35:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "src/sexp_pretty.ml", line 275, characters 19-32:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "src/sexp_pretty.ml", line 277, characters 19-32:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "src/sexp_pretty.ml", line 279, characters 17-30:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "src/sexp_pretty.ml", line 287, characters 30-42:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "src/sexp_pretty.ml", line 288, characters 30-42:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "src/sexp_pretty.ml", line 294, characters 13-32:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "src/sexp_pretty.ml", line 295, characters 15-35:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "src/sexp_pretty.ml", line 330, characters 12-31:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "src/sexp_pretty.ml", line 334, characters 48-68:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "src/sexp_pretty.ml", line 338, characters 51-71:
- Warning 3: deprecated: module Re_str
- Use Re.Str
-     ocamlopt src/.sexp_pretty.objs/native/sexp_pretty.{cmx,o}
- File "src/sexp_pretty.ml", line 45, characters 12-25:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "src/sexp_pretty.ml", line 59, characters 13-25:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "src/sexp_pretty.ml", line 273, characters 22-35:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "src/sexp_pretty.ml", line 275, characters 19-32:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "src/sexp_pretty.ml", line 277, characters 19-32:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "src/sexp_pretty.ml", line 279, characters 17-30:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "src/sexp_pretty.ml", line 287, characters 30-42:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "src/sexp_pretty.ml", line 288, characters 30-42:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "src/sexp_pretty.ml", line 294, characters 13-32:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "src/sexp_pretty.ml", line 295, characters 15-35:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "src/sexp_pretty.ml", line 330, characters 12-31:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "src/sexp_pretty.ml", line 334, characters 48-68:
- Warning 3: deprecated: module Re_str
- Use Re.Str
- File "src/sexp_pretty.ml", line 338, characters 51-71:
- Warning 3: deprecated: module Re_str
- Use Re.Str
-> compiled  sexp_pretty.v0.10.0
Processing 176/225: [bin_prot: jbuilder build] [ppx_expect: jbuilder build]
-> installed sexp_pretty.v0.10.0
Processing 177/225: [bin_prot: jbuilder build] [ppx_expect: jbuilder build]
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "bench/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "shape/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "shape/src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "test/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "xen/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  bin_prot.v0.10.0
Processing 177/225: [ppx_expect: jbuilder build]
-> installed bin_prot.v0.10.0
Processing 178/225: [ppx_expect: jbuilder build]
Processing 179/225: [ppx_bin_prot: jbuilder build] [ppx_expect: jbuilder build]
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "collector/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "common/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "config/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "evaluator/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "example/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "expect_payload/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "matcher/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "negative-tests/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "negative-tests/disabling/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "negative-tests/disabling/lib/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "negative-tests/exit-in-test/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "negative-tests/exit-in-test/broken-test/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "test/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "test/no-output-patterns/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-       ocamlc matcher/.expect_test_matcher.objs/byte/expect_test_matcher__Reconcile.{cmo,cmt}
- File "matcher/reconcile.ml", line 29, characters 11-23:
- Warning 3: deprecated: module Re_glob
- Use Re.Glob
- File "matcher/reconcile.ml", line 38, characters 25-36:
- Warning 3: deprecated: module Re_emacs
- Use Re.Emacs
-     ocamlopt matcher/.expect_test_matcher.objs/native/expect_test_matcher__Reconcile.{cmx,o}
- File "matcher/reconcile.ml", line 29, characters 11-23:
- Warning 3: deprecated: module Re_glob
- Use Re.Glob
- File "matcher/reconcile.ml", line 38, characters 25-36:
- Warning 3: deprecated: module Re_emacs
- Use Re.Emacs
-> compiled  ppx_expect.v0.10.1
Processing 179/225: [ppx_bin_prot: jbuilder build]
-> installed ppx_expect.v0.10.1
Processing 180/225: [ppx_bin_prot: jbuilder build]
+ /home/opam/.opam/4.06/bin/jbuilder "build" "-p" "ppx_bin_prot" "-j" "255" (CWD=/home/opam/.opam/4.06/.opam-switch/build/ppx_bin_prot.v0.10.0)
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "expect_tests/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "shape/example0/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "shape/src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "shape/test/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "test/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  ppx_bin_prot.v0.10.0
-> installed ppx_bin_prot.v0.10.0
Processing 182/225: [ppx_jane: jbuilder build]
+ /home/opam/.opam/4.06/bin/jbuilder "build" "-p" "ppx_jane" "-j" "255" (CWD=/home/opam/.opam/4.06/.opam-switch/build/ppx_jane.v0.10.0)
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "bin/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "kernel/src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  ppx_jane.v0.10.0
-> installed ppx_jane.v0.10.0
Processing 184/225: [core_kernel: jbuilder build]
+ /home/opam/.opam/4.06/bin/jbuilder "build" "-p" "core_kernel" "-j" "255" (CWD=/home/opam/.opam/4.06/.opam-switch/build/core_kernel.v0.10.0)
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "base_for_tests/src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "bench-bin/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "example/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "replace_caml_modify_for_testing/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "src/config/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "test/bin/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "test/src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "test-build-info/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "test-build-info/bin/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  core_kernel.v0.10.0
-> installed core_kernel.v0.10.0
Processing 186/225: [async_kernel: jbuilder build]
Processing 187/225: [async_kernel: jbuilder build] [core: jbuilder build]
Processing 188/225: [async_kernel: jbuilder build] [core: jbuilder build] [expect_test_helpers_kernel: jbuilder build]
Processing 189/225: [async_kernel: jbuilder build] [core: jbuilder build] [expect_test_helpers_kernel: jbuilder build] [protocol_version_header: jbuilder build]
Processing 190/225: [async_kernel: jbuilder build] [core: jbuilder build] [expect_test_helpers_kernel: jbuilder build] [protocol_version_header: jbuilder build] [re2: jbuilder build]
Processing 191/225: [async_kernel: jbuilder build] [core: jbuilder build] [expect_test_helpers_kernel: jbuilder build] [protocol_version_header: jbuilder build] [re2: jbuilder build] [textutils_kernel: jbuilder build]
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "test/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  textutils_kernel.v0.10.0
Processing 191/225: [async_kernel: jbuilder build] [core: jbuilder build] [expect_test_helpers_kernel: jbuilder build] [protocol_version_header: jbuilder build] [re2: jbuilder build]
-> installed textutils_kernel.v0.10.0
Processing 192/225: [async_kernel: jbuilder build] [core: jbuilder build] [expect_test_helpers_kernel: jbuilder build] [protocol_version_header: jbuilder build] [re2: jbuilder build]
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "test/src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  protocol_version_header.v0.10.0
Processing 192/225: [async_kernel: jbuilder build] [core: jbuilder build] [expect_test_helpers_kernel: jbuilder build] [re2: jbuilder build]
-> installed protocol_version_header.v0.10.0
Processing 193/225: [async_kernel: jbuilder build] [core: jbuilder build] [expect_test_helpers_kernel: jbuilder build] [re2: jbuilder build]
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "test/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  expect_test_helpers_kernel.v0.10.0
Processing 193/225: [async_kernel: jbuilder build] [core: jbuilder build] [re2: jbuilder build]
-> installed expect_test_helpers_kernel.v0.10.0
Processing 194/225: [async_kernel: jbuilder build] [core: jbuilder build] [re2: jbuilder build]
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  async_kernel.v0.10.0
Processing 194/225: [core: jbuilder build] [re2: jbuilder build]
-> installed async_kernel.v0.10.0
Processing 195/225: [core: jbuilder build] [re2: jbuilder build]
Processing 196/225: [async_rpc_kernel: jbuilder build] [core: jbuilder build] [re2: jbuilder build]
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "bench/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  async_rpc_kernel.v0.10.0
Processing 196/225: [core: jbuilder build] [re2: jbuilder build]
-> installed async_rpc_kernel.v0.10.0
Processing 197/225: [core: jbuilder build] [re2: jbuilder build]
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "bench/bin/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "example/command/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "example/quickcheck/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "example/unix/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "src/config/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "test/bin/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "test/bin/manual/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "test/src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "top/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-       ocamlc src/md5_stubs.o
- md5_stubs.c:10:32: warning: '-pedantic' is not an option that controls warnings [-Wpragmas]
-    10 | #pragma GCC diagnostic ignored "-pedantic"
-       |                                ^~~~~~~~~~~
-       ocamlc src/unix_stubs.o
- unix_stubs.c: In function 'unix_mknod_stub':
- unix_stubs.c:277:13: warning: implicit declaration of function 'makedev' [-Wimplicit-function-declaration]
-   277 |       dev = makedev(Int_val(v_major), Int_val(v_minor));
-       |             ^~~~~~~
-       ocamlc src/.core.objs/byte/core__Bigstring.{cmo,cmt}
- File "src/bigstring.ml", line 424, characters 28-43:
- Warning 3: deprecated: Bigarray.Array1.map_file
- Use [array1_of_genarray (Unix.map_file ...)] instead.
- Note that Bigarray.Array1.map_file raises Sys_error while
- Unix.map_file raises Unix_error.
-     ocamlopt src/.core.objs/native/core__Bigstring.{cmx,o}
- File "src/bigstring.ml", line 424, characters 28-43:
- Warning 3: deprecated: Bigarray.Array1.map_file
- Use [array1_of_genarray (Unix.map_file ...)] instead.
- Note that Bigarray.Array1.map_file raises Sys_error while
- Unix.map_file raises Unix_error.
-     ocamlopt src/.core.objs/native/core__Iobuf.{cmx,o}
- File "src/iobuf.ml", line 1033, characters 4-62:
- Warning 55: Cannot inline: Function information unavailable
-> compiled  core.v0.10.0
Processing 197/225: [re2: jbuilder build]
-> installed core.v0.10.0
Processing 198/225: [re2: jbuilder build]
Processing 199/225: [async_unix: jbuilder build] [re2: jbuilder build]
Processing 200/225: [async_unix: jbuilder build] [re2: jbuilder build] [textutils: jbuilder build]
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  textutils.v0.10.0
Processing 200/225: [async_unix: jbuilder build] [re2: jbuilder build]
-> installed textutils.v0.10.0
Processing 201/225: [async_unix: jbuilder build] [re2: jbuilder build]
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  async_unix.v0.10.0
Processing 201/225: [re2: jbuilder build]
-> installed async_unix.v0.10.0
Processing 202/225: [re2: jbuilder build]
Processing 203/225: [async_extra: jbuilder build] [re2: jbuilder build]
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  async_extra.v0.10.0
Processing 203/225: [re2: jbuilder build]
-> installed async_extra.v0.10.0
Processing 204/225: [re2: jbuilder build]
Processing 205/225: [async: jbuilder build] [re2: jbuilder build]
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "bench/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "example/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  async.v0.10.0
Processing 205/225: [re2: jbuilder build]
-> installed async.v0.10.0
Processing 206/225: [re2: jbuilder build]
Processing 207/225: [async_find: jbuilder build] [re2: jbuilder build]
Processing 208/225: [async_find: jbuilder build] [async_interactive: jbuilder build] [re2: jbuilder build]
Processing 209/225: [async_find: jbuilder build] [async_interactive: jbuilder build] [command_rpc: jbuilder build] [re2: jbuilder build]
Processing 210/225: [async_find: jbuilder build] [async_interactive: jbuilder build] [command_rpc: jbuilder build] [expect_test_helpers: jbuilder build] [re2: jbuilder build]
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  async_interactive.v0.10.0
Processing 210/225: [async_find: jbuilder build] [command_rpc: jbuilder build] [expect_test_helpers: jbuilder build] [re2: jbuilder build]
-> installed async_interactive.v0.10.0
Processing 211/225: [async_find: jbuilder build] [command_rpc: jbuilder build] [expect_test_helpers: jbuilder build] [re2: jbuilder build]
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  expect_test_helpers.v0.10.0
Processing 211/225: [async_find: jbuilder build] [command_rpc: jbuilder build] [re2: jbuilder build]
-> installed expect_test_helpers.v0.10.0
Processing 212/225: [async_find: jbuilder build] [command_rpc: jbuilder build] [re2: jbuilder build]
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  async_find.v0.10.0
Processing 212/225: [command_rpc: jbuilder build] [re2: jbuilder build]
-> installed async_find.v0.10.0
Processing 213/225: [command_rpc: jbuilder build] [re2: jbuilder build]
Processing 214/225: [async_inotify: jbuilder build] [command_rpc: jbuilder build] [re2: jbuilder build]
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "example/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  command_rpc.v0.10.0
Processing 214/225: [async_inotify: jbuilder build] [re2: jbuilder build]
-> installed command_rpc.v0.10.0
Processing 215/225: [async_inotify: jbuilder build] [re2: jbuilder build]
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  async_inotify.v0.10.0
Processing 215/225: [re2: jbuilder build]
-> installed async_inotify.v0.10.0
Processing 216/225: [re2: jbuilder build]
+ /home/opam/.opam/4.06/bin/jbuilder "build" "-p" "re2" "-j" "255" (CWD=/home/opam/.opam/4.06/.opam-switch/build/re2.v0.10.1)
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "example/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "src/re2_c/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-       ocamlc src/.re2.objs/byte/re2__Re2_internal.{cmo,cmt}
- File "src/re2_internal.ml", line 137, characters 25-46:
- Warning 52: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 8.5)
-     ocamlopt src/.re2.objs/native/re2__Re2_internal.{cmx,o}
- File "src/re2_internal.ml", line 137, characters 25-46:
- Warning 52: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 8.5)
-         bash src/re2_c/dllre2_c_stubs.so,src/re2_c/libre2_c_stubs.a
- re2/compile.cc: In member function 'int re2::Compiler::AllocInst(int)':
- re2/compile.cc:268:12: warning: 'void* memmove(void*, const void*, size_t)' writing to an object of type 'class re2::Prog::Inst' with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
-   268 |     memmove(ip, inst_, inst_len_ * sizeof ip[0]);
-       |     ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from re2/compile.cc:11:
- ./re2/prog.h:84:9: note: 'class re2::Prog::Inst' declared here
-    84 |   class Inst {
-       |         ^~~~
- re2/compile.cc:269:11: warning: 'void* memset(void*, int, size_t)' clearing an object of type 'class re2::Prog::Inst' with no trivial copy-assignment; use assignment or value-initialization instead [-Wclass-memaccess]
-   269 |     memset(ip + inst_len_, 0, (inst_cap_ - inst_len_) * sizeof ip[0]);
-       |     ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ./re2/prog.h:84:9: note: 'class re2::Prog::Inst' declared here
-    84 |   class Inst {
-       |         ^~~~
- re2/compile.cc: In member function 'void re2::Compiler::Trim()':
- re2/compile.cc:281:12: warning: 'void* memmove(void*, const void*, size_t)' writing to an object of type 'class re2::Prog::Inst' with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
-   281 |     memmove(ip, inst_, inst_len_ * sizeof ip[0]);
-       |     ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ./re2/prog.h:84:9: note: 'class re2::Prog::Inst' declared here
-    84 |   class Inst {
-       |         ^~~~
- In file included from ./util/util.h:139,
-                  from re2/re2.cc:17:
- ./util/mutex.h:192:32: warning: unnecessary parentheses in declaration of 'empty_mutex' [-Wparentheses]
-   192 |         static pthread_mutex_t (name) = PTHREAD_MUTEX_INITIALIZER
-       |                                ^~~~~~
- re2/re2.cc:58:1: note: in expansion of macro 'GLOBAL_MUTEX'
-    58 | GLOBAL_MUTEX(empty_mutex);
-       | ^~~~~~~~~~~~
- ./util/mutex.h:192:32: note: remove parentheses
-   192 |         static pthread_mutex_t (name) = PTHREAD_MUTEX_INITIALIZER
-       |                                ^~~~~~
- re2/re2.cc:58:1: note: in expansion of macro 'GLOBAL_MUTEX'
-    58 | GLOBAL_MUTEX(empty_mutex);
-       | ^~~~~~~~~~~~
- In file included from ./util/util.h:139,
-                  from re2/regexp.cc:8:
- ./util/mutex.h:192:32: warning: unnecessary parentheses in declaration of 'ref_mutex' [-Wparentheses]
-   192 |         static pthread_mutex_t (name) = PTHREAD_MUTEX_INITIALIZER
-       |                                ^~~~~~
- re2/regexp.cc:64:1: note: in expansion of macro 'GLOBAL_MUTEX'
-    64 | GLOBAL_MUTEX(ref_mutex);
-       | ^~~~~~~~~~~~
- ./util/mutex.h:192:32: note: remove parentheses
-   192 |         static pthread_mutex_t (name) = PTHREAD_MUTEX_INITIALIZER
-       |                                ^~~~~~
- re2/regexp.cc:64:1: note: in expansion of macro 'GLOBAL_MUTEX'
-    64 | GLOBAL_MUTEX(ref_mutex);
-       | ^~~~~~~~~~~~
- re2/regexp.cc: In member function 'void re2::Regexp::Swap(re2::Regexp*)':
- re2/regexp.cc:319:10: warning: 'void* memmove(void*, const void*, size_t)' writing to an object of type 'class re2::Regexp' with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
-   319 |   memmove(this, that, sizeof tmp);
-       |   ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
- In file included from re2/regexp.cc:9:
- ./re2/regexp.h:267:7: note: 'class re2::Regexp' declared here
-   267 | class Regexp {
-       |       ^~~~~~
- re2/regexp.cc:320:10: warning: 'void* memmove(void*, const void*, size_t)' writing to an object of type 'class re2::Regexp' with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
-   320 |   memmove(that, tmp, sizeof tmp);
-       |   ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
- ./re2/regexp.h:267:7: note: 'class re2::Regexp' declared here
-   267 | class Regexp {
-       |       ^~~~~~
- re2/compile.cc: In member function 'int re2::Compiler::AllocInst(int)':
- re2/compile.cc:268:12: warning: 'void* memmove(void*, const void*, size_t)' writing to an object of type 'class re2::Prog::Inst' with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
-   268 |     memmove(ip, inst_, inst_len_ * sizeof ip[0]);
-       |     ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from re2/compile.cc:11:
- ./re2/prog.h:84:9: note: 'class re2::Prog::Inst' declared here
-    84 |   class Inst {
-       |         ^~~~
- re2/compile.cc:269:11: warning: 'void* memset(void*, int, size_t)' clearing an object of type 'class re2::Prog::Inst' with no trivial copy-assignment; use assignment or value-initialization instead [-Wclass-memaccess]
-   269 |     memset(ip + inst_len_, 0, (inst_cap_ - inst_len_) * sizeof ip[0]);
-       |     ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ./re2/prog.h:84:9: note: 'class re2::Prog::Inst' declared here
-    84 |   class Inst {
-       |         ^~~~
- re2/compile.cc: In member function 'void re2::Compiler::Trim()':
- re2/compile.cc:281:12: warning: 'void* memmove(void*, const void*, size_t)' writing to an object of type 'class re2::Prog::Inst' with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
-   281 |     memmove(ip, inst_, inst_len_ * sizeof ip[0]);
-       |     ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ./re2/prog.h:84:9: note: 'class re2::Prog::Inst' declared here
-    84 |   class Inst {
-       |         ^~~~
- In file included from ./util/util.h:139,
-                  from re2/re2.cc:17:
- ./util/mutex.h:192:32: warning: unnecessary parentheses in declaration of 'empty_mutex' [-Wparentheses]
-   192 |         static pthread_mutex_t (name) = PTHREAD_MUTEX_INITIALIZER
-       |                                ^~~~~~
- re2/re2.cc:58:1: note: in expansion of macro 'GLOBAL_MUTEX'
-    58 | GLOBAL_MUTEX(empty_mutex);
-       | ^~~~~~~~~~~~
- ./util/mutex.h:192:32: note: remove parentheses
-   192 |         static pthread_mutex_t (name) = PTHREAD_MUTEX_INITIALIZER
-       |                                ^~~~~~
- re2/re2.cc:58:1: note: in expansion of macro 'GLOBAL_MUTEX'
-    58 | GLOBAL_MUTEX(empty_mutex);
-       | ^~~~~~~~~~~~
- In file included from ./util/util.h:139,
-                  from re2/regexp.cc:8:
- ./util/mutex.h:192:32: warning: unnecessary parentheses in declaration of 'ref_mutex' [-Wparentheses]
-   192 |         static pthread_mutex_t (name) = PTHREAD_MUTEX_INITIALIZER
-       |                                ^~~~~~
- re2/regexp.cc:64:1: note: in expansion of macro 'GLOBAL_MUTEX'
-    64 | GLOBAL_MUTEX(ref_mutex);
-       | ^~~~~~~~~~~~
- ./util/mutex.h:192:32: note: remove parentheses
-   192 |         static pthread_mutex_t (name) = PTHREAD_MUTEX_INITIALIZER
-       |                                ^~~~~~
- re2/regexp.cc:64:1: note: in expansion of macro 'GLOBAL_MUTEX'
-    64 | GLOBAL_MUTEX(ref_mutex);
-       | ^~~~~~~~~~~~
- re2/regexp.cc: In member function 'void re2::Regexp::Swap(re2::Regexp*)':
- re2/regexp.cc:319:10: warning: 'void* memmove(void*, const void*, size_t)' writing to an object of type 'class re2::Regexp' with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
-   319 |   memmove(this, that, sizeof tmp);
-       |   ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
- In file included from re2/regexp.cc:9:
- ./re2/regexp.h:267:7: note: 'class re2::Regexp' declared here
-   267 | class Regexp {
-       |       ^~~~~~
- re2/regexp.cc:320:10: warning: 'void* memmove(void*, const void*, size_t)' writing to an object of type 'class re2::Regexp' with no trivial copy-assignment; use copy-assignment or copy-initialization instead [-Wclass-memaccess]
-   320 |   memmove(that, tmp, sizeof tmp);
-       |   ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
- ./re2/regexp.h:267:7: note: 'class re2::Regexp' declared here
-   267 | class Regexp {
-       |       ^~~~~~
-> compiled  re2.v0.10.1
-> installed re2.v0.10.1
Processing 218/225: [core_extended: jbuilder build]
+ /home/opam/.opam/4.06/bin/jbuilder "build" "-p" "core_extended" "-j" "255" (CWD=/home/opam/.opam/4.06/.opam-switch/build/core_extended.v0.10.0)
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "base64/src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "bin/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "example/color_print/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "example/extended_sexp/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "example/quotactl/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "selector/src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-       ocamlc src/malloc_stubs.o
- malloc_stubs.c: In function 'malloc_mallinfo_stub':
- malloc_stubs.c:10:10: warning: 'mallinfo' is deprecated [-Wdeprecated-declarations]
-    10 |   struct mallinfo info = mallinfo();
-       |          ^~~~~~~~
- In file included from malloc_stubs.c:5:
- /usr/include/malloc.h:114:24: note: declared here
-   114 | extern struct mallinfo mallinfo (void) __THROW __MALLOC_DEPRECATED;
-       |                        ^~~~~~~~
-       ocamlc src/.core_extended.objs/byte/core_extended__Lazy_sequence.{cmo,cmt}
- File "src/lazy_sequence.ml", line 848, characters 17-23:
- Warning 52: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 8.5)
- File "src/lazy_sequence.ml", line 855, characters 17-23:
- Warning 52: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 8.5)
-     ocamlopt src/.core_extended.objs/native/core_extended__Lazy_sequence.{cmx,o}
- File "src/lazy_sequence.ml", line 848, characters 17-23:
- Warning 52: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 8.5)
- File "src/lazy_sequence.ml", line 855, characters 17-23:
- Warning 52: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 8.5)
-       ocamlc selector/src/.selector.objs/byte/selector.{cmo,cmt}
- File "selector/src/selector.ml", line 47, characters 31-50:
- Warning 3: deprecated: module Re_perl
- Use Re.Perl
-     ocamlopt selector/src/.selector.objs/native/selector.{cmx,o}
- File "selector/src/selector.ml", line 47, characters 31-50:
- Warning 3: deprecated: module Re_perl
- Use Re.Perl
-> compiled  core_extended.v0.10.0
-> installed core_extended.v0.10.0
Processing 220/225: [async_shell: jbuilder build]
Processing 221/225: [async_shell: jbuilder build] [delimited_parsing: jbuilder build]
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  async_shell.v0.10.0
Processing 221/225: [delimited_parsing: jbuilder build]
-> installed async_shell.v0.10.0
Processing 222/225: [delimited_parsing: jbuilder build]
+ /home/opam/.opam/4.06/bin/jbuilder "build" "-p" "delimited_parsing" "-j" "255" (CWD=/home/opam/.opam/4.06/.opam-switch/build/delimited_parsing.v0.10.0)
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  delimited_parsing.v0.10.0
-> installed delimited_parsing.v0.10.0
Processing 224/225: [async_extended: jbuilder build]
+ /home/opam/.opam/4.06/bin/jbuilder "build" "-p" "async_extended" "-j" "255" (CWD=/home/opam/.opam/4.06/.opam-switch/build/async_extended.v0.10.0)
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "example/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "src/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-> compiled  async_extended.v0.10.0
-> installed async_extended.v0.10.0
Done.

<><> jbuilder.transition installed successfully <><><><><><><><><><><><><><><><>
=> Jbuilder has been renamed and the jbuilder package is now a transition package. Use the dune package instead.

<><> configurator.v0.10.0 installed successfully ><><><><><><><><><><><><><><><>
=> configurator is deprecated. Please use dune-configurator in new code and consider switching to it in existing projects.
# Run eval $(opam env) to update the current shell environment
2024-01-29 18:22.48 ---> saved as "30ba381697cf81c14e212f81509008bdae98dff67f3fec23f9a735e73629cd22"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u async_extended:ef12c37e34582f667b2bf13df2fb42c7,delimited_parsing:f8fb9b1c882773eda2cb7fc77821efb0,async_shell:c0ab46fb7a8b9ee1383dfb74899d0836,async_interactive:55b1386f61de57a03b5bf5fa26749c34"))
2024-01-29 18:22.51 ---> saved as "33ec57b01ffac0dc83decf901ee54996a2ab30d35fddf0488307d32e6c3fb981"

/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.237479') && (for DATA in prep/universes/55b1386f61de57a03b5bf5fa26749c34/async_interactive/v0.10.0,async_interactive.v0.10.0-55b1386f61de57a03b5bf5fa26749c34,async_interactive.v0.10.0 prep/universes/c0ab46fb7a8b9ee1383dfb74899d0836/async_shell/v0.10.0,async_shell.v0.10.0-c0ab46fb7a8b9ee1383dfb74899d0836,async_shell.v0.10.0 prep/universes/f8fb9b1c882773eda2cb7fc77821efb0/delimited_parsing/v0.10.0,delimited_parsing.v0.10.0-f8fb9b1c882773eda2cb7fc77821efb0,delimited_parsing.v0.10.0 prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0,async_extended.v0.10.0-ef12c37e34582f667b2bf13df2fb42c7,async_extended.v0.10.0; 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/55b1386f61de57a03b5bf5fa26749c34/async_interactive/v0.10.0,async_interactive.v0.10.0-55b1386f61de57a03b5bf5fa26749c34,async_interactive.v0.10.0 prep/universes/c0ab46fb7a8b9ee1383dfb74899d0836/async_shell/v0.10.0,async_shell.v0.10.0-c0ab46fb7a8b9ee1383dfb74899d0836,async_shell.v0.10.0 prep/universes/f8fb9b1c882773eda2cb7fc77821efb0/delimited_parsing/v0.10.0,delimited_parsing.v0.10.0-f8fb9b1c882773eda2cb7fc77821efb0,delimited_parsing.v0.10.0 prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0,async_extended.v0.10.0-ef12c37e34582f667b2bf13df2fb42c7,async_extended.v0.10.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/55b1386f61de57a03b5bf5fa26749c34/async_interactive/v0.10.0,async_interactive.v0.10.0-55b1386f61de57a03b5bf5fa26749c34,async_interactive.v0.10.0 prep/universes/c0ab46fb7a8b9ee1383dfb74899d0836/async_shell/v0.10.0,async_shell.v0.10.0-c0ab46fb7a8b9ee1383dfb74899d0836,async_shell.v0.10.0 prep/universes/f8fb9b1c882773eda2cb7fc77821efb0/delimited_parsing/v0.10.0,delimited_parsing.v0.10.0-f8fb9b1c882773eda2cb7fc77821efb0,delimited_parsing.v0.10.0 prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0,async_extended.v0.10.0-ef12c37e34582f667b2bf13df2fb42c7,async_extended.v0.10.0; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.237479
prep/universes/55b1386f61de57a03b5bf5fa26749c34/async_interactive/v0.10.0/doc/
prep/universes/55b1386f61de57a03b5bf5fa26749c34/async_interactive/v0.10.0/doc/async_interactive/
prep/universes/55b1386f61de57a03b5bf5fa26749c34/async_interactive/v0.10.0/doc/async_interactive/CHANGES.md
prep/universes/55b1386f61de57a03b5bf5fa26749c34/async_interactive/v0.10.0/doc/async_interactive/LICENSE.txt
prep/universes/55b1386f61de57a03b5bf5fa26749c34/async_interactive/v0.10.0/lib/
prep/universes/55b1386f61de57a03b5bf5fa26749c34/async_interactive/v0.10.0/lib/async_interactive/
prep/universes/55b1386f61de57a03b5bf5fa26749c34/async_interactive/v0.10.0/lib/async_interactive/async_interactive.ocamlobjinfo
prep/universes/55b1386f61de57a03b5bf5fa26749c34/async_interactive/v0.10.0/lib/async_interactive/META
prep/universes/55b1386f61de57a03b5bf5fa26749c34/async_interactive/v0.10.0/lib/async_interactive/async_interactive.cmi
prep/universes/55b1386f61de57a03b5bf5fa26749c34/async_interactive/v0.10.0/lib/async_interactive/async_interactive.cmt
prep/universes/55b1386f61de57a03b5bf5fa26749c34/async_interactive/v0.10.0/lib/async_interactive/async_interactive.cmti
prep/universes/55b1386f61de57a03b5bf5fa26749c34/async_interactive/v0.10.0/lib/async_interactive/dune-package
prep/universes/55b1386f61de57a03b5bf5fa26749c34/async_interactive/v0.10.0/opam
prep/universes/c0ab46fb7a8b9ee1383dfb74899d0836/async_shell/v0.10.0/doc/
prep/universes/c0ab46fb7a8b9ee1383dfb74899d0836/async_shell/v0.10.0/doc/async_shell/
prep/universes/c0ab46fb7a8b9ee1383dfb74899d0836/async_shell/v0.10.0/doc/async_shell/CHANGES.md
prep/universes/c0ab46fb7a8b9ee1383dfb74899d0836/async_shell/v0.10.0/doc/async_shell/LICENSE.txt
prep/universes/c0ab46fb7a8b9ee1383dfb74899d0836/async_shell/v0.10.0/lib/
prep/universes/c0ab46fb7a8b9ee1383dfb74899d0836/async_shell/v0.10.0/lib/async_shell/
prep/universes/c0ab46fb7a8b9ee1383dfb74899d0836/async_shell/v0.10.0/lib/async_shell/async_shell.ocamlobjinfo
prep/universes/c0ab46fb7a8b9ee1383dfb74899d0836/async_shell/v0.10.0/lib/async_shell/META
prep/universes/c0ab46fb7a8b9ee1383dfb74899d0836/async_shell/v0.10.0/lib/async_shell/async_shell.cmi
prep/universes/c0ab46fb7a8b9ee1383dfb74899d0836/async_shell/v0.10.0/lib/async_shell/async_shell.cmt
prep/universes/c0ab46fb7a8b9ee1383dfb74899d0836/async_shell/v0.10.0/lib/async_shell/async_shell.cmti
prep/universes/c0ab46fb7a8b9ee1383dfb74899d0836/async_shell/v0.10.0/lib/async_shell/dune-package
prep/universes/c0ab46fb7a8b9ee1383dfb74899d0836/async_shell/v0.10.0/opam
prep/universes/f8fb9b1c882773eda2cb7fc77821efb0/delimited_parsing/v0.10.0/doc/
prep/universes/f8fb9b1c882773eda2cb7fc77821efb0/delimited_parsing/v0.10.0/doc/delimited_parsing/
prep/universes/f8fb9b1c882773eda2cb7fc77821efb0/delimited_parsing/v0.10.0/doc/delimited_parsing/LICENSE.txt
prep/universes/f8fb9b1c882773eda2cb7fc77821efb0/delimited_parsing/v0.10.0/lib/
prep/universes/f8fb9b1c882773eda2cb7fc77821efb0/delimited_parsing/v0.10.0/lib/delimited_parsing/
prep/universes/f8fb9b1c882773eda2cb7fc77821efb0/delimited_parsing/v0.10.0/lib/delimited_parsing/delimited_parsing.ocamlobjinfo
prep/universes/f8fb9b1c882773eda2cb7fc77821efb0/delimited_parsing/v0.10.0/lib/delimited_parsing/META
prep/universes/f8fb9b1c882773eda2cb7fc77821efb0/delimited_parsing/v0.10.0/lib/delimited_parsing/delimited_parsing.cmi
prep/universes/f8fb9b1c882773eda2cb7fc77821efb0/delimited_parsing/v0.10.0/lib/delimited_parsing/delimited_parsing.cmt
prep/universes/f8fb9b1c882773eda2cb7fc77821efb0/delimited_parsing/v0.10.0/lib/delimited_parsing/delimited_parsing__.cmi
prep/universes/f8fb9b1c882773eda2cb7fc77821efb0/delimited_parsing/v0.10.0/lib/delimited_parsing/delimited_parsing__.cmt
prep/universes/f8fb9b1c882773eda2cb7fc77821efb0/delimited_parsing/v0.10.0/lib/delimited_parsing/delimited_parsing__Character_separated_without_quoting.cmi
prep/universes/f8fb9b1c882773eda2cb7fc77821efb0/delimited_parsing/v0.10.0/lib/delimited_parsing/delimited_parsing__Character_separated_without_quoting.cmt
prep/universes/f8fb9b1c882773eda2cb7fc77821efb0/delimited_parsing/v0.10.0/lib/delimited_parsing/delimited_parsing__Character_separated_without_quoting.cmti
prep/universes/f8fb9b1c882773eda2cb7fc77821efb0/delimited_parsing/v0.10.0/lib/delimited_parsing/delimited_parsing__Character_separated_without_quoting_intf.cmi
prep/universes/f8fb9b1c882773eda2cb7fc77821efb0/delimited_parsing/v0.10.0/lib/delimited_parsing/delimited_parsing__Character_separated_without_quoting_intf.cmt
prep/universes/f8fb9b1c882773eda2cb7fc77821efb0/delimited_parsing/v0.10.0/lib/delimited_parsing/delimited_parsing__Csv.cmi
prep/universes/f8fb9b1c882773eda2cb7fc77821efb0/delimited_parsing/v0.10.0/lib/delimited_parsing/delimited_parsing__Csv.cmt
prep/universes/f8fb9b1c882773eda2cb7fc77821efb0/delimited_parsing/v0.10.0/lib/delimited_parsing/delimited_parsing__Csv.cmti
prep/universes/f8fb9b1c882773eda2cb7fc77821efb0/delimited_parsing/v0.10.0/lib/delimited_parsing/delimited_parsing__Deprecated.cmi
prep/universes/f8fb9b1c882773eda2cb7fc77821efb0/delimited_parsing/v0.10.0/lib/delimited_parsing/delimited_parsing__Deprecated.cmt
prep/universes/f8fb9b1c882773eda2cb7fc77821efb0/delimited_parsing/v0.10.0/lib/delimited_parsing/delimited_parsing__Deprecated.cmti
prep/universes/f8fb9b1c882773eda2cb7fc77821efb0/delimited_parsing/v0.10.0/lib/delimited_parsing/delimited_parsing__Deprecated_csv.cmi
prep/universes/f8fb9b1c882773eda2cb7fc77821efb0/delimited_parsing/v0.10.0/lib/delimited_parsing/delimited_parsing__Deprecated_csv.cmt
prep/universes/f8fb9b1c882773eda2cb7fc77821efb0/delimited_parsing/v0.10.0/lib/delimited_parsing/delimited_parsing__Deprecated_csv.cmti
prep/universes/f8fb9b1c882773eda2cb7fc77821efb0/delimited_parsing/v0.10.0/lib/delimited_parsing/delimited_parsing__Deprecated_csv_intf.cmi
prep/universes/f8fb9b1c882773eda2cb7fc77821efb0/delimited_parsing/v0.10.0/lib/delimited_parsing/delimited_parsing__Deprecated_csv_intf.cmt
prep/universes/f8fb9b1c882773eda2cb7fc77821efb0/delimited_parsing/v0.10.0/lib/delimited_parsing/delimited_parsing__Deprecated_intf.cmi
prep/universes/f8fb9b1c882773eda2cb7fc77821efb0/delimited_parsing/v0.10.0/lib/delimited_parsing/delimited_parsing__Deprecated_intf.cmt
prep/universes/f8fb9b1c882773eda2cb7fc77821efb0/delimited_parsing/v0.10.0/lib/delimited_parsing/delimited_parsing__Header.cmi
prep/universes/f8fb9b1c882773eda2cb7fc77821efb0/delimited_parsing/v0.10.0/lib/delimited_parsing/delimited_parsing__Header.cmt
prep/universes/f8fb9b1c882773eda2cb7fc77821efb0/delimited_parsing/v0.10.0/lib/delimited_parsing/delimited_parsing__Positional.cmi
prep/universes/f8fb9b1c882773eda2cb7fc77821efb0/delimited_parsing/v0.10.0/lib/delimited_parsing/delimited_parsing__Positional.cmt
prep/universes/f8fb9b1c882773eda2cb7fc77821efb0/delimited_parsing/v0.10.0/lib/delimited_parsing/delimited_parsing__Positional.cmti
prep/universes/f8fb9b1c882773eda2cb7fc77821efb0/delimited_parsing/v0.10.0/lib/delimited_parsing/delimited_parsing__Positional_intf.cmi
prep/universes/f8fb9b1c882773eda2cb7fc77821efb0/delimited_parsing/v0.10.0/lib/delimited_parsing/delimited_parsing__Positional_intf.cmt
prep/universes/f8fb9b1c882773eda2cb7fc77821efb0/delimited_parsing/v0.10.0/lib/delimited_parsing/delimited_parsing__Replace_deprecated_csv.cmi
prep/universes/f8fb9b1c882773eda2cb7fc77821efb0/delimited_parsing/v0.10.0/lib/delimited_parsing/delimited_parsing__Replace_deprecated_csv.cmt
prep/universes/f8fb9b1c882773eda2cb7fc77821efb0/delimited_parsing/v0.10.0/lib/delimited_parsing/delimited_parsing__Replace_deprecated_csv.cmti
prep/universes/f8fb9b1c882773eda2cb7fc77821efb0/delimited_parsing/v0.10.0/lib/delimited_parsing/delimited_parsing__Row.cmi
prep/universes/f8fb9b1c882773eda2cb7fc77821efb0/delimited_parsing/v0.10.0/lib/delimited_parsing/delimited_parsing__Row.cmt
prep/universes/f8fb9b1c882773eda2cb7fc77821efb0/delimited_parsing/v0.10.0/lib/delimited_parsing/delimited_parsing__Row.cmti
prep/universes/f8fb9b1c882773eda2cb7fc77821efb0/delimited_parsing/v0.10.0/lib/delimited_parsing/delimited_parsing__Row_intf.cmi
prep/universes/f8fb9b1c882773eda2cb7fc77821efb0/delimited_parsing/v0.10.0/lib/delimited_parsing/delimited_parsing__Row_intf.cmt
prep/universes/f8fb9b1c882773eda2cb7fc77821efb0/delimited_parsing/v0.10.0/lib/delimited_parsing/delimited_parsing__Shared.cmi
prep/universes/f8fb9b1c882773eda2cb7fc77821efb0/delimited_parsing/v0.10.0/lib/delimited_parsing/delimited_parsing__Shared.cmt
prep/universes/f8fb9b1c882773eda2cb7fc77821efb0/delimited_parsing/v0.10.0/lib/delimited_parsing/delimited_parsing__Shared.cmti
prep/universes/f8fb9b1c882773eda2cb7fc77821efb0/delimited_parsing/v0.10.0/lib/delimited_parsing/dune-package
prep/universes/f8fb9b1c882773eda2cb7fc77821efb0/delimited_parsing/v0.10.0/opam
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/doc/
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/doc/async_extended/
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/doc/async_extended/CHANGES.md
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/doc/async_extended/LICENSE.txt
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended.ocamlobjinfo
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/META
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended.cmi
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended.cmt
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Any_error.cmi
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Any_error.cmt
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Any_error.cmti
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Async_cbreak.cmi
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Async_cbreak.cmt
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Async_cbreak.cmti
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Async_color_print.cmi
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Async_color_print.cmt
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Async_color_print.cmti
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Async_heap.cmi
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Async_heap.cmt
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Async_heap.cmti
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Async_mutex.cmi
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Async_mutex.cmt
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Async_mutex.cmti
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Coalesced_throttle.cmi
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Coalesced_throttle.cmt
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Coalesced_throttle.cmti
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Cpu_load.cmi
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Cpu_load.cmt
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Cpu_load.cmti
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Csv.cmi
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Csv.cmt
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Deferred_cache.cmi
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Deferred_cache.cmt
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Deferred_cache.cmti
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Deferred_list.cmi
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Deferred_list.cmt
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Deferred_list.cmti
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Delimited.cmi
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Delimited.cmt
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Embedded_script.cmi
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Embedded_script.cmt
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Embedded_script.cmti
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Enforcer.cmi
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Enforcer.cmt
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Enforcer.cmti
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Extended_log.cmi
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Extended_log.cmt
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Extended_log.cmti
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Fd_leak_check.cmi
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Fd_leak_check.cmt
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Fd_leak_check.cmti
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__File_updates.cmi
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__File_updates.cmt
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__File_updates.cmti
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Find.cmi
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Find.cmt
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Generator.cmi
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Generator.cmt
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Generator.cmti
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Inotify.cmi
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Inotify.cmt
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Interactive_edit.cmi
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Interactive_edit.cmt
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Interactive_edit.cmti
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Keyed_sequencer.cmi
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Keyed_sequencer.cmt
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Keyed_sequencer.cmti
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Ltl.cmi
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Ltl.cmt
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Ltl.cmti
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Mailbox.cmi
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Mailbox.cmt
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Mailbox.cmti
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Pipe_iterator.cmi
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Pipe_iterator.cmt
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Pipe_iterator.cmti
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Pipe_zipper.cmi
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Pipe_zipper.cmt
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Pipe_zipper.cmti
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Priority_queue.cmi
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Priority_queue.cmt
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Priority_queue.cmti
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Process.cmi
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Process.cmt
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Process.cmti
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Reader_ext.cmi
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Reader_ext.cmt
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Reader_ext.cmti
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Ref.cmi
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Ref.cmt
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Ref.cmti
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Resource.cmi
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Resource.cmt
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Resource.cmti
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Rpc_proxy.cmi
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Rpc_proxy.cmt
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Rpc_proxy.cmti
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Run_in_fork.cmi
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Run_in_fork.cmt
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Run_in_fork.cmti
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Semaphore.cmi
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Semaphore.cmt
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Semaphore.cmti
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Shell.cmi
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Shell.cmt
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Signal.cmi
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Signal.cmt
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Signal.cmti
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Simple_tcp_proxy.cmi
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Simple_tcp_proxy.cmt
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Simple_tcp_proxy.cmti
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Sound.cmi
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Sound.cmt
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Sound.cmti
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Std.cmi
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Std.cmt
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Synccast.cmi
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Synccast.cmt
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Synccast.cmti
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Udp.cmi
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Udp.cmt
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Udp.cmti
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Validate_command.cmi
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Validate_command.cmt
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Validate_command.cmti
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Watcher.cmi
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Watcher.cmt
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/async_extended__Watcher.cmti
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/lib/async_extended/dune-package
prep/universes/ef12c37e34582f667b2bf13df2fb42c7/async_extended/v0.10.0/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:async_interactive.v0.10.0-55b1386f61de57a03b5bf5fa26749c34:b2ccb35481d4a0adba3a1e9d1c418b93062eb35cc08b2ce1608182caf94a7f05
HASHES:async_shell.v0.10.0-c0ab46fb7a8b9ee1383dfb74899d0836:8515b7d8c996080b5baf3fea9c00286ea768dc84c648a59ab5f692668b9b3a5a
HASHES:delimited_parsing.v0.10.0-f8fb9b1c882773eda2cb7fc77821efb0:07bbe27ff04beee9775620d371ad00f24903bd71252e06b9aae00bb1862da8d4
HASHES:async_extended.v0.10.0-ef12c37e34582f667b2bf13df2fb42c7:2943a59d6327e27354e24487badba3f32abebfbb0598173fc26ce1c3f564ed2f
2024-01-29 18:22.55 ---> saved as "306585fffab9897263592165adb87f20f6a3f31fe489b4b7a28ea13968ddc2d5"
Job succeeded
2024-01-29 18:28.24: async_extended.v0.10.0-ef12c37e34582f667b2bf13df2fb42c7 -> 2943a59d6327e27354e24487badba3f32abebfbb0598173fc26ce1c3f564ed2f
2024-01-29 18:28.24: delimited_parsing.v0.10.0-f8fb9b1c882773eda2cb7fc77821efb0 -> 07bbe27ff04beee9775620d371ad00f24903bd71252e06b9aae00bb1862da8d4
2024-01-29 18:28.24: async_shell.v0.10.0-c0ab46fb7a8b9ee1383dfb74899d0836 -> 8515b7d8c996080b5baf3fea9c00286ea768dc84c648a59ab5f692668b9b3a5a
2024-01-29 18:28.24: async_interactive.v0.10.0-55b1386f61de57a03b5bf5fa26749c34 -> b2ccb35481d4a0adba3a1e9d1c418b93062eb35cc08b2ce1608182caf94a7f05
2024-01-29 18:28.24: Job succeeded