Build:
  1. 0
2024-09-12 08:35.55: New job: Voodoo prep b0.0.0.2; a54392a6011e140aca3496bca94dbc3d
2024-09-12 08:35.55: Waiting for resource in pool OCluster
2024-09-12 21:24.07: Waiting for worker…
2024-09-12 21:25.24: Got resource from pool OCluster
2024-09-12 21:25.24: Using cache hint "docs-universe-prep-4.14.2"

To reproduce locally:

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

2024-09-12 21:25.24: RETRYING: 2024-09-12/083555-voodoo-prep-9f755c Number of retries: 0 (retriable error condition)
Building on doris.caelum.ci.dev
All commits already cached
Updating files:  69% (21887/31627)
Updating files:  70% (22139/31627)
Updating files:  71% (22456/31627)
Updating files:  72% (22772/31627)
Updating files:  73% (23088/31627)
Updating files:  74% (23404/31627)
Updating files:  75% (23721/31627)
Updating files:  76% (24037/31627)
Updating files:  77% (24353/31627)
Updating files:  78% (24670/31627)
Updating files:  79% (24986/31627)
Updating files:  80% (25302/31627)
Updating files:  81% (25618/31627)
Updating files:  82% (25935/31627)
Updating files:  83% (26251/31627)
Updating files:  84% (26567/31627)
Updating files:  85% (26883/31627)
Updating files:  86% (27200/31627)
Updating files:  87% (27516/31627)
Updating files:  88% (27832/31627)
Updating files:  89% (28149/31627)
Updating files:  90% (28465/31627)
Updating files:  91% (28781/31627)
Updating files:  92% (29097/31627)
Updating files:  93% (29414/31627)
Updating files:  94% (29730/31627)
Updating files:  95% (30046/31627)
Updating files:  96% (30362/31627)
Updating files:  97% (30679/31627)
Updating files:  98% (30995/31627)
Updating files:  99% (31311/31627)
Updating files: 100% (31627/31627)
Updating files: 100% (31627/31627), done.
HEAD is now at d6d8c27e5d OCamlbuild.0.15.0

(build "tools" …)

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

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

/: (workdir /home/opam)

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

