Build:
  1. 0
2024-01-29 15:19.01: New job: Voodoo prep cfstream.1.1.1; 577adedd7616137cbf392d0449ca6cb1
2024-01-29 15:19.01: Waiting for resource in pool OCluster
2024-01-29 18:29.47: Waiting for worker…
2024-01-29 18:31.23: Got resource from pool OCluster
2024-01-29 18:31.23: Using cache hint "docs-universe-prep-4.05.0"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-4.05@sha256:207166ddb5eb4fca496547a9dcf2a06d4f201e6684bb97f51d9e193a3369cb85)
         (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.05@sha256:207166ddb5eb4fca496547a9dcf2a06d4f201e6684bb97f51d9e193a3369cb85)
 (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 cfstream.1.1.1 variantslib.v0.10.0 typerep.v0.10.0 stdio.v0.10.0 spawn.v0.10.1 sexplib.v0.10.0 seq.0.2.2 result.1.5 re.1.8.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 omake.0.10.6 octavius.1.2.2 ocamlfind.1.9.6 ocaml-migrate-parsetree.1.8.0 ocaml-compiler-libs.v0.10.0 num.0 jbuilder.transition jane-street-headers.v0.10.0 fieldslib.v0.10.0 dune.1.11.4 core_kernel.v0.10.0 core.v0.10.0 configurator.v0.10.0 bin_prot.v0.10.0 base-num.base base.v0.10.0 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u cfstream:577adedd7616137cbf392d0449ca6cb1,spawn:683e60290b3cfc48e1ec1c6ac9586a92,core:d49cc044a6e46883638e8b8083952afb"))
 (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.040672') && (for DATA in prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0,core.v0.10.0-d49cc044a6e46883638e8b8083952afb,core.v0.10.0 prep/universes/683e60290b3cfc48e1ec1c6ac9586a92/spawn/v0.10.1,spawn.v0.10.1-683e60290b3cfc48e1ec1c6ac9586a92,spawn.v0.10.1 prep/universes/577adedd7616137cbf392d0449ca6cb1/cfstream/1.1.1,cfstream.1.1.1-577adedd7616137cbf392d0449ca6cb1,cfstream.1.1.1; 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/d49cc044a6e46883638e8b8083952afb/core/v0.10.0,core.v0.10.0-d49cc044a6e46883638e8b8083952afb,core.v0.10.0 prep/universes/683e60290b3cfc48e1ec1c6ac9586a92/spawn/v0.10.1,spawn.v0.10.1-683e60290b3cfc48e1ec1c6ac9586a92,spawn.v0.10.1 prep/universes/577adedd7616137cbf392d0449ca6cb1/cfstream/1.1.1,cfstream.1.1.1-577adedd7616137cbf392d0449ca6cb1,cfstream.1.1.1; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0,core.v0.10.0-d49cc044a6e46883638e8b8083952afb,core.v0.10.0 prep/universes/683e60290b3cfc48e1ec1c6ac9586a92/spawn/v0.10.1,spawn.v0.10.1-683e60290b3cfc48e1ec1c6ac9586a92,spawn.v0.10.1 prep/universes/577adedd7616137cbf392d0449ca6cb1/cfstream/1.1.1,cfstream.1.1.1-577adedd7616137cbf392d0449ca6cb1,cfstream.1.1.1; 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 a7b9976126e428d5e18faf82c698de3b089b65ef --local-file prep.spec \
--pool linux-x86_64 --connect ocluster-submission.cap --cache-hint docs-universe-prep-4.05.0 \
--secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config

2024-01-29 18:31.23: RETRYING: 2024-01-29/151901-voodoo-prep-ed6c22 Number of retries: 0 (retriable error condition)
Building on clete.caelum.ci.dev
All commits already cached
Updating files:  57% (18792/32623)
Updating files:  58% (18922/32623)
Updating files:  59% (19248/32623)
Updating files:  60% (19574/32623)
Updating files:  61% (19901/32623)
Updating files:  62% (20227/32623)
Updating files:  63% (20553/32623)
Updating files:  64% (20879/32623)
Updating files:  65% (21205/32623)
Updating files:  66% (21532/32623)
Updating files:  67% (21858/32623)
Updating files:  68% (22184/32623)
Updating files:  69% (22510/32623)
Updating files:  70% (22837/32623)
Updating files:  71% (23163/32623)
Updating files:  72% (23489/32623)
Updating files:  73% (23815/32623)
Updating files:  74% (24142/32623)
Updating files:  75% (24468/32623)
Updating files:  76% (24794/32623)
Updating files:  77% (25120/32623)
Updating files:  78% (25446/32623)
Updating files:  79% (25773/32623)
Updating files:  80% (26099/32623)
Updating files:  81% (26425/32623)
Updating files:  82% (26751/32623)
Updating files:  83% (27078/32623)
Updating files:  84% (27404/32623)
Updating files:  85% (27730/32623)
Updating files:  86% (28056/32623)
Updating files:  87% (28383/32623)
Updating files:  88% (28709/32623)
Updating files:  89% (29035/32623)
Updating files:  90% (29361/32623)
Updating files:  91% (29687/32623)
Updating files:  92% (30014/32623)
Updating files:  93% (30340/32623)
Updating files:  94% (30666/32623)
Updating files:  95% (30992/32623)
Updating files:  96% (31319/32623)
Updating files:  97% (31645/32623)
Updating files:  98% (31971/32623)
Updating files:  99% (32297/32623)
Updating files: 100% (32623/32623)
Updating files: 100% (32623/32623), done.
HEAD is now at a7b9976126 OMP deprecation: Add link to OCaml Changelog entry

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-4.05@sha256:207166ddb5eb4fca496547a9dcf2a06d4f201e6684bb97f51d9e193a3369cb85)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.05@sha256:207166ddb5eb4fca496547a9dcf2a06d4f201e6684bb97f51d9e193a3369cb85' locally
docker.io/ocaml/opam@sha256:207166ddb5eb4fca496547a9dcf2a06d4f201e6684bb97f51d9e193a3369cb85: Pulling from ocaml/opam
dbd5af0f204b: Pulling fs layer
dbd5af0f204b: Verifying Checksum
dbd5af0f204b: Download complete
dbd5af0f204b: Pull complete
Digest: sha256:207166ddb5eb4fca496547a9dcf2a06d4f201e6684bb97f51d9e193a3369cb85
Status: Downloaded newer image for ocaml/opam@sha256:207166ddb5eb4fca496547a9dcf2a06d4f201e6684bb97f51d9e193a3369cb85
2024-01-29 18:26.14 ---> using "b1e21d37cd49b6148620a316f1dc69cb8535bfcbe1ed382a11dd76411eef0ac6" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-01-29 18:26.14 ---> using "d6776737340caeb1cd54e01a0e8d80dcb50ea93a08aea20da4dc65c61981f591" 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 (661 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 (3685 kB/s)
Selecting previously unselected package libpkgconf3:amd64.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18743 files and directories currently installed.)
Preparing to unpack .../libpkgconf3_1.8.1-1_amd64.deb ...
Unpacking libpkgconf3:amd64 (1.8.1-1) ...
Selecting previously unselected package m4.
Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ...
Unpacking m4 (1.4.19-3) ...
Selecting previously unselected package pkgconf-bin.
Preparing to unpack .../pkgconf-bin_1.8.1-1_amd64.deb ...
Unpacking pkgconf-bin (1.8.1-1) ...
Selecting previously unselected package pkgconf:amd64.
Preparing to unpack .../pkgconf_1.8.1-1_amd64.deb ...
Unpacking pkgconf:amd64 (1.8.1-1) ...
Selecting previously unselected package pkg-config:amd64.
Preparing to unpack .../pkg-config_1.8.1-1_amd64.deb ...
Unpacking pkg-config:amd64 (1.8.1-1) ...
Setting up m4 (1.4.19-3) ...
Setting up libpkgconf3:amd64 (1.8.1-1) ...
Setting up pkgconf-bin (1.8.1-1) ...
Setting up pkgconf:amd64 (1.8.1-1) ...
Setting up pkg-config:amd64 (1.8.1-1) ...
Processing triggers for libc-bin (2.36-9+deb12u3) ...
2024-01-29 18:26.14 ---> using "49b3b286b358d7259d401e37eb99aa4c941901605954f155ad62f727d8f7c7f8" 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 ocamlfind-secondary.1.9.6
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed dune.3.13.0
-> installed result.1.5
-> installed seq.0.3.1
-> installed stdlib-shims.0.3.0
-> installed opam-file-format.2.1.6
-> installed rresult.0.6.0
-> installed cppo.1.6.9
-> 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:26.14 ---> using "eeb612487fd8dcd7dea2991932fe507ef16bd9a1345d4af6c7c19ccb634d66b8" from cache

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

(from ocaml/opam:debian-12-ocaml-4.05@sha256:207166ddb5eb4fca496547a9dcf2a06d4f201e6684bb97f51d9e193a3369cb85)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.05@sha256:207166ddb5eb4fca496547a9dcf2a06d4f201e6684bb97f51d9e193a3369cb85' locally
docker.io/ocaml/opam@sha256:207166ddb5eb4fca496547a9dcf2a06d4f201e6684bb97f51d9e193a3369cb85: Pulling from ocaml/opam
dbd5af0f204b: Pulling fs layer
dbd5af0f204b: Verifying Checksum
dbd5af0f204b: Download complete
dbd5af0f204b: Pull complete
Digest: sha256:207166ddb5eb4fca496547a9dcf2a06d4f201e6684bb97f51d9e193a3369cb85
Status: Downloaded newer image for ocaml/opam@sha256:207166ddb5eb4fca496547a9dcf2a06d4f201e6684bb97f51d9e193a3369cb85
2024-01-29 18:26.14 ---> using "b1e21d37cd49b6148620a316f1dc69cb8535bfcbe1ed382a11dd76411eef0ac6" from cache

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

/: (workdir /home/opam)

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

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

/home/opam: (copy (src packages) (dst /src/packages))
2024-01-29 18:26.24 ---> saved as "b00277fc4c429bd6ebba0f08f19878899319e75a52e094dd934392802ab6d3fd"

/home/opam: (copy (src repo) (dst /src/repo))
2024-01-29 18:26.24 ---> saved as "4873cb27374520e3f8f1eab988db79db2dac4c3117320391be13d2d1516fc75c"

/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.

Continue? [Y/n] y
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.

Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-01-29 18:27.39 ---> saved as "dfd74b66c0ccf3da4688c29c7c4d0e7f454d2bcbdd8aee30fc567a7f6fc84390"

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

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-01-29 18:28.02 ---> saved as "d6359d86a88b5d4d2eb15a24fe8335952c25e77e47076636143a0864666cdcd3"

/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:28.55 ---> saved as "8a0a5d04aa833767188421ce44331b65be9ffdc52c3af31d3e0f6206ddc7c080"

/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 cfstream.1.1.1 variantslib.v0.10.0 typerep.v0.10.0 stdio.v0.10.0 spawn.v0.10.1 sexplib.v0.10.0 seq.0.2.2 result.1.5 re.1.8.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 omake.0.10.6 octavius.1.2.2 ocamlfind.1.9.6 ocaml-migrate-parsetree.1.8.0 ocaml-compiler-libs.v0.10.0 num.0 jbuilder.transition jane-street-headers.v0.10.0 fieldslib.v0.10.0 dune.1.11.4 core_kernel.v0.10.0 core.v0.10.0 configurator.v0.10.0 bin_prot.v0.10.0 base-num.base base.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 (662 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 cfstream.1.1.1 variantslib.v0.10.0 typerep.v0.10.0 stdio.v0.10.0 spawn.v0.10.1 sexplib.v0.10.0 seq.0.2.2 result.1.5 re.1.8.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 omake.0.10.6 octavius.1.2.2 ocamlfind.1.9.6 ocaml-migrate-parsetree.1.8.0 ocaml-compiler-libs.v0.10.0 num.0 jbuilder.transition jane-street-headers.v0.10.0 fieldslib.v0.10.0 dune.1.11.4 core_kernel.v0.10.0 core.v0.10.0 configurator.v0.10.0 bin_prot.v0.10.0 base-num.base base.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 ppx_derivers            1.2.1
  - install seq                     0.2.2
  - install omake                   0.10.6
  - install jbuilder                transition
  - install octavius                1.2.2
  - install result                  1.5
  - install base-num                base
  - install spawn                   v0.10.1
  - 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 num                     0
  - install ppx_ast                 v0.10.0
  - install sexplib                 v0.10.0
  - install base                    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 ppx_jane                v0.10.0
  - install core_kernel             v0.10.0
  - install core                    v0.10.0
  - install cfstream                1.1.1
===== 55 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/165:
Processing  2/165:
Processing  3/165:
Processing  4/165: [cfstream.1.1.1: http]
Processing  5/165: [cfstream.1.1.1: http]
-> installed base-num.base
Processing  6/165: [cfstream.1.1.1: http]
-> retrieved base.v0.10.0  (cached)
Processing  7/165: [cfstream.1.1.1: http]
-> retrieved bin_prot.v0.10.0  (cached)
Processing  8/165: [cfstream.1.1.1: http] [core.v0.10.0: http]
Processing  8/165: [core.v0.10.0: http]
-> retrieved configurator.v0.10.0  (cached)
Processing  9/165: [core.v0.10.0: http]
-> retrieved cfstream.1.1.1  (https://github.com/biocaml/cfstream/archive/1.1.1.tar.gz)
Processing 10/165: [core.v0.10.0: http]
-> retrieved fieldslib.v0.10.0  (cached)
Processing 11/165: [core.v0.10.0: http]
-> retrieved jane-street-headers.v0.10.0  (cached)
Processing 12/165: [core.v0.10.0: http]
Processing 13/165: [core.v0.10.0: http]
Processing 14/165: [core.v0.10.0: http]
Processing 15/165: [core.v0.10.0: http]
Processing 16/165: [core.v0.10.0: http]
-> installed jbuilder.transition
Processing 17/165: [core.v0.10.0: http]
Processing 18/165: [core.v0.10.0: http] [jane-street-headers: jbuilder build]
-> installed num.0
Processing 19/165: [core.v0.10.0: http] [jane-street-headers: jbuilder build]
-> retrieved core_kernel.v0.10.0  (cached)
Processing 20/165: [core.v0.10.0: http] [jane-street-headers: jbuilder build]
-> retrieved ocaml-compiler-libs.v0.10.0  (cached)
Processing 21/165: [core.v0.10.0: http] [jane-street-headers: jbuilder build]
Processing 22/165: [core.v0.10.0: http] [jane-street-headers: jbuilder build] [ocaml-compiler-libs: jbuilder build]
-> retrieved octavius.1.2.2  (cached)
Processing 23/165: [core.v0.10.0: http] [jane-street-headers: jbuilder build] [ocaml-compiler-libs: jbuilder build]
Processing 24/165: [core.v0.10.0: http] [jane-street-headers: jbuilder build] [ocaml-compiler-libs: jbuilder build] [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 24/165: [core.v0.10.0: http] [ocaml-compiler-libs: jbuilder build] [octavius: dune build]
-> installed jane-street-headers.v0.10.0
Processing 25/165: [core.v0.10.0: http] [ocaml-compiler-libs: jbuilder build] [octavius: dune build]
-> retrieved omake.0.10.6  (cached)
Processing 26/165: [core.v0.10.0: http] [ocaml-compiler-libs: jbuilder build] [octavius: dune build]
Processing 27/165: [core.v0.10.0: http] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [omake: ./configure]
-> retrieved ocaml-migrate-parsetree.1.8.0  (cached)
Processing 28/165: [core.v0.10.0: http] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [omake: ./configure]
-> retrieved ppx_assert.v0.10.0  (cached)
Processing 29/165: [core.v0.10.0: http] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [omake: ./configure]
-> retrieved ppx_ast.v0.10.0  (cached)
Processing 30/165: [core.v0.10.0: http] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [omake: ./configure]
-> retrieved ppx_base.v0.10.0  (cached)
Processing 31/165: [core.v0.10.0: http] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [omake: ./configure]
-> retrieved ppx_bench.v0.10.0  (cached)
Processing 32/165: [core.v0.10.0: http] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [omake: ./configure]
-> retrieved ppx_bin_prot.v0.10.0  (cached)
Processing 33/165: [core.v0.10.0: http] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [omake: ./configure]
-> retrieved ppx_compare.v0.10.0  (cached)
Processing 34/165: [core.v0.10.0: http] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [omake: ./configure]
-> retrieved ppx_core.v0.10.0  (cached)
Processing 35/165: [core.v0.10.0: http] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [omake: ./configure]
-> retrieved ppx_custom_printf.v0.10.0  (cached)
Processing 36/165: [core.v0.10.0: http] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [omake: ./configure]
-> retrieved ppx_derivers.1.2.1  (cached)
Processing 37/165: [core.v0.10.0: http] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [omake: ./configure]
Processing 38/165: [core.v0.10.0: http] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [omake: ./configure] [ppx_derivers: dune build]
-> retrieved ppx_driver.v0.10.4  (cached)
Processing 39/165: [core.v0.10.0: http] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [omake: ./configure] [ppx_derivers: dune build]
-> retrieved ppx_enumerate.v0.10.0  (cached)
Processing 40/165: [core.v0.10.0: http] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [omake: ./configure] [ppx_derivers: dune build]
-> retrieved ppx_expect.v0.10.1  (cached)
Processing 41/165: [core.v0.10.0: http] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [omake: ./configure] [ppx_derivers: dune build]
- Wrote .preconfig
Processing 41/165: [core.v0.10.0: http] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [omake: make] [ppx_derivers: dune build]
-> retrieved ppx_fail.v0.10.0  (cached)
Processing 42/165: [core.v0.10.0: http] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [omake: make] [ppx_derivers: dune build]
-> retrieved ppx_fields_conv.v0.10.0  (cached)
Processing 43/165: [core.v0.10.0: http] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [omake: make] [ppx_derivers: dune build]
-> retrieved ppx_hash.v0.10.0  (cached)
Processing 44/165: [core.v0.10.0: http] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [omake: make] [ppx_derivers: dune build]
-> retrieved ppx_here.v0.10.0  (cached)
Processing 45/165: [core.v0.10.0: http] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [omake: make] [ppx_derivers: dune build]
-> retrieved ppx_inline_test.v0.10.1  (cached)
Processing 46/165: [core.v0.10.0: http] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [omake: make] [ppx_derivers: dune build]
-> retrieved ppx_jane.v0.10.0  (cached)
Processing 47/165: [core.v0.10.0: http] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [omake: make] [ppx_derivers: dune build]
-> retrieved ppx_js_style.v0.10.0  (cached)
Processing 48/165: [core.v0.10.0: http] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [omake: make] [ppx_derivers: dune build]
-> retrieved ppx_let.v0.10.0  (cached)
Processing 49/165: [core.v0.10.0: http] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [omake: make] [ppx_derivers: dune build]
-> retrieved ppx_metaquot.v0.10.0  (cached)
Processing 50/165: [core.v0.10.0: http] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [omake: make] [ppx_derivers: dune build]
-> retrieved ppx_optcomp.v0.10.0  (cached)
Processing 51/165: [core.v0.10.0: http] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [omake: make] [ppx_derivers: dune build]
-> retrieved ppx_optional.v0.10.0  (cached)
Processing 52/165: [core.v0.10.0: http] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [omake: make] [ppx_derivers: dune build]
-> retrieved ppx_pipebang.v0.10.0  (cached)
Processing 53/165: [core.v0.10.0: http] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [omake: make] [ppx_derivers: dune build]
-> retrieved ppx_sexp_conv.v0.10.0  (cached)
Processing 54/165: [core.v0.10.0: http] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [omake: make] [ppx_derivers: dune build]
-> retrieved ppx_sexp_message.v0.10.0  (cached)
Processing 55/165: [core.v0.10.0: http] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [omake: make] [ppx_derivers: dune build]
-> retrieved ppx_sexp_value.v0.10.0  (cached)
Processing 56/165: [core.v0.10.0: http] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [omake: make] [ppx_derivers: dune build]
-> retrieved ppx_traverse.v0.10.0  (cached)
Processing 57/165: [core.v0.10.0: http] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [omake: make] [ppx_derivers: dune build]
-> retrieved ppx_traverse_builtins.v0.10.0  (cached)
Processing 58/165: [core.v0.10.0: http] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [omake: make] [ppx_derivers: dune build]
Processing 59/165: [core.v0.10.0: http] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [omake: make] [ppx_derivers: dune build] [ppx_traverse_builtins: jbuilder build]
-> retrieved ppx_type_conv.v0.10.0  (cached)
Processing 60/165: [core.v0.10.0: http] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [omake: make] [ppx_derivers: dune build] [ppx_traverse_builtins: jbuilder build]
-> retrieved ppx_typerep_conv.v0.10.0  (cached)
Processing 61/165: [core.v0.10.0: http] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [omake: make] [ppx_derivers: dune build] [ppx_traverse_builtins: jbuilder build]
-> retrieved ppx_variants_conv.v0.10.0  (cached)
Processing 62/165: [core.v0.10.0: http] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [omake: make] [ppx_derivers: dune build] [ppx_traverse_builtins: jbuilder build]
-> retrieved result.1.5  (cached)
Processing 63/165: [core.v0.10.0: http] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [omake: make] [ppx_derivers: dune build] [ppx_traverse_builtins: jbuilder build]
Processing 64/165: [core.v0.10.0: http] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [omake: make] [ppx_derivers: dune build] [ppx_traverse_builtins: jbuilder build] [result: dune build]
-> retrieved re.1.8.0  (cached)
Processing 65/165: [core.v0.10.0: http] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [omake: make] [ppx_derivers: dune build] [ppx_traverse_builtins: jbuilder build] [result: dune build]
-> retrieved seq.0.2.2  (cached)
Processing 66/165: [core.v0.10.0: http] [spawn.v0.10.1: http] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [omake: make] [ppx_derivers: dune build] [ppx_traverse_builtins: jbuilder build] [result: dune build]
Processing 67/165: [core.v0.10.0: http] [spawn.v0.10.1: http] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [omake: make] [ppx_derivers: dune build] [ppx_traverse_builtins: jbuilder build] [result: dune build] [seq: dune build]
-> retrieved sexplib.v0.10.0  (cached)
Processing 68/165: [core.v0.10.0: http] [spawn.v0.10.1: http] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [omake: make] [ppx_derivers: dune build] [ppx_traverse_builtins: jbuilder build] [result: dune build] [seq: dune build]
Processing 69/165: [core.v0.10.0: http] [spawn.v0.10.1: http] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [omake: make] [ppx_derivers: dune build] [ppx_traverse_builtins: jbuilder build] [result: dune build] [seq: dune build] [sexplib: jbuilder build]
-> compiled  ppx_derivers.1.2.1
Processing 69/165: [core.v0.10.0: http] [spawn.v0.10.1: http] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [omake: make] [ppx_traverse_builtins: jbuilder build] [result: dune build] [seq: dune build] [sexplib: jbuilder build]
-> installed ppx_derivers.1.2.1
Processing 70/165: [core.v0.10.0: http] [spawn.v0.10.1: http] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [omake: make] [ppx_traverse_builtins: jbuilder build] [result: dune build] [seq: dune build] [sexplib: jbuilder build]
-> retrieved stdio.v0.10.0  (cached)
Processing 71/165: [core.v0.10.0: http] [spawn.v0.10.1: http] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [omake: make] [ppx_traverse_builtins: jbuilder build] [result: dune build] [seq: dune build] [sexplib: jbuilder build]
-> retrieved typerep.v0.10.0  (cached)
Processing 72/165: [core.v0.10.0: http] [spawn.v0.10.1: http] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [omake: make] [ppx_traverse_builtins: jbuilder build] [result: dune build] [seq: dune build] [sexplib: jbuilder build]
-> retrieved variantslib.v0.10.0  (cached)
Processing 72/165: [spawn.v0.10.1: http] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [omake: make] [ppx_traverse_builtins: jbuilder build] [result: dune build] [seq: dune build] [sexplib: jbuilder build]
-> retrieved core.v0.10.0  (https://ocaml.janestreet.com/ocaml-core/v0.10/files/core-v0.10.0.tar.gz)
-> compiled  result.1.5
Processing 72/165: [spawn.v0.10.1: http] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [omake: make] [ppx_traverse_builtins: jbuilder build] [seq: dune build] [sexplib: jbuilder build]
-> installed result.1.5
Processing 73/165: [spawn.v0.10.1: http] [ocaml-compiler-libs: jbuilder build] [octavius: dune build] [omake: make] [ppx_traverse_builtins: jbuilder build] [seq: dune build] [sexplib: jbuilder build]
Processing 74/165: [spawn.v0.10.1: http] [ocaml-compiler-libs: jbuilder build] [ocaml-migrate-parsetree: dune build] [octavius: dune build] [omake: make] [ppx_traverse_builtins: jbuilder build] [seq: dune build] [sexplib: 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 74/165: [spawn.v0.10.1: http] [ocaml-compiler-libs: jbuilder build] [ocaml-migrate-parsetree: dune build] [octavius: dune build] [omake: make] [seq: dune build] [sexplib: jbuilder build]
-> installed ppx_traverse_builtins.v0.10.0
Processing 75/165: [spawn.v0.10.1: http] [ocaml-compiler-libs: jbuilder build] [ocaml-migrate-parsetree: dune build] [octavius: dune build] [omake: make] [seq: dune build] [sexplib: 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 75/165: [spawn.v0.10.1: http] [ocaml-migrate-parsetree: dune build] [octavius: dune build] [omake: make] [seq: dune build] [sexplib: jbuilder build]
-> installed ocaml-compiler-libs.v0.10.0
Processing 76/165: [spawn.v0.10.1: http] [ocaml-migrate-parsetree: dune build] [octavius: dune build] [omake: make] [seq: dune build] [sexplib: jbuilder build]
-> compiled  seq.0.2.2
Processing 76/165: [spawn.v0.10.1: http] [ocaml-migrate-parsetree: dune build] [octavius: dune build] [omake: make] [sexplib: jbuilder build]
-> installed seq.0.2.2
Processing 77/165: [spawn.v0.10.1: http] [ocaml-migrate-parsetree: dune build] [octavius: dune build] [omake: make] [sexplib: jbuilder build]
Processing 78/165: [spawn.v0.10.1: http] [ocaml-migrate-parsetree: dune build] [octavius: dune build] [omake: make] [re: jbuilder build] [sexplib: jbuilder build]
-> compiled  octavius.1.2.2
Processing 78/165: [spawn.v0.10.1: http] [ocaml-migrate-parsetree: dune build] [omake: make] [re: jbuilder build] [sexplib: jbuilder build]
-> installed octavius.1.2.2
Processing 79/165: [spawn.v0.10.1: http] [ocaml-migrate-parsetree: dune build] [omake: make] [re: jbuilder build] [sexplib: jbuilder build]
Processing 79/165: [ocaml-migrate-parsetree: dune build] [omake: make] [re: jbuilder build] [sexplib: jbuilder build]
-> retrieved spawn.v0.10.1  (https://github.com/janestreet/spawn/archive/v0.10.1.tar.gz)
Processing 80/165: [ocaml-migrate-parsetree: dune build] [omake: make] [re: jbuilder build] [sexplib: 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 80/165: [ocaml-migrate-parsetree: dune build] [omake: make] [re: jbuilder build] [sexplib: jbuilder build]
-> installed spawn.v0.10.1
Processing 81/165: [ocaml-migrate-parsetree: dune build] [omake: make] [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 81/165: [ocaml-migrate-parsetree: dune build] [omake: make] [sexplib: jbuilder build]
-> installed re.1.8.0
Processing 82/165: [ocaml-migrate-parsetree: dune build] [omake: make] [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 82/165: [ocaml-migrate-parsetree: dune build] [omake: make]
-> installed sexplib.v0.10.0
Processing 83/165: [ocaml-migrate-parsetree: dune build] [omake: make]
Processing 84/165: [base: jbuilder build] [ocaml-migrate-parsetree: dune build] [omake: make]
-> compiled  ocaml-migrate-parsetree.1.8.0
Processing 84/165: [base: jbuilder build] [omake: make]
-> installed ocaml-migrate-parsetree.1.8.0
Processing 85/165: [base: jbuilder build] [omake: make]
Processing 86/165: [base: jbuilder build] [omake: make] [ppx_ast: jbuilder build]
- 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.
-> compiled  base.v0.10.0
Processing 86/165: [omake: make] [ppx_ast: jbuilder build]
-> installed base.v0.10.0
Processing 87/165: [omake: make] [ppx_ast: jbuilder build]
Processing 88/165: [omake: make] [ppx_ast: jbuilder build] [stdio: jbuilder build]
Processing 89/165: [omake: make] [ppx_ast: jbuilder build] [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 89/165: [omake: make] [ppx_ast: jbuilder build] [typerep: jbuilder build]
-> installed stdio.v0.10.0
Processing 90/165: [omake: make] [ppx_ast: jbuilder build] [typerep: jbuilder build]
Processing 91/165: [configurator: jbuilder build] [omake: make] [ppx_ast: 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 91/165: [configurator: jbuilder build] [omake: make] [ppx_ast: jbuilder build]
-> installed typerep.v0.10.0
Processing 92/165: [configurator: jbuilder build] [omake: make] [ppx_ast: 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 92/165: [omake: make] [ppx_ast: jbuilder build]
-> installed configurator.v0.10.0
Processing 93/165: [omake: make] [ppx_ast: 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 "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 93/165: [omake: make]
-> installed ppx_ast.v0.10.0
Processing 94/165: [omake: make]
Processing 95/165: [omake: make] [ppx_core: 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_core.v0.10.0
Processing 95/165: [omake: make]
-> installed ppx_core.v0.10.0
Processing 96/165: [omake: make]
Processing 97/165: [omake: make] [ppx_optcomp: 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_optcomp.v0.10.0
Processing 97/165: [omake: make]
-> installed ppx_optcomp.v0.10.0
Processing 98/165: [omake: make]
Processing 99/165: [omake: make] [ppx_driver: 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 "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
Processing 99/165: [omake: make]
-> installed ppx_driver.v0.10.4
Processing 100/165: [omake: make]
Processing 101/165: [fieldslib: jbuilder build] [omake: make]
Processing 102/165: [fieldslib: jbuilder build] [omake: make] [ppx_here: jbuilder build]
Processing 103/165: [fieldslib: jbuilder build] [omake: make] [ppx_here: jbuilder build] [ppx_let: jbuilder build]
Processing 104/165: [fieldslib: jbuilder build] [omake: make] [ppx_here: jbuilder build] [ppx_let: jbuilder build] [ppx_metaquot: jbuilder build]
Processing 105/165: [fieldslib: jbuilder build] [omake: make] [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 105/165: [fieldslib: jbuilder build] [omake: make] [ppx_here: jbuilder build] [ppx_let: jbuilder build] [ppx_metaquot: jbuilder build]
-> installed variantslib.v0.10.0
Processing 106/165: [fieldslib: jbuilder build] [omake: make] [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 "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 106/165: [omake: make] [ppx_here: jbuilder build] [ppx_let: jbuilder build] [ppx_metaquot: jbuilder build]
-> installed fieldslib.v0.10.0
Processing 107/165: [omake: make] [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 107/165: [omake: make] [ppx_here: jbuilder build] [ppx_metaquot: jbuilder build]
-> installed ppx_let.v0.10.0
Processing 108/165: [omake: make] [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 108/165: [omake: make] [ppx_metaquot: jbuilder build]
-> installed ppx_here.v0.10.0
Processing 109/165: [omake: make] [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 "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
Processing 109/165: [omake: make]
-> installed ppx_metaquot.v0.10.0
Processing 110/165: [omake: make]
Processing 111/165: [omake: make] [ppx_fail: jbuilder build]
Processing 112/165: [omake: make] [ppx_fail: jbuilder build] [ppx_inline_test: jbuilder build]
Processing 113/165: [omake: make] [ppx_fail: jbuilder build] [ppx_inline_test: jbuilder build] [ppx_js_style: jbuilder build]
Processing 114/165: [omake: make] [ppx_fail: jbuilder build] [ppx_inline_test: jbuilder build] [ppx_js_style: jbuilder build] [ppx_optional: jbuilder build]
Processing 115/165: [omake: make] [ppx_fail: jbuilder build] [ppx_inline_test: jbuilder build] [ppx_js_style: jbuilder build] [ppx_optional: jbuilder build] [ppx_pipebang: jbuilder build]
Processing 116/165: [omake: make] [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 116/165: [omake: make] [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 117/165: [omake: make] [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 117/165: [omake: make] [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 118/165: [omake: make] [ppx_fail: jbuilder build] [ppx_inline_test: jbuilder build] [ppx_js_style: jbuilder build] [ppx_pipebang: jbuilder build]
Processing 119/165: [omake: make] [ppx_compare: jbuilder build] [ppx_fail: jbuilder build] [ppx_inline_test: jbuilder build] [ppx_js_style: jbuilder build] [ppx_pipebang: jbuilder build]
Processing 120/165: [omake: make] [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 121/165: [omake: make] [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 122/165: [omake: make] [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 123/165: [omake: make] [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 124/165: [omake: make] [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 125/165: [omake: make] [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 "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 125/165: [omake: make] [ppx_compare: jbuilder build] [ppx_enumerate: 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]
-> installed ppx_fail.v0.10.0
Processing 126/165: [omake: make] [ppx_compare: jbuilder build] [ppx_enumerate: 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 126/165: [omake: make] [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_inline_test.v0.10.1
Processing 127/165: [omake: make] [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]
Processing 128/165: [omake: make] [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 "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 128/165: [omake: make] [ppx_bench: jbuilder build] [ppx_compare: jbuilder build] [ppx_enumerate: jbuilder build] [ppx_fields_conv: jbuilder build] [ppx_js_style: 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 129/165: [omake: make] [ppx_bench: jbuilder build] [ppx_compare: jbuilder build] [ppx_enumerate: jbuilder build] [ppx_fields_conv: jbuilder build] [ppx_js_style: 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 129/165: [omake: make] [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_js_style.v0.10.0
Processing 130/165: [omake: make] [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 130/165: [omake: make] [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 131/165: [omake: make] [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 "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 131/165: [omake: make] [ppx_bench: jbuilder build] [ppx_compare: jbuilder build] [ppx_fields_conv: jbuilder build] [ppx_sexp_conv: jbuilder build] [ppx_traverse: jbuilder build] [ppx_typerep_conv: jbuilder build]
-> installed ppx_enumerate.v0.10.0
Processing 132/165: [omake: make] [ppx_bench: jbuilder build] [ppx_compare: 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 "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 132/165: [omake: make] [ppx_bench: jbuilder build] [ppx_compare: jbuilder build] [ppx_fields_conv: jbuilder build] [ppx_sexp_conv: jbuilder build] [ppx_traverse: jbuilder build]
-> installed ppx_typerep_conv.v0.10.0
Processing 133/165: [omake: make] [ppx_bench: jbuilder build] [ppx_compare: jbuilder build] [ppx_fields_conv: 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 "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 133/165: [omake: make] [ppx_bench: jbuilder build] [ppx_compare: jbuilder build] [ppx_sexp_conv: jbuilder build] [ppx_traverse: jbuilder build]
-> installed ppx_fields_conv.v0.10.0
Processing 134/165: [omake: make] [ppx_bench: jbuilder build] [ppx_compare: 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 "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 134/165: [omake: make] [ppx_bench: jbuilder build] [ppx_sexp_conv: jbuilder build] [ppx_traverse: jbuilder build]
-> installed ppx_compare.v0.10.0
Processing 135/165: [omake: make] [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 135/165: [omake: make] [ppx_bench: jbuilder build] [ppx_traverse: jbuilder build]
-> installed ppx_sexp_conv.v0.10.0
Processing 136/165: [omake: make] [ppx_bench: jbuilder build] [ppx_traverse: jbuilder build]
Processing 137/165: [omake: make] [ppx_assert: jbuilder build] [ppx_bench: jbuilder build] [ppx_traverse: jbuilder build]
Processing 138/165: [omake: make] [ppx_assert: jbuilder build] [ppx_bench: jbuilder build] [ppx_hash: jbuilder build] [ppx_traverse: jbuilder build]
Processing 139/165: [omake: make] [ppx_assert: jbuilder build] [ppx_bench: jbuilder build] [ppx_hash: jbuilder build] [ppx_sexp_message: jbuilder build] [ppx_traverse: jbuilder build]
Processing 140/165: [omake: make] [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 140/165: [omake: make] [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 141/165: [omake: make] [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 141/165: [omake: make] [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 142/165: [omake: make] [ppx_assert: jbuilder build] [ppx_hash: jbuilder build] [ppx_sexp_message: jbuilder build] [ppx_sexp_value: jbuilder build]
Processing 143/165: [omake: make] [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 143/165: [omake: make] [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 144/165: [omake: make] [ppx_assert: jbuilder build] [ppx_custom_printf: jbuilder build] [ppx_sexp_message: jbuilder build] [ppx_sexp_value: jbuilder build]
Processing 145/165: [omake: make] [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 145/165: [omake: make] [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 146/165: [omake: make] [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 146/165: [omake: make] [ppx_base: jbuilder build] [ppx_custom_printf: jbuilder build] [ppx_sexp_value: jbuilder build]
-> installed ppx_sexp_message.v0.10.0
Processing 147/165: [omake: make] [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 147/165: [omake: make] [ppx_base: jbuilder build] [ppx_custom_printf: jbuilder build]
-> installed ppx_sexp_value.v0.10.0
Processing 148/165: [omake: make] [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 148/165: [omake: make] [ppx_custom_printf: jbuilder build]
-> installed ppx_base.v0.10.0
Processing 149/165: [omake: make] [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 "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 149/165: [omake: make]
-> installed ppx_custom_printf.v0.10.0
Processing 150/165: [omake: make]
Processing 151/165: [bin_prot: jbuilder build] [omake: make]
Processing 152/165: [bin_prot: jbuilder build] [omake: make] [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 152/165: [omake: make] [ppx_expect: jbuilder build]
-> installed bin_prot.v0.10.0
Processing 153/165: [omake: make] [ppx_expect: jbuilder build]
Processing 154/165: [omake: make] [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 154/165: [omake: make] [ppx_bin_prot: jbuilder build]
-> installed ppx_expect.v0.10.1
Processing 155/165: [omake: make] [ppx_bin_prot: 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 "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
Processing 155/165: [omake: make]
-> installed ppx_bin_prot.v0.10.0
Processing 156/165: [omake: make]
Processing 157/165: [omake: make] [ppx_jane: 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 "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
Processing 157/165: [omake: make]
-> installed ppx_jane.v0.10.0
Processing 158/165: [omake: make]
Processing 159/165: [core_kernel: jbuilder build] [omake: make]
- 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
Processing 159/165: [omake: make]
-> installed core_kernel.v0.10.0
Processing 160/165: [omake: make]
Processing 161/165: [core: jbuilder build] [omake: make]
- ocaml -safe-string -strict-sequence -I +unix -I +str build.ml -auto-bootstrap OCAML="ocaml"
- ocaml '-I' '+str' '-I' '+unix' '/home/opam/.opam/4.05/.opam-switch/build/omake.0.10.6/make.ml' '-C' 'boot' 'Makefile.dep' 'PREFERRED=.opt' 'OCAMLSUFFIX=.opt' 'OCAML=ocaml'
- ln -sf ../src/env/omake_ast_lex.mll omake_ast_lex.mll
- ocamllex omake_ast_lex.mll
- 143 states, 3100 transitions, table size 13258 bytes
- ln -sf ../src/env/omake_gen_parse.ml omake_gen_parse.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_gen_parse.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -custom -o omake_gen_parse.byte  unix.cma   omake_gen_parse.cmo
- ln -sf omake_gen_parse.byte omake_gen_parse
- ln -sf ../src/env/omake_ast_parse.input omake_ast_parse.input
- ./omake_gen_parse -o omake_ast_parse.mly omake_ast_parse.input
- ocamlyacc omake_ast_parse.mly
- ocamlyacc omake_ast_parse.mly
- ln -sf ../src/env/omake_exp_parse.mly omake_exp_parse.mly
- ocamlyacc omake_exp_parse.mly
- ocamlyacc omake_exp_parse.mly
- ln -sf ../src/shell/omake_shell_parse.mly omake_shell_parse.mly
- ocamlyacc omake_shell_parse.mly
- ocamlyacc omake_shell_parse.mly
- ln -sf ../src/shell/omake_shell_sys_unix.ml omake_shell_sys.ml
- ln -sf ../src/clib/lm_channel.c c_lm_channel.c
- ln -sf ../src/clib/lm_printf.c c_lm_printf.c
- ln -sf ../src/clib/lm_ctype.c c_lm_ctype.c
- ln -sf ../src/clib/lm_uname_ext.c c_lm_uname_ext.c
- ln -sf ../src/clib/lm_unix_cutil.c c_lm_unix_cutil.c
- ln -sf ../src/clib/lm_compat_win32.c c_lm_compat_win32.c
- ln -sf ../src/clib/readline.c c_readline.c
- ln -sf ../src/clib/omake_shell_sys.c c_omake_shell_sys.c
- ln -sf ../src/clib/omake_shell_spawn.c c_omake_shell_spawn.c
- ln -sf ../src/clib/fam_win32.c c_fam_win32.c
- ln -sf ../src/clib/fam_kqueue.c c_fam_kqueue.c
- ln -sf ../src/clib/fam_inotify.c c_fam_inotify.c
- ln -sf ../src/clib/lm_notify.c c_lm_notify.c
- ln -sf ../src/clib/lm_termsize.c c_lm_termsize.c
- ln -sf ../src/clib/lm_terminfo.c c_lm_terminfo.c
- ln -sf ../src/clib/lm_fs_case_sensitive.c c_lm_fs_case_sensitive.c
- ln -sf ../src/clib/lm_compat_win32.h lm_compat_win32.h
- ln -sf ../src/libmojave/lm_arg.ml lm_arg.ml
- ln -sf ../src/libmojave/lm_arg.mli lm_arg.mli
- ln -sf ../src/libmojave/lm_array_util.ml lm_array_util.ml
- ln -sf ../src/libmojave/lm_array_util.mli lm_array_util.mli
- ln -sf ../src/libmojave/lm_bitset.ml lm_bitset.ml
- ln -sf ../src/libmojave/lm_bitset.mli lm_bitset.mli
- ln -sf ../src/libmojave/lm_channel.ml lm_channel.ml
- ln -sf ../src/libmojave/lm_channel.mli lm_channel.mli
- ln -sf ../src/libmojave/lm_db.ml lm_db.ml
- ln -sf ../src/libmojave/lm_db.mli lm_db.mli
- ln -sf ../src/libmojave/lm_debug.ml lm_debug.ml
- ln -sf ../src/libmojave/lm_debug.mli lm_debug.mli
- ln -sf ../src/libmojave/lm_filename_util.ml lm_filename_util.ml
- ln -sf ../src/libmojave/lm_filename_util.mli lm_filename_util.mli
- ln -sf ../src/libmojave/lm_fs_case_sensitive.ml lm_fs_case_sensitive.ml
- ln -sf ../src/libmojave/lm_fs_case_sensitive.mli lm_fs_case_sensitive.mli
- ln -sf ../src/libmojave/lm_handle_table.ml lm_handle_table.ml
- ln -sf ../src/libmojave/lm_handle_table.mli lm_handle_table.mli
- ln -sf ../src/libmojave/lm_hash.ml lm_hash.ml
- ln -sf ../src/libmojave/lm_hash.mli lm_hash.mli
- ln -sf ../src/libmojave/lm_hash_code.ml lm_hash_code.ml
- ln -sf ../src/libmojave/lm_hash_code.mli lm_hash_code.mli
- ln -sf ../src/libmojave/lm_heap.ml lm_heap.ml
- ln -sf ../src/libmojave/lm_heap.mli lm_heap.mli
- ln -sf ../src/libmojave/lm_index.ml lm_index.ml
- ln -sf ../src/libmojave/lm_index.mli lm_index.mli
- ln -sf ../src/libmojave/lm_instrument.ml lm_instrument.ml
- ln -sf ../src/libmojave/lm_instrument.mli lm_instrument.mli
- ln -sf ../src/libmojave/lm_int_handle_table.ml lm_int_handle_table.ml
- ln -sf ../src/libmojave/lm_int_handle_table.mli lm_int_handle_table.mli
- ln -sf ../src/libmojave/lm_int_set.ml lm_int_set.ml
- ln -sf ../src/libmojave/lm_int_set.mli lm_int_set.mli
- ln -sf ../src/libmojave/lm_list_util.ml lm_list_util.ml
- ln -sf ../src/libmojave/lm_list_util.mli lm_list_util.mli
- ln -sf ../src/libmojave/lm_location.ml lm_location.ml
- ln -sf ../src/libmojave/lm_location.mli lm_location.mli
- ln -sf ../src/libmojave/lm_map.ml lm_map.ml
- ln -sf ../src/libmojave/lm_map.mli lm_map.mli
- ln -sf ../src/libmojave/lm_map_sig.ml lm_map_sig.ml
- ln -sf ../src/libmojave/lm_marshal.ml lm_marshal.ml
- ln -sf ../src/libmojave/lm_marshal.mli lm_marshal.mli
- ln -sf ../src/libmojave/lm_notify.ml lm_notify.ml
- ln -sf ../src/libmojave/lm_notify.mli lm_notify.mli
- ln -sf ../src/libmojave/lm_position.ml lm_position.ml
- ln -sf ../src/libmojave/lm_position.mli lm_position.mli
- ln -sf ../src/libmojave/lm_printf.ml lm_printf.ml
- ln -sf ../src/libmojave/lm_printf.mli lm_printf.mli
- ln -sf ../src/libmojave/lm_readline.ml lm_readline.ml
- ln -sf ../src/libmojave/lm_readline.mli lm_readline.mli
- ln -sf ../src/libmojave/lm_set.ml lm_set.ml
- ln -sf ../src/libmojave/lm_set.mli lm_set.mli
- ln -sf ../src/libmojave/lm_set_sig.ml lm_set_sig.ml
- ln -sf ../src/libmojave/lm_string_set.ml lm_string_set.ml
- ln -sf ../src/libmojave/lm_string_set.mli lm_string_set.mli
- ln -sf ../src/libmojave/lm_string_util.ml lm_string_util.ml
- ln -sf ../src/libmojave/lm_string_util.mli lm_string_util.mli
- ln -sf ../src/libmojave/lm_symbol.ml lm_symbol.ml
- ln -sf ../src/libmojave/lm_symbol.mli lm_symbol.mli
- ln -sf ../src/libmojave/lm_terminfo.ml lm_terminfo.ml
- ln -sf ../src/libmojave/lm_terminfo.mli lm_terminfo.mli
- ln -sf ../src/libmojave/lm_termsize.ml lm_termsize.ml
- ln -sf ../src/libmojave/lm_termsize.mli lm_termsize.mli
- ln -sf ../src/libmojave/lm_thread.ml lm_thread.ml
- ln -sf ../src/libmojave/lm_thread.mli lm_thread.mli
- ln -sf ../src/libmojave/lm_thread_core.mli lm_thread_core.mli
- ln -sf ../src/libmojave/lm_thread_pool.mli lm_thread_pool.mli
- ln -sf ../src/libmojave/lm_thread_sig.ml lm_thread_sig.ml
- ln -sf ../src/libmojave/lm_uname.ml lm_uname.ml
- ln -sf ../src/libmojave/lm_uname.mli lm_uname.mli
- ln -sf ../src/libmojave/lm_unix_util.ml lm_unix_util.ml
- ln -sf ../src/libmojave/lm_unix_util.mli lm_unix_util.mli
- ln -sf ../src/libmojave/lm_wild.ml lm_wild.ml
- ln -sf ../src/libmojave/lm_wild.mli lm_wild.mli
- ln -sf ../src/libmojave/lm_thread_pool_null.ml lm_thread_pool.ml
- ln -sf ../src/libmojave/lm_thread_core_null.ml lm_thread_core.ml
- ln -sf ../src/front/lm_glob.ml lm_glob.ml
- ln -sf ../src/front/lm_glob.mli lm_glob.mli
- ln -sf ../src/front/lm_hash_cons.ml lm_hash_cons.ml
- ln -sf ../src/front/lm_hash_cons.mli lm_hash_cons.mli
- ln -sf ../src/front/lm_lexer.ml lm_lexer.ml
- ln -sf ../src/front/lm_lexer.mli lm_lexer.mli
- ln -sf ../src/front/lm_parser.ml lm_parser.ml
- ln -sf ../src/front/lm_parser.mli lm_parser.mli
- ln -sf ../src/magic/omake_gen_magic.ml omake_gen_magic.ml
- ln -sf ../src/ir/omake_cache.ml omake_cache.ml
- ln -sf ../src/ir/omake_cache.mli omake_cache.mli
- ln -sf ../src/ir/omake_cache_type.ml omake_cache_type.ml
- ln -sf ../src/ir/omake_command.ml omake_command.ml
- ln -sf ../src/ir/omake_command.mli omake_command.mli
- ln -sf ../src/ir/omake_command_type.ml omake_command_type.ml
- ln -sf ../src/ir/omake_command_type.mli omake_command_type.mli
- ln -sf ../src/ir/omake_install.ml omake_install.ml
- ln -sf ../src/ir/omake_install.mli omake_install.mli
- ln -sf ../src/ir/omake_ir.ml omake_ir.ml
- ln -sf ../src/ir/omake_ir_free_vars.ml omake_ir_free_vars.ml
- ln -sf ../src/ir/omake_ir_free_vars.mli omake_ir_free_vars.mli
- ln -sf ../src/ir/omake_ir_print.ml omake_ir_print.ml
- ln -sf ../src/ir/omake_ir_print.mli omake_ir_print.mli
- ln -sf ../src/ir/omake_ir_util.ml omake_ir_util.ml
- ln -sf ../src/ir/omake_lexer.ml omake_lexer.ml
- ln -sf ../src/ir/omake_node.ml omake_node.ml
- ln -sf ../src/ir/omake_node.mli omake_node.mli
- ln -sf ../src/ir/omake_node_sig.ml omake_node_sig.ml
- ln -sf ../src/ir/omake_node_type.ml omake_node_type.ml
- ln -sf ../src/ir/omake_options.ml omake_options.ml
- ln -sf ../src/ir/omake_options.mli omake_options.mli
- ln -sf ../src/ir/omake_parser.ml omake_parser.ml
- ln -sf ../src/ir/omake_pos.ml omake_pos.ml
- ln -sf ../src/ir/omake_pos.mli omake_pos.mli
- ln -sf ../src/ir/omake_shell_type.ml omake_shell_type.ml
- ln -sf ../src/ir/omake_state.ml omake_state.ml
- ln -sf ../src/ir/omake_state.mli omake_state.mli
- ln -sf ../src/ir/omake_symbol.ml omake_symbol.ml
- ln -sf ../src/ir/omake_value_print.ml omake_value_print.ml
- ln -sf ../src/ir/omake_value_print.mli omake_value_print.mli
- ln -sf ../src/ir/omake_value_type.ml omake_value_type.ml
- ln -sf ../src/ir/omake_value_util.ml omake_value_util.ml
- ln -sf ../src/ir/omake_value_util.mli omake_value_util.mli
- ln -sf ../src/ir/omake_var.ml omake_var.ml
- ln -sf ../src/ir/omake_var.mli omake_var.mli
- ln -sf ../src/exec/omake_exec.ml omake_exec.ml
- ln -sf ../src/exec/omake_exec.mli omake_exec.mli
- ln -sf ../src/exec/omake_exec_id.ml omake_exec_id.ml
- ln -sf ../src/exec/omake_exec_id.mli omake_exec_id.mli
- ln -sf ../src/exec/omake_exec_local.ml omake_exec_local.ml
- ln -sf ../src/exec/omake_exec_local.mli omake_exec_local.mli
- ln -sf ../src/exec/omake_exec_notify.ml omake_exec_notify.ml
- ln -sf ../src/exec/omake_exec_notify.mli omake_exec_notify.mli
- ln -sf ../src/exec/omake_exec_print.ml omake_exec_print.ml
- ln -sf ../src/exec/omake_exec_print.mli omake_exec_print.mli
- ln -sf ../src/exec/omake_exec_remote.ml omake_exec_remote.ml
- ln -sf ../src/exec/omake_exec_remote.mli omake_exec_remote.mli
- ln -sf ../src/exec/omake_exec_type.ml omake_exec_type.ml
- ln -sf ../src/exec/omake_exec_util.ml omake_exec_util.ml
- ln -sf ../src/exec/omake_exec_util.mli omake_exec_util.mli
- ln -sf ../src/ast/omake_ast.ml omake_ast.ml
- ln -sf ../src/ast/omake_ast_print.ml omake_ast_print.ml
- ln -sf ../src/ast/omake_ast_print.mli omake_ast_print.mli
- ln -sf ../src/ast/omake_ast_util.ml omake_ast_util.ml
- ln -sf ../src/ast/omake_ast_util.mli omake_ast_util.mli
- ln -sf ../src/env/omake_ast_lex.mli omake_ast_lex.mli
- ln -sf ../src/env/omake_command_digest.ml omake_command_digest.ml
- ln -sf ../src/env/omake_command_digest.mli omake_command_digest.mli
- ln -sf ../src/env/omake_env.ml omake_env.ml
- ln -sf ../src/env/omake_env.mli omake_env.mli
- ln -sf ../src/env/omake_exn_print.ml omake_exn_print.ml
- ln -sf ../src/env/omake_exn_print.mli omake_exn_print.mli
- ln -sf ../src/env/omake_exp_lex.ml omake_exp_lex.ml
- ln -sf ../src/env/omake_exp_lex.mli omake_exp_lex.mli
- ln -sf ../src/env/omake_ir_ast.ml omake_ir_ast.ml
- ln -sf ../src/env/omake_ir_ast.mli omake_ir_ast.mli
- ln -sf ../src/env/omake_ir_semant.ml omake_ir_semant.ml
- ln -sf ../src/env/omake_ir_semant.mli omake_ir_semant.mli
- ln -sf ../src/shell/omake_shell_completion.ml omake_shell_completion.ml
- ln -sf ../src/shell/omake_shell_completion.mli omake_shell_completion.mli
- ln -sf ../src/shell/omake_shell_job.ml omake_shell_job.ml
- ln -sf ../src/shell/omake_shell_job.mli omake_shell_job.mli
- ln -sf ../src/shell/omake_shell_lex.ml omake_shell_lex.ml
- ln -sf ../src/shell/omake_shell_lex.mli omake_shell_lex.mli
- ln -sf ../src/shell/omake_shell_spawn.ml omake_shell_spawn.ml
- ln -sf ../src/shell/omake_shell_spawn.mli omake_shell_spawn.mli
- ln -sf ../src/shell/omake_shell_sys.mli omake_shell_sys.mli
- ln -sf ../src/shell/omake_shell_sys_type.ml omake_shell_sys_type.ml
- ln -sf ../src/eval/omake_eval.ml omake_eval.ml
- ln -sf ../src/eval/omake_eval.mli omake_eval.mli
- ln -sf ../src/eval/omake_value.ml omake_value.ml
- ln -sf ../src/eval/omake_value.mli omake_value.mli
- ln -sf ../src/build/omake_build.ml omake_build.ml
- ln -sf ../src/build/omake_build.mli omake_build.mli
- ln -sf ../src/build/omake_build_tee.ml omake_build_tee.ml
- ln -sf ../src/build/omake_build_tee.mli omake_build_tee.mli
- ln -sf ../src/build/omake_build_type.ml omake_build_type.ml
- ln -sf ../src/build/omake_build_util.ml omake_build_util.ml
- ln -sf ../src/build/omake_build_util.mli omake_build_util.mli
- ln -sf ../src/build/omake_builtin.ml omake_builtin.ml
- ln -sf ../src/build/omake_builtin.mli omake_builtin.mli
- ln -sf ../src/build/omake_builtin_type.ml omake_builtin_type.ml
- ln -sf ../src/build/omake_rule.ml omake_rule.ml
- ln -sf ../src/build/omake_rule.mli omake_rule.mli
- ln -sf ../src/build/omake_target.ml omake_target.ml
- ln -sf ../src/build/omake_target.mli omake_target.mli
- ln -sf ../src/builtin/omake_builtin_arith.ml omake_builtin_arith.ml
- ln -sf ../src/builtin/omake_builtin_arith.mli omake_builtin_arith.mli
- ln -sf ../src/builtin/omake_builtin_base.ml omake_builtin_base.ml
- ln -sf ../src/builtin/omake_builtin_base.mli omake_builtin_base.mli
- ln -sf ../src/builtin/omake_builtin_file.ml omake_builtin_file.ml
- ln -sf ../src/builtin/omake_builtin_file.mli omake_builtin_file.mli
- ln -sf ../src/builtin/omake_builtin_fun.ml omake_builtin_fun.ml
- ln -sf ../src/builtin/omake_builtin_fun.mli omake_builtin_fun.mli
- ln -sf ../src/builtin/omake_builtin_io.ml omake_builtin_io.ml
- ln -sf ../src/builtin/omake_builtin_io.mli omake_builtin_io.mli
- ln -sf ../src/builtin/omake_builtin_io_fun.ml omake_builtin_io_fun.ml
- ln -sf ../src/builtin/omake_builtin_io_fun.mli omake_builtin_io_fun.mli
- ln -sf ../src/builtin/omake_builtin_object.ml omake_builtin_object.ml
- ln -sf ../src/builtin/omake_builtin_object.mli omake_builtin_object.mli
- ln -sf ../src/builtin/omake_builtin_ocamldep.ml omake_builtin_ocamldep.ml
- ln -sf ../src/builtin/omake_builtin_rule.ml omake_builtin_rule.ml
- ln -sf ../src/builtin/omake_builtin_rule.mli omake_builtin_rule.mli
- ln -sf ../src/builtin/omake_builtin_shell.ml omake_builtin_shell.ml
- ln -sf ../src/builtin/omake_builtin_shell.mli omake_builtin_shell.mli
- ln -sf ../src/builtin/omake_builtin_sys.ml omake_builtin_sys.ml
- ln -sf ../src/builtin/omake_builtin_sys.mli omake_builtin_sys.mli
- ln -sf ../src/builtin/omake_builtin_target.ml omake_builtin_target.ml
- ln -sf ../src/builtin/omake_builtin_target.mli omake_builtin_target.mli
- ln -sf ../src/builtin/omake_builtin_test.ml omake_builtin_test.ml
- ln -sf ../src/builtin/omake_builtin_test.mli omake_builtin_test.mli
- ln -sf ../src/builtin/omake_builtin_util.ml omake_builtin_util.ml
- ln -sf ../src/builtin/omake_builtin_util.mli omake_builtin_util.mli
- ln -sf ../src/builtin/omake_printf.ml omake_printf.ml
- ln -sf ../src/builtin/omake_printf.mli omake_printf.mli
- ln -sf ../src/main/omake_main.ml omake_main.ml
- ln -sf ../src/main/omake_main.mli omake_main.mli
- ln -sf ../src/main/omake_main_util.ml omake_main_util.ml
- ln -sf ../src/main/omake_shell.ml omake_shell.ml
- ln -sf ../src/main/omake_shell.mli omake_shell.mli
- ocamldep  *.ml *.mli > Makefile.dep
- ocaml '-I' '+str' '-I' '+unix' '/home/opam/.opam/4.05/.opam-switch/build/omake.0.10.6/make.ml' '-C' 'boot' 'omake' 'PREFERRED=.opt' 'OCAMLSUFFIX=.opt' 'OCAML=ocaml'
- ln -sf ../src/env/omake_ast_lex.mll omake_ast_lex.mll
- ocamllex omake_ast_lex.mll
- 143 states, 3100 transitions, table size 13258 bytes
- ln -sf ../src/env/omake_gen_parse.ml omake_gen_parse.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_gen_parse.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -custom -o omake_gen_parse.byte  unix.cma   omake_gen_parse.cmo
- ln -sf omake_gen_parse.byte omake_gen_parse
- ln -sf ../src/env/omake_ast_parse.input omake_ast_parse.input
- ./omake_gen_parse -o omake_ast_parse.mly omake_ast_parse.input
- ocamlyacc omake_ast_parse.mly
- ocamlyacc omake_ast_parse.mly
- ln -sf ../src/env/omake_exp_parse.mly omake_exp_parse.mly
- ocamlyacc omake_exp_parse.mly
- ocamlyacc omake_exp_parse.mly
- ln -sf ../src/shell/omake_shell_parse.mly omake_shell_parse.mly
- ocamlyacc omake_shell_parse.mly
- ocamlyacc omake_shell_parse.mly
- ln -sf ../src/shell/omake_shell_sys_unix.ml omake_shell_sys.ml
- ln -sf ../src/clib/lm_channel.c c_lm_channel.c
- ln -sf ../src/clib/lm_printf.c c_lm_printf.c
- ln -sf ../src/clib/lm_ctype.c c_lm_ctype.c
- ln -sf ../src/clib/lm_uname_ext.c c_lm_uname_ext.c
- ln -sf ../src/clib/lm_unix_cutil.c c_lm_unix_cutil.c
- ln -sf ../src/clib/lm_compat_win32.c c_lm_compat_win32.c
- ln -sf ../src/clib/readline.c c_readline.c
- ln -sf ../src/clib/omake_shell_sys.c c_omake_shell_sys.c
- ln -sf ../src/clib/omake_shell_spawn.c c_omake_shell_spawn.c
- ln -sf ../src/clib/fam_win32.c c_fam_win32.c
- ln -sf ../src/clib/fam_kqueue.c c_fam_kqueue.c
- ln -sf ../src/clib/fam_inotify.c c_fam_inotify.c
- ln -sf ../src/clib/lm_notify.c c_lm_notify.c
- ln -sf ../src/clib/lm_termsize.c c_lm_termsize.c
- ln -sf ../src/clib/lm_terminfo.c c_lm_terminfo.c
- ln -sf ../src/clib/lm_fs_case_sensitive.c c_lm_fs_case_sensitive.c
- ln -sf ../src/clib/lm_compat_win32.h lm_compat_win32.h
- ln -sf ../src/libmojave/lm_arg.ml lm_arg.ml
- ln -sf ../src/libmojave/lm_arg.mli lm_arg.mli
- ln -sf ../src/libmojave/lm_array_util.ml lm_array_util.ml
- ln -sf ../src/libmojave/lm_array_util.mli lm_array_util.mli
- ln -sf ../src/libmojave/lm_bitset.ml lm_bitset.ml
- ln -sf ../src/libmojave/lm_bitset.mli lm_bitset.mli
- ln -sf ../src/libmojave/lm_channel.ml lm_channel.ml
- ln -sf ../src/libmojave/lm_channel.mli lm_channel.mli
- ln -sf ../src/libmojave/lm_db.ml lm_db.ml
- ln -sf ../src/libmojave/lm_db.mli lm_db.mli
- ln -sf ../src/libmojave/lm_debug.ml lm_debug.ml
- ln -sf ../src/libmojave/lm_debug.mli lm_debug.mli
- ln -sf ../src/libmojave/lm_filename_util.ml lm_filename_util.ml
- ln -sf ../src/libmojave/lm_filename_util.mli lm_filename_util.mli
- ln -sf ../src/libmojave/lm_fs_case_sensitive.ml lm_fs_case_sensitive.ml
- ln -sf ../src/libmojave/lm_fs_case_sensitive.mli lm_fs_case_sensitive.mli
- ln -sf ../src/libmojave/lm_handle_table.ml lm_handle_table.ml
- ln -sf ../src/libmojave/lm_handle_table.mli lm_handle_table.mli
- ln -sf ../src/libmojave/lm_hash.ml lm_hash.ml
- ln -sf ../src/libmojave/lm_hash.mli lm_hash.mli
- ln -sf ../src/libmojave/lm_hash_code.ml lm_hash_code.ml
- ln -sf ../src/libmojave/lm_hash_code.mli lm_hash_code.mli
- ln -sf ../src/libmojave/lm_heap.ml lm_heap.ml
- ln -sf ../src/libmojave/lm_heap.mli lm_heap.mli
- ln -sf ../src/libmojave/lm_index.ml lm_index.ml
- ln -sf ../src/libmojave/lm_index.mli lm_index.mli
- ln -sf ../src/libmojave/lm_instrument.ml lm_instrument.ml
- ln -sf ../src/libmojave/lm_instrument.mli lm_instrument.mli
- ln -sf ../src/libmojave/lm_int_handle_table.ml lm_int_handle_table.ml
- ln -sf ../src/libmojave/lm_int_handle_table.mli lm_int_handle_table.mli
- ln -sf ../src/libmojave/lm_int_set.ml lm_int_set.ml
- ln -sf ../src/libmojave/lm_int_set.mli lm_int_set.mli
- ln -sf ../src/libmojave/lm_list_util.ml lm_list_util.ml
- ln -sf ../src/libmojave/lm_list_util.mli lm_list_util.mli
- ln -sf ../src/libmojave/lm_location.ml lm_location.ml
- ln -sf ../src/libmojave/lm_location.mli lm_location.mli
- ln -sf ../src/libmojave/lm_map.ml lm_map.ml
- ln -sf ../src/libmojave/lm_map.mli lm_map.mli
- ln -sf ../src/libmojave/lm_map_sig.ml lm_map_sig.ml
- ln -sf ../src/libmojave/lm_marshal.ml lm_marshal.ml
- ln -sf ../src/libmojave/lm_marshal.mli lm_marshal.mli
- ln -sf ../src/libmojave/lm_notify.ml lm_notify.ml
- ln -sf ../src/libmojave/lm_notify.mli lm_notify.mli
- ln -sf ../src/libmojave/lm_position.ml lm_position.ml
- ln -sf ../src/libmojave/lm_position.mli lm_position.mli
- ln -sf ../src/libmojave/lm_printf.ml lm_printf.ml
- ln -sf ../src/libmojave/lm_printf.mli lm_printf.mli
- ln -sf ../src/libmojave/lm_readline.ml lm_readline.ml
- ln -sf ../src/libmojave/lm_readline.mli lm_readline.mli
- ln -sf ../src/libmojave/lm_set.ml lm_set.ml
- ln -sf ../src/libmojave/lm_set.mli lm_set.mli
- ln -sf ../src/libmojave/lm_set_sig.ml lm_set_sig.ml
- ln -sf ../src/libmojave/lm_string_set.ml lm_string_set.ml
- ln -sf ../src/libmojave/lm_string_set.mli lm_string_set.mli
- ln -sf ../src/libmojave/lm_string_util.ml lm_string_util.ml
- ln -sf ../src/libmojave/lm_string_util.mli lm_string_util.mli
- ln -sf ../src/libmojave/lm_symbol.ml lm_symbol.ml
- ln -sf ../src/libmojave/lm_symbol.mli lm_symbol.mli
- ln -sf ../src/libmojave/lm_terminfo.ml lm_terminfo.ml
- ln -sf ../src/libmojave/lm_terminfo.mli lm_terminfo.mli
- ln -sf ../src/libmojave/lm_termsize.ml lm_termsize.ml
- ln -sf ../src/libmojave/lm_termsize.mli lm_termsize.mli
- ln -sf ../src/libmojave/lm_thread.ml lm_thread.ml
- ln -sf ../src/libmojave/lm_thread.mli lm_thread.mli
- ln -sf ../src/libmojave/lm_thread_core.mli lm_thread_core.mli
- ln -sf ../src/libmojave/lm_thread_pool.mli lm_thread_pool.mli
- ln -sf ../src/libmojave/lm_thread_sig.ml lm_thread_sig.ml
- ln -sf ../src/libmojave/lm_uname.ml lm_uname.ml
- ln -sf ../src/libmojave/lm_uname.mli lm_uname.mli
- ln -sf ../src/libmojave/lm_unix_util.ml lm_unix_util.ml
- ln -sf ../src/libmojave/lm_unix_util.mli lm_unix_util.mli
- ln -sf ../src/libmojave/lm_wild.ml lm_wild.ml
- ln -sf ../src/libmojave/lm_wild.mli lm_wild.mli
- ln -sf ../src/libmojave/lm_thread_pool_null.ml lm_thread_pool.ml
- ln -sf ../src/libmojave/lm_thread_core_null.ml lm_thread_core.ml
- ln -sf ../src/front/lm_glob.ml lm_glob.ml
- ln -sf ../src/front/lm_glob.mli lm_glob.mli
- ln -sf ../src/front/lm_hash_cons.ml lm_hash_cons.ml
- ln -sf ../src/front/lm_hash_cons.mli lm_hash_cons.mli
- ln -sf ../src/front/lm_lexer.ml lm_lexer.ml
- ln -sf ../src/front/lm_lexer.mli lm_lexer.mli
- ln -sf ../src/front/lm_parser.ml lm_parser.ml
- ln -sf ../src/front/lm_parser.mli lm_parser.mli
- ln -sf ../src/magic/omake_gen_magic.ml omake_gen_magic.ml
- ln -sf ../src/ir/omake_cache.ml omake_cache.ml
- ln -sf ../src/ir/omake_cache.mli omake_cache.mli
- ln -sf ../src/ir/omake_cache_type.ml omake_cache_type.ml
- ln -sf ../src/ir/omake_command.ml omake_command.ml
- ln -sf ../src/ir/omake_command.mli omake_command.mli
- ln -sf ../src/ir/omake_command_type.ml omake_command_type.ml
- ln -sf ../src/ir/omake_command_type.mli omake_command_type.mli
- ln -sf ../src/ir/omake_install.ml omake_install.ml
- ln -sf ../src/ir/omake_install.mli omake_install.mli
- ln -sf ../src/ir/omake_ir.ml omake_ir.ml
- ln -sf ../src/ir/omake_ir_free_vars.ml omake_ir_free_vars.ml
- ln -sf ../src/ir/omake_ir_free_vars.mli omake_ir_free_vars.mli
- ln -sf ../src/ir/omake_ir_print.ml omake_ir_print.ml
- ln -sf ../src/ir/omake_ir_print.mli omake_ir_print.mli
- ln -sf ../src/ir/omake_ir_util.ml omake_ir_util.ml
- ln -sf ../src/ir/omake_lexer.ml omake_lexer.ml
- ln -sf ../src/ir/omake_node.ml omake_node.ml
- ln -sf ../src/ir/omake_node.mli omake_node.mli
- ln -sf ../src/ir/omake_node_sig.ml omake_node_sig.ml
- ln -sf ../src/ir/omake_node_type.ml omake_node_type.ml
- ln -sf ../src/ir/omake_options.ml omake_options.ml
- ln -sf ../src/ir/omake_options.mli omake_options.mli
- ln -sf ../src/ir/omake_parser.ml omake_parser.ml
- ln -sf ../src/ir/omake_pos.ml omake_pos.ml
- ln -sf ../src/ir/omake_pos.mli omake_pos.mli
- ln -sf ../src/ir/omake_shell_type.ml omake_shell_type.ml
- ln -sf ../src/ir/omake_state.ml omake_state.ml
- ln -sf ../src/ir/omake_state.mli omake_state.mli
- ln -sf ../src/ir/omake_symbol.ml omake_symbol.ml
- ln -sf ../src/ir/omake_value_print.ml omake_value_print.ml
- ln -sf ../src/ir/omake_value_print.mli omake_value_print.mli
- ln -sf ../src/ir/omake_value_type.ml omake_value_type.ml
- ln -sf ../src/ir/omake_value_util.ml omake_value_util.ml
- ln -sf ../src/ir/omake_value_util.mli omake_value_util.mli
- ln -sf ../src/ir/omake_var.ml omake_var.ml
- ln -sf ../src/ir/omake_var.mli omake_var.mli
- ln -sf ../src/exec/omake_exec.ml omake_exec.ml
- ln -sf ../src/exec/omake_exec.mli omake_exec.mli
- ln -sf ../src/exec/omake_exec_id.ml omake_exec_id.ml
- ln -sf ../src/exec/omake_exec_id.mli omake_exec_id.mli
- ln -sf ../src/exec/omake_exec_local.ml omake_exec_local.ml
- ln -sf ../src/exec/omake_exec_local.mli omake_exec_local.mli
- ln -sf ../src/exec/omake_exec_notify.ml omake_exec_notify.ml
- ln -sf ../src/exec/omake_exec_notify.mli omake_exec_notify.mli
- ln -sf ../src/exec/omake_exec_print.ml omake_exec_print.ml
- ln -sf ../src/exec/omake_exec_print.mli omake_exec_print.mli
- ln -sf ../src/exec/omake_exec_remote.ml omake_exec_remote.ml
- ln -sf ../src/exec/omake_exec_remote.mli omake_exec_remote.mli
- ln -sf ../src/exec/omake_exec_type.ml omake_exec_type.ml
- ln -sf ../src/exec/omake_exec_util.ml omake_exec_util.ml
- ln -sf ../src/exec/omake_exec_util.mli omake_exec_util.mli
- ln -sf ../src/ast/omake_ast.ml omake_ast.ml
- ln -sf ../src/ast/omake_ast_print.ml omake_ast_print.ml
- ln -sf ../src/ast/omake_ast_print.mli omake_ast_print.mli
- ln -sf ../src/ast/omake_ast_util.ml omake_ast_util.ml
- ln -sf ../src/ast/omake_ast_util.mli omake_ast_util.mli
- ln -sf ../src/env/omake_ast_lex.mli omake_ast_lex.mli
- ln -sf ../src/env/omake_command_digest.ml omake_command_digest.ml
- ln -sf ../src/env/omake_command_digest.mli omake_command_digest.mli
- ln -sf ../src/env/omake_env.ml omake_env.ml
- ln -sf ../src/env/omake_env.mli omake_env.mli
- ln -sf ../src/env/omake_exn_print.ml omake_exn_print.ml
- ln -sf ../src/env/omake_exn_print.mli omake_exn_print.mli
- ln -sf ../src/env/omake_exp_lex.ml omake_exp_lex.ml
- ln -sf ../src/env/omake_exp_lex.mli omake_exp_lex.mli
- ln -sf ../src/env/omake_ir_ast.ml omake_ir_ast.ml
- ln -sf ../src/env/omake_ir_ast.mli omake_ir_ast.mli
- ln -sf ../src/env/omake_ir_semant.ml omake_ir_semant.ml
- ln -sf ../src/env/omake_ir_semant.mli omake_ir_semant.mli
- ln -sf ../src/shell/omake_shell_completion.ml omake_shell_completion.ml
- ln -sf ../src/shell/omake_shell_completion.mli omake_shell_completion.mli
- ln -sf ../src/shell/omake_shell_job.ml omake_shell_job.ml
- ln -sf ../src/shell/omake_shell_job.mli omake_shell_job.mli
- ln -sf ../src/shell/omake_shell_lex.ml omake_shell_lex.ml
- ln -sf ../src/shell/omake_shell_lex.mli omake_shell_lex.mli
- ln -sf ../src/shell/omake_shell_spawn.ml omake_shell_spawn.ml
- ln -sf ../src/shell/omake_shell_spawn.mli omake_shell_spawn.mli
- ln -sf ../src/shell/omake_shell_sys.mli omake_shell_sys.mli
- ln -sf ../src/shell/omake_shell_sys_type.ml omake_shell_sys_type.ml
- ln -sf ../src/eval/omake_eval.ml omake_eval.ml
- ln -sf ../src/eval/omake_eval.mli omake_eval.mli
- ln -sf ../src/eval/omake_value.ml omake_value.ml
- ln -sf ../src/eval/omake_value.mli omake_value.mli
- ln -sf ../src/build/omake_build.ml omake_build.ml
- ln -sf ../src/build/omake_build.mli omake_build.mli
- ln -sf ../src/build/omake_build_tee.ml omake_build_tee.ml
- ln -sf ../src/build/omake_build_tee.mli omake_build_tee.mli
- ln -sf ../src/build/omake_build_type.ml omake_build_type.ml
- ln -sf ../src/build/omake_build_util.ml omake_build_util.ml
- ln -sf ../src/build/omake_build_util.mli omake_build_util.mli
- ln -sf ../src/build/omake_builtin.ml omake_builtin.ml
- ln -sf ../src/build/omake_builtin.mli omake_builtin.mli
- ln -sf ../src/build/omake_builtin_type.ml omake_builtin_type.ml
- ln -sf ../src/build/omake_rule.ml omake_rule.ml
- ln -sf ../src/build/omake_rule.mli omake_rule.mli
- ln -sf ../src/build/omake_target.ml omake_target.ml
- ln -sf ../src/build/omake_target.mli omake_target.mli
- ln -sf ../src/builtin/omake_builtin_arith.ml omake_builtin_arith.ml
- ln -sf ../src/builtin/omake_builtin_arith.mli omake_builtin_arith.mli
- ln -sf ../src/builtin/omake_builtin_base.ml omake_builtin_base.ml
- ln -sf ../src/builtin/omake_builtin_base.mli omake_builtin_base.mli
- ln -sf ../src/builtin/omake_builtin_file.ml omake_builtin_file.ml
- ln -sf ../src/builtin/omake_builtin_file.mli omake_builtin_file.mli
- ln -sf ../src/builtin/omake_builtin_fun.ml omake_builtin_fun.ml
- ln -sf ../src/builtin/omake_builtin_fun.mli omake_builtin_fun.mli
- ln -sf ../src/builtin/omake_builtin_io.ml omake_builtin_io.ml
- ln -sf ../src/builtin/omake_builtin_io.mli omake_builtin_io.mli
- ln -sf ../src/builtin/omake_builtin_io_fun.ml omake_builtin_io_fun.ml
- ln -sf ../src/builtin/omake_builtin_io_fun.mli omake_builtin_io_fun.mli
- ln -sf ../src/builtin/omake_builtin_object.ml omake_builtin_object.ml
- ln -sf ../src/builtin/omake_builtin_object.mli omake_builtin_object.mli
- ln -sf ../src/builtin/omake_builtin_ocamldep.ml omake_builtin_ocamldep.ml
- ln -sf ../src/builtin/omake_builtin_rule.ml omake_builtin_rule.ml
- ln -sf ../src/builtin/omake_builtin_rule.mli omake_builtin_rule.mli
- ln -sf ../src/builtin/omake_builtin_shell.ml omake_builtin_shell.ml
- ln -sf ../src/builtin/omake_builtin_shell.mli omake_builtin_shell.mli
- ln -sf ../src/builtin/omake_builtin_sys.ml omake_builtin_sys.ml
- ln -sf ../src/builtin/omake_builtin_sys.mli omake_builtin_sys.mli
- ln -sf ../src/builtin/omake_builtin_target.ml omake_builtin_target.ml
- ln -sf ../src/builtin/omake_builtin_target.mli omake_builtin_target.mli
- ln -sf ../src/builtin/omake_builtin_test.ml omake_builtin_test.ml
- ln -sf ../src/builtin/omake_builtin_test.mli omake_builtin_test.mli
- ln -sf ../src/builtin/omake_builtin_util.ml omake_builtin_util.ml
- ln -sf ../src/builtin/omake_builtin_util.mli omake_builtin_util.mli
- ln -sf ../src/builtin/omake_printf.ml omake_printf.ml
- ln -sf ../src/builtin/omake_printf.mli omake_printf.mli
- ln -sf ../src/main/omake_main.ml omake_main.ml
- ln -sf ../src/main/omake_main.mli omake_main.mli
- ln -sf ../src/main/omake_main_util.ml omake_main_util.ml
- ln -sf ../src/main/omake_shell.ml omake_shell.ml
- ln -sf ../src/main/omake_shell.mli omake_shell.mli
- ocamldep  *.ml *.mli > Makefile.dep
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_string_util.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_gen_magic.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_printf.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_printf.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_debug.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_debug.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_heap.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_heap.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_list_util.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_list_util.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_array_util.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_array_util.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_set_sig.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_set.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_set.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_map_sig.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_map.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_map.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_int_set.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_int_set.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_termsize.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_termsize.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_terminfo.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_terminfo.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_arg.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_arg.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_index.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_index.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_thread_sig.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_thread_core.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_thread_core.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_thread.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_thread.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_string_util.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_string_set.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_string_set.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_hash.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_hash.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_hash_code.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_hash_code.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_symbol.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_symbol.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_location.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_location.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_position.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_position.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_filename_util.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_filename_util.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_uname.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_uname.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_thread_pool.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_thread_pool.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_channel.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_channel.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_unix_util.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_unix_util.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_db.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_db.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_notify.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_notify.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_fs_case_sensitive.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_fs_case_sensitive.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_wild.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_wild.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_readline.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_readline.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_marshal.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_marshal.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_handle_table.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_handle_table.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_int_handle_table.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_int_handle_table.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_bitset.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_bitset.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_instrument.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_instrument.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix   -a -o lm.cma lm_printf.cmo lm_debug.cmo lm_heap.cmo lm_list_util.cmo lm_array_util.cmo lm_set_sig.cmo lm_set.cmo lm_map_sig.cmo lm_map.cmo lm_int_set.cmo lm_termsize.cmo lm_terminfo.cmo lm_arg.cmo lm_index.cmo lm_thread_sig.cmo lm_thread_core.cmo lm_thread.cmo lm_string_util.cmo lm_string_set.cmo lm_hash.cmo lm_hash_code.cmo lm_symbol.cmo lm_location.cmo lm_position.cmo lm_filename_util.cmo lm_uname.cmo lm_thread_pool.cmo lm_channel.cmo lm_unix_util.cmo lm_db.cmo lm_notify.cmo lm_fs_case_sensitive.cmo lm_wild.cmo lm_readline.cmo lm_marshal.cmo lm_handle_table.cmo lm_int_handle_table.cmo lm_bitset.cmo lm_instrument.cmo
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_hash_cons.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_hash_cons.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_lexer.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_lexer.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_parser.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_parser.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_glob.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_glob.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix   -a -o frt.cma lm_hash_cons.cmo lm_lexer.cmo lm_parser.cmo lm_glob.cmo
- gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -I"/home/opam/.opam/4.05/lib/ocaml" -I"/home/opam/.opam/4.05/lib/ocaml/caml"  -c c_lm_channel.c
- gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -I"/home/opam/.opam/4.05/lib/ocaml" -I"/home/opam/.opam/4.05/lib/ocaml/caml"  -c c_lm_printf.c
- gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -I"/home/opam/.opam/4.05/lib/ocaml" -I"/home/opam/.opam/4.05/lib/ocaml/caml"  -c c_lm_ctype.c
- gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -I"/home/opam/.opam/4.05/lib/ocaml" -I"/home/opam/.opam/4.05/lib/ocaml/caml"  -c c_lm_uname_ext.c
- gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -I"/home/opam/.opam/4.05/lib/ocaml" -I"/home/opam/.opam/4.05/lib/ocaml/caml"  -c c_lm_unix_cutil.c
- gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -I"/home/opam/.opam/4.05/lib/ocaml" -I"/home/opam/.opam/4.05/lib/ocaml/caml"  -c c_lm_compat_win32.c
- gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -I"/home/opam/.opam/4.05/lib/ocaml" -I"/home/opam/.opam/4.05/lib/ocaml/caml"  -c c_readline.c
- gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -I"/home/opam/.opam/4.05/lib/ocaml" -I"/home/opam/.opam/4.05/lib/ocaml/caml"  -c c_omake_shell_sys.c
- gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -I"/home/opam/.opam/4.05/lib/ocaml" -I"/home/opam/.opam/4.05/lib/ocaml/caml"  -c c_omake_shell_spawn.c
- gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -I"/home/opam/.opam/4.05/lib/ocaml" -I"/home/opam/.opam/4.05/lib/ocaml/caml"  -c c_fam_win32.c
- gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -I"/home/opam/.opam/4.05/lib/ocaml" -I"/home/opam/.opam/4.05/lib/ocaml/caml"  -c c_fam_kqueue.c
- gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -I"/home/opam/.opam/4.05/lib/ocaml" -I"/home/opam/.opam/4.05/lib/ocaml/caml"  -c c_fam_inotify.c
- gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -I"/home/opam/.opam/4.05/lib/ocaml" -I"/home/opam/.opam/4.05/lib/ocaml/caml"  -c c_lm_notify.c
- gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -I"/home/opam/.opam/4.05/lib/ocaml" -I"/home/opam/.opam/4.05/lib/ocaml/caml"  -c c_lm_termsize.c
- gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -I"/home/opam/.opam/4.05/lib/ocaml" -I"/home/opam/.opam/4.05/lib/ocaml/caml"  -c c_lm_terminfo.c
- gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -I"/home/opam/.opam/4.05/lib/ocaml" -I"/home/opam/.opam/4.05/lib/ocaml/caml"  -c c_lm_fs_case_sensitive.c
- rm -f clib.a
- ar cq clib.a c_lm_channel.o c_lm_printf.o c_lm_ctype.o c_lm_uname_ext.o c_lm_unix_cutil.o c_lm_compat_win32.o c_readline.o c_omake_shell_sys.o c_omake_shell_spawn.o c_fam_win32.o c_fam_kqueue.o c_fam_inotify.o c_lm_notify.o c_lm_termsize.o c_lm_terminfo.o c_lm_fs_case_sensitive.o
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -custom -o omake_gen_magic.byte -cclib clib.a unix.cma  lm.cma frt.cma omake_gen_magic.cmo
- ln -sf omake_gen_magic.byte omake_gen_magic
- ./omake_gen_magic -o omake_magic.ml --version version.txt --var "omake_cc=gcc" --var "omake_cflags=-O2 -fno-strict-aliasing -fwrapv -fcommon -D_FILE_OFFSET_BITS=64 -D_REENTRANT -fPIC -I"/home/opam/.opam/4.05/lib/ocaml" -I"/home/opam/.opam/4.05/lib/ocaml/caml" "  --var "omake_ccomptype=cc" --magic --cache-files lm_filename_util.ml lm_hash.ml lm_location.ml lm_map.ml lm_position.ml lm_set.ml lm_symbol.ml omake_value_type.ml omake_cache.ml omake_cache_type.ml omake_node.ml omake_command_digest.ml    --omc-files lm_filename_util.ml lm_hash.ml lm_location.ml lm_symbol.ml lm_map.ml lm_set.ml omake_node.ml omake_ir.ml    --omo-files lm_filename_util.ml lm_hash.ml lm_lexer.ml lm_location.ml lm_map.ml lm_parser.ml lm_position.ml lm_set.ml lm_symbol.ml omake_value_type.ml omake_cache_type.ml omake_ir.ml omake_node.ml omake_env.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_magic.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix   -a -o magic.cma omake_magic.cmo
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_node_sig.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_node.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_ir.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_var.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_symbol.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_lexer.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_parser.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_ir_util.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_ir_free_vars.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_ast.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_value_type.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_state.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_shell_type.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_options.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_exec_id.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_command_type.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_exec_type.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_exec.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_cache_type.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_cache.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_env.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_rule.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_pos.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_exec_remote.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_exec_util.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_build_type.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_type.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_main_util.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_value_print.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_value.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_shell_sys_type.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_shell_sys.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_shell_job.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_shell_completion.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_ir_ast.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_exn_print.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_eval.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_ast_print.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_ast_lex.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_shell.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_shell.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_install.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_io_fun.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_build_util.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_build.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_main.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_main.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_ast_util.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_ast_util.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_ast_print.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix   -a -o ast.cma omake_ast.cmo omake_ast_util.cmo omake_ast_print.cmo
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_options.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_state.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_node_type.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_node.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_install.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_var.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_ir_print.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_ir_print.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_ir_free_vars.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_command_type.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_value_util.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_value_util.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_value_print.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_pos.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_command.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_command.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_cache.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix   -a -o ir.cma omake_options.cmo omake_symbol.cmo omake_state.cmo omake_node_type.cmo omake_node_sig.cmo omake_node.cmo omake_install.cmo omake_ir.cmo omake_var.cmo omake_ir_util.cmo omake_ir_print.cmo omake_ir_free_vars.cmo omake_lexer.cmo omake_parser.cmo omake_value_type.cmo omake_command_type.cmo omake_value_util.cmo omake_value_print.cmo omake_pos.cmo omake_shell_type.cmo omake_command.cmo omake_cache_type.cmo omake_cache.cmo
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_env.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_exn_print.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_ast_parse.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_ast_parse.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_ast_lex.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_exp_parse.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_exp_parse.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_exp_lex.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_exp_lex.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_ir_ast.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_ir_semant.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_ir_semant.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_command_digest.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_command_digest.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix   -a -o env.cma omake_env.cmo omake_exn_print.cmo omake_ast_parse.cmo omake_ast_lex.cmo omake_exp_parse.cmo omake_exp_lex.cmo omake_ir_ast.cmo omake_ir_semant.cmo omake_command_digest.cmo
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_exec_id.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_exec_print.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_exec_print.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_exec_util.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_exec_local.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_exec_local.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_exec_remote.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_exec_notify.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_exec_notify.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_exec.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix   -a -o exec.cma omake_exec_id.cmo omake_exec_type.cmo omake_exec_print.cmo omake_exec_util.cmo omake_exec_local.cmo omake_exec_remote.cmo omake_exec_notify.cmo omake_exec.cmo
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_eval.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_value.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix   -a -o eval.cma omake_eval.cmo omake_value.cmo
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_shell_parse.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_shell_parse.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_shell_lex.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_shell_lex.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_shell_spawn.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_shell_spawn.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_shell_sys.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_shell_job.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_shell_completion.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix   -a -o shell.cma omake_shell_parse.cmo omake_shell_lex.cmo omake_shell_spawn.cmo omake_shell_sys_type.cmo omake_shell_sys.cmo omake_shell_job.cmo omake_shell_completion.cmo
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_rule.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_build_tee.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_build_tee.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_build_util.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_target.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_target.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_build.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix   -a -o build.cma omake_rule.cmo omake_build_type.cmo omake_build_tee.cmo omake_build_util.cmo omake_builtin_type.cmo omake_target.cmo omake_builtin.cmo omake_build.cmo
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_printf.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_printf.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_util.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_util.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_base.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_base.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_arith.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_arith.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_file.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_file.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_fun.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_fun.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_io.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_io.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_io_fun.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_sys.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_sys.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_target.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_target.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_shell.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_shell.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_rule.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_rule.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_object.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_object.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_test.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_test.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_ocamldep.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -linkall -a -o builtin.cma omake_printf.cmo omake_builtin_util.cmo omake_builtin_base.cmo omake_builtin_arith.cmo omake_builtin_file.cmo omake_builtin_fun.cmo omake_builtin_io.cmo omake_builtin_io_fun.cmo omake_builtin_sys.cmo omake_builtin_target.cmo omake_builtin_shell.cmo omake_builtin_rule.cmo omake_builtin_object.cmo omake_builtin_test.cmo omake_builtin_ocamldep.cmo
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -custom -o omake.byte -cclib clib.a unix.cma  lm.cma frt.cma magic.cma ast.cma ir.cma env.cma exec.cma eval.cma shell.cma build.cma builtin.cma omake_main_util.cmo omake_shell.cmo omake_main.cmo
- ln -sf omake.byte omake
- boot/omake '--dotomake' '.omake' '--force-dotomake' '-j1' 'main' 'OCAML=ocaml'
- *** omake: reading OMakefiles
- --- Checking for ocamlfind... (found /home/opam/.opam/4.05/bin/ocamlfind)
- --- Checking for ocamlc.opt... (found /home/opam/.opam/4.05/bin/ocamlc.opt)
- --- Checking for ocamlopt.opt... (found /home/opam/.opam/4.05/bin/ocamlopt.opt)
- --- Checking for ocamldep.opt... (found /home/opam/.opam/4.05/bin/ocamldep.opt)
- --- Checking for ocamllex.opt... (found /home/opam/.opam/4.05/bin/ocamllex.opt)
- --- Checking whether ocamlc understands the "z" warnings... (yes)
- --- Checking whether ocamlopt can create cmxs plugins... (yes)
- --- Checking for ncurses... --- Checking for gcc... (found /usr/bin/gcc)
- --- Checking for g++... (found /usr/bin/g++)
- --- Checking for gcc... (found /usr/bin/gcc)
- --- Checking for g++... (found /usr/bin/g++)
- --- Checking for gcc... (found /usr/bin/gcc)
- --- Checking for ld... (found /usr/bin/ld)
- --- Checking for as... (found /usr/bin/as)
- (NOT found)
- --- Checking for inotify... (found)
- --- Checking if ocamldep understands -modules... (yes)
- Updating the .config file.
- --- Checking for OCaml library location... (/home/opam/.opam/4.05/lib/ocaml)
- --- Checking if ocamlopt was compiled with flambda... (no)
- --- Checking for ncurses... --- Checking for gcc... (found /usr/bin/gcc)
- --- Checking for g++... (found /usr/bin/g++)
- --- Checking for gcc... (found /usr/bin/gcc)
- --- Checking for g++... (found /usr/bin/g++)
- --- Checking for gcc... (found /usr/bin/gcc)
- --- Checking for ld... (found /usr/bin/ld)
- --- Checking for as... (found /usr/bin/as)
- (NOT found)
- --- Checking for inotify... (found)
- --- Checking for function snprintf... (found)
- --- Checking for optimal filesystem case-sensitivity test... (Generic)
- --- Checking for function posix_spawn... (found)
- --- Checking for function moncontrol... (found)
- --- Checking if ocamldep understands -modules... (yes)
- --- Checking for hevea... (FAILED - no hevea found)
- --- *** Hevea not found or Hevea installation is incomplete;
- --- *** will neither be able to build plain text, Info,
- --- *** nor HTML version of OMake documentation
- --- Checking for date... (found /usr/bin/date)
- --- Checking for date... (found /usr/bin/date)
- *** omake: finished reading OMakefiles (2.04 sec)
- *** omake: saved .omakedb
- *** omake: saved .omakedb
- *** omake: saved .omakedb
- *** omake: done (49.55 sec, 244/244 scans, 268/429 rules, 721/912 digests)
- src/main/prelim_omake '--dotomake' '.omake' '--force-dotomake' '-j1' 'all' 'OCAML=ocaml'
- *** omake: reading OMakefiles
- *** omake: finished reading OMakefiles (0.05 sec)
- *** omake: done (15.27 sec, 244/244 scans, 130/469 rules, 220/403 digests)
-> compiled  omake.0.10.6
Processing 161/165: [core: jbuilder build]
Processing 162/165: [core: jbuilder build] [omake: make install]
- ocaml -safe-string -strict-sequence -I +unix -I +str build.ml -install OCAML="ocaml"
- src/main/prelim_omake '--dotomake' '.omake' '--force-dotomake' 'install' 'OCAML=ocaml'
- *** omake: reading OMakefiles
- *** omake: finished reading OMakefiles (0.06 sec)
- *** omake: done (0.33 sec, 0/244 scans, 3/458 rules, 0/165 digests)
-> installed omake.0.10.6
Processing 162/165: [core: jbuilder build]
+ /home/opam/.opam/4.05/bin/jbuilder "build" "-p" "core" "-j" "255" (CWD=/home/opam/.opam/4.05/.opam-switch/build/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 "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));
-       |             ^~~~~~~
-     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
-> installed core.v0.10.0
Processing 164/165: [cfstream: omake]
+ /home/opam/.opam/4.05/bin/omake "PREFIX=/home/opam/.opam/4.05" "COMPILE_TEST=false" (CWD=/home/opam/.opam/4.05/.opam-switch/build/cfstream.1.1.1)
- *** omake: reading OMakefiles
- --- Checking for ocamlfind... (found /home/opam/.opam/4.05/bin/ocamlfind)
- --- Checking for ocamlc.opt... (found /home/opam/.opam/4.05/bin/ocamlc.opt)
- --- Checking for ocamlopt.opt... (found /home/opam/.opam/4.05/bin/ocamlopt.opt)
- --- Checking for ocamldep.opt... (found /home/opam/.opam/4.05/bin/ocamldep.opt)
- --- Checking for ocamllex.opt... (found /home/opam/.opam/4.05/bin/ocamllex.opt)
- --- Checking whether ocamlc understands the "z" warnings... (yes)
- --- Checking whether ocamlopt can create cmxs plugins... (yes)
- *** omake: finished reading OMakefiles (0.08 sec)
- --- Checking if ocamldep understands -modules... (yes)
- - build _build/src/lib CFStream_stream.cmi
- + ocamlfind ocamlc -package core -bin-annot -annot -warn-error P -thread -I . -o CFStream_stream.cmi -c CFStream_stream.mli
- File "CFStream_stream.mli", line 6, characters 5-13:
- Warning 3: deprecated: module Core.Std
- [since 2017-02] Use Core. The Std sub-module is no longer needed
- File "CFStream_stream.mli", line 75, characters 17-27:
- Warning 3: deprecated: Core.Std.in_channel
- [since 2016-04] Use [In_channel.t]
- File "CFStream_stream.mli", line 79, characters 45-55:
- Warning 3: deprecated: Core.Std.in_channel
- [since 2016-04] Use [In_channel.t]
- File "CFStream_stream.mli", line 365, characters 20-37:
- Warning 3: deprecated: module Core.Std
- [since 2017-02] Use Core. The Std sub-module is no longer needed
- - build _build/src/lib CFStream_stream.cmo
- + ocamlfind ocamlc -package core -bin-annot -annot -warn-error P -thread -I . -o CFStream_stream.cmo -c CFStream_stream.ml
- File "CFStream_stream.ml", line 1, characters 5-13:
- Warning 3: deprecated: module Core.Std
- [since 2017-02] Use Core. The Std sub-module is no longer needed
- - build _build/src/lib CFStream_stream.o
- + ocamlfind ocamlopt -package core -bin-annot -annot -warn-error P -thread -I . -o CFStream_stream.cmx -c CFStream_stream.ml
- File "CFStream_stream.ml", line 1, characters 5-13:
- Warning 3: deprecated: module Core.Std
- [since 2017-02] Use Core. The Std sub-module is no longer needed
- File "CFStream_stream.ml", line 513, characters 12-25:
- Warning 3: deprecated: Core.Std.String.create
- [since 2017-10] Use [Bytes.create] instead
- File "CFStream_stream.ml", line 513, characters 12-25:
- Warning 3: deprecated: Core.Std.String.create
- [since 2017-10] Use [Bytes.create] instead
- File "CFStream_stream.ml", line 532, characters 32-52:
- Warning 3: deprecated: Core.Std.Hashtbl.Poly.replace
- [since 2015-10] Use set instead
- File "CFStream_stream.ml", line 532, characters 32-52:
- Warning 3: deprecated: Core.Std.Hashtbl.Poly.replace
- [since 2015-10] Use set instead
- File "CFStream_stream.ml", line 537, characters 58-70:
- Warning 3: deprecated: Core.Std.Map.Poly.add
- [since 2017-11] Use [set] instead
- File "CFStream_stream.ml", line 537, characters 58-70:
- Warning 3: deprecated: Core.Std.Map.Poly.add
- [since 2017-11] Use [set] instead
- *** omake: done (0.70 sec, 5/5 scans, 10/21 rules, 34/63 digests)
-> compiled  cfstream.1.1.1
Processing 165/165: [cfstream: omake install]
+ /home/opam/.opam/4.05/bin/omake "install" (CWD=/home/opam/.opam/4.05/.opam-switch/build/cfstream.1.1.1)
- *** omake: reading OMakefiles
- Building test
- *** omake: finished reading OMakefiles (0.01 sec)
- - build _build/src/lib <uninstall_lib>
- + ocamlfind remove cfstream
- ocamlfind: [WARNING] No such file: /home/opam/.opam/4.05/lib/cfstream/META
- - build _build/src/lib <install_lib>
- + ocamlfind install cfstream META *.cm[iox] *.o cfstream.cma cfstream.cmxa *.a
- Installed /home/opam/.opam/4.05/lib/cfstream/cfstream.a
- Installed /home/opam/.opam/4.05/lib/cfstream/cfstream.cmxa
- Installed /home/opam/.opam/4.05/lib/cfstream/cfstream.cma
- Installed /home/opam/.opam/4.05/lib/cfstream/CFStream.o
- Installed /home/opam/.opam/4.05/lib/cfstream/CFStream_stream.o
- Installed /home/opam/.opam/4.05/lib/cfstream/CFStream_about.o
- Installed /home/opam/.opam/4.05/lib/cfstream/CFStream_streamable.o
- Installed /home/opam/.opam/4.05/lib/cfstream/CFStream.cmx
- Installed /home/opam/.opam/4.05/lib/cfstream/CFStream.cmo
- Installed /home/opam/.opam/4.05/lib/cfstream/CFStream.cmi
- Installed /home/opam/.opam/4.05/lib/cfstream/CFStream_stream.cmx
- Installed /home/opam/.opam/4.05/lib/cfstream/CFStream_stream.cmo
- Installed /home/opam/.opam/4.05/lib/cfstream/CFStream_stream.cmi
- Installed /home/opam/.opam/4.05/lib/cfstream/CFStream_about.cmx
- Installed /home/opam/.opam/4.05/lib/cfstream/CFStream_streamable.cmx
- Installed /home/opam/.opam/4.05/lib/cfstream/CFStream_about.cmo
- Installed /home/opam/.opam/4.05/lib/cfstream/CFStream_about.cmi
- Installed /home/opam/.opam/4.05/lib/cfstream/CFStream_streamable.cmo
- Installed /home/opam/.opam/4.05/lib/cfstream/CFStream_streamable.cmi
- Installed /home/opam/.opam/4.05/lib/cfstream/META
- *** omake: done (0.02 sec, 0/5 scans, 2/23 rules, 0/38 digests)
-> installed cfstream.1.1.1
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:31.55 ---> saved as "6fb735317afd7556f168001cb9668a9e5560588d32391c839daf06723c437f78"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u cfstream:577adedd7616137cbf392d0449ca6cb1,spawn:683e60290b3cfc48e1ec1c6ac9586a92,core:d49cc044a6e46883638e8b8083952afb"))
2024-01-29 18:31.57 ---> saved as "f1e4fd6ed26a67d61145b01bb312ddff06cfdb9cb03a844dcbd2cd9820a83465"

/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.040672') && (for DATA in prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0,core.v0.10.0-d49cc044a6e46883638e8b8083952afb,core.v0.10.0 prep/universes/683e60290b3cfc48e1ec1c6ac9586a92/spawn/v0.10.1,spawn.v0.10.1-683e60290b3cfc48e1ec1c6ac9586a92,spawn.v0.10.1 prep/universes/577adedd7616137cbf392d0449ca6cb1/cfstream/1.1.1,cfstream.1.1.1-577adedd7616137cbf392d0449ca6cb1,cfstream.1.1.1; 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/d49cc044a6e46883638e8b8083952afb/core/v0.10.0,core.v0.10.0-d49cc044a6e46883638e8b8083952afb,core.v0.10.0 prep/universes/683e60290b3cfc48e1ec1c6ac9586a92/spawn/v0.10.1,spawn.v0.10.1-683e60290b3cfc48e1ec1c6ac9586a92,spawn.v0.10.1 prep/universes/577adedd7616137cbf392d0449ca6cb1/cfstream/1.1.1,cfstream.1.1.1-577adedd7616137cbf392d0449ca6cb1,cfstream.1.1.1; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0,core.v0.10.0-d49cc044a6e46883638e8b8083952afb,core.v0.10.0 prep/universes/683e60290b3cfc48e1ec1c6ac9586a92/spawn/v0.10.1,spawn.v0.10.1-683e60290b3cfc48e1ec1c6ac9586a92,spawn.v0.10.1 prep/universes/577adedd7616137cbf392d0449ca6cb1/cfstream/1.1.1,cfstream.1.1.1-577adedd7616137cbf392d0449ca6cb1,cfstream.1.1.1; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.040672
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/doc/
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/doc/core/
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/doc/core/CHANGES.md
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/doc/core/LICENSE.txt
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/doc/core/README.md
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core.ocamlobjinfo
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/META
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core.cmi
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core.cmt
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__.cmi
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__.cmt
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Am_running_inline_test.cmi
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Am_running_inline_test.cmt
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Am_running_inline_test.cmti
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Bigbuffer.cmi
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Bigbuffer.cmt
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Bigbuffer.cmti
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Bigstring.cmi
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Bigstring.cmt
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Bigstring.cmti
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Bigstring_marshal.cmi
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Bigstring_marshal.cmt
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Bigstring_marshal.cmti
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Caml.cmi
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Caml.cmt
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Command.cmi
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Command.cmt
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Command.cmti
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Core_condition.cmi
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Core_condition.cmt
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Core_condition.cmti
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Core_date.cmi
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Core_date.cmt
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Core_date.cmti
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Core_date_intf.cmi
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Core_date_intf.cmt
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Core_filename.cmi
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Core_filename.cmt
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Core_filename.cmti
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Core_mutex.cmi
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Core_mutex.cmt
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Core_mutex.cmti
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Core_sys.cmi
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Core_sys.cmt
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Core_sys.cmti
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Core_thread.cmi
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Core_thread.cmt
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Core_thread.cmti
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Core_time.cmi
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Core_time.cmt
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Core_time.cmti
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Core_time_float.cmi
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Core_time_float.cmt
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Core_time_float.cmti
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Core_time_intf.cmi
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Core_time_intf.cmt
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Core_time_ns.cmi
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Core_time_ns.cmt
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Core_time_ns.cmti
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Core_unix.cmi
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Core_unix.cmt
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Core_unix.cmti
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Crc.cmi
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Crc.cmt
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Crc.cmti
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Daemon.cmi
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Daemon.cmt
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Daemon.cmti
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Import.cmi
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Import.cmt
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Import_time.cmi
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Import_time.cmt
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Interval.cmi
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Interval.cmt
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Interval.cmti
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Interval_intf.cmi
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Interval_intf.cmt
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Iobuf.cmi
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Iobuf.cmt
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Iobuf.cmti
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Iobuf_debug.cmi
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Iobuf_debug.cmt
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Iobuf_debug.cmti
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Iobuf_intf.cmi
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Iobuf_intf.cmt
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Linux_ext.cmi
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Linux_ext.cmt
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Linux_ext.cmti
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Linux_ext_intf.cmi
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Linux_ext_intf.cmt
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Lock_file.cmi
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Lock_file.cmt
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Lock_file.cmti
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Mac_address.cmi
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Mac_address.cmt
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Mac_address.cmti
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Md5.cmi
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Md5.cmt
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Md5.cmti
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Mutex0.cmi
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Mutex0.cmt
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Nano_mutex.cmi
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Nano_mutex.cmt
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Nano_mutex.cmti
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Piecewise_linear.cmi
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Piecewise_linear.cmt
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Piecewise_linear.cmti
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Piecewise_linear_intf.cmi
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Piecewise_linear_intf.cmt
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Process_env.cmi
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Process_env.cmt
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Process_env.cmti
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Schedule_v4_deprecated.cmi
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Schedule_v4_deprecated.cmt
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Schedule_v4_deprecated.cmti
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Schedule_v5.cmi
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Schedule_v5.cmt
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Schedule_v5.cmti
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Signal.cmi
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Signal.cmt
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Signal.cmti
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Squeue.cmi
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Squeue.cmt
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Squeue.cmti
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Stable.cmi
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Stable.cmt
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Std0.cmi
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Std0.cmt
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Syscall_result.cmi
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Syscall_result.cmt
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Syscall_result.cmti
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Syscall_result_intf.cmi
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Syscall_result_intf.cmt
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Syslog.cmi
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Syslog.cmt
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Syslog.cmti
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Time_common.cmi
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Time_common.cmt
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Time_ns_intf.cmi
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Time_ns_intf.cmt
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Time_stamp_counter.cmi
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Time_stamp_counter.cmt
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Time_stamp_counter.cmti
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Time_stamp_counter_benchmarks.cmi
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Time_stamp_counter_benchmarks.cmt
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Timing_wheel_float.cmi
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Timing_wheel_float.cmt
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Timing_wheel_float.cmti
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Unix_error.cmi
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Unix_error.cmt
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__User_and_group.cmi
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__User_and_group.cmt
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__User_and_group.cmti
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Uuid.cmi
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Uuid.cmt
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Uuid.cmti
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Version_util.cmi
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Version_util.cmt
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Version_util.cmti
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Version_util_intf.cmi
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Version_util_intf.cmt
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Weak_hashtbl.cmi
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Weak_hashtbl.cmt
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/core__Weak_hashtbl.cmti
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/dune-package
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/top/
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/top/core_top.ocamlobjinfo
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/top/core_top.cmi
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/top/core_top.cmt
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/top/core_top__Core_install_printers.cmi
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/lib/core/top/core_top__Core_install_printers.cmt
prep/universes/d49cc044a6e46883638e8b8083952afb/core/v0.10.0/opam
prep/universes/683e60290b3cfc48e1ec1c6ac9586a92/spawn/v0.10.1/doc/
prep/universes/683e60290b3cfc48e1ec1c6ac9586a92/spawn/v0.10.1/doc/spawn/
prep/universes/683e60290b3cfc48e1ec1c6ac9586a92/spawn/v0.10.1/doc/spawn/CHANGES.md
prep/universes/683e60290b3cfc48e1ec1c6ac9586a92/spawn/v0.10.1/doc/spawn/LICENSE.md
prep/universes/683e60290b3cfc48e1ec1c6ac9586a92/spawn/v0.10.1/doc/spawn/README.md
prep/universes/683e60290b3cfc48e1ec1c6ac9586a92/spawn/v0.10.1/lib/
prep/universes/683e60290b3cfc48e1ec1c6ac9586a92/spawn/v0.10.1/lib/spawn/
prep/universes/683e60290b3cfc48e1ec1c6ac9586a92/spawn/v0.10.1/lib/spawn/spawn.ocamlobjinfo
prep/universes/683e60290b3cfc48e1ec1c6ac9586a92/spawn/v0.10.1/lib/spawn/META
prep/universes/683e60290b3cfc48e1ec1c6ac9586a92/spawn/v0.10.1/lib/spawn/dune-package
prep/universes/683e60290b3cfc48e1ec1c6ac9586a92/spawn/v0.10.1/lib/spawn/spawn.cmi
prep/universes/683e60290b3cfc48e1ec1c6ac9586a92/spawn/v0.10.1/lib/spawn/spawn.cmt
prep/universes/683e60290b3cfc48e1ec1c6ac9586a92/spawn/v0.10.1/lib/spawn/spawn.cmti
prep/universes/683e60290b3cfc48e1ec1c6ac9586a92/spawn/v0.10.1/opam
prep/universes/577adedd7616137cbf392d0449ca6cb1/cfstream/1.1.1/lib/
prep/universes/577adedd7616137cbf392d0449ca6cb1/cfstream/1.1.1/lib/cfstream/
prep/universes/577adedd7616137cbf392d0449ca6cb1/cfstream/1.1.1/lib/cfstream/cfstream.ocamlobjinfo
prep/universes/577adedd7616137cbf392d0449ca6cb1/cfstream/1.1.1/lib/cfstream/CFStream.cmi
prep/universes/577adedd7616137cbf392d0449ca6cb1/cfstream/1.1.1/lib/cfstream/CFStream_about.cmi
prep/universes/577adedd7616137cbf392d0449ca6cb1/cfstream/1.1.1/lib/cfstream/CFStream_stream.cmi
prep/universes/577adedd7616137cbf392d0449ca6cb1/cfstream/1.1.1/lib/cfstream/CFStream_streamable.cmi
prep/universes/577adedd7616137cbf392d0449ca6cb1/cfstream/1.1.1/lib/cfstream/META
prep/universes/577adedd7616137cbf392d0449ca6cb1/cfstream/1.1.1/opam
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
HASHES:core.v0.10.0-d49cc044a6e46883638e8b8083952afb:601e675cfef56347a51b5d474010a12696a93b984cee078b45e4d5ed8c982ca4
HASHES:spawn.v0.10.1-683e60290b3cfc48e1ec1c6ac9586a92:385a64f3843400ae6154e0f856ecdf9d0f8075f9452e081c71ad311bce39d66d
HASHES:cfstream.1.1.1-577adedd7616137cbf392d0449ca6cb1:da4afbba1271c475e193d3e3ad1661c3138b1ef2d07278192b6eaef8927cb323
2024-01-29 18:32.00 ---> saved as "28cfde26b4bcbb6bbadbdbd1e138414ef413d0d0bf66ac69729dd32c1ca10c10"
Job succeeded
2024-01-29 18:37.21: cfstream.1.1.1-577adedd7616137cbf392d0449ca6cb1 -> da4afbba1271c475e193d3e3ad1661c3138b1ef2d07278192b6eaef8927cb323
2024-01-29 18:37.21: spawn.v0.10.1-683e60290b3cfc48e1ec1c6ac9586a92 -> 385a64f3843400ae6154e0f856ecdf9d0f8075f9452e081c71ad311bce39d66d
2024-01-29 18:37.21: core.v0.10.0-d49cc044a6e46883638e8b8083952afb -> 601e675cfef56347a51b5d474010a12696a93b984cee078b45e4d5ed8c982ca4
2024-01-29 18:37.21: Job succeeded