/home/opam: (run (network host)
                 (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [11.7 kB]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [179 kB]
Fetched 295 kB in 0s (940 kB/s)
Reading package lists...
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  libpkgconf3 pkgconf pkgconf-bin
Suggested packages:
  m4-doc
The following NEW packages will be installed:
  libpkgconf3 m4 pkg-config pkgconf pkgconf-bin
0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded.
Need to get 392 kB of archives.
After this operation, 969 kB of additional disk space will be used.
Get:1 http://deb.debian.org/debian bookworm/main amd64 libpkgconf3 amd64 1.8.1-1 [36.1 kB]
Get:2 http://deb.debian.org/debian bookworm/main amd64 m4 amd64 1.4.19-3 [287 kB]
Get:3 http://deb.debian.org/debian bookworm/main amd64 pkgconf-bin amd64 1.8.1-1 [29.5 kB]
Get:4 http://deb.debian.org/debian bookworm/main amd64 pkgconf amd64 1.8.1-1 [25.9 kB]
Get:5 http://deb.debian.org/debian bookworm/main amd64 pkg-config amd64 1.8.1-1 [13.7 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 392 kB in 0s (7516 kB/s)
Selecting previously unselected package libpkgconf3:amd64.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18733 files and directories currently installed.)
Preparing to unpack .../libpkgconf3_1.8.1-1_amd64.deb ...
Unpacking libpkgconf3:amd64 (1.8.1-1) ...
Selecting previously unselected package m4.
Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ...
Unpacking m4 (1.4.19-3) ...
Selecting previously unselected package pkgconf-bin.
Preparing to unpack .../pkgconf-bin_1.8.1-1_amd64.deb ...
Unpacking pkgconf-bin (1.8.1-1) ...
Selecting previously unselected package pkgconf:amd64.
Preparing to unpack .../pkgconf_1.8.1-1_amd64.deb ...
Unpacking pkgconf:amd64 (1.8.1-1) ...
Selecting previously unselected package pkg-config:amd64.
Preparing to unpack .../pkg-config_1.8.1-1_amd64.deb ...
Unpacking pkg-config:amd64 (1.8.1-1) ...
Setting up m4 (1.4.19-3) ...
Setting up libpkgconf3:amd64 (1.8.1-1) ...
Setting up pkgconf-bin (1.8.1-1) ...
Setting up pkgconf:amd64 (1.8.1-1) ...
Setting up pkg-config:amd64 (1.8.1-1) ...
Processing triggers for libc-bin (2.36-9+deb12u8) ...
2024-09-12 21:18.58 ---> using "64027e071d7f4bb79a519ab4cf43cd8d13e54fe5188051a605e9293619bec9b3" from cache

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

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

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

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

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

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

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

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

/: (workdir /home/opam)

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

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

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

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

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

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

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

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-09-12 21:18.59 ---> using "243799866d3bf07605f5407efbd392b1589892a26c5af995bb5c148a56fe3ff1" from cache

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

2024-09-12 21:18.59 ---> using "b97be97ed2720913e79a9ad421acb120b0a6aad5a63c3d0b329fd9d1996e3649" from cache

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-09-12 21:18.59 ---> using "4cc92d3de8bb374ffa50751b41c217d2895c4928328deb5e36f2a5a00e1ef40b" from cache

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocamlfind.1.9.6  (cached)
-> installed ocamlfind.1.9.6
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 21:18.59 ---> using "e55116739c7108826f30e62a8c3c69e050e6b58d646a30640a568956b7aab639" from cache

/home/opam: (env DUNE_CACHE disabled)

/home/opam: (env DUNE_CACHE_TRANSPORT direct)

/home/opam: (env DUNE_CACHE_DUPLICATION copy)

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
                 (network host)
                 (shell "(sudo apt update) && ((opam depext -viy b0.0.0.2 topkg.1.0.7 ocamlfind.1.9.6 ocamlbuild.0.15.0 cmdliner.1.0.4 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))

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

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

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

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

<><> Carrying on to "opam depext -viy b0.0.0.2 topkg.1.0.7 ocamlfind.1.9.6 ocamlbuild.0.15.0 cmdliner.1.0.4" 

Since version 2.1, opam now handles external dependencies alongside OCaml ones, and the `depext` plugin interface is provided for backwards compatibility only. Consider using your usual `opam install` command to install both OCaml and system dependencies, or `opam install <pkg> --depext-only` if you want to only install external dependencies.
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
[NOTE] Package ocamlfind is already installed (current version is 1.9.6).
The following actions will be performed:
  - install cmdliner   1.0.4
  - install ocamlbuild 0.15.0
  - install topkg      1.0.7
  - install b0         0.0.2
===== 4 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/12:
Processing  2/12:
Processing  3/12:
-> retrieved cmdliner.1.0.4  (cached)
Processing  4/12:
Processing  5/12: [cmdliner: make all]
-> retrieved b0.0.0.2  (cached)
-> retrieved ocamlbuild.0.15.0  (cached)
Processing  6/12: [cmdliner: make all] [ocamlbuild: make configure.make]
-> retrieved topkg.1.0.7  (cached)
- (echo "# This file was generated from configure.make"; \
- echo ;\
- echo "OCAML_PREFIX="; \
- echo "OCAML_BINDIR=/home/opam/.opam/4.14/bin"; \
- echo "OCAML_LIBDIR=/home/opam/.opam/4.14/lib/ocaml"; \
- echo "OCAML_MANDIR=/home/opam/.opam/4.14/man"; \
- echo ;\
- echo "EXT_OBJ=.o"; \
- echo "EXT_ASM=.s"; \
- echo "EXT_LIB=.a"; \
- echo "EXT_DLL=.so"; \
- echo "EXE="; \
- echo ;\
- echo "OCAML_NATIVE=true"; \
- echo "OCAML_NATIVE_TOOLS=true"; \
- echo "NATDYNLINK=true"; \
- echo "SUPPORT_SHARED_LIBRARIES=true"; \
- echo ;\
- echo "PREFIX=/home/opam/.opam/4.14"; \
- echo "BINDIR=/home/opam/.opam/4.14/bin"; \
- echo "LIBDIR=/home/opam/.opam/4.14/lib"; \
- echo "MANDIR=/home/opam/.opam/4.14/man"; \
- ) > Makefile.config
- (echo "(* This file was generated from ../configure.make *)"; \
- echo ;\
- echo 'let bindir = {|/home/opam/.opam/4.14/bin|}'; \
- echo 'let libdir = {|/home/opam/.opam/4.14/lib|}'; \
- echo 'let ocaml_libdir = {|/home/opam/.opam/4.14/lib/ocaml|}'; \
- echo 'let libdir_abs = {|/home/opam/.opam/4.14/lib|}'; \
- echo 'let ocaml_native = true'; \
- echo 'let ocaml_native_tools = true'; \
- echo 'let supports_shared_libraries = true';\
- echo 'let a = "a"'; \
- echo 'let o = "o"'; \
- echo 'let so = "so"'; \
- echo 'let ext_dll = ".so"'; \
- echo 'let exe = ""'; \
- echo 'let version = "0.15.0"'; \
- ) > src/ocamlbuild_config.ml
Processing  6/12: [cmdliner: make all] [ocamlbuild: make check-if-preinstalled]
- ocaml build.ml cma
- File "cmdliner_base.ml", line 158, characters 14-27:
- 158 |       `Error (err_ambiguous "enum value" s ambs)
-                     ^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels kind, ambs were omitted in the application of this function.
- File "cmdliner_docgen.ml", line 278, characters 23-39:
- 278 |   if Cmdliner_manpage.(smap_has_section sm s_name) then sm else
-                              ^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label sec was omitted in the application of this function.
- File "cmdliner_docgen.ml", line 293, characters 22-56:
- 293 |   let ins sm (s, b) = Cmdliner_manpage.smap_append_block sm s b in
-                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label sec was omitted in the application of this function.
- File "cmdliner_docgen.ml", line 294, characters 35-51:
- 294 |   let has_senv = Cmdliner_manpage.(smap_has_section sm s_environment) in
-                                          ^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label sec was omitted in the application of this function.
- File "cmdliner_docgen.ml", line 295, characters 36-52:
- 295 |   let has_sexit = Cmdliner_manpage.(smap_has_section sm s_exit_status) in
-                                           ^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label sec was omitted in the application of this function.
- File "cmdliner_cline.ml", line 123, characters 20-47:
- 123 |           let err = Cmdliner_base.err_ambiguous "option" name ambs in
-                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels kind, ambs were omitted in the application of this function.
- File "cmdliner_arg.ml", line 164, characters 24-50:
- 164 | | `Error e -> failwith (Cmdliner_msg.err_opt_parse f e)
-                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label err was omitted in the application of this function.
- File "cmdliner_arg.ml", line 214, characters 24-50:
- 214 | | `Error e -> failwith (Cmdliner_msg.err_pos_parse a e)
-                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label err was omitted in the application of this function.
- File "cmdliner_arg.ml", line 231, characters 10-36:
- 231 |   let a = Cmdliner_info.arg_make_pos pos a in
-                 ^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label pos was omitted in the application of this function.
- File "cmdliner.ml", line 195, characters 25-47:
- 195 |       | `Std_help fmt -> Cmdliner_docgen.pp_man err_ppf fmt help_ppf ei; `Help
-                                ^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label errs was omitted in the application of this function.
- ocaml build.ml cmxa
- File "cmdliner_base.ml", line 158, characters 14-27:
- 158 |       `Error (err_ambiguous "enum value" s ambs)
-                     ^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels kind, ambs were omitted in the application of this function.
- File "cmdliner_docgen.ml", line 278, characters 23-39:
- 278 |   if Cmdliner_manpage.(smap_has_section sm s_name) then sm else
-                              ^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label sec was omitted in the application of this function.
- File "cmdliner_docgen.ml", line 293, characters 22-56:
- 293 |   let ins sm (s, b) = Cmdliner_manpage.smap_append_block sm s b in
-                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label sec was omitted in the application of this function.
- File "cmdliner_docgen.ml", line 294, characters 35-51:
- 294 |   let has_senv = Cmdliner_manpage.(smap_has_section sm s_environment) in
-                                          ^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label sec was omitted in the application of this function.
- File "cmdliner_docgen.ml", line 295, characters 36-52:
- 295 |   let has_sexit = Cmdliner_manpage.(smap_has_section sm s_exit_status) in
-                                           ^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label sec was omitted in the application of this function.
- File "cmdliner_cline.ml", line 123, characters 20-47:
- 123 |           let err = Cmdliner_base.err_ambiguous "option" name ambs in
-                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels kind, ambs were omitted in the application of this function.
- File "cmdliner_arg.ml", line 164, characters 24-50:
- 164 | | `Error e -> failwith (Cmdliner_msg.err_opt_parse f e)
-                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label err was omitted in the application of this function.
- File "cmdliner_arg.ml", line 214, characters 24-50:
- 214 | | `Error e -> failwith (Cmdliner_msg.err_pos_parse a e)
-                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label err was omitted in the application of this function.
- File "cmdliner_arg.ml", line 231, characters 10-36:
- 231 |   let a = Cmdliner_info.arg_make_pos pos a in
-                 ^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label pos was omitted in the application of this function.
- File "cmdliner.ml", line 195, characters 25-47:
- 195 |       | `Std_help fmt -> Cmdliner_docgen.pp_man err_ppf fmt help_ppf ei; `Help
-                                ^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label errs was omitted in the application of this function.
- ocaml build.ml cmxs
- File "cmdliner_base.ml", line 158, characters 14-27:
- 158 |       `Error (err_ambiguous "enum value" s ambs)
-                     ^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels kind, ambs were omitted in the application of this function.
- File "cmdliner_docgen.ml", line 278, characters 23-39:
- 278 |   if Cmdliner_manpage.(smap_has_section sm s_name) then sm else
-                              ^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label sec was omitted in the application of this function.
- File "cmdliner_docgen.ml", line 293, characters 22-56:
- 293 |   let ins sm (s, b) = Cmdliner_manpage.smap_append_block sm s b in
-                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label sec was omitted in the application of this function.
- File "cmdliner_docgen.ml", line 294, characters 35-51:
- 294 |   let has_senv = Cmdliner_manpage.(smap_has_section sm s_environment) in
-                                          ^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label sec was omitted in the application of this function.
- File "cmdliner_docgen.ml", line 295, characters 36-52:
- 295 |   let has_sexit = Cmdliner_manpage.(smap_has_section sm s_exit_status) in
-                                           ^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label sec was omitted in the application of this function.
- File "cmdliner_cline.ml", line 123, characters 20-47:
- 123 |           let err = Cmdliner_base.err_ambiguous "option" name ambs in
-                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: labels kind, ambs were omitted in the application of this function.
- File "cmdliner_arg.ml", line 164, characters 24-50:
- 164 | | `Error e -> failwith (Cmdliner_msg.err_opt_parse f e)
-                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label err was omitted in the application of this function.
- File "cmdliner_arg.ml", line 214, characters 24-50:
- 214 | | `Error e -> failwith (Cmdliner_msg.err_pos_parse a e)
-                               ^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label err was omitted in the application of this function.
- File "cmdliner_arg.ml", line 231, characters 10-36:
- 231 |   let a = Cmdliner_info.arg_make_pos pos a in
-                 ^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label pos was omitted in the application of this function.
- File "cmdliner.ml", line 195, characters 25-47:
- 195 |       | `Std_help fmt -> Cmdliner_docgen.pp_man err_ppf fmt help_ppf ei; `Help
-                                ^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label errs was omitted in the application of this function.
-> compiled  cmdliner.1.0.4
Processing  6/12: [ocamlbuild: make check-if-preinstalled]
Processing  7/12: [ocamlbuild: make check-if-preinstalled] [cmdliner: make install]
- install -d /home/opam/.opam/4.14/lib/cmdliner
- install pkg/META _build/cmdliner.mli _build/cmdliner.cmi _build/cmdliner.cmti /home/opam/.opam/4.14/lib/cmdliner
- install cmdliner.opam /home/opam/.opam/4.14/lib/cmdliner/opam
- install _build/cmdliner.cma /home/opam/.opam/4.14/lib/cmdliner
- install _build/cmdliner.cmxa _build/cmdliner.a _build/cmdliner.cmx _build/cmdliner_arg.cmx _build/cmdliner_base.cmx _build/cmdliner_cline.cmx _build/cmdliner_docgen.cmx _build/cmdliner_info.cmx _build/cmdliner_manpage.cmx _build/cmdliner_msg.cmx _build/cmdliner_suggest.cmx _build/cmdliner_term.cmx _build/cmdliner_trie.cmx \
-   /home/opam/.opam/4.14/lib/cmdliner
- install _build/cmdliner.cmxs /home/opam/.opam/4.14/lib/cmdliner
Processing  7/12: [ocamlbuild: make check-if-preinstalled] [cmdliner: make install-doc]
- install -d /home/opam/.opam/4.14/doc/cmdliner
- install CHANGES.md LICENSE.md README.md /home/opam/.opam/4.14/doc/cmdliner
-> installed cmdliner.1.0.4
Processing  7/12: [ocamlbuild: make check-if-preinstalled]
+ /usr/bin/make "check-if-preinstalled" "all" "opam-install" (CWD=/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0)
- if test -d /home/opam/.opam/4.14/lib/ocaml/ocamlbuild; then\
-   >&2 echo "ERROR: Preinstalled ocamlbuild detected at"\
-        "/home/opam/.opam/4.14/lib/ocaml/ocamlbuild";\
-   >&2 echo "Installation aborted; if you want to bypass this"\
-         "safety check, pass CHECK_IF_PREINSTALLED=false to make";\
-   exit 2;\
- fi
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/const.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/signatures.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_executor.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_executor.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.ml
- ocamllex.opt src/glob_lexer.mll
- 55 states, 419 transitions, table size 2006 bytes
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.ml
- ocamllex.opt src/lexers.mll
- 235 states, 1033 transitions, table size 5542 bytes
- 4238 additional bytes used for bindings
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_config.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.ml
- mkdir -p tmp
- ocamlc.opt -pack src/const.cmo src/loc.cmo src/discard_printf.cmo src/signatures.cmi src/exit_codes.cmo src/my_std.cmo src/ocamlbuild_executor.cmo src/my_unix.cmo src/tags.cmo src/display.cmo src/log.cmo src/shell.cmo src/bool.cmo src/glob_ast.cmo src/glob_lexer.cmo src/glob.cmo src/lexers.cmo src/param_tags.cmo src/command.cmo src/ocamlbuild_config.cmo src/ocamlbuild_where.cmo src/slurp.cmo src/options.cmo src/pathname.cmo src/configuration.cmo src/flags.cmo src/hygiene.cmo src/digest_cache.cmo src/resource.cmo src/rule.cmo src/solver.cmo src/report.cmo src/tools.cmo src/fda.cmo src/findlib.cmo src/ocaml_arch.cmo src/ocaml_utils.cmo src/ocaml_dependencies.cmo src/ocaml_compiler.cmo src/ocaml_tools.cmo src/ocaml_specific.cmo src/plugin.cmo src/hooks.cmo src/main.cmo -o tmp/ocamlbuild_pack.cmo
- mv tmp/ocamlbuild_pack.cmi src/ocamlbuild_pack.cmi
- mv tmp/ocamlbuild_pack.cmo src/ocamlbuild_pack.cmo
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_unix_plugin.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.ml
- ocamlc.opt -I +unix -I src -o ocamlbuild.byte -I +unix unix.cma src/ocamlbuild_pack.cmo plugin-lib/ocamlbuild_plugin.cmo plugin-lib/ocamlbuild_unix_plugin.cmo bin/ocamlbuild.cmo
- ocamlc.opt -a -o plugin-lib/ocamlbuildlib.cma src/ocamlbuild_pack.cmo plugin-lib/ocamlbuild_plugin.cmo plugin-lib/ocamlbuild_unix_plugin.cmo
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/const.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_executor.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_config.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.ml
- mkdir -p tmp
- ocamlopt.opt -pack src/const.cmx src/loc.cmx src/discard_printf.cmx src/signatures.cmi src/exit_codes.cmx src/my_std.cmx src/ocamlbuild_executor.cmx src/my_unix.cmx src/tags.cmx src/display.cmx src/log.cmx src/shell.cmx src/bool.cmx src/glob_ast.cmx src/glob_lexer.cmx src/glob.cmx src/lexers.cmx src/param_tags.cmx src/command.cmx src/ocamlbuild_config.cmx src/ocamlbuild_where.cmx src/slurp.cmx src/options.cmx src/pathname.cmx src/configuration.cmx src/flags.cmx src/hygiene.cmx src/digest_cache.cmx src/resource.cmx src/rule.cmx src/solver.cmx src/report.cmx src/tools.cmx src/fda.cmx src/findlib.cmx src/ocaml_arch.cmx src/ocaml_utils.cmx src/ocaml_dependencies.cmx src/ocaml_compiler.cmx src/ocaml_tools.cmx src/ocaml_specific.cmx src/plugin.cmx src/hooks.cmx src/main.cmx -o tmp/ocamlbuild_pack.cmx
- mv tmp/ocamlbuild_pack.cmx src/ocamlbuild_pack.cmx
- mv tmp/ocamlbuild_pack.o src/ocamlbuild_pack.o
- ocamlopt.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.ml
- ocamlopt.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_unix_plugin.ml
- ocamlopt.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.ml
- ocamlopt.opt -I +unix -I src -o ocamlbuild.native -I +unix unix.cmxa src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_unix_plugin.cmx bin/ocamlbuild.cmx
- ocamlopt.opt -a -o plugin-lib/ocamlbuildlib.cmxa src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_unix_plugin.cmx
- ocamlc.opt -I +unix unix.cma src/ocamlbuild_pack.cmo -I src man/options_man.ml -o man/options_man.byte
- ./man/options_man.byte > man/ocamlbuild.options.1
- cat man/ocamlbuild.header.1 man/ocamlbuild.options.1 man/ocamlbuild.footer.1 > man/ocamlbuild.1
- /usr/bin/make ocamlbuild.install
- make[1]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0'
- rm -f ocamlbuild.install
- touch ocamlbuild.install
- /usr/bin/make install-bin-opam
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0'
- echo 'bin: [' >> ocamlbuild.install
- echo '  "ocamlbuild.byte" {"ocamlbuild.byte"}' >> ocamlbuild.install
- echo '  "ocamlbuild.native" {"ocamlbuild.native"}' >> ocamlbuild.install
- echo '  "ocamlbuild.native" {"ocamlbuild"}' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0'
- /usr/bin/make install-lib-opam
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0'
- echo 'lib: [' >> ocamlbuild.install
- /usr/bin/make install-lib-basics-opam
- make[3]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0'
- echo '  "ocamlbuild.opam" {"opam"}' >> ocamlbuild.install
- echo '  "META"' >> ocamlbuild.install
- for lib in src/signatures.mli src/signatures.cmi src/signatures.cmti; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0'
- /usr/bin/make install-lib-byte-opam
- make[3]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0'
- for lib in plugin-lib/ocamlbuildlib.cma bin/ocamlbuild.cmo src/ocamlbuild_pack.cmi plugin-lib/ocamlbuild_plugin.cmi plugin-lib/ocamlbuild_unix_plugin.cmi; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0'
- /usr/bin/make install-lib-native-opam
- make[3]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0'
- for lib in plugin-lib/ocamlbuildlib.cmxa plugin-lib/ocamlbuildlib.a bin/ocamlbuild.cmx bin/ocamlbuild.o src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_unix_plugin.cmx plugin-lib/ocamlbuild_plugin.o plugin-lib/ocamlbuild_unix_plugin.o; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0'
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0'
- /usr/bin/make install-man-opam
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0'
- echo 'man: [' >> ocamlbuild.install
- echo '  "man/ocamlbuild.1" {"man1/ocamlbuild.1"}' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0'
- /usr/bin/make install-doc-opam
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0'
- echo 'doc: [' >> ocamlbuild.install
- echo '  "LICENSE"' >> ocamlbuild.install
- echo '  "Changes"' >> ocamlbuild.install
- echo '  "Readme.md"' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0'
- make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0'
-> compiled  ocamlbuild.0.15.0
-> installed ocamlbuild.0.15.0
Processing  9/12: [topkg: ocaml build]
+ /home/opam/.opam/4.14/bin/ocaml "pkg/pkg.ml" "build" "--pkg-name" "topkg" "--dev-pkg" "false" (CWD=/home/opam/.opam/4.14/.opam-switch/build/topkg.1.0.7)
- + ocamlfind ocamldep -modules src/topkg.ml > src/topkg.ml.depends
- + ocamlfind ocamldep -modules src/topkg.mli > src/topkg.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg.cmi src/topkg.mli
- + ocamlfind ocamldep -modules src/topkg_build.ml > src/topkg_build.ml.depends
- + ocamlfind ocamldep -modules src/topkg_build.mli > src/topkg_build.mli.depends
- + ocamlfind ocamldep -modules src/topkg_cmd.mli > src/topkg_cmd.mli.depends
- + ocamlfind ocamldep -modules src/topkg_fpath.mli > src/topkg_fpath.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fpath.cmi src/topkg_fpath.mli
- + ocamlfind ocamldep -modules src/topkg_codec.mli > src/topkg_codec.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_cmd.cmi src/topkg_cmd.mli
- + ocamlfind ocamldep -modules src/topkg_result.mli > src/topkg_result.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_result.cmi src/topkg_result.mli
- + ocamlfind ocamldep -modules src/topkg_conf.mli > src/topkg_conf.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_codec.cmi src/topkg_codec.mli
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_conf.cmi src/topkg_conf.mli
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_build.cmi src/topkg_build.mli
- + ocamlfind ocamldep -modules src/topkg_cmd.ml > src/topkg_cmd.ml.depends
- + ocamlfind ocamldep -modules src/topkg_fpath.ml > src/topkg_fpath.ml.depends
- + ocamlfind ocamldep -modules src/topkg_string.ml > src/topkg_string.ml.depends
- + ocamlfind ocamldep -modules src/topkg_string.mli > src/topkg_string.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_string.cmi src/topkg_string.mli
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_string.cmx src/topkg_string.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fpath.cmx src/topkg_fpath.ml
- + ocamlfind ocamldep -modules src/topkg_codec.ml > src/topkg_codec.ml.depends
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_cmd.cmx src/topkg_cmd.ml
- + ocamlfind ocamldep -modules src/topkg_os.ml > src/topkg_os.ml.depends
- + ocamlfind ocamldep -modules src/topkg_os.mli > src/topkg_os.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_os.cmi src/topkg_os.mli
- + ocamlfind ocamldep -modules src/topkg_log.ml > src/topkg_log.ml.depends
- + ocamlfind ocamldep -modules src/topkg_log.mli > src/topkg_log.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_log.cmi src/topkg_log.mli
- + ocamlfind ocamldep -modules src/topkg_result.ml > src/topkg_result.ml.depends
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_result.cmx src/topkg_result.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_log.cmx src/topkg_log.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_os.cmx src/topkg_os.ml
- + ocamlfind ocamldep -modules src/topkg_conf.ml > src/topkg_conf.ml.depends
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_codec.cmx src/topkg_codec.ml
- + ocamlfind ocamldep -modules src/topkg_vcs.ml > src/topkg_vcs.ml.depends
- + ocamlfind ocamldep -modules src/topkg_vcs.mli > src/topkg_vcs.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_vcs.cmi src/topkg_vcs.mli
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_vcs.cmx src/topkg_vcs.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_conf.cmx src/topkg_conf.ml
- + ocamlfind ocamldep -modules src/topkg_distrib.ml > src/topkg_distrib.ml.depends
- + ocamlfind ocamldep -modules src/topkg_distrib.mli > src/topkg_distrib.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_distrib.cmi src/topkg_distrib.mli
- + ocamlfind ocamldep -modules src/topkg_opam.ml > src/topkg_opam.ml.depends
- + ocamlfind ocamldep -modules src/topkg_opam.mli > src/topkg_opam.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_opam.cmi src/topkg_opam.mli
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_opam.cmx src/topkg_opam.ml
- + ocamlfind ocamldep -modules src/topkg_fexts.ml > src/topkg_fexts.ml.depends
- + ocamlfind ocamldep -modules src/topkg_fexts.mli > src/topkg_fexts.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fexts.cmi src/topkg_fexts.mli
- + ocamlfind ocamldep -modules src/topkg_install.ml > src/topkg_install.ml.depends
- + ocamlfind ocamldep -modules src/topkg_install.mli > src/topkg_install.mli.depends
- + ocamlfind ocamldep -modules src/topkg_test.mli > src/topkg_test.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_test.cmi src/topkg_test.mli
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_install.cmi src/topkg_install.mli
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fexts.cmx src/topkg_fexts.ml
- + ocamlfind ocamldep -modules src/topkg_test.ml > src/topkg_test.ml.depends
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_test.cmx src/topkg_test.ml
- + ocamlfind ocamldep -modules src/topkg_ipc.ml > src/topkg_ipc.ml.depends
- + ocamlfind ocamldep -modules src/topkg_ipc.mli > src/topkg_ipc.mli.depends
- + ocamlfind ocamldep -modules src/topkg_pkg.mli > src/topkg_pkg.mli.depends
- + ocamlfind ocamldep -modules src/topkg_publish.mli > src/topkg_publish.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_publish.cmi src/topkg_publish.mli
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_pkg.cmi src/topkg_pkg.mli
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_ipc.cmi src/topkg_ipc.mli
- + ocamlfind ocamldep -modules src/topkg_pkg.ml > src/topkg_pkg.ml.depends
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_build.cmx src/topkg_build.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_distrib.cmx src/topkg_distrib.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_install.cmx src/topkg_install.ml
- + ocamlfind ocamldep -modules src/topkg_publish.ml > src/topkg_publish.ml.depends
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_publish.cmx src/topkg_publish.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_pkg.cmx src/topkg_pkg.ml
- + ocamlfind ocamldep -modules src/topkg_main.ml > src/topkg_main.ml.depends
- + ocamlfind ocamldep -modules src/topkg_main.mli > src/topkg_main.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_main.cmi src/topkg_main.mli
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_ipc.cmx src/topkg_ipc.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_main.cmx src/topkg_main.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg.cmx src/topkg.ml
- + ocamlfind ocamlopt -a -I src src/topkg_string.cmx src/topkg_fpath.cmx src/topkg_cmd.cmx src/topkg_result.cmx src/topkg_log.cmx src/topkg_os.cmx src/topkg_codec.cmx src/topkg_vcs.cmx src/topkg_conf.cmx src/topkg_build.cmx src/topkg_opam.cmx src/topkg_distrib.cmx src/topkg_fexts.cmx src/topkg_test.cmx src/topkg_install.cmx src/topkg_publish.cmx src/topkg_pkg.cmx src/topkg_ipc.cmx src/topkg_main.cmx src/topkg.cmx -o src/topkg.cmxa
- + ocamlfind ocamlopt -shared -linkall -I src src/topkg.cmxa -o src/topkg.cmxs
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg.cmo src/topkg.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_build.cmo src/topkg_build.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_cmd.cmo src/topkg_cmd.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_codec.cmo src/topkg_codec.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_conf.cmo src/topkg_conf.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_distrib.cmo src/topkg_distrib.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fexts.cmo src/topkg_fexts.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_fpath.cmo src/topkg_fpath.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_install.cmo src/topkg_install.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_ipc.cmo src/topkg_ipc.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_log.cmo src/topkg_log.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_main.cmo src/topkg_main.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_opam.cmo src/topkg_opam.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_os.cmo src/topkg_os.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_pkg.cmo src/topkg_pkg.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_publish.cmo src/topkg_publish.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_result.cmo src/topkg_result.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_string.cmo src/topkg_string.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_test.cmo src/topkg_test.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I src-care -I test -o src/topkg_vcs.cmo src/topkg_vcs.ml
- + ocamlfind ocamlc -a -I src src/topkg_string.cmo src/topkg_fpath.cmo src/topkg_cmd.cmo src/topkg_result.cmo src/topkg_log.cmo src/topkg_os.cmo src/topkg_codec.cmo src/topkg_vcs.cmo src/topkg_conf.cmo src/topkg_build.cmo src/topkg_opam.cmo src/topkg_distrib.cmo src/topkg_fexts.cmo src/topkg_test.cmo src/topkg_install.cmo src/topkg_publish.cmo src/topkg_pkg.cmo src/topkg_ipc.cmo src/topkg_main.cmo src/topkg.cmo -o src/topkg.cma
- # Parallel statistics: { count(total): 2(84), max: 20, min: 2, average(total): 11.000(1.238) }
-> compiled  topkg.1.0.7
-> installed topkg.1.0.7
Processing 11/12: [b0: ocaml build]
+ /home/opam/.opam/4.14/bin/ocaml "pkg/pkg.ml" "build" "--dev-pkg" "false" (CWD=/home/opam/.opam/4.14/.opam-switch/build/b0.0.0.2)
- + ocamlfind ocamlopt unix.cmxa -I /home/opam/.opam/4.14/lib/ocamlbuild /home/opam/.opam/4.14/lib/ocamlbuild/ocamlbuildlib.cmxa -linkpkg myocamlbuild.ml /home/opam/.opam/4.14/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- + ocamlfind ocamlc -g -package cmdliner -package unix -c src/b00/std/b00_stubs_cpu.c
- + ocamlfind ocamlc -g -package cmdliner -package unix -c src/b00/std/b00_stubs_time.c
- + ocamlfind ocamlc -g -package cmdliner -package unix -c src/b00/std/b00_stubs_hash.c
- + ocamlfind ocamlc -g -package cmdliner -package unix -c src/b00/std/b00_stubs_realpath.c
- + mv b00_stubs_realpath.o src/b00/std/b00_stubs_realpath.o
- + mv b00_stubs_cpu.o src/b00/std/b00_stubs_cpu.o
- + mv b00_stubs_time.o src/b00/std/b00_stubs_time.o
- + ocamlfind ocamlc -g -package cmdliner -package unix -c src/b00/std/vendor/MurmurHash3.c
- + ocamlfind ocamlc -g -package cmdliner -package unix -c src/b00/std/vendor/xxhash.c
- + mv b00_stubs_hash.o src/b00/std/b00_stubs_hash.o
- + mv MurmurHash3.o src/b00/std/vendor/MurmurHash3.o
- + mv xxhash.o src/b00/std/vendor/xxhash.o
- + ocamlfind ocamlmklib -o src/b00/std/b0_b00_stubs -g src/b00/std/b00_stubs_cpu.o src/b00/std/b00_stubs_time.o src/b00/std/b00_stubs_hash.o src/b00/std/b00_stubs_realpath.o src/b00/std/vendor/MurmurHash3.o src/b00/std/vendor/xxhash.o
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/b00/std/b00_std.ml > src/b00/std/b00_std.ml.depends
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/b00/std/b00_std.mli > src/b00/std/b00_std.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src/b00/std -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/kit -o src/b00/std/b00_std.cmi src/b00/std/b00_std.mli
- + ocamlfind ocamlopt -c -g -bin-annot -package cmdliner -package unix -I src/b00/std -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/kit -o src/b00/std/b00_std.cmx src/b00/std/b00_std.ml
- + ocamlfind ocamlopt -c -g -bin-annot -package cmdliner -package unix -I src/b00/std -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/kit -o src/b00/std/b00_std.cmx src/b00/std/b00_std.ml
- File "src/b00/std/b00_std.ml", line 1377, characters 24-42:
- 1377 |     let is_unc_path p = String.starts_with "\\\\" p
-                                ^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label prefix was omitted in the application of this function.
- File "src/b00/std/b00_std.ml", line 1618, characters 30-48:
- 1618 |   let is_prefix pre p = match String.starts_with pre p with
-                                      ^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label prefix was omitted in the application of this function.
- File "src/b00/std/b00_std.ml", line 1806, characters 7-22:
- 1806 |     if String.includes ".." p
-               ^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label affix was omitted in the application of this function.
- File "src/b00/std/b00_std.ml", line 2043, characters 17-25:
- 2043 |   let cpu_zero = cpu_span 0L 0L 0L 0L
-                         ^^^^^^^^
- Warning 6 [labels-omitted]: labels cpu_utime, cpu_stime, cpu_children_utime, cpu_children_stime were omitted in the application of this function.
- File "src/b00/std/b00_std.ml", line 3048, characters 19-39:
- 3048 |       Result.bind (Fs_base.handle_force force file) @@ fun () ->
-                           ^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label force was omitted in the application of this function.
- File "src/b00/std/b00_std.ml", line 3084, characters 20-27:
- 3084 |       | true -> Ok (Fd.copy fdi Unix.stdout)
-                            ^^^^^^^
- Warning 6 [labels-omitted]: label src was omitted in the application of this function.
- File "src/b00/std/b00_std.ml", line 3092, characters 14-21:
- 3092 |           Ok (Fd.copy fdi fdo)
-                      ^^^^^^^
- Warning 6 [labels-omitted]: label src was omitted in the application of this function.
- File "src/b00/std/b00_std.ml", line 3281, characters 27-34:
- 3281 |             fun fdo -> Ok (Fd.copy fdi fdo)
-                                   ^^^^^^^
- Warning 6 [labels-omitted]: label src was omitted in the application of this function.
- File "src/b00/std/b00_std.ml", line 3722, characters 12-26:
- 3722 |             !_spawn_tracer (Some pid) env cwd cmd;
-                    ^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label cwd was omitted in the application of this function.
- File "src/b00/std/b00_std.ml", line 3851, characters 8-22:
- 3851 |         !_spawn_tracer None env cwd cmd;
-                ^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label cwd was omitted in the application of this function.
- + ocamlfind ocamlopt -a -cclib -lb0_b00_stubs -cclib -lrt -package cmdliner -package unix -I src/b00/std src/b00/std/b00_std.cmx -o src/b00/std/b0_b00_std.cmxa
- + ocamlfind ocamlopt -shared -linkall src/b00/std/libb0_b00_stubs.a -package cmdliner -package unix -I src/b00/std src/b00/std/b0_b00_std.cmxa -o src/b00/std/b0_b00_std.cmxs
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src/b00/std -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/kit -o src/b00/std/b00_std.cmo src/b00/std/b00_std.ml
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src/b00/std -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/kit -o src/b00/std/b00_std.cmo src/b00/std/b00_std.ml
- File "src/b00/std/b00_std.ml", line 1377, characters 24-42:
- 1377 |     let is_unc_path p = String.starts_with "\\\\" p
-                                ^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label prefix was omitted in the application of this function.
- File "src/b00/std/b00_std.ml", line 1618, characters 30-48:
- 1618 |   let is_prefix pre p = match String.starts_with pre p with
-                                      ^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label prefix was omitted in the application of this function.
- File "src/b00/std/b00_std.ml", line 1806, characters 7-22:
- 1806 |     if String.includes ".." p
-               ^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label affix was omitted in the application of this function.
- File "src/b00/std/b00_std.ml", line 2043, characters 17-25:
- 2043 |   let cpu_zero = cpu_span 0L 0L 0L 0L
-                         ^^^^^^^^
- Warning 6 [labels-omitted]: labels cpu_utime, cpu_stime, cpu_children_utime, cpu_children_stime were omitted in the application of this function.
- File "src/b00/std/b00_std.ml", line 3048, characters 19-39:
- 3048 |       Result.bind (Fs_base.handle_force force file) @@ fun () ->
-                           ^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label force was omitted in the application of this function.
- File "src/b00/std/b00_std.ml", line 3084, characters 20-27:
- 3084 |       | true -> Ok (Fd.copy fdi Unix.stdout)
-                            ^^^^^^^
- Warning 6 [labels-omitted]: label src was omitted in the application of this function.
- File "src/b00/std/b00_std.ml", line 3092, characters 14-21:
- 3092 |           Ok (Fd.copy fdi fdo)
-                      ^^^^^^^
- Warning 6 [labels-omitted]: label src was omitted in the application of this function.
- File "src/b00/std/b00_std.ml", line 3281, characters 27-34:
- 3281 |             fun fdo -> Ok (Fd.copy fdi fdo)
-                                   ^^^^^^^
- Warning 6 [labels-omitted]: label src was omitted in the application of this function.
- File "src/b00/std/b00_std.ml", line 3722, characters 12-26:
- 3722 |             !_spawn_tracer (Some pid) env cwd cmd;
-                    ^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label cwd was omitted in the application of this function.
- File "src/b00/std/b00_std.ml", line 3851, characters 8-22:
- 3851 |         !_spawn_tracer None env cwd cmd;
-                ^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label cwd was omitted in the application of this function.
- + ocamlfind ocamlc -a -dllib -lb0_b00_stubs -cclib -lrt -cclib -lb0_b00_stubs -cclib -lrt -package cmdliner -package unix -I src/b00/std src/b00/std/b00_std.cmo -o src/b00/std/b0_b00_std.cma
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/b00/b000.ml > src/b00/b000.ml.depends
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/b00/b000.mli > src/b00/b000.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src/b00 -I examples -I src -I test -I tool-b0 -I tools -I src/kit -I src/b00/kit -I src/b00/std -o src/b00/b000.cmi src/b00/b000.mli
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/b00/b000_conv.ml > src/b00/b000_conv.ml.depends
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/b00/b000_conv.mli > src/b00/b000_conv.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src/b00 -I examples -I src -I test -I tool-b0 -I tools -I src/kit -I src/b00/kit -I src/b00/std -o src/b00/b000_conv.cmi src/b00/b000_conv.mli
- + ocamlfind ocamlopt -c -g -bin-annot -package cmdliner -package unix -I src/b00 -I examples -I src -I test -I tool-b0 -I tools -I src/kit -I src/b00/kit -I src/b00/std -o src/b00/b000.cmx src/b00/b000.ml
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/b00/b00.ml > src/b00/b00.ml.depends
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/b00/b00.mli > src/b00/b00.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src/b00 -I examples -I src -I test -I tool-b0 -I tools -I src/kit -I src/b00/kit -I src/b00/std -o src/b00/b00.cmi src/b00/b00.mli
- + ocamlfind ocamlopt -c -g -bin-annot -package cmdliner -package unix -I src/b00 -I examples -I src -I test -I tool-b0 -I tools -I src/kit -I src/b00/kit -I src/b00/std -o src/b00/b000_conv.cmx src/b00/b000_conv.ml
- + ocamlfind ocamlopt -c -g -bin-annot -package cmdliner -package unix -I src/b00 -I examples -I src -I test -I tool-b0 -I tools -I src/kit -I src/b00/kit -I src/b00/std -o src/b00/b00.cmx src/b00/b00.ml
- + ocamlfind ocamlopt -c -g -bin-annot -package cmdliner -package unix -I src/b00 -I examples -I src -I test -I tool-b0 -I tools -I src/kit -I src/b00/kit -I src/b00/std -o src/b00/b000_conv.cmx src/b00/b000_conv.ml
- File "src/b00/b000_conv.ml", line 82, characters 8-15:
- 82 |         pp_args a ppf args
-              ^^^^^^^
- Warning 6 [labels-omitted]: label last was omitted in the application of this function.
- + ocamlfind ocamlopt -a -package cmdliner -package unix -I src/b00 src/b00/b000.cmx src/b00/b000_conv.cmx src/b00/b00.cmx -o src/b00/b0_b00.cmxa
- + ocamlfind ocamlopt -shared -linkall -package cmdliner -package unix -I src/b00 src/b00/b0_b00.cmxa -o src/b00/b0_b00.cmxs
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src/b00 -I examples -I src -I test -I tool-b0 -I tools -I src/kit -I src/b00/kit -I src/b00/std -o src/b00/b000.cmo src/b00/b000.ml
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src/b00 -I examples -I src -I test -I tool-b0 -I tools -I src/kit -I src/b00/kit -I src/b00/std -o src/b00/b000_conv.cmo src/b00/b000_conv.ml
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src/b00 -I examples -I src -I test -I tool-b0 -I tools -I src/kit -I src/b00/kit -I src/b00/std -o src/b00/b00.cmo src/b00/b00.ml
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src/b00 -I examples -I src -I test -I tool-b0 -I tools -I src/kit -I src/b00/kit -I src/b00/std -o src/b00/b000_conv.cmo src/b00/b000_conv.ml
- File "src/b00/b000_conv.ml", line 82, characters 8-15:
- 82 |         pp_args a ppf args
-              ^^^^^^^
- Warning 6 [labels-omitted]: label last was omitted in the application of this function.
- + ocamlfind ocamlc -a -package cmdliner -package unix -I src/b00 src/b00/b000.cmo src/b00/b000_conv.cmo src/b00/b00.cmo -o src/b00/b0_b00.cma
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/b00/kit/b00_cli.ml > src/b00/kit/b00_cli.ml.depends
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/b00/kit/b00_cli.mli > src/b00/kit/b00_cli.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src/b00/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/std -o src/b00/kit/b00_cli.cmi src/b00/kit/b00_cli.mli
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/b00/kit/b00_serialk_json.ml > src/b00/kit/b00_serialk_json.ml.depends
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/b00/kit/b00_serialk_json.mli > src/b00/kit/b00_serialk_json.mli.depends
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/b00/kit/b00_serialk_text.mli > src/b00/kit/b00_serialk_text.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src/b00/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/std -o src/b00/kit/b00_serialk_text.cmi src/b00/kit/b00_serialk_text.mli
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src/b00/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/std -o src/b00/kit/b00_serialk_json.cmi src/b00/kit/b00_serialk_json.mli
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/b00/kit/b00_serialk_text.ml > src/b00/kit/b00_serialk_text.ml.depends
- + ocamlfind ocamlopt -c -g -bin-annot -package cmdliner -package unix -I src/b00/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/std -o src/b00/kit/b00_serialk_text.cmx src/b00/kit/b00_serialk_text.ml
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/b00/kit/b00_trace.ml > src/b00/kit/b00_trace.ml.depends
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/b00/kit/b00_trace.mli > src/b00/kit/b00_trace.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src/b00/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/std -o src/b00/kit/b00_trace.cmi src/b00/kit/b00_trace.mli
- + ocamlfind ocamlopt -c -g -bin-annot -package cmdliner -package unix -I src/b00/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/std -o src/b00/kit/b00_serialk_json.cmx src/b00/kit/b00_serialk_json.ml
- + ocamlfind ocamlopt -c -g -bin-annot -package cmdliner -package unix -I src/b00/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/std -o src/b00/kit/b00_trace.cmx src/b00/kit/b00_trace.ml
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/b00/kit/b00_base64.ml > src/b00/kit/b00_base64.ml.depends
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/b00/kit/b00_base64.mli > src/b00/kit/b00_base64.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src/b00/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/std -o src/b00/kit/b00_base64.cmi src/b00/kit/b00_base64.mli
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/b00/kit/b00_cmark.ml > src/b00/kit/b00_cmark.ml.depends
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/b00/kit/b00_cmark.mli > src/b00/kit/b00_cmark.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src/b00/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/std -o src/b00/kit/b00_cmark.cmi src/b00/kit/b00_cmark.mli
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/b00/kit/b00_htmlg.ml > src/b00/kit/b00_htmlg.ml.depends
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/b00/kit/b00_htmlg.mli > src/b00/kit/b00_htmlg.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src/b00/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/std -o src/b00/kit/b00_htmlg.cmi src/b00/kit/b00_htmlg.mli
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/b00/kit/b00_lines.ml > src/b00/kit/b00_lines.ml.depends
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/b00/kit/b00_lines.mli > src/b00/kit/b00_lines.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src/b00/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/std -o src/b00/kit/b00_lines.cmi src/b00/kit/b00_lines.mli
- + ocamlfind ocamlopt -c -g -bin-annot -package cmdliner -package unix -I src/b00/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/std -o src/b00/kit/b00_htmlg.cmx src/b00/kit/b00_htmlg.ml
- + ocamlfind ocamlopt -c -g -bin-annot -package cmdliner -package unix -I src/b00/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/std -o src/b00/kit/b00_lines.cmx src/b00/kit/b00_lines.ml
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/b00/kit/b00_editor.ml > src/b00/kit/b00_editor.ml.depends
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/b00/kit/b00_editor.mli > src/b00/kit/b00_editor.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src/b00/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/std -o src/b00/kit/b00_editor.cmi src/b00/kit/b00_editor.mli
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/b00/kit/b00_fexts.ml > src/b00/kit/b00_fexts.ml.depends
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/b00/kit/b00_fexts.mli > src/b00/kit/b00_fexts.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src/b00/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/std -o src/b00/kit/b00_fexts.cmi src/b00/kit/b00_fexts.mli
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/b00/kit/b00_findex.ml > src/b00/kit/b00_findex.ml.depends
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/b00/kit/b00_findex.mli > src/b00/kit/b00_findex.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src/b00/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/std -o src/b00/kit/b00_findex.cmi src/b00/kit/b00_findex.mli
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/b00/kit/b00_github.ml > src/b00/kit/b00_github.ml.depends
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/b00/kit/b00_github.mli > src/b00/kit/b00_github.mli.depends
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/b00/kit/b00_http.mli > src/b00/kit/b00_http.mli.depends
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/b00/kit/b00_vcs.mli > src/b00/kit/b00_vcs.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src/b00/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/std -o src/b00/kit/b00_http.cmi src/b00/kit/b00_http.mli
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src/b00/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/std -o src/b00/kit/b00_vcs.cmi src/b00/kit/b00_vcs.mli
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src/b00/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/std -o src/b00/kit/b00_github.cmi src/b00/kit/b00_github.mli
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/b00/kit/b00_http.ml > src/b00/kit/b00_http.ml.depends
- + ocamlfind ocamlopt -c -g -bin-annot -package cmdliner -package unix -I src/b00/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/std -o src/b00/kit/b00_cli.cmx src/b00/kit/b00_cli.ml
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/b00/kit/b00_vcs.ml > src/b00/kit/b00_vcs.ml.depends
- + ocamlfind ocamlopt -c -g -bin-annot -package cmdliner -package unix -I src/b00/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/std -o src/b00/kit/b00_http.cmx src/b00/kit/b00_http.ml
- + ocamlfind ocamlopt -c -g -bin-annot -package cmdliner -package unix -I src/b00/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/std -o src/b00/kit/b00_vcs.cmx src/b00/kit/b00_vcs.ml
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/b00/kit/b00_ocaml.ml > src/b00/kit/b00_ocaml.ml.depends
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/b00/kit/b00_ocaml.mli > src/b00/kit/b00_ocaml.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src/b00/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/std -o src/b00/kit/b00_ocaml.cmi src/b00/kit/b00_ocaml.mli
- + ocamlfind ocamlopt -c -g -bin-annot -package cmdliner -package unix -I src/b00/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/std -o src/b00/kit/b00_fexts.cmx src/b00/kit/b00_fexts.ml
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/b00/kit/b00_jsoo.ml > src/b00/kit/b00_jsoo.ml.depends
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/b00/kit/b00_jsoo.mli > src/b00/kit/b00_jsoo.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src/b00/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/std -o src/b00/kit/b00_jsoo.cmi src/b00/kit/b00_jsoo.mli
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/b00/kit/b00_odoc.ml > src/b00/kit/b00_odoc.ml.depends
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/b00/kit/b00_odoc.mli > src/b00/kit/b00_odoc.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src/b00/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/std -o src/b00/kit/b00_odoc.cmi src/b00/kit/b00_odoc.mli
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/b00/kit/b00_os.ml > src/b00/kit/b00_os.ml.depends
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/b00/kit/b00_os.mli > src/b00/kit/b00_os.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src/b00/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/std -o src/b00/kit/b00_os.cmi src/b00/kit/b00_os.mli
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/b00/kit/b00_pager.ml > src/b00/kit/b00_pager.ml.depends
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/b00/kit/b00_pager.mli > src/b00/kit/b00_pager.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src/b00/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/std -o src/b00/kit/b00_pager.cmi src/b00/kit/b00_pager.mli
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/b00/kit/b00_pdf_viewer.ml > src/b00/kit/b00_pdf_viewer.ml.depends
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/b00/kit/b00_pdf_viewer.mli > src/b00/kit/b00_pdf_viewer.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src/b00/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/std -o src/b00/kit/b00_pdf_viewer.cmi src/b00/kit/b00_pdf_viewer.mli
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/b00/kit/b00_rsync.ml > src/b00/kit/b00_rsync.ml.depends
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/b00/kit/b00_rsync.mli > src/b00/kit/b00_rsync.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src/b00/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/std -o src/b00/kit/b00_rsync.cmi src/b00/kit/b00_rsync.mli
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/b00/kit/b00_serialk_sexp.ml > src/b00/kit/b00_serialk_sexp.ml.depends
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/b00/kit/b00_serialk_sexp.mli > src/b00/kit/b00_serialk_sexp.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src/b00/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/std -o src/b00/kit/b00_serialk_sexp.cmi src/b00/kit/b00_serialk_sexp.mli
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/b00/kit/b00_www_browser.ml > src/b00/kit/b00_www_browser.ml.depends
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/b00/kit/b00_www_browser.mli > src/b00/kit/b00_www_browser.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src/b00/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/std -o src/b00/kit/b00_www_browser.cmi src/b00/kit/b00_www_browser.mli
- + ocamlfind ocamlopt -c -g -bin-annot -package cmdliner -package unix -I src/b00/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/std -o src/b00/kit/b00_base64.cmx src/b00/kit/b00_base64.ml
- + ocamlfind ocamlopt -c -g -bin-annot -package cmdliner -package unix -I src/b00/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/std -o src/b00/kit/b00_cmark.cmx src/b00/kit/b00_cmark.ml
- + ocamlfind ocamlopt -c -g -bin-annot -package cmdliner -package unix -I src/b00/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/std -o src/b00/kit/b00_editor.cmx src/b00/kit/b00_editor.ml
- + ocamlfind ocamlopt -c -g -bin-annot -package cmdliner -package unix -I src/b00/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/std -o src/b00/kit/b00_findex.cmx src/b00/kit/b00_findex.ml
- + ocamlfind ocamlopt -c -g -bin-annot -package cmdliner -package unix -I src/b00/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/std -o src/b00/kit/b00_github.cmx src/b00/kit/b00_github.ml
- + ocamlfind ocamlopt -c -g -bin-annot -package cmdliner -package unix -I src/b00/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/std -o src/b00/kit/b00_cmark.cmx src/b00/kit/b00_cmark.ml
- File "src/b00/kit/b00_cmark.ml", line 34, characters 7-25:
- 34 |     if String.starts_with "==" s then Some 1 else
-             ^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label prefix was omitted in the application of this function.
- File "src/b00/kit/b00_cmark.ml", line 35, characters 7-25:
- 35 |     if String.starts_with "--" s then Some 2 else
-             ^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label prefix was omitted in the application of this function.
- + ocamlfind ocamlopt -c -g -bin-annot -package cmdliner -package unix -I src/b00/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/std -o src/b00/kit/b00_ocaml.cmx src/b00/kit/b00_ocaml.ml
- + ocamlfind ocamlopt -c -g -bin-annot -package cmdliner -package unix -I src/b00/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/std -o src/b00/kit/b00_jsoo.cmx src/b00/kit/b00_jsoo.ml
- + ocamlfind ocamlopt -c -g -bin-annot -package cmdliner -package unix -I src/b00/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/std -o src/b00/kit/b00_odoc.cmx src/b00/kit/b00_odoc.ml
- + ocamlfind ocamlopt -c -g -bin-annot -package cmdliner -package unix -I src/b00/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/std -o src/b00/kit/b00_os.cmx src/b00/kit/b00_os.ml
- + ocamlfind ocamlopt -c -g -bin-annot -package cmdliner -package unix -I src/b00/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/std -o src/b00/kit/b00_os.cmx src/b00/kit/b00_os.ml
- File "src/b00/kit/b00_os.ml", line 240, characters 19-30:
- 240 |   | a when String.(starts_with "armv5" a ||
-                          ^^^^^^^^^^^
- Warning 6 [labels-omitted]: label prefix was omitted in the application of this function.
- File "src/b00/kit/b00_os.ml", line 241, characters 19-30:
- 241 |                    starts_with "armv6" a || starts_with "earmv6" a ||
-                          ^^^^^^^^^^^
- Warning 6 [labels-omitted]: label prefix was omitted in the application of this function.
- File "src/b00/kit/b00_os.ml", line 241, characters 44-55:
- 241 |                    starts_with "armv6" a || starts_with "earmv6" a ||
-                                                   ^^^^^^^^^^^
- Warning 6 [labels-omitted]: label prefix was omitted in the application of this function.
- File "src/b00/kit/b00_os.ml", line 242, characters 19-30:
- 242 |                    starts_with "armv7" a || starts_with "earmv7" a) -> "arm32"
-                          ^^^^^^^^^^^
- Warning 6 [labels-omitted]: label prefix was omitted in the application of this function.
- File "src/b00/kit/b00_os.ml", line 242, characters 44-55:
- 242 |                    starts_with "armv7" a || starts_with "earmv7" a) -> "arm32"
-                                                   ^^^^^^^^^^^
- Warning 6 [labels-omitted]: label prefix was omitted in the application of this function.
- + ocamlfind ocamlopt -c -g -bin-annot -package cmdliner -package unix -I src/b00/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/std -o src/b00/kit/b00_pager.cmx src/b00/kit/b00_pager.ml
- + ocamlfind ocamlopt -c -g -bin-annot -package cmdliner -package unix -I src/b00/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/std -o src/b00/kit/b00_pdf_viewer.cmx src/b00/kit/b00_pdf_viewer.ml
- + ocamlfind ocamlopt -c -g -bin-annot -package cmdliner -package unix -I src/b00/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/std -o src/b00/kit/b00_rsync.cmx src/b00/kit/b00_rsync.ml
- + ocamlfind ocamlopt -c -g -bin-annot -package cmdliner -package unix -I src/b00/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/std -o src/b00/kit/b00_serialk_sexp.cmx src/b00/kit/b00_serialk_sexp.ml
- + ocamlfind ocamlopt -c -g -bin-annot -package cmdliner -package unix -I src/b00/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/std -o src/b00/kit/b00_www_browser.cmx src/b00/kit/b00_www_browser.ml
- + ocamlfind ocamlopt -c -g -bin-annot -package cmdliner -package unix -I src/b00/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/std -o src/b00/kit/b00_ocaml.cmx src/b00/kit/b00_ocaml.ml
- File "src/b00/kit/b00_ocaml.ml", line 505, characters 19-37:
- 505 |           | l when String.starts_with "Implementations imported:" l ||
-                          ^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label prefix was omitted in the application of this function.
- File "src/b00/kit/b00_ocaml.ml", line 506, characters 19-37:
- 506 |                    String.starts_with "Required globals:" l ->
-                          ^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label prefix was omitted in the application of this function.
- File "src/b00/kit/b00_ocaml.ml", line 530, characters 22-40:
- 530 |   | line :: rest when String.starts_with "Interfaces imported:" line ->
-                             ^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label prefix was omitted in the application of this function.
- File "src/b00/kit/b00_ocaml.ml", line 536, characters 17-35:
- 536 |   | l :: ls when String.starts_with "Unit name" l ||
-                        ^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label prefix was omitted in the application of this function.
- File "src/b00/kit/b00_ocaml.ml", line 537, characters 17-35:
- 537 |                  String.starts_with "Name" l ->
-                        ^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label prefix was omitted in the application of this function.
- File "src/b00/kit/b00_ocaml.ml", line 543, characters 17-35:
- 543 |   | l :: ls when String.starts_with file_prefix l ->
-                        ^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label prefix was omitted in the application of this function.
- File "src/b00/kit/b00_ocaml.ml", line 552, characters 17-35:
- 552 |   | l :: ls when String.starts_with file_prefix l ->
-                        ^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label prefix was omitted in the application of this function.
- File "src/b00/kit/b00_ocaml.ml", line 763, characters 16-32:
- 763 |           match String.cut_right "." a with
-                       ^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label sep was omitted in the application of this function.
- File "src/b00/kit/b00_ocaml.ml", line 831, characters 8-18:
- 831 |         write_info m n o;
-               ^^^^^^^^^^
- Warning 6 [labels-omitted]: label o was omitted in the application of this function.
- + ocamlfind ocamlopt -a -package cmdliner -package unix -I src/b00/kit src/b00/kit/b00_serialk_text.cmx src/b00/kit/b00_serialk_json.cmx src/b00/kit/b00_trace.cmx src/b00/kit/b00_cli.cmx src/b00/kit/b00_base64.cmx src/b00/kit/b00_htmlg.cmx src/b00/kit/b00_lines.cmx src/b00/kit/b00_cmark.cmx src/b00/kit/b00_editor.cmx src/b00/kit/b00_fexts.cmx src/b00/kit/b00_findex.cmx src/b00/kit/b00_http.cmx src/b00/kit/b00_vcs.cmx src/b00/kit/b00_github.cmx src/b00/kit/b00_ocaml.cmx src/b00/kit/b00_jsoo.cmx src/b00/kit/b00_odoc.cmx src/b00/kit/b00_os.cmx src/b00/kit/b00_pager.cmx src/b00/kit/b00_pdf_viewer.cmx src/b00/kit/b00_rsync.cmx src/b00/kit/b00_serialk_sexp.cmx src/b00/kit/b00_www_browser.cmx -o src/b00/kit/b0_b00_kit.cmxa
- + ocamlfind ocamlopt -shared -linkall -package cmdliner -package unix -I src/b00/kit src/b00/kit/b0_b00_kit.cmxa -o src/b00/kit/b0_b00_kit.cmxs
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src/b00/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/std -o src/b00/kit/b00_cli.cmo src/b00/kit/b00_cli.ml
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src/b00/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/std -o src/b00/kit/b00_base64.cmo src/b00/kit/b00_base64.ml
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src/b00/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/std -o src/b00/kit/b00_cmark.cmo src/b00/kit/b00_cmark.ml
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src/b00/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/std -o src/b00/kit/b00_editor.cmo src/b00/kit/b00_editor.ml
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src/b00/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/std -o src/b00/kit/b00_fexts.cmo src/b00/kit/b00_fexts.ml
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src/b00/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/std -o src/b00/kit/b00_findex.cmo src/b00/kit/b00_findex.ml
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src/b00/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/std -o src/b00/kit/b00_cmark.cmo src/b00/kit/b00_cmark.ml
- File "src/b00/kit/b00_cmark.ml", line 34, characters 7-25:
- 34 |     if String.starts_with "==" s then Some 1 else
-             ^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label prefix was omitted in the application of this function.
- File "src/b00/kit/b00_cmark.ml", line 35, characters 7-25:
- 35 |     if String.starts_with "--" s then Some 2 else
-             ^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label prefix was omitted in the application of this function.
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src/b00/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/std -o src/b00/kit/b00_github.cmo src/b00/kit/b00_github.ml
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src/b00/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/std -o src/b00/kit/b00_htmlg.cmo src/b00/kit/b00_htmlg.ml
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src/b00/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/std -o src/b00/kit/b00_http.cmo src/b00/kit/b00_http.ml
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src/b00/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/std -o src/b00/kit/b00_lines.cmo src/b00/kit/b00_lines.ml
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src/b00/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/std -o src/b00/kit/b00_ocaml.cmo src/b00/kit/b00_ocaml.ml
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src/b00/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/std -o src/b00/kit/b00_jsoo.cmo src/b00/kit/b00_jsoo.ml
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src/b00/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/std -o src/b00/kit/b00_odoc.cmo src/b00/kit/b00_odoc.ml
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src/b00/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/std -o src/b00/kit/b00_os.cmo src/b00/kit/b00_os.ml
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src/b00/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/std -o src/b00/kit/b00_pager.cmo src/b00/kit/b00_pager.ml
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src/b00/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/std -o src/b00/kit/b00_pdf_viewer.cmo src/b00/kit/b00_pdf_viewer.ml
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src/b00/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/std -o src/b00/kit/b00_os.cmo src/b00/kit/b00_os.ml
- File "src/b00/kit/b00_os.ml", line 240, characters 19-30:
- 240 |   | a when String.(starts_with "armv5" a ||
-                          ^^^^^^^^^^^
- Warning 6 [labels-omitted]: label prefix was omitted in the application of this function.
- File "src/b00/kit/b00_os.ml", line 241, characters 19-30:
- 241 |                    starts_with "armv6" a || starts_with "earmv6" a ||
-                          ^^^^^^^^^^^
- Warning 6 [labels-omitted]: label prefix was omitted in the application of this function.
- File "src/b00/kit/b00_os.ml", line 241, characters 44-55:
- 241 |                    starts_with "armv6" a || starts_with "earmv6" a ||
-                                                   ^^^^^^^^^^^
- Warning 6 [labels-omitted]: label prefix was omitted in the application of this function.
- File "src/b00/kit/b00_os.ml", line 242, characters 19-30:
- 242 |                    starts_with "armv7" a || starts_with "earmv7" a) -> "arm32"
-                          ^^^^^^^^^^^
- Warning 6 [labels-omitted]: label prefix was omitted in the application of this function.
- File "src/b00/kit/b00_os.ml", line 242, characters 44-55:
- 242 |                    starts_with "armv7" a || starts_with "earmv7" a) -> "arm32"
-                                                   ^^^^^^^^^^^
- Warning 6 [labels-omitted]: label prefix was omitted in the application of this function.
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src/b00/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/std -o src/b00/kit/b00_rsync.cmo src/b00/kit/b00_rsync.ml
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src/b00/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/std -o src/b00/kit/b00_serialk_json.cmo src/b00/kit/b00_serialk_json.ml
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src/b00/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/std -o src/b00/kit/b00_serialk_sexp.cmo src/b00/kit/b00_serialk_sexp.ml
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src/b00/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/std -o src/b00/kit/b00_serialk_text.cmo src/b00/kit/b00_serialk_text.ml
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src/b00/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/std -o src/b00/kit/b00_trace.cmo src/b00/kit/b00_trace.ml
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src/b00/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/std -o src/b00/kit/b00_ocaml.cmo src/b00/kit/b00_ocaml.ml
- File "src/b00/kit/b00_ocaml.ml", line 505, characters 19-37:
- 505 |           | l when String.starts_with "Implementations imported:" l ||
-                          ^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label prefix was omitted in the application of this function.
- File "src/b00/kit/b00_ocaml.ml", line 506, characters 19-37:
- 506 |                    String.starts_with "Required globals:" l ->
-                          ^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label prefix was omitted in the application of this function.
- File "src/b00/kit/b00_ocaml.ml", line 530, characters 22-40:
- 530 |   | line :: rest when String.starts_with "Interfaces imported:" line ->
-                             ^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label prefix was omitted in the application of this function.
- File "src/b00/kit/b00_ocaml.ml", line 536, characters 17-35:
- 536 |   | l :: ls when String.starts_with "Unit name" l ||
-                        ^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label prefix was omitted in the application of this function.
- File "src/b00/kit/b00_ocaml.ml", line 537, characters 17-35:
- 537 |                  String.starts_with "Name" l ->
-                        ^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label prefix was omitted in the application of this function.
- File "src/b00/kit/b00_ocaml.ml", line 543, characters 17-35:
- 543 |   | l :: ls when String.starts_with file_prefix l ->
-                        ^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label prefix was omitted in the application of this function.
- File "src/b00/kit/b00_ocaml.ml", line 552, characters 17-35:
- 552 |   | l :: ls when String.starts_with file_prefix l ->
-                        ^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label prefix was omitted in the application of this function.
- File "src/b00/kit/b00_ocaml.ml", line 763, characters 16-32:
- 763 |           match String.cut_right "." a with
-                       ^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label sep was omitted in the application of this function.
- File "src/b00/kit/b00_ocaml.ml", line 831, characters 8-18:
- 831 |         write_info m n o;
-               ^^^^^^^^^^
- Warning 6 [labels-omitted]: label o was omitted in the application of this function.
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src/b00/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/std -o src/b00/kit/b00_vcs.cmo src/b00/kit/b00_vcs.ml
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src/b00/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/std -o src/b00/kit/b00_www_browser.cmo src/b00/kit/b00_www_browser.ml
- + ocamlfind ocamlc -a -package cmdliner -package unix -I src/b00/kit src/b00/kit/b00_serialk_text.cmo src/b00/kit/b00_serialk_json.cmo src/b00/kit/b00_trace.cmo src/b00/kit/b00_cli.cmo src/b00/kit/b00_base64.cmo src/b00/kit/b00_htmlg.cmo src/b00/kit/b00_lines.cmo src/b00/kit/b00_cmark.cmo src/b00/kit/b00_editor.cmo src/b00/kit/b00_fexts.cmo src/b00/kit/b00_findex.cmo src/b00/kit/b00_http.cmo src/b00/kit/b00_vcs.cmo src/b00/kit/b00_github.cmo src/b00/kit/b00_ocaml.cmo src/b00/kit/b00_jsoo.cmo src/b00/kit/b00_odoc.cmo src/b00/kit/b00_os.cmo src/b00/kit/b00_pager.cmo src/b00/kit/b00_pdf_viewer.cmo src/b00/kit/b00_rsync.cmo src/b00/kit/b00_serialk_sexp.cmo src/b00/kit/b00_www_browser.cmo -o src/b00/kit/b0_b00_kit.cma
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/b0_dir.ml > src/b0_dir.ml.depends
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/b0_dir.mli > src/b0_dir.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src -I examples -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o src/b0_dir.cmi src/b0_dir.mli
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/b0_meta.ml > src/b0_meta.ml.depends
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/b0_meta.mli > src/b0_meta.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src -I examples -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o src/b0_meta.cmi src/b0_meta.mli
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/b0_def.ml > src/b0_def.ml.depends
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/b0_def.mli > src/b0_def.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src -I examples -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o src/b0_def.cmi src/b0_def.mli
- + ocamlfind ocamlopt -c -g -bin-annot -package cmdliner -package unix -I src -I examples -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o src/b0_meta.cmx src/b0_meta.ml
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/b0_build.ml > src/b0_build.ml.depends
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/b0_build.mli > src/b0_build.mli.depends
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/b0_unit.mli > src/b0_unit.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src -I examples -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o src/b0_unit.cmi src/b0_unit.mli
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src -I examples -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o src/b0_build.cmi src/b0_build.mli
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/b0_unit.ml > src/b0_unit.ml.depends
- + ocamlfind ocamlopt -c -g -bin-annot -package cmdliner -package unix -I src -I examples -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o src/b0_def.cmx src/b0_def.ml
- + ocamlfind ocamlopt -c -g -bin-annot -package cmdliner -package unix -I src -I examples -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o src/b0_def.cmx src/b0_def.ml
- File "src/b0_def.ml", line 273, characters 26-44:
- 273 |       let add k v vs = if String.starts_with pre k then v :: vs else vs in
-                                 ^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label prefix was omitted in the application of this function.
- + ocamlfind ocamlopt -c -g -bin-annot -package cmdliner -package unix -I src -I examples -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o src/b0_dir.cmx src/b0_dir.ml
- + ocamlfind ocamlopt -c -g -bin-annot -package cmdliner -package unix -I src -I examples -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o src/b0_unit.cmx src/b0_unit.ml
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/b0_pack.ml > src/b0_pack.ml.depends
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/b0_pack.mli > src/b0_pack.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src -I examples -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o src/b0_pack.cmi src/b0_pack.mli
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/b0_cli.ml > src/b0_cli.ml.depends
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/b0_cli.mli > src/b0_cli.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src -I examples -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o src/b0_cli.cmi src/b0_cli.mli
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/b0_cmdlet.ml > src/b0_cmdlet.ml.depends
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/b0_cmdlet.mli > src/b0_cmdlet.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src -I examples -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o src/b0_cmdlet.cmi src/b0_cmdlet.mli
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/b0_file.ml > src/b0_file.ml.depends
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/b0_file.mli > src/b0_file.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src -I examples -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o src/b0_file.cmi src/b0_file.mli
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/b0_driver.ml > src/b0_driver.ml.depends
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/b0_driver.mli > src/b0_driver.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src -I examples -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o src/b0_driver.cmi src/b0_driver.mli
- + ocamlfind ocamlopt -c -g -bin-annot -package cmdliner -package unix -I src -I examples -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o src/b0_file.cmx src/b0_file.ml
- + ocamlfind ocamlopt -c -g -bin-annot -package cmdliner -package unix -I src -I examples -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o src/b0_build.cmx src/b0_build.ml
- + ocamlfind ocamlopt -c -g -bin-annot -package cmdliner -package unix -I src -I examples -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o src/b0_pack.cmx src/b0_pack.ml
- + ocamlfind ocamlopt -c -g -bin-annot -package cmdliner -package unix -I src -I examples -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o src/b0_cli.cmx src/b0_cli.ml
- + ocamlfind ocamlopt -c -g -bin-annot -package cmdliner -package unix -I src -I examples -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o src/b0_cmdlet.cmx src/b0_cmdlet.ml
- + ocamlfind ocamlopt -c -g -bin-annot -package cmdliner -package unix -I src -I examples -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o src/b0_driver.cmx src/b0_driver.ml
- + ocamlfind ocamlopt -a -package cmdliner -package unix -I src src/b0_dir.cmx src/b0_meta.cmx src/b0_def.cmx src/b0_unit.cmx src/b0_build.cmx src/b0_pack.cmx src/b0_cli.cmx src/b0_cmdlet.cmx src/b0_file.cmx src/b0_driver.cmx -o src/b0.cmxa
- + ocamlfind ocamlopt -shared -linkall -package cmdliner -package unix -I src src/b0.cmxa -o src/b0.cmxs
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src -I examples -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o src/b0_dir.cmo src/b0_dir.ml
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src -I examples -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o src/b0_meta.cmo src/b0_meta.ml
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src -I examples -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o src/b0_def.cmo src/b0_def.ml
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src -I examples -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o src/b0_build.cmo src/b0_build.ml
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src -I examples -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o src/b0_unit.cmo src/b0_unit.ml
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src -I examples -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o src/b0_pack.cmo src/b0_pack.ml
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src -I examples -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o src/b0_cli.cmo src/b0_cli.ml
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src -I examples -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o src/b0_cmdlet.cmo src/b0_cmdlet.ml
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src -I examples -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o src/b0_def.cmo src/b0_def.ml
- File "src/b0_def.ml", line 273, characters 26-44:
- 273 |       let add k v vs = if String.starts_with pre k then v :: vs else vs in
-                                 ^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label prefix was omitted in the application of this function.
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src -I examples -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o src/b0_file.cmo src/b0_file.ml
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src -I examples -I test -I tool-b0 -I tools -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o src/b0_driver.cmo src/b0_driver.ml
- + ocamlfind ocamlc -a -package cmdliner -package unix -I src src/b0_dir.cmo src/b0_meta.cmo src/b0_def.cmo src/b0_unit.cmo src/b0_build.cmo src/b0_pack.cmo src/b0_cli.cmo src/b0_cmdlet.cmo src/b0_file.cmo src/b0_driver.cmo -o src/b0.cma
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/kit/b0_kit.ml > src/kit/b0_kit.ml.depends
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/kit/b0_kit.mli > src/kit/b0_kit.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/b00/kit -I src/b00/std -o src/kit/b0_kit.cmi src/kit/b0_kit.mli
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/kit/b0_srcs.ml > src/kit/b0_srcs.ml.depends
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/kit/b0_srcs.mli > src/kit/b0_srcs.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/b00/kit -I src/b00/std -o src/kit/b0_srcs.cmi src/kit/b0_srcs.mli
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/kit/b0_ocaml.ml > src/kit/b0_ocaml.ml.depends
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/kit/b0_ocaml.mli > src/kit/b0_ocaml.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/b00/kit -I src/b00/std -o src/kit/b0_ocaml.cmi src/kit/b0_ocaml.mli
- + ocamlfind ocamlopt -c -g -bin-annot -package cmdliner -package unix -I src/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/b00/kit -I src/b00/std -o src/kit/b0_srcs.cmx src/kit/b0_srcs.ml
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/kit/b0_ocaml_eco.ml > src/kit/b0_ocaml_eco.ml.depends
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/kit/b0_ocaml_eco.mli > src/kit/b0_ocaml_eco.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/b00/kit -I src/b00/std -o src/kit/b0_ocaml_eco.cmi src/kit/b0_ocaml_eco.mli
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/kit/b0_jsoo.ml > src/kit/b0_jsoo.ml.depends
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/kit/b0_jsoo.mli > src/kit/b0_jsoo.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/b00/kit -I src/b00/std -o src/kit/b0_jsoo.cmi src/kit/b0_jsoo.mli
- + ocamlfind ocamlopt -c -g -bin-annot -package cmdliner -package unix -I src/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/b00/kit -I src/b00/std -o src/kit/b0_ocaml.cmx src/kit/b0_ocaml.ml
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/kit/b0_opam.ml > src/kit/b0_opam.ml.depends
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/kit/b0_opam.mli > src/kit/b0_opam.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/b00/kit -I src/b00/std -o src/kit/b0_opam.cmi src/kit/b0_opam.mli
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/kit/b0_release.ml > src/kit/b0_release.ml.depends
- + ocamlfind ocamldep -package cmdliner -package unix -modules src/kit/b0_release.mli > src/kit/b0_release.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/b00/kit -I src/b00/std -o src/kit/b0_release.cmi src/kit/b0_release.mli
- + ocamlfind ocamlopt -c -g -bin-annot -package cmdliner -package unix -I src/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/b00/kit -I src/b00/std -o src/kit/b0_release.cmx src/kit/b0_release.ml
- + ocamlfind ocamlopt -c -g -bin-annot -package cmdliner -package unix -I src/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/b00/kit -I src/b00/std -o src/kit/b0_kit.cmx src/kit/b0_kit.ml
- + ocamlfind ocamlopt -c -g -bin-annot -package cmdliner -package unix -I src/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/b00/kit -I src/b00/std -o src/kit/b0_ocaml_eco.cmx src/kit/b0_ocaml_eco.ml
- + ocamlfind ocamlopt -c -g -bin-annot -package cmdliner -package unix -I src/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/b00/kit -I src/b00/std -o src/kit/b0_jsoo.cmx src/kit/b0_jsoo.ml
- + ocamlfind ocamlopt -c -g -bin-annot -package cmdliner -package unix -I src/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/b00/kit -I src/b00/std -o src/kit/b0_opam.cmx src/kit/b0_opam.ml
- + ocamlfind ocamlopt -c -g -bin-annot -package cmdliner -package unix -I src/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/b00/kit -I src/b00/std -o src/kit/b0_jsoo.cmx src/kit/b0_jsoo.ml
- File "src/kit/b0_jsoo.ml", line 263, characters 39-50:
- 263 |   let* srcs, mod_srcs, jss, js, html = build_setup srcs b in
-                                              ^^^^^^^^^^^
- Warning 6 [labels-omitted]: label srcs was omitted in the application of this function.
- + ocamlfind ocamlopt -a -package cmdliner -package unix -I src/kit src/kit/b0_kit.cmx src/kit/b0_srcs.cmx src/kit/b0_ocaml.cmx src/kit/b0_ocaml_eco.cmx src/kit/b0_jsoo.cmx src/kit/b0_release.cmx src/kit/b0_opam.cmx -o src/kit/b0_kit.cmxa
- + ocamlfind ocamlopt -shared -linkall -package cmdliner -package unix -I src/kit src/kit/b0_kit.cmxa -o src/kit/b0_kit.cmxs
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/b00/kit -I src/b00/std -o src/kit/b0_kit.cmo src/kit/b0_kit.ml
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/b00/kit -I src/b00/std -o src/kit/b0_srcs.cmo src/kit/b0_srcs.ml
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/b00/kit -I src/b00/std -o src/kit/b0_ocaml.cmo src/kit/b0_ocaml.ml
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/b00/kit -I src/b00/std -o src/kit/b0_ocaml_eco.cmo src/kit/b0_ocaml_eco.ml
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/b00/kit -I src/b00/std -o src/kit/b0_jsoo.cmo src/kit/b0_jsoo.ml
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/b00/kit -I src/b00/std -o src/kit/b0_opam.cmo src/kit/b0_opam.ml
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/b00/kit -I src/b00/std -o src/kit/b0_release.cmo src/kit/b0_release.ml
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I src/kit -I examples -I src -I test -I tool-b0 -I tools -I src/b00 -I src/b00/kit -I src/b00/std -o src/kit/b0_jsoo.cmo src/kit/b0_jsoo.ml
- File "src/kit/b0_jsoo.ml", line 263, characters 39-50:
- 263 |   let* srcs, mod_srcs, jss, js, html = build_setup srcs b in
-                                              ^^^^^^^^^^^
- Warning 6 [labels-omitted]: label srcs was omitted in the application of this function.
- + ocamlfind ocamlc -a -package cmdliner -package unix -I src/kit src/kit/b0_kit.cmo src/kit/b0_srcs.cmo src/kit/b0_ocaml.cmo src/kit/b0_ocaml_eco.cmo src/kit/b0_jsoo.cmo src/kit/b0_release.cmo src/kit/b0_opam.cmo -o src/kit/b0_kit.cma
- + ocamlfind ocamldep -package cmdliner -package unix -modules tool-b0/b0_b0.ml > tool-b0/b0_b0.ml.depends
- + ocamlfind ocamldep -package cmdliner -package unix -modules tool-b0/b0_b0.mli > tool-b0/b0_b0.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I tool-b0 -I examples -I src -I test -I tools -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o tool-b0/b0_b0.cmi tool-b0/b0_b0.mli
- + ocamlfind ocamldep -package cmdliner -package unix -modules tool-b0/b0_cmd_build.ml > tool-b0/b0_cmd_build.ml.depends
- + ocamlfind ocamldep -package cmdliner -package unix -modules tool-b0/b0_cmd_build.mli > tool-b0/b0_cmd_build.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I tool-b0 -I examples -I src -I test -I tools -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o tool-b0/b0_cmd_build.cmi tool-b0/b0_cmd_build.mli
- + ocamlfind ocamlopt -c -g -bin-annot -package cmdliner -package unix -I tool-b0 -I examples -I src -I test -I tools -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o tool-b0/b0_b0.cmx tool-b0/b0_b0.ml
- + ocamlfind ocamldep -package cmdliner -package unix -modules tool-b0/b0_cmd_cmd.ml > tool-b0/b0_cmd_cmd.ml.depends
- + ocamlfind ocamldep -package cmdliner -package unix -modules tool-b0/b0_cmd_cmd.mli > tool-b0/b0_cmd_cmd.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I tool-b0 -I examples -I src -I test -I tools -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o tool-b0/b0_cmd_cmd.cmi tool-b0/b0_cmd_cmd.mli
- + ocamlfind ocamldep -package cmdliner -package unix -modules tool-b0/b0_cmd_cmdlet.ml > tool-b0/b0_cmd_cmdlet.ml.depends
- + ocamlfind ocamldep -package cmdliner -package unix -modules tool-b0/b0_cmd_cmdlet.mli > tool-b0/b0_cmd_cmdlet.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I tool-b0 -I examples -I src -I test -I tools -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o tool-b0/b0_cmd_cmdlet.cmi tool-b0/b0_cmd_cmdlet.mli
- + ocamlfind ocamldep -package cmdliner -package unix -modules tool-b0/b0_cmd_file.ml > tool-b0/b0_cmd_file.ml.depends
- + ocamlfind ocamldep -package cmdliner -package unix -modules tool-b0/b0_cmd_file.mli > tool-b0/b0_cmd_file.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I tool-b0 -I examples -I src -I test -I tools -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o tool-b0/b0_cmd_file.cmi tool-b0/b0_cmd_file.mli
- + ocamlfind ocamldep -package cmdliner -package unix -modules tool-b0/b0_cmd_unit.ml > tool-b0/b0_cmd_unit.ml.depends
- + ocamlfind ocamldep -package cmdliner -package unix -modules tool-b0/b0_cmd_unit.mli > tool-b0/b0_cmd_unit.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I tool-b0 -I examples -I src -I test -I tools -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o tool-b0/b0_cmd_unit.cmi tool-b0/b0_cmd_unit.mli
- + ocamlfind ocamlopt -c -g -bin-annot -package cmdliner -package unix -I tool-b0 -I examples -I src -I test -I tools -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o tool-b0/b0_cmd_build.cmx tool-b0/b0_cmd_build.ml
- + ocamlfind ocamldep -package cmdliner -package unix -modules tool-b0/b0_cmd_list.ml > tool-b0/b0_cmd_list.ml.depends
- + ocamlfind ocamldep -package cmdliner -package unix -modules tool-b0/b0_cmd_list.mli > tool-b0/b0_cmd_list.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I tool-b0 -I examples -I src -I test -I tools -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o tool-b0/b0_cmd_list.cmi tool-b0/b0_cmd_list.mli
- + ocamlfind ocamldep -package cmdliner -package unix -modules tool-b0/b0_cmd_log.ml > tool-b0/b0_cmd_log.ml.depends
- + ocamlfind ocamldep -package cmdliner -package unix -modules tool-b0/b0_cmd_log.mli > tool-b0/b0_cmd_log.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I tool-b0 -I examples -I src -I test -I tools -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o tool-b0/b0_cmd_log.cmi tool-b0/b0_cmd_log.mli
- + ocamlfind ocamldep -package cmdliner -package unix -modules tool-b0/b0_cmd_pack.ml > tool-b0/b0_cmd_pack.ml.depends
- + ocamlfind ocamldep -package cmdliner -package unix -modules tool-b0/b0_cmd_pack.mli > tool-b0/b0_cmd_pack.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I tool-b0 -I examples -I src -I test -I tools -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o tool-b0/b0_cmd_pack.cmi tool-b0/b0_cmd_pack.mli
- + ocamlfind ocamldep -package cmdliner -package unix -modules tool-b0/b0_cmd_delete.ml > tool-b0/b0_cmd_delete.ml.depends
- + ocamlfind ocamldep -package cmdliner -package unix -modules tool-b0/b0_cmd_delete.mli > tool-b0/b0_cmd_delete.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I tool-b0 -I examples -I src -I test -I tools -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o tool-b0/b0_cmd_delete.cmi tool-b0/b0_cmd_delete.mli
- + ocamlfind ocamldep -package cmdliner -package unix -modules tool-b0/b0_cmd_scope.ml > tool-b0/b0_cmd_scope.ml.depends
- + ocamlfind ocamldep -package cmdliner -package unix -modules tool-b0/b0_cmd_scope.mli > tool-b0/b0_cmd_scope.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I tool-b0 -I examples -I src -I test -I tools -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o tool-b0/b0_cmd_scope.cmi tool-b0/b0_cmd_scope.mli
- + ocamlfind ocamldep -package cmdliner -package unix -modules tool-b0/b0_cmd_root.ml > tool-b0/b0_cmd_root.ml.depends
- + ocamlfind ocamldep -package cmdliner -package unix -modules tool-b0/b0_cmd_root.mli > tool-b0/b0_cmd_root.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I tool-b0 -I examples -I src -I test -I tools -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o tool-b0/b0_cmd_root.cmi tool-b0/b0_cmd_root.mli
- + ocamlfind ocamldep -package cmdliner -package unix -modules tool-b0/b0_main.ml > tool-b0/b0_main.ml.depends
- + ocamlfind ocamldep -package cmdliner -package unix -modules tool-b0/b0_main.mli > tool-b0/b0_main.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I tool-b0 -I examples -I src -I test -I tools -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o tool-b0/b0_main.cmi tool-b0/b0_main.mli
- + ocamlfind ocamlopt -c -g -bin-annot -package cmdliner -package unix -I tool-b0 -I examples -I src -I test -I tools -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o tool-b0/b0_cmd_cmd.cmx tool-b0/b0_cmd_cmd.ml
- + ocamlfind ocamlopt -c -g -bin-annot -package cmdliner -package unix -I tool-b0 -I examples -I src -I test -I tools -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o tool-b0/b0_cmd_cmdlet.cmx tool-b0/b0_cmd_cmdlet.ml
- + ocamlfind ocamlopt -c -g -bin-annot -package cmdliner -package unix -I tool-b0 -I examples -I src -I test -I tools -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o tool-b0/b0_cmd_delete.cmx tool-b0/b0_cmd_delete.ml
- + ocamlfind ocamlopt -c -g -bin-annot -package cmdliner -package unix -I tool-b0 -I examples -I src -I test -I tools -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o tool-b0/b0_cmd_file.cmx tool-b0/b0_cmd_file.ml
- + ocamlfind ocamlopt -c -g -bin-annot -package cmdliner -package unix -I tool-b0 -I examples -I src -I test -I tools -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o tool-b0/b0_cmd_list.cmx tool-b0/b0_cmd_list.ml
- + ocamlfind ocamlopt -c -g -bin-annot -package cmdliner -package unix -I tool-b0 -I examples -I src -I test -I tools -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o tool-b0/b0_cmd_log.cmx tool-b0/b0_cmd_log.ml
- + ocamlfind ocamlopt -c -g -bin-annot -package cmdliner -package unix -I tool-b0 -I examples -I src -I test -I tools -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o tool-b0/b0_cmd_pack.cmx tool-b0/b0_cmd_pack.ml
- + ocamlfind ocamlopt -c -g -bin-annot -package cmdliner -package unix -I tool-b0 -I examples -I src -I test -I tools -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o tool-b0/b0_cmd_root.cmx tool-b0/b0_cmd_root.ml
- + ocamlfind ocamlopt -c -g -bin-annot -package cmdliner -package unix -I tool-b0 -I examples -I src -I test -I tools -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o tool-b0/b0_cmd_scope.cmx tool-b0/b0_cmd_scope.ml
- + ocamlfind ocamlopt -c -g -bin-annot -package cmdliner -package unix -I tool-b0 -I examples -I src -I test -I tools -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o tool-b0/b0_cmd_unit.cmx tool-b0/b0_cmd_unit.ml
- + ocamlfind ocamlopt -c -g -bin-annot -package cmdliner -package unix -I tool-b0 -I examples -I src -I test -I tools -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o tool-b0/b0_main.cmx tool-b0/b0_main.ml
- + ocamlfind ocamlopt -a -package cmdliner -package unix -I tool-b0 tool-b0/b0_b0.cmx tool-b0/b0_cmd_build.cmx tool-b0/b0_cmd_cmd.cmx tool-b0/b0_cmd_cmdlet.cmx tool-b0/b0_cmd_file.cmx tool-b0/b0_cmd_unit.cmx tool-b0/b0_cmd_list.cmx tool-b0/b0_cmd_log.cmx tool-b0/b0_cmd_pack.cmx tool-b0/b0_cmd_delete.cmx tool-b0/b0_cmd_scope.cmx tool-b0/b0_cmd_root.cmx tool-b0/b0_main.cmx -o tool-b0/b0_b0.cmxa
- + ocamlfind ocamlopt -shared -linkall -package cmdliner -package unix -I tool-b0 tool-b0/b0_b0.cmxa -o tool-b0/b0_b0.cmxs
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I tool-b0 -I examples -I src -I test -I tools -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o tool-b0/b0_b0.cmo tool-b0/b0_b0.ml
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I tool-b0 -I examples -I src -I test -I tools -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o tool-b0/b0_cmd_build.cmo tool-b0/b0_cmd_build.ml
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I tool-b0 -I examples -I src -I test -I tools -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o tool-b0/b0_cmd_cmd.cmo tool-b0/b0_cmd_cmd.ml
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I tool-b0 -I examples -I src -I test -I tools -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o tool-b0/b0_cmd_cmdlet.cmo tool-b0/b0_cmd_cmdlet.ml
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I tool-b0 -I examples -I src -I test -I tools -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o tool-b0/b0_cmd_file.cmo tool-b0/b0_cmd_file.ml
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I tool-b0 -I examples -I src -I test -I tools -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o tool-b0/b0_cmd_unit.cmo tool-b0/b0_cmd_unit.ml
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I tool-b0 -I examples -I src -I test -I tools -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o tool-b0/b0_cmd_list.cmo tool-b0/b0_cmd_list.ml
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I tool-b0 -I examples -I src -I test -I tools -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o tool-b0/b0_cmd_log.cmo tool-b0/b0_cmd_log.ml
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I tool-b0 -I examples -I src -I test -I tools -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o tool-b0/b0_cmd_pack.cmo tool-b0/b0_cmd_pack.ml
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I tool-b0 -I examples -I src -I test -I tools -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o tool-b0/b0_cmd_delete.cmo tool-b0/b0_cmd_delete.ml
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I tool-b0 -I examples -I src -I test -I tools -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o tool-b0/b0_cmd_scope.cmo tool-b0/b0_cmd_scope.ml
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I tool-b0 -I examples -I src -I test -I tools -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o tool-b0/b0_cmd_root.cmo tool-b0/b0_cmd_root.ml
- + ocamlfind ocamlc -c -g -bin-annot -package cmdliner -package unix -I tool-b0 -I examples -I src -I test -I tools -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o tool-b0/b0_main.cmo tool-b0/b0_main.ml
- + ocamlfind ocamlc -a -package cmdliner -package unix -I tool-b0 tool-b0/b0_b0.cmo tool-b0/b0_cmd_build.cmo tool-b0/b0_cmd_cmd.cmo tool-b0/b0_cmd_cmdlet.cmo tool-b0/b0_cmd_file.cmo tool-b0/b0_cmd_unit.cmo tool-b0/b0_cmd_list.cmo tool-b0/b0_cmd_log.cmo tool-b0/b0_cmd_pack.cmo tool-b0/b0_cmd_delete.cmo tool-b0/b0_cmd_scope.cmo tool-b0/b0_cmd_root.cmo tool-b0/b0_main.cmo -o tool-b0/b0_b0.cma
- + ocamlfind ocamldep -package cmdliner -package unix -modules tool-b0/b0_main_run.ml > tool-b0/b0_main_run.ml.depends
- + ocamlfind ocamlc -c -g -bin-annot -I src/b00/std -package cmdliner -package unix -I tool-b0 -I examples -I src -I test -I tools -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o tool-b0/b0_main_run.cmo tool-b0/b0_main_run.ml
- + ocamlfind ocamlopt -c -g -bin-annot -I src/b00/std -package cmdliner -package unix -I tool-b0 -I examples -I src -I test -I tools -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o tool-b0/b0_main_run.cmx tool-b0/b0_main_run.ml
- + ocamlfind ocamlopt -linkpkg -g -ccopt -Lsrc/b00/std -package cmdliner -package unix -I src/b00/std -I src/b00 -I src/b00/kit -I src -I tool-b0 src/b00/std/b0_b00_std.cmxa src/b00/b000.cmx src/b00/b00.cmx src/b00/b000_conv.cmx src/b00/kit/b00_serialk_text.cmx src/b00/kit/b00_serialk_json.cmx src/b00/kit/b00_trace.cmx src/b00/kit/b00_cli.cmx src/b00/kit/b00_editor.cmx src/b00/kit/b00_fexts.cmx src/b00/kit/b00_lines.cmx src/b00/kit/b00_ocaml.cmx src/b00/kit/b00_pager.cmx src/b00/kit/b00_vcs.cmx src/b0_meta.cmx src/b0_def.cmx src/b0_dir.cmx src/b0_unit.cmx src/b0_build.cmx src/b0_cli.cmx src/b0_cmdlet.cmx src/b0_file.cmx src/b0_driver.cmx src/b0_pack.cmx tool-b0/b0_b0.cmx tool-b0/b0_cmd_build.cmx tool-b0/b0_cmd_cmd.cmx tool-b0/b0_cmd_cmdlet.cmx tool-b0/b0_cmd_delete.cmx tool-b0/b0_cmd_file.cmx tool-b0/b0_cmd_list.cmx tool-b0/b0_cmd_log.cmx tool-b0/b0_cmd_pack.cmx tool-b0/b0_cmd_root.cmx tool-b0/b0_cmd_scope.cmx tool-b0/b0_cmd_unit.cmx tool-b0/b0_main.cmx tool-b0/b0_main_run.cmx -o tool-b0/b0_main_run.native
- + ocamlfind ocamldep -package cmdliner -package unix -modules tools/b00_cache.ml > tools/b00_cache.ml.depends
- + ocamlfind ocamlc -c -g -bin-annot -I src/b00/std -package cmdliner -package unix -I tools -I examples -I src -I test -I tool-b0 -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o tools/b00_cache.cmo tools/b00_cache.ml
- + ocamlfind ocamlopt -c -g -bin-annot -I src/b00/std -package cmdliner -package unix -I tools -I examples -I src -I test -I tool-b0 -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o tools/b00_cache.cmx tools/b00_cache.ml
- + ocamlfind ocamlopt -linkpkg -g -ccopt -Lsrc/b00/std -package cmdliner -package unix -I src/b00/std -I src/b00 -I src/b00/kit -I tools src/b00/std/b0_b00_std.cmxa src/b00/b000.cmx src/b00/b00.cmx src/b00/b000_conv.cmx src/b00/kit/b00_serialk_text.cmx src/b00/kit/b00_serialk_json.cmx src/b00/kit/b00_trace.cmx src/b00/kit/b00_cli.cmx src/b00/kit/b00_pager.cmx tools/b00_cache.cmx -o tools/b00_cache.native
- + ocamlfind ocamldep -package cmdliner -package unix -modules tools/b00_log.ml > tools/b00_log.ml.depends
- + ocamlfind ocamlc -c -g -bin-annot -I src/b00/std -package cmdliner -package unix -I tools -I examples -I src -I test -I tool-b0 -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o tools/b00_log.cmo tools/b00_log.ml
- + ocamlfind ocamlopt -c -g -bin-annot -I src/b00/std -package cmdliner -package unix -I tools -I examples -I src -I test -I tool-b0 -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o tools/b00_log.cmx tools/b00_log.ml
- + ocamlfind ocamlopt -linkpkg -g -ccopt -Lsrc/b00/std -package cmdliner -package unix -I src/b00/std -I src/b00 -I src/b00/kit -I tools src/b00/std/b0_b00_std.cmxa src/b00/b000.cmx src/b00/b00.cmx src/b00/b000_conv.cmx src/b00/kit/b00_serialk_text.cmx src/b00/kit/b00_serialk_json.cmx src/b00/kit/b00_trace.cmx src/b00/kit/b00_cli.cmx src/b00/kit/b00_pager.cmx tools/b00_log.cmx -o tools/b00_log.native
- + ocamlfind ocamldep -package cmdliner -package unix -modules tools/b00_hash.ml > tools/b00_hash.ml.depends
- + ocamlfind ocamlc -c -g -bin-annot -I src/b00/std -package cmdliner -package unix -I tools -I examples -I src -I test -I tool-b0 -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o tools/b00_hash.cmo tools/b00_hash.ml
- + ocamlfind ocamlc -c -g -bin-annot -I src/b00/std -package cmdliner -package unix -I tools -I examples -I src -I test -I tool-b0 -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o tools/b00_hash.cmo tools/b00_hash.ml
- File "tools/b00_hash.ml", line 23, characters 17-42:
- 23 |   let hash_fun = B00_cli.Memo.get_hash_fun hash_fun in
-                       ^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label hash_fun was omitted in the application of this function.
- + ocamlfind ocamlopt -c -g -bin-annot -I src/b00/std -package cmdliner -package unix -I tools -I examples -I src -I test -I tool-b0 -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o tools/b00_hash.cmx tools/b00_hash.ml
- + ocamlfind ocamlopt -c -g -bin-annot -I src/b00/std -package cmdliner -package unix -I tools -I examples -I src -I test -I tool-b0 -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o tools/b00_hash.cmx tools/b00_hash.ml
- File "tools/b00_hash.ml", line 23, characters 17-42:
- 23 |   let hash_fun = B00_cli.Memo.get_hash_fun hash_fun in
-                       ^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label hash_fun was omitted in the application of this function.
- + ocamlfind ocamlopt -linkpkg -g -ccopt -Lsrc/b00/std -package cmdliner -package unix -I src/b00/std -I src/b00 -I src/b00/kit -I tools src/b00/std/b0_b00_std.cmxa src/b00/b000.cmx src/b00/b00.cmx src/b00/b000_conv.cmx src/b00/kit/b00_serialk_text.cmx src/b00/kit/b00_serialk_json.cmx src/b00/kit/b00_trace.cmx src/b00/kit/b00_cli.cmx tools/b00_hash.cmx -o tools/b00_hash.native
- + ocamlfind ocamldep -package cmdliner -package unix -modules tools/show_uri.ml > tools/show_uri.ml.depends
- + ocamlfind ocamlc -c -g -bin-annot -I src/b00/std -package cmdliner -package unix -I tools -I examples -I src -I test -I tool-b0 -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o tools/show_uri.cmo tools/show_uri.ml
- + ocamlfind ocamlopt -c -g -bin-annot -I src/b00/std -package cmdliner -package unix -I tools -I examples -I src -I test -I tool-b0 -I src/b00 -I src/kit -I src/b00/kit -I src/b00/std -o tools/show_uri.cmx tools/show_uri.ml
- + ocamlfind ocamlopt -linkpkg -g -ccopt -Lsrc/b00/std -package cmdliner -package unix -I src/b00/std -I src/b00 -I src/b00/kit -I tools src/b00/std/b0_b00_std.cmxa src/b00/b000.cmx src/b00/b00.cmx src/b00/b000_conv.cmx src/b00/kit/b00_serialk_text.cmx src/b00/kit/b00_serialk_json.cmx src/b00/kit/b00_trace.cmx src/b00/kit/b00_cli.cmx src/b00/kit/b00_www_browser.cmx tools/show_uri.cmx -o tools/show_uri.native
- # Parallel statistics: { count(total): 13(251), max: 23, min: 2, average(total): 7.154(1.319) }
-> compiled  b0.0.0.2
-> installed b0.0.0.2
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 21:20.38 ---> saved as "74bf902d8b8b8b378afb5545898f7504551cfebe2c15ee5f6168c34d3cf16a54"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u b0:a54392a6011e140aca3496bca94dbc3d,cmdliner:22ef956c04fab3fb688e5fb96b354c88"))
2024-09-12 21:20.40 ---> saved as "ee85b88cceb93a7a85022e957865038b0c6d459e6021e704e23cedd4fd5731bf"

/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.689729') && (for DATA in prep/universes/22ef956c04fab3fb688e5fb96b354c88/cmdliner/1.0.4,cmdliner.1.0.4-22ef956c04fab3fb688e5fb96b354c88,cmdliner.1.0.4 prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2,b0.0.0.2-a54392a6011e140aca3496bca94dbc3d,b0.0.0.2; 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/22ef956c04fab3fb688e5fb96b354c88/cmdliner/1.0.4,cmdliner.1.0.4-22ef956c04fab3fb688e5fb96b354c88,cmdliner.1.0.4 prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2,b0.0.0.2-a54392a6011e140aca3496bca94dbc3d,b0.0.0.2; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/22ef956c04fab3fb688e5fb96b354c88/cmdliner/1.0.4,cmdliner.1.0.4-22ef956c04fab3fb688e5fb96b354c88,cmdliner.1.0.4 prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2,b0.0.0.2-a54392a6011e140aca3496bca94dbc3d,b0.0.0.2; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.689729
prep/universes/22ef956c04fab3fb688e5fb96b354c88/cmdliner/1.0.4/doc/
prep/universes/22ef956c04fab3fb688e5fb96b354c88/cmdliner/1.0.4/doc/cmdliner/
prep/universes/22ef956c04fab3fb688e5fb96b354c88/cmdliner/1.0.4/doc/cmdliner/CHANGES.md
prep/universes/22ef956c04fab3fb688e5fb96b354c88/cmdliner/1.0.4/doc/cmdliner/LICENSE.md
prep/universes/22ef956c04fab3fb688e5fb96b354c88/cmdliner/1.0.4/doc/cmdliner/README.md
prep/universes/22ef956c04fab3fb688e5fb96b354c88/cmdliner/1.0.4/lib/
prep/universes/22ef956c04fab3fb688e5fb96b354c88/cmdliner/1.0.4/lib/cmdliner/
prep/universes/22ef956c04fab3fb688e5fb96b354c88/cmdliner/1.0.4/lib/cmdliner/cmdliner.ocamlobjinfo
prep/universes/22ef956c04fab3fb688e5fb96b354c88/cmdliner/1.0.4/lib/cmdliner/META
prep/universes/22ef956c04fab3fb688e5fb96b354c88/cmdliner/1.0.4/lib/cmdliner/cmdliner.cmi
prep/universes/22ef956c04fab3fb688e5fb96b354c88/cmdliner/1.0.4/lib/cmdliner/cmdliner.cmti
prep/universes/22ef956c04fab3fb688e5fb96b354c88/cmdliner/1.0.4/opam
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/doc/
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/doc/b0/
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/doc/b0/CHANGES.md
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/doc/b0/LICENSE.md
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/doc/b0/README.md
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/doc/b0/odoc-pages/
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/doc/b0/odoc-pages/b00_manual.mld
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/doc/b0/odoc-pages/cmdlet_manual.mld
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/doc/b0/odoc-pages/driver_dev.mld
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/doc/b0/odoc-pages/index.mld
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/doc/b0/odoc-pages/manual.mld
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/doc/b0/odoc-pages/old_manual.mld
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/doc/b0/odoc-pages/opam.mld
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/doc/b0/odoc-pages/rationale.mld
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/doc/b0/odoc-pages/release.mld
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/doc/b0/odoc-pages/todo.mld
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/doc/b0/odoc-pages/unit_manual.mld
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b0.ocamlobjinfo
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/META
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b0/
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b0/b0_b0.ocamlobjinfo
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b0/b0_b0.cmi
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b0/b0_b0.cmti
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b0/b0_cmd_build.cmi
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b0/b0_cmd_build.cmti
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b0/b0_cmd_cmd.cmi
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b0/b0_cmd_cmd.cmti
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b0/b0_cmd_cmdlet.cmi
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b0/b0_cmd_cmdlet.cmti
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b0/b0_cmd_delete.cmi
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b0/b0_cmd_delete.cmti
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b0/b0_cmd_file.cmi
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b0/b0_cmd_file.cmti
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b0/b0_cmd_list.cmi
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b0/b0_cmd_list.cmti
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b0/b0_cmd_log.cmi
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b0/b0_cmd_log.cmti
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b0/b0_cmd_pack.cmi
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b0/b0_cmd_pack.cmti
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b0/b0_cmd_root.cmi
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b0/b0_cmd_root.cmti
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b0/b0_cmd_scope.cmi
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b0/b0_cmd_scope.cmti
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b0/b0_cmd_unit.cmi
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b0/b0_cmd_unit.cmti
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b0/b0_main.cmi
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b0/b0_main.cmti
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b00/
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b00/b0_b00.ocamlobjinfo
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b00/b00.cmi
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b00/b00.cmti
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b00/b000.cmi
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b00/b000.cmti
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b00/b000_conv.cmi
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b00/b000_conv.cmti
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b00/kit/
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b00/kit/b0_b00_kit.ocamlobjinfo
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b00/kit/b00_base64.cmi
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b00/kit/b00_base64.cmti
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b00/kit/b00_cli.cmi
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b00/kit/b00_cli.cmti
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b00/kit/b00_cmark.cmi
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b00/kit/b00_cmark.cmti
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b00/kit/b00_editor.cmi
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b00/kit/b00_editor.cmti
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b00/kit/b00_fexts.cmi
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b00/kit/b00_fexts.cmti
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b00/kit/b00_findex.cmi
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b00/kit/b00_findex.cmti
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b00/kit/b00_github.cmi
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b00/kit/b00_github.cmti
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b00/kit/b00_htmlg.cmi
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b00/kit/b00_htmlg.cmti
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b00/kit/b00_http.cmi
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b00/kit/b00_http.cmti
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b00/kit/b00_jsoo.cmi
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b00/kit/b00_jsoo.cmti
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b00/kit/b00_lines.cmi
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b00/kit/b00_lines.cmti
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b00/kit/b00_ocaml.cmi
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b00/kit/b00_ocaml.cmti
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b00/kit/b00_odoc.cmi
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b00/kit/b00_odoc.cmti
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b00/kit/b00_os.cmi
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b00/kit/b00_os.cmti
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b00/kit/b00_pager.cmi
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b00/kit/b00_pager.cmti
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b00/kit/b00_pdf_viewer.cmi
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b00/kit/b00_pdf_viewer.cmti
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b00/kit/b00_rsync.cmi
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b00/kit/b00_rsync.cmti
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b00/kit/b00_serialk_json.cmi
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b00/kit/b00_serialk_json.cmti
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b00/kit/b00_serialk_sexp.cmi
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b00/kit/b00_serialk_sexp.cmti
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b00/kit/b00_serialk_text.cmi
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b00/kit/b00_serialk_text.cmti
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b00/kit/b00_trace.cmi
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b00/kit/b00_trace.cmti
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b00/kit/b00_vcs.cmi
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b00/kit/b00_vcs.cmti
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b00/kit/b00_www_browser.cmi
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b00/kit/b00_www_browser.cmti
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b00/std/
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b00/std/b0_b00_std.ocamlobjinfo
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b00/std/b00_std.cmi
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b00/std/b00_std.cmti
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b0_build.cmi
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b0_build.cmti
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b0_cli.cmi
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b0_cli.cmti
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b0_cmdlet.cmi
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b0_cmdlet.cmti
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b0_def.cmi
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b0_def.cmti
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b0_dir.cmi
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b0_dir.cmti
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b0_driver.cmi
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b0_driver.cmti
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b0_file.cmi
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b0_file.cmti
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b0_meta.cmi
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b0_meta.cmti
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b0_pack.cmi
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b0_pack.cmti
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b0_unit.cmi
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/b0_unit.cmti
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/kit/
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/kit/b0_kit.ocamlobjinfo
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/kit/b0_jsoo.cmi
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/kit/b0_jsoo.cmti
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/kit/b0_kit.cmi
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/kit/b0_kit.cmti
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/kit/b0_ocaml.cmi
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/kit/b0_ocaml.cmti
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/kit/b0_ocaml_eco.cmi
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/kit/b0_ocaml_eco.cmti
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/kit/b0_opam.cmi
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/kit/b0_opam.cmti
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/kit/b0_release.cmi
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/kit/b0_release.cmti
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/kit/b0_srcs.cmi
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/lib/b0/kit/b0_srcs.cmti
prep/universes/a54392a6011e140aca3496bca94dbc3d/b0/0.0.2/opam
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
HASHES:cmdliner.1.0.4-22ef956c04fab3fb688e5fb96b354c88:fdbd61534f24b622bfd8e6daf0e5767c8da607786d10cd6124fe39af263be672
HASHES:b0.0.0.2-a54392a6011e140aca3496bca94dbc3d:e85f55ef18c2e03e62c69b8b738ff15790d075378406b97a24ca2f821fac96e2
2024-09-12 21:20.41 ---> saved as "cfa5f69925eb9d26848ef5f8ce762b5f88cc933ce7b1fe04816b20b5becdb006"
Job succeeded
2024-09-12 21:30.40: b0.0.0.2-a54392a6011e140aca3496bca94dbc3d -> e85f55ef18c2e03e62c69b8b738ff15790d075378406b97a24ca2f821fac96e2
2024-09-12 21:30.40: cmdliner.1.0.4-22ef956c04fab3fb688e5fb96b354c88 -> fdbd61534f24b622bfd8e6daf0e5767c8da607786d10cd6124fe39af263be672
2024-09-12 21:30.40: Job succeeded