Build:
  1. 0
2024-09-12 08:35.54: New job: Voodoo prep uwt.0.0.2; b6503c47bfec9a1ef95fae403451ef3f
2024-09-12 08:35.54: Waiting for resource in pool OCluster
2024-09-12 20:17.22: Waiting for worker…
2024-09-12 20:18.42: Got resource from pool OCluster
2024-09-12 20:18.42: Using cache hint "docs-universe-prep-4.07.1"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-4.07@sha256:9a61b9dbd5d12394ed4e3c3077c03b89359405d8a65a9ab0005c8d2331b32e3b)
         (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.07@sha256:9a61b9dbd5d12394ed4e3c3077c03b89359405d8a65a9ab0005c8d2331b32e3b)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo chown opam:opam /home/opam"))
 (run (shell "sudo mkdir /src"))
 (copy (src packages) (dst /src/packages))
 (copy (src repo) (dst /src/repo))
 (run (network host)
      (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni"))
 (run (shell "opam repo remove default && opam repo add opam /src"))
 (copy (from (build tools)) (src /home/opam/voodoo-prep) (dst /home/opam/))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "opam install dune.1.6.3 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 uwt.0.0.2 result.1.5 ppx_tools_versioned.5.2.2 ppx_derivers.1.2.1 omake.0.10.6 ocamlfind.1.9.6 ocaml-migrate-parsetree.1.3.1 lwt.3.3.0 jbuilder.transition dune.1.6.3 cppo.1.6.8 conf-pkg-config.3 conf-libuv.1 base-bytes.base 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u uwt:b6503c47bfec9a1ef95fae403451ef3f,conf-libuv:f10a8e6d5c7eddcd8c8d8cfb436aa5d4"))
 (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.722240') && (for DATA in prep/universes/f10a8e6d5c7eddcd8c8d8cfb436aa5d4/conf-libuv/1,conf-libuv.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4,conf-libuv.1 prep/universes/b6503c47bfec9a1ef95fae403451ef3f/uwt/0.0.2,uwt.0.0.2-b6503c47bfec9a1ef95fae403451ef3f,uwt.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/f10a8e6d5c7eddcd8c8d8cfb436aa5d4/conf-libuv/1,conf-libuv.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4,conf-libuv.1 prep/universes/b6503c47bfec9a1ef95fae403451ef3f/uwt/0.0.2,uwt.0.0.2-b6503c47bfec9a1ef95fae403451ef3f,uwt.0.0.2; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/f10a8e6d5c7eddcd8c8d8cfb436aa5d4/conf-libuv/1,conf-libuv.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4,conf-libuv.1 prep/universes/b6503c47bfec9a1ef95fae403451ef3f/uwt/0.0.2,uwt.0.0.2-b6503c47bfec9a1ef95fae403451ef3f,uwt.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 54fcd3e447eb686fafbcc22ff932ebae133ed39e --local-file prep.spec \
--pool linux-x86_64 --connect ocluster-submission.cap --cache-hint docs-universe-prep-4.07.1 \
--secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config

2024-09-12 20:18.42: RETRYING: 2024-09-12/083554-voodoo-prep-4f82ec Number of retries: 0 (retriable error condition)
Building on asteria.caelum.ci.dev
All commits already cached
Updating files:  65% (21136/32082)
Updating files:  66% (21175/32082)
Updating files:  67% (21495/32082)
Updating files:  68% (21816/32082)
Updating files:  69% (22137/32082)
Updating files:  70% (22458/32082)
Updating files:  71% (22779/32082)
Updating files:  72% (23100/32082)
Updating files:  73% (23420/32082)
Updating files:  74% (23741/32082)
Updating files:  75% (24062/32082)
Updating files:  76% (24383/32082)
Updating files:  77% (24704/32082)
Updating files:  78% (25024/32082)
Updating files:  79% (25345/32082)
Updating files:  80% (25666/32082)
Updating files:  81% (25987/32082)
Updating files:  82% (26308/32082)
Updating files:  83% (26629/32082)
Updating files:  84% (26949/32082)
Updating files:  85% (27270/32082)
Updating files:  86% (27591/32082)
Updating files:  87% (27912/32082)
Updating files:  88% (28233/32082)
Updating files:  89% (28553/32082)
Updating files:  90% (28874/32082)
Updating files:  91% (29195/32082)
Updating files:  92% (29516/32082)
Updating files:  93% (29837/32082)
Updating files:  94% (30158/32082)
Updating files:  95% (30478/32082)
Updating files:  96% (30799/32082)
Updating files:  97% (31120/32082)
Updating files:  98% (31441/32082)
Updating files:  99% (31762/32082)
Updating files: 100% (32082/32082)
Updating files: 100% (32082/32082), done.
HEAD is now at 54fcd3e447 Update pkg-config depexts for Cygwin

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-4.07@sha256:9a61b9dbd5d12394ed4e3c3077c03b89359405d8a65a9ab0005c8d2331b32e3b)
2024-09-12 20:12.36 ---> using "204cd578d3062e36ef07fb9c1255d2caa278c713f0d1a3687f9c1eab94635838" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-09-12 20:12.36 ---> using "f6067492d238036677b87aece504a2fbbecd8c1f70262a26a6ff02f2ae0ab148" 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 (910 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 (7244 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 20:12.36 ---> using "f6aa42750cfc8383a740a107b6d2b3427ad999041bbef41a4327cac1b5012472" from cache

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

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

The following actions will be performed:
  - install ocamlbuild          0.14.3 [required by bos]
  - install cmdliner            1.0.4  [required by voodoo-prep]
  - install ocamlfind           1.9.6  [required by bos]
  - install seq                 base   [required by fmt]
  - install topkg               1.0.7  [required by bos]
  - install ocamlfind-secondary 1.9.6  [required by dune]
  - install astring             0.8.5  [required by bos]
  - install dune                3.16.0 [required by voodoo-prep]
  - install fpath               0.7.3  [required by voodoo-prep]
  - install stdlib-shims        0.3.0  [required by fmt]
  - install result              1.5    [required by rresult]
  - install re                  1.11.0 [required by opam-format]
  - install opam-file-format    2.1.6  [required by opam-format]
  - install cppo                1.7.0  [required by opam-core]
  - install ocamlgraph          2.0.0  [required by opam-core]
  - install fmt                 0.8.9  [required by bos]
  - install rresult             0.6.0  [required by bos]
  - install opam-core           2.1.6  [required by opam-format]
  - install logs                0.7.0  [required by bos]
  - install opam-format         2.1.6  [required by voodoo-prep]
  - install bos                 0.2.0  [required by voodoo-prep]
  - install voodoo-prep         ~dev*
===== 22 to install =====

<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
[astring.0.8.5] found in cache
[bos.0.2.0] found in cache
[cmdliner.1.0.4] found in cache
[cppo.1.7.0] found in cache
[dune.3.16.0] found in cache
[fmt.0.8.9] found in cache
[fpath.0.7.3] found in cache
[logs.0.7.0] found in cache
[ocamlbuild.0.14.3] found in cache
[ocamlfind.1.9.6] found in cache
[ocamlfind-secondary.1.9.6] found in cache
[ocamlgraph.2.0.0] found in cache
[opam-core.2.1.6] found in cache
[opam-file-format.2.1.6] found in cache
[opam-format.2.1.6] found in cache
[re.1.11.0] found in cache
[result.1.5] found in cache
[rresult.0.6.0] found in cache
[stdlib-shims.0.3.0] found in cache
[topkg.1.0.7] found in cache
[voodoo-prep.~dev] synchronised from git+https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed seq.base
-> installed cmdliner.1.0.4
-> installed ocamlfind.1.9.6
-> installed ocamlfind-secondary.1.9.6
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed dune.3.16.0
-> installed result.1.5
-> installed stdlib-shims.0.3.0
-> installed opam-file-format.2.1.6
-> installed re.1.11.0
-> installed cppo.1.7.0
-> installed rresult.0.6.0
-> installed fmt.0.8.9
-> installed ocamlgraph.2.0.0
-> installed logs.0.7.0
-> installed bos.0.2.0
-> installed opam-core.2.1.6
-> installed opam-format.2.1.6
-> installed voodoo-prep.~dev
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 20:12.36 ---> using "db885cabe402653069cdd7740c8f68ff2e8000a2cbe4154539396cd7eb0a0911" from cache

/home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))
2024-09-12 20:12.36 ---> using "3be0be44708993e11d54d13a47a4953a8a20d13bd4b20160ff9de30a1a1deb65" from cache
2024-09-12 20:12.36 --> finished "tools"

(from ocaml/opam:debian-12-ocaml-4.07@sha256:9a61b9dbd5d12394ed4e3c3077c03b89359405d8a65a9ab0005c8d2331b32e3b)
2024-09-12 20:12.36 ---> using "204cd578d3062e36ef07fb9c1255d2caa278c713f0d1a3687f9c1eab94635838" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-09-12 20:12.36 ---> using "f6067492d238036677b87aece504a2fbbecd8c1f70262a26a6ff02f2ae0ab148" from cache

/home/opam: (run (shell "sudo mkdir /src"))
2024-09-12 20:12.36 ---> using "1b2c6d1df9627e5338314ce68943bffcd71543934533887645b45101a7c76c9d" from cache

/home/opam: (copy (src packages) (dst /src/packages))
2024-09-12 20:12.38 ---> using "a8203e8cc471813578816ad2165c138060c132bb1281733afc23ecd597e18aca" from cache

/home/opam: (copy (src repo) (dst /src/repo))
2024-09-12 20:12.38 ---> using "2dc8e879cc8d6da8448f47ac9e52f178bae9bb0b64106ea74a3673984da8bd30" 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 20:12.38 ---> using "04687e220ad4b469d63014dc61c0a815a741df9b14d92a7f0ccefb49d810c096" from cache

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

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-09-12 20:12.38 ---> using "482112eceecd4789b5c48d065cebd6d4bc730f0b4416eb7b319f40a1d008d7e6" from cache

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved dune.1.6.3  (cached)
-> installed ocamlfind.1.9.6
-> installed dune.1.6.3
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 20:13.04 ---> saved as "52fa54b05ffd11fb18fe3fe487972bb7e755faee71272a30b41bd34575c2f94c"

/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 uwt.0.0.2 result.1.5 ppx_tools_versioned.5.2.2 ppx_derivers.1.2.1 omake.0.10.6 ocamlfind.1.9.6 ocaml-migrate-parsetree.1.3.1 lwt.3.3.0 jbuilder.transition dune.1.6.3 cppo.1.6.8 conf-pkg-config.3 conf-libuv.1 base-bytes.base 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 (770 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 uwt.0.0.2 result.1.5 ppx_tools_versioned.5.2.2 ppx_derivers.1.2.1 omake.0.10.6 ocamlfind.1.9.6 ocaml-migrate-parsetree.1.3.1 lwt.3.3.0 jbuilder.transition dune.1.6.3 cppo.1.6.8 conf-pkg-config.3 conf-libuv.1 base-bytes.base" 

Since version 2.1, opam now handles external dependencies alongside OCaml ones, and the `depext` plugin interface is provided for backwards compatibility only. Consider using your usual `opam install` command to install both OCaml and system dependencies, or `opam install <pkg> --depext-only` if you want to only install external dependencies.
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# The following system packages are needed:
libuv1-dev
pkg-config
[NOTE] Package dune is already installed (current version is 1.6.3).
[NOTE] Package ocamlfind is already installed (current version is 1.9.6).
The following actions will be performed:
  - install ppx_derivers            1.2.1
  - install result                  1.5
  - install base-bytes              base
  - install conf-pkg-config         3
  - install omake                   0.10.6
  - install cppo                    1.6.8
  - install jbuilder                transition
  - install ocaml-migrate-parsetree 1.3.1
  - install conf-libuv              1
  - install ppx_tools_versioned     5.2.2
  - install lwt                     3.3.0       For the PPX, please install package lwt_ppx
                                                For Lwt_log and Lwt_daemon, please install package lwt_log
  - install uwt                     0.0.2
===== 12 to install =====

The following system packages will first need to be installed:
    libuv1-dev pkg-config

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
Let opam run your package manager to install the required system packages?
(answer 'n' for other options) [Y/n] y
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libuv1-dev" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- 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 .../0-libpkgconf3_1.8.1-1_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-1) ...
- Selecting previously unselected package libuv1:amd64.
- Preparing to unpack .../1-libuv1_1.44.2-1+deb12u1_amd64.deb ...
- Unpacking libuv1:amd64 (1.44.2-1+deb12u1) ...
- Selecting previously unselected package libuv1-dev:amd64.
- Preparing to unpack .../2-libuv1-dev_1.44.2-1+deb12u1_amd64.deb ...
- Unpacking libuv1-dev:amd64 (1.44.2-1+deb12u1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../3-pkgconf-bin_1.8.1-1_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../4-pkgconf_1.8.1-1_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../5-pkg-config_1.8.1-1_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-1) ...
- Setting up libpkgconf3:amd64 (1.8.1-1) ...
- Setting up libuv1:amd64 (1.44.2-1+deb12u1) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up libuv1-dev:amd64 (1.44.2-1+deb12u1) ...
- 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) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  4/36:
Processing  5/36:
Processing  6/36:
Processing  7/36:
Processing  8/36:
Processing  9/36: [conf-pkg-config: pkg-config]
Processing 10/36: [conf-pkg-config: pkg-config]
-> installed base-bytes.base
Processing 11/36: [conf-pkg-config: pkg-config]
-> installed jbuilder.transition
Processing 12/36: [conf-pkg-config: pkg-config]
-> retrieved cppo.1.6.8  (cached)
Processing 13/36: [conf-pkg-config: pkg-config]
Processing 14/36: [conf-pkg-config: pkg-config] [cppo: dune build]
-> retrieved lwt.3.3.0  (cached)
Processing 15/36: [conf-pkg-config: pkg-config] [cppo: dune build]
-> retrieved ocaml-migrate-parsetree.1.3.1  (cached)
Processing 16/36: [conf-pkg-config: pkg-config] [cppo: dune build]
- usage: pkgconf [OPTIONS] [LIBRARIES]
- 
- basic options:
- 
-   --help                            this message
-   --about                           print pkgconf version and license to stdout
-   --version                         print supported pkg-config version to stdout
-   --atleast-pkgconfig-version       check whether or not pkgconf is compatible
-                                     with a specified pkg-config version
-   --errors-to-stdout                print all errors on stdout instead of stderr
-   --print-errors                    ensure all errors are printed
-   --short-errors                    be less verbose about some errors
-   --silence-errors                  explicitly be silent about errors
-   --list-all                        list all known packages
-   --list-package-names              list all known package names
-   --simulate                        simulate walking the calculated dependency graph
-   --no-cache                        do not cache already seen packages when
-                                     walking the dependency graph
-   --log-file=filename               write an audit log to a specified file
-   --with-path=path                  adds a directory to the search path
-   --define-prefix                   override the prefix variable with one that is guessed based on
-                                     the location of the .pc file
-   --dont-define-prefix              do not override the prefix variable under any circumstances
-   --prefix-variable=varname         sets the name of the variable that pkgconf considers
-                                     to be the package prefix
-   --relocate=path                   relocates a path and exits (mostly for testsuite)
-   --dont-relocate-paths             disables path relocation support
- 
- cross-compilation personality support:
- 
-   --personality=triplet|filename    sets the personality to 'triplet' or a file named 'filename'
-   --dump-personality                dumps details concerning selected personality
- 
- checking specific pkg-config database entries:
- 
-   --atleast-version                 require a specific version of a module
-   --exact-version                   require an exact version of a module
-   --max-version                     require a maximum version of a module
-   --exists                          check whether or not a module exists
-   --uninstalled                     check whether or not an uninstalled module will be used
-   --no-uninstalled                  never use uninstalled modules when satisfying dependencies
-   --no-provides                     do not use 'provides' rules to resolve dependencies
-   --maximum-traverse-depth          maximum allowed depth for dependency graph
-   --static                          be more aggressive when computing dependency graph
-                                     (for static linking)
-   --shared                          use a simplified dependency graph (usually default)
-   --pure                            optimize a static dependency graph as if it were a normal
-                                     dependency graph
-   --env-only                        look only for package entries in PKG_CONFIG_PATH
-   --ignore-conflicts                ignore 'conflicts' rules in modules
-   --validate                        validate specific .pc files for correctness
- 
- querying specific pkg-config database fields:
- 
-   --define-variable=varname=value   define variable 'varname' as 'value'
-   --variable=varname                print specified variable entry to stdout
-   --cflags                          print required CFLAGS to stdout
-   --cflags-only-I                   print required include-dir CFLAGS to stdout
-   --cflags-only-other               print required non-include-dir CFLAGS to stdout
-   --libs                            print required linker flags to stdout
-   --libs-only-L                     print required LDPATH linker flags to stdout
-   --libs-only-l                     print required LIBNAME linker flags to stdout
-   --libs-only-other                 print required other linker flags to stdout
-   --print-requires                  print required dependency frameworks to stdout
-   --print-requires-private          print required dependency frameworks for static
-                                     linking to stdout
-   --print-provides                  print provided dependencies to stdout
-   --print-variables                 print all known variables in module to stdout
-   --digraph                         print entire dependency graph in graphviz 'dot' format
-   --keep-system-cflags              keep -I/usr/include entries in cflags output
-   --keep-system-libs                keep -L/lib:/lib/i386-linux-gnu:/lib/x86_64-linux-gnu:/lib/x86_64-linux-gnux32:/lib32:/libx32:/usr/lib:/usr/lib/i386-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnux32:/usr/lib32:/usr/libx32 entries in libs output
-   --path                            show the exact filenames for any matching .pc files
-   --modversion                      print the specified module's version to stdout
-   --internal-cflags                 do not filter 'internal' cflags from output
- 
- filtering output:
- 
-   --msvc-syntax                     print translatable fragments in MSVC syntax
-   --fragment-filter=types           filter output fragments to the specified types
- 
- report bugs to <https://github.com/pkgconf/pkgconf/issues/new>.
-> compiled  conf-pkg-config.3
Processing 16/36: [cppo: dune build]
-> installed conf-pkg-config.3
Processing 17/36: [cppo: dune build]
Processing 18/36: [conf-libuv: pkg-config libuv] [cppo: dune build]
-> retrieved ppx_derivers.1.2.1  (cached)
Processing 19/36: [conf-libuv: pkg-config libuv] [cppo: dune build]
Processing 20/36: [conf-libuv: pkg-config libuv] [cppo: dune build] [ppx_derivers: dune build]
-> retrieved omake.0.10.6  (cached)
Processing 21/36: [uwt.0.0.2: http] [conf-libuv: pkg-config libuv] [cppo: dune build] [ppx_derivers: dune build]
Processing 22/36: [uwt.0.0.2: http] [conf-libuv: pkg-config libuv] [cppo: dune build] [omake: ./configure] [ppx_derivers: dune build]
-> retrieved ppx_tools_versioned.5.2.2  (cached)
-> compiled  conf-libuv.1
Processing 22/36: [uwt.0.0.2: http] [cppo: dune build] [omake: ./configure] [ppx_derivers: dune build]
-> installed conf-libuv.1
Processing 23/36: [uwt.0.0.2: http] [cppo: dune build] [omake: ./configure] [ppx_derivers: dune build]
-> retrieved result.1.5  (cached)
Processing 24/36: [uwt.0.0.2: http] [cppo: dune build] [omake: ./configure] [ppx_derivers: dune build] [result: dune build]
-> compiled  ppx_derivers.1.2.1
Processing 24/36: [uwt.0.0.2: http] [cppo: dune build] [omake: ./configure] [result: dune build]
-> installed ppx_derivers.1.2.1
Processing 25/36: [uwt.0.0.2: http] [cppo: dune build] [omake: ./configure] [result: dune build]
- Wrote .preconfig
Processing 25/36: [uwt.0.0.2: http] [cppo: dune build] [omake: make] [result: dune build]
-> compiled  result.1.5
Processing 25/36: [uwt.0.0.2: http] [cppo: dune build] [omake: make]
-> installed result.1.5
Processing 26/36: [uwt.0.0.2: http] [cppo: dune build] [omake: make]
Processing 27/36: [uwt.0.0.2: http] [cppo: dune build] [ocaml-migrate-parsetree: dune build] [omake: make]
-> compiled  cppo.1.6.8
Processing 27/36: [uwt.0.0.2: http] [ocaml-migrate-parsetree: dune build] [omake: make]
-> installed cppo.1.6.8
Processing 28/36: [uwt.0.0.2: http] [ocaml-migrate-parsetree: dune build] [omake: make]
Processing 28/36: [ocaml-migrate-parsetree: dune build] [omake: make]
-> retrieved uwt.0.0.2  (https://github.com/fdopen/uwt/releases/download/0.0.2/uwt-0.0.2.tar.gz)
-> compiled  ocaml-migrate-parsetree.1.3.1
Processing 28/36: [omake: make]
-> installed ocaml-migrate-parsetree.1.3.1
Processing 29/36: [omake: make]
Processing 30/36: [omake: make] [ppx_tools_versioned: dune build]
-> compiled  ppx_tools_versioned.5.2.2
Processing 30/36: [omake: make]
-> installed ppx_tools_versioned.5.2.2
Processing 31/36: [omake: make]
Processing 32/36: [lwt: ocaml false] [omake: make]
Processing 32/36: [lwt: jbuilder build] [omake: make]
- File "_unknown_", line 1, characters 0-0:
- Warning: File META.lwt is both generated by a rule and present in the source tree.
- As a result, the rule is currently ignored, however this will become an error in the future.
- Delete file META.lwt to get rid of this warning.
-     discover src/unix/lwt_config.{h,ml},src/unix/unix_c_flags.sexp,src/unix/unix_c_library_flags.sexp
- found config var ext_obj: ...................... .o
- found config var default_executable_name: ...... a.out
- found config var ccomp_type: ................... cc
- found config var system: ....................... linux
- found config var os_type: ...................... Unix
- found config var use_libev: .................... false
- not checking for pkg-config
- not checking for libev
- testing for pthread: ........................... available
- testing for eventfd: ........................... available
- testing for fd passing: ........................ available
- testing for sched_getcpu: ...................... available
- testing for affinity getting/setting: .......... available
- testing for credentials getting (Linux): ....... available
- testing for credentials getting (NetBSD): ...... unavailable
- testing for credentials getting (OpenBSD): ..... unavailable
- testing for credentials getting (FreeBSD): ..... unavailable
- testing for credentials getting (getpeereid): .. unavailable
- testing for fdatasync: ......................... available
- testing for netdb_reentrant: ................... unavailable
- testing for reentrant gethost*: ................ available
- testing for nanosecond stat support: ........... *tim.tv_nsec
- testing for BSD mincore: ....................... unavailable
-     ocamlopt src/simple_top/.lwt_simple_top.objs/lwt_simple_top.{cmx,o}
- File "_none_", line 1:
- Warning 58: no cmx file was found in path for module Toploop, and its interface was not compiled with -opaque
Processing 32/36: [lwt: ocaml] [omake: make]
-> compiled  lwt.3.3.0
Processing 32/36: [omake: make]
-> installed lwt.3.3.0
Processing 33/36: [omake: make]
+ /usr/bin/make  (CWD=/home/opam/.opam/4.07/.opam-switch/build/omake.0.10.6)
- ocaml -safe-string -strict-sequence -I +unix -I +str build.ml -auto-bootstrap OCAML="ocaml"
- ocaml '-I' '+str' '-I' '+unix' '/home/opam/.opam/4.07/.opam-switch/build/omake.0.10.6/make.ml' '-C' 'boot' 'Makefile.dep' 'PREFERRED=.opt' 'OCAMLSUFFIX=.opt' 'OCAML=ocaml'
- ln -sf ../src/env/omake_ast_lex.mll omake_ast_lex.mll
- ocamllex omake_ast_lex.mll
- 143 states, 3100 transitions, table size 13258 bytes
- ln -sf ../src/env/omake_gen_parse.ml omake_gen_parse.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_gen_parse.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -custom -o omake_gen_parse.byte  unix.cma   omake_gen_parse.cmo
- ln -sf omake_gen_parse.byte omake_gen_parse
- ln -sf ../src/env/omake_ast_parse.input omake_ast_parse.input
- ./omake_gen_parse -o omake_ast_parse.mly omake_ast_parse.input
- ocamlyacc omake_ast_parse.mly
- ocamlyacc omake_ast_parse.mly
- ln -sf ../src/env/omake_exp_parse.mly omake_exp_parse.mly
- ocamlyacc omake_exp_parse.mly
- ocamlyacc omake_exp_parse.mly
- ln -sf ../src/shell/omake_shell_parse.mly omake_shell_parse.mly
- ocamlyacc omake_shell_parse.mly
- ocamlyacc omake_shell_parse.mly
- ln -sf ../src/shell/omake_shell_sys_unix.ml omake_shell_sys.ml
- ln -sf ../src/clib/lm_channel.c c_lm_channel.c
- ln -sf ../src/clib/lm_printf.c c_lm_printf.c
- ln -sf ../src/clib/lm_ctype.c c_lm_ctype.c
- ln -sf ../src/clib/lm_uname_ext.c c_lm_uname_ext.c
- ln -sf ../src/clib/lm_unix_cutil.c c_lm_unix_cutil.c
- ln -sf ../src/clib/lm_compat_win32.c c_lm_compat_win32.c
- ln -sf ../src/clib/readline.c c_readline.c
- ln -sf ../src/clib/omake_shell_sys.c c_omake_shell_sys.c
- ln -sf ../src/clib/omake_shell_spawn.c c_omake_shell_spawn.c
- ln -sf ../src/clib/fam_win32.c c_fam_win32.c
- ln -sf ../src/clib/fam_kqueue.c c_fam_kqueue.c
- ln -sf ../src/clib/fam_inotify.c c_fam_inotify.c
- ln -sf ../src/clib/lm_notify.c c_lm_notify.c
- ln -sf ../src/clib/lm_termsize.c c_lm_termsize.c
- ln -sf ../src/clib/lm_terminfo.c c_lm_terminfo.c
- ln -sf ../src/clib/lm_fs_case_sensitive.c c_lm_fs_case_sensitive.c
- ln -sf ../src/clib/lm_compat_win32.h lm_compat_win32.h
- ln -sf ../src/libmojave/lm_arg.ml lm_arg.ml
- ln -sf ../src/libmojave/lm_arg.mli lm_arg.mli
- ln -sf ../src/libmojave/lm_array_util.ml lm_array_util.ml
- ln -sf ../src/libmojave/lm_array_util.mli lm_array_util.mli
- ln -sf ../src/libmojave/lm_bitset.ml lm_bitset.ml
- ln -sf ../src/libmojave/lm_bitset.mli lm_bitset.mli
- ln -sf ../src/libmojave/lm_channel.ml lm_channel.ml
- ln -sf ../src/libmojave/lm_channel.mli lm_channel.mli
- ln -sf ../src/libmojave/lm_db.ml lm_db.ml
- ln -sf ../src/libmojave/lm_db.mli lm_db.mli
- ln -sf ../src/libmojave/lm_debug.ml lm_debug.ml
- ln -sf ../src/libmojave/lm_debug.mli lm_debug.mli
- ln -sf ../src/libmojave/lm_filename_util.ml lm_filename_util.ml
- ln -sf ../src/libmojave/lm_filename_util.mli lm_filename_util.mli
- ln -sf ../src/libmojave/lm_fs_case_sensitive.ml lm_fs_case_sensitive.ml
- ln -sf ../src/libmojave/lm_fs_case_sensitive.mli lm_fs_case_sensitive.mli
- ln -sf ../src/libmojave/lm_handle_table.ml lm_handle_table.ml
- ln -sf ../src/libmojave/lm_handle_table.mli lm_handle_table.mli
- ln -sf ../src/libmojave/lm_hash.ml lm_hash.ml
- ln -sf ../src/libmojave/lm_hash.mli lm_hash.mli
- ln -sf ../src/libmojave/lm_hash_code.ml lm_hash_code.ml
- ln -sf ../src/libmojave/lm_hash_code.mli lm_hash_code.mli
- ln -sf ../src/libmojave/lm_heap.ml lm_heap.ml
- ln -sf ../src/libmojave/lm_heap.mli lm_heap.mli
- ln -sf ../src/libmojave/lm_index.ml lm_index.ml
- ln -sf ../src/libmojave/lm_index.mli lm_index.mli
- ln -sf ../src/libmojave/lm_instrument.ml lm_instrument.ml
- ln -sf ../src/libmojave/lm_instrument.mli lm_instrument.mli
- ln -sf ../src/libmojave/lm_int_handle_table.ml lm_int_handle_table.ml
- ln -sf ../src/libmojave/lm_int_handle_table.mli lm_int_handle_table.mli
- ln -sf ../src/libmojave/lm_int_set.ml lm_int_set.ml
- ln -sf ../src/libmojave/lm_int_set.mli lm_int_set.mli
- ln -sf ../src/libmojave/lm_list_util.ml lm_list_util.ml
- ln -sf ../src/libmojave/lm_list_util.mli lm_list_util.mli
- ln -sf ../src/libmojave/lm_location.ml lm_location.ml
- ln -sf ../src/libmojave/lm_location.mli lm_location.mli
- ln -sf ../src/libmojave/lm_map.ml lm_map.ml
- ln -sf ../src/libmojave/lm_map.mli lm_map.mli
- ln -sf ../src/libmojave/lm_map_sig.ml lm_map_sig.ml
- ln -sf ../src/libmojave/lm_marshal.ml lm_marshal.ml
- ln -sf ../src/libmojave/lm_marshal.mli lm_marshal.mli
- ln -sf ../src/libmojave/lm_notify.ml lm_notify.ml
- ln -sf ../src/libmojave/lm_notify.mli lm_notify.mli
- ln -sf ../src/libmojave/lm_position.ml lm_position.ml
- ln -sf ../src/libmojave/lm_position.mli lm_position.mli
- ln -sf ../src/libmojave/lm_printf.ml lm_printf.ml
- ln -sf ../src/libmojave/lm_printf.mli lm_printf.mli
- ln -sf ../src/libmojave/lm_readline.ml lm_readline.ml
- ln -sf ../src/libmojave/lm_readline.mli lm_readline.mli
- ln -sf ../src/libmojave/lm_set.ml lm_set.ml
- ln -sf ../src/libmojave/lm_set.mli lm_set.mli
- ln -sf ../src/libmojave/lm_set_sig.ml lm_set_sig.ml
- ln -sf ../src/libmojave/lm_string_set.ml lm_string_set.ml
- ln -sf ../src/libmojave/lm_string_set.mli lm_string_set.mli
- ln -sf ../src/libmojave/lm_string_util.ml lm_string_util.ml
- ln -sf ../src/libmojave/lm_string_util.mli lm_string_util.mli
- ln -sf ../src/libmojave/lm_symbol.ml lm_symbol.ml
- ln -sf ../src/libmojave/lm_symbol.mli lm_symbol.mli
- ln -sf ../src/libmojave/lm_terminfo.ml lm_terminfo.ml
- ln -sf ../src/libmojave/lm_terminfo.mli lm_terminfo.mli
- ln -sf ../src/libmojave/lm_termsize.ml lm_termsize.ml
- ln -sf ../src/libmojave/lm_termsize.mli lm_termsize.mli
- ln -sf ../src/libmojave/lm_thread.ml lm_thread.ml
- ln -sf ../src/libmojave/lm_thread.mli lm_thread.mli
- ln -sf ../src/libmojave/lm_thread_core.mli lm_thread_core.mli
- ln -sf ../src/libmojave/lm_thread_pool.mli lm_thread_pool.mli
- ln -sf ../src/libmojave/lm_thread_sig.ml lm_thread_sig.ml
- ln -sf ../src/libmojave/lm_uname.ml lm_uname.ml
- ln -sf ../src/libmojave/lm_uname.mli lm_uname.mli
- ln -sf ../src/libmojave/lm_unix_util.ml lm_unix_util.ml
- ln -sf ../src/libmojave/lm_unix_util.mli lm_unix_util.mli
- ln -sf ../src/libmojave/lm_wild.ml lm_wild.ml
- ln -sf ../src/libmojave/lm_wild.mli lm_wild.mli
- ln -sf ../src/libmojave/lm_thread_pool_null.ml lm_thread_pool.ml
- ln -sf ../src/libmojave/lm_thread_core_null.ml lm_thread_core.ml
- ln -sf ../src/front/lm_glob.ml lm_glob.ml
- ln -sf ../src/front/lm_glob.mli lm_glob.mli
- ln -sf ../src/front/lm_hash_cons.ml lm_hash_cons.ml
- ln -sf ../src/front/lm_hash_cons.mli lm_hash_cons.mli
- ln -sf ../src/front/lm_lexer.ml lm_lexer.ml
- ln -sf ../src/front/lm_lexer.mli lm_lexer.mli
- ln -sf ../src/front/lm_parser.ml lm_parser.ml
- ln -sf ../src/front/lm_parser.mli lm_parser.mli
- ln -sf ../src/magic/omake_gen_magic.ml omake_gen_magic.ml
- ln -sf ../src/ir/omake_cache.ml omake_cache.ml
- ln -sf ../src/ir/omake_cache.mli omake_cache.mli
- ln -sf ../src/ir/omake_cache_type.ml omake_cache_type.ml
- ln -sf ../src/ir/omake_command.ml omake_command.ml
- ln -sf ../src/ir/omake_command.mli omake_command.mli
- ln -sf ../src/ir/omake_command_type.ml omake_command_type.ml
- ln -sf ../src/ir/omake_command_type.mli omake_command_type.mli
- ln -sf ../src/ir/omake_install.ml omake_install.ml
- ln -sf ../src/ir/omake_install.mli omake_install.mli
- ln -sf ../src/ir/omake_ir.ml omake_ir.ml
- ln -sf ../src/ir/omake_ir_free_vars.ml omake_ir_free_vars.ml
- ln -sf ../src/ir/omake_ir_free_vars.mli omake_ir_free_vars.mli
- ln -sf ../src/ir/omake_ir_print.ml omake_ir_print.ml
- ln -sf ../src/ir/omake_ir_print.mli omake_ir_print.mli
- ln -sf ../src/ir/omake_ir_util.ml omake_ir_util.ml
- ln -sf ../src/ir/omake_lexer.ml omake_lexer.ml
- ln -sf ../src/ir/omake_node.ml omake_node.ml
- ln -sf ../src/ir/omake_node.mli omake_node.mli
- ln -sf ../src/ir/omake_node_sig.ml omake_node_sig.ml
- ln -sf ../src/ir/omake_node_type.ml omake_node_type.ml
- ln -sf ../src/ir/omake_options.ml omake_options.ml
- ln -sf ../src/ir/omake_options.mli omake_options.mli
- ln -sf ../src/ir/omake_parser.ml omake_parser.ml
- ln -sf ../src/ir/omake_pos.ml omake_pos.ml
- ln -sf ../src/ir/omake_pos.mli omake_pos.mli
- ln -sf ../src/ir/omake_shell_type.ml omake_shell_type.ml
- ln -sf ../src/ir/omake_state.ml omake_state.ml
- ln -sf ../src/ir/omake_state.mli omake_state.mli
- ln -sf ../src/ir/omake_symbol.ml omake_symbol.ml
- ln -sf ../src/ir/omake_value_print.ml omake_value_print.ml
- ln -sf ../src/ir/omake_value_print.mli omake_value_print.mli
- ln -sf ../src/ir/omake_value_type.ml omake_value_type.ml
- ln -sf ../src/ir/omake_value_util.ml omake_value_util.ml
- ln -sf ../src/ir/omake_value_util.mli omake_value_util.mli
- ln -sf ../src/ir/omake_var.ml omake_var.ml
- ln -sf ../src/ir/omake_var.mli omake_var.mli
- ln -sf ../src/exec/omake_exec.ml omake_exec.ml
- ln -sf ../src/exec/omake_exec.mli omake_exec.mli
- ln -sf ../src/exec/omake_exec_id.ml omake_exec_id.ml
- ln -sf ../src/exec/omake_exec_id.mli omake_exec_id.mli
- ln -sf ../src/exec/omake_exec_local.ml omake_exec_local.ml
- ln -sf ../src/exec/omake_exec_local.mli omake_exec_local.mli
- ln -sf ../src/exec/omake_exec_notify.ml omake_exec_notify.ml
- ln -sf ../src/exec/omake_exec_notify.mli omake_exec_notify.mli
- ln -sf ../src/exec/omake_exec_print.ml omake_exec_print.ml
- ln -sf ../src/exec/omake_exec_print.mli omake_exec_print.mli
- ln -sf ../src/exec/omake_exec_remote.ml omake_exec_remote.ml
- ln -sf ../src/exec/omake_exec_remote.mli omake_exec_remote.mli
- ln -sf ../src/exec/omake_exec_type.ml omake_exec_type.ml
- ln -sf ../src/exec/omake_exec_util.ml omake_exec_util.ml
- ln -sf ../src/exec/omake_exec_util.mli omake_exec_util.mli
- ln -sf ../src/ast/omake_ast.ml omake_ast.ml
- ln -sf ../src/ast/omake_ast_print.ml omake_ast_print.ml
- ln -sf ../src/ast/omake_ast_print.mli omake_ast_print.mli
- ln -sf ../src/ast/omake_ast_util.ml omake_ast_util.ml
- ln -sf ../src/ast/omake_ast_util.mli omake_ast_util.mli
- ln -sf ../src/env/omake_ast_lex.mli omake_ast_lex.mli
- ln -sf ../src/env/omake_command_digest.ml omake_command_digest.ml
- ln -sf ../src/env/omake_command_digest.mli omake_command_digest.mli
- ln -sf ../src/env/omake_env.ml omake_env.ml
- ln -sf ../src/env/omake_env.mli omake_env.mli
- ln -sf ../src/env/omake_exn_print.ml omake_exn_print.ml
- ln -sf ../src/env/omake_exn_print.mli omake_exn_print.mli
- ln -sf ../src/env/omake_exp_lex.ml omake_exp_lex.ml
- ln -sf ../src/env/omake_exp_lex.mli omake_exp_lex.mli
- ln -sf ../src/env/omake_ir_ast.ml omake_ir_ast.ml
- ln -sf ../src/env/omake_ir_ast.mli omake_ir_ast.mli
- ln -sf ../src/env/omake_ir_semant.ml omake_ir_semant.ml
- ln -sf ../src/env/omake_ir_semant.mli omake_ir_semant.mli
- ln -sf ../src/shell/omake_shell_completion.ml omake_shell_completion.ml
- ln -sf ../src/shell/omake_shell_completion.mli omake_shell_completion.mli
- ln -sf ../src/shell/omake_shell_job.ml omake_shell_job.ml
- ln -sf ../src/shell/omake_shell_job.mli omake_shell_job.mli
- ln -sf ../src/shell/omake_shell_lex.ml omake_shell_lex.ml
- ln -sf ../src/shell/omake_shell_lex.mli omake_shell_lex.mli
- ln -sf ../src/shell/omake_shell_spawn.ml omake_shell_spawn.ml
- ln -sf ../src/shell/omake_shell_spawn.mli omake_shell_spawn.mli
- ln -sf ../src/shell/omake_shell_sys.mli omake_shell_sys.mli
- ln -sf ../src/shell/omake_shell_sys_type.ml omake_shell_sys_type.ml
- ln -sf ../src/eval/omake_eval.ml omake_eval.ml
- ln -sf ../src/eval/omake_eval.mli omake_eval.mli
- ln -sf ../src/eval/omake_value.ml omake_value.ml
- ln -sf ../src/eval/omake_value.mli omake_value.mli
- ln -sf ../src/build/omake_build.ml omake_build.ml
- ln -sf ../src/build/omake_build.mli omake_build.mli
- ln -sf ../src/build/omake_build_tee.ml omake_build_tee.ml
- ln -sf ../src/build/omake_build_tee.mli omake_build_tee.mli
- ln -sf ../src/build/omake_build_type.ml omake_build_type.ml
- ln -sf ../src/build/omake_build_util.ml omake_build_util.ml
- ln -sf ../src/build/omake_build_util.mli omake_build_util.mli
- ln -sf ../src/build/omake_builtin.ml omake_builtin.ml
- ln -sf ../src/build/omake_builtin.mli omake_builtin.mli
- ln -sf ../src/build/omake_builtin_type.ml omake_builtin_type.ml
- ln -sf ../src/build/omake_rule.ml omake_rule.ml
- ln -sf ../src/build/omake_rule.mli omake_rule.mli
- ln -sf ../src/build/omake_target.ml omake_target.ml
- ln -sf ../src/build/omake_target.mli omake_target.mli
- ln -sf ../src/builtin/omake_builtin_arith.ml omake_builtin_arith.ml
- ln -sf ../src/builtin/omake_builtin_arith.mli omake_builtin_arith.mli
- ln -sf ../src/builtin/omake_builtin_base.ml omake_builtin_base.ml
- ln -sf ../src/builtin/omake_builtin_base.mli omake_builtin_base.mli
- ln -sf ../src/builtin/omake_builtin_file.ml omake_builtin_file.ml
- ln -sf ../src/builtin/omake_builtin_file.mli omake_builtin_file.mli
- ln -sf ../src/builtin/omake_builtin_fun.ml omake_builtin_fun.ml
- ln -sf ../src/builtin/omake_builtin_fun.mli omake_builtin_fun.mli
- ln -sf ../src/builtin/omake_builtin_io.ml omake_builtin_io.ml
- ln -sf ../src/builtin/omake_builtin_io.mli omake_builtin_io.mli
- ln -sf ../src/builtin/omake_builtin_io_fun.ml omake_builtin_io_fun.ml
- ln -sf ../src/builtin/omake_builtin_io_fun.mli omake_builtin_io_fun.mli
- ln -sf ../src/builtin/omake_builtin_object.ml omake_builtin_object.ml
- ln -sf ../src/builtin/omake_builtin_object.mli omake_builtin_object.mli
- ln -sf ../src/builtin/omake_builtin_ocamldep.ml omake_builtin_ocamldep.ml
- ln -sf ../src/builtin/omake_builtin_rule.ml omake_builtin_rule.ml
- ln -sf ../src/builtin/omake_builtin_rule.mli omake_builtin_rule.mli
- ln -sf ../src/builtin/omake_builtin_shell.ml omake_builtin_shell.ml
- ln -sf ../src/builtin/omake_builtin_shell.mli omake_builtin_shell.mli
- ln -sf ../src/builtin/omake_builtin_sys.ml omake_builtin_sys.ml
- ln -sf ../src/builtin/omake_builtin_sys.mli omake_builtin_sys.mli
- ln -sf ../src/builtin/omake_builtin_target.ml omake_builtin_target.ml
- ln -sf ../src/builtin/omake_builtin_target.mli omake_builtin_target.mli
- ln -sf ../src/builtin/omake_builtin_test.ml omake_builtin_test.ml
- ln -sf ../src/builtin/omake_builtin_test.mli omake_builtin_test.mli
- ln -sf ../src/builtin/omake_builtin_util.ml omake_builtin_util.ml
- ln -sf ../src/builtin/omake_builtin_util.mli omake_builtin_util.mli
- ln -sf ../src/builtin/omake_printf.ml omake_printf.ml
- ln -sf ../src/builtin/omake_printf.mli omake_printf.mli
- ln -sf ../src/main/omake_main.ml omake_main.ml
- ln -sf ../src/main/omake_main.mli omake_main.mli
- ln -sf ../src/main/omake_main_util.ml omake_main_util.ml
- ln -sf ../src/main/omake_shell.ml omake_shell.ml
- ln -sf ../src/main/omake_shell.mli omake_shell.mli
- ocamldep  *.ml *.mli > Makefile.dep
- ocaml '-I' '+str' '-I' '+unix' '/home/opam/.opam/4.07/.opam-switch/build/omake.0.10.6/make.ml' '-C' 'boot' 'omake' 'PREFERRED=.opt' 'OCAMLSUFFIX=.opt' 'OCAML=ocaml'
- ln -sf ../src/env/omake_ast_lex.mll omake_ast_lex.mll
- ocamllex omake_ast_lex.mll
- 143 states, 3100 transitions, table size 13258 bytes
- ln -sf ../src/env/omake_gen_parse.ml omake_gen_parse.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_gen_parse.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -custom -o omake_gen_parse.byte  unix.cma   omake_gen_parse.cmo
- ln -sf omake_gen_parse.byte omake_gen_parse
- ln -sf ../src/env/omake_ast_parse.input omake_ast_parse.input
- ./omake_gen_parse -o omake_ast_parse.mly omake_ast_parse.input
- ocamlyacc omake_ast_parse.mly
- ocamlyacc omake_ast_parse.mly
- ln -sf ../src/env/omake_exp_parse.mly omake_exp_parse.mly
- ocamlyacc omake_exp_parse.mly
- ocamlyacc omake_exp_parse.mly
- ln -sf ../src/shell/omake_shell_parse.mly omake_shell_parse.mly
- ocamlyacc omake_shell_parse.mly
- ocamlyacc omake_shell_parse.mly
- ln -sf ../src/shell/omake_shell_sys_unix.ml omake_shell_sys.ml
- ln -sf ../src/clib/lm_channel.c c_lm_channel.c
- ln -sf ../src/clib/lm_printf.c c_lm_printf.c
- ln -sf ../src/clib/lm_ctype.c c_lm_ctype.c
- ln -sf ../src/clib/lm_uname_ext.c c_lm_uname_ext.c
- ln -sf ../src/clib/lm_unix_cutil.c c_lm_unix_cutil.c
- ln -sf ../src/clib/lm_compat_win32.c c_lm_compat_win32.c
- ln -sf ../src/clib/readline.c c_readline.c
- ln -sf ../src/clib/omake_shell_sys.c c_omake_shell_sys.c
- ln -sf ../src/clib/omake_shell_spawn.c c_omake_shell_spawn.c
- ln -sf ../src/clib/fam_win32.c c_fam_win32.c
- ln -sf ../src/clib/fam_kqueue.c c_fam_kqueue.c
- ln -sf ../src/clib/fam_inotify.c c_fam_inotify.c
- ln -sf ../src/clib/lm_notify.c c_lm_notify.c
- ln -sf ../src/clib/lm_termsize.c c_lm_termsize.c
- ln -sf ../src/clib/lm_terminfo.c c_lm_terminfo.c
- ln -sf ../src/clib/lm_fs_case_sensitive.c c_lm_fs_case_sensitive.c
- ln -sf ../src/clib/lm_compat_win32.h lm_compat_win32.h
- ln -sf ../src/libmojave/lm_arg.ml lm_arg.ml
- ln -sf ../src/libmojave/lm_arg.mli lm_arg.mli
- ln -sf ../src/libmojave/lm_array_util.ml lm_array_util.ml
- ln -sf ../src/libmojave/lm_array_util.mli lm_array_util.mli
- ln -sf ../src/libmojave/lm_bitset.ml lm_bitset.ml
- ln -sf ../src/libmojave/lm_bitset.mli lm_bitset.mli
- ln -sf ../src/libmojave/lm_channel.ml lm_channel.ml
- ln -sf ../src/libmojave/lm_channel.mli lm_channel.mli
- ln -sf ../src/libmojave/lm_db.ml lm_db.ml
- ln -sf ../src/libmojave/lm_db.mli lm_db.mli
- ln -sf ../src/libmojave/lm_debug.ml lm_debug.ml
- ln -sf ../src/libmojave/lm_debug.mli lm_debug.mli
- ln -sf ../src/libmojave/lm_filename_util.ml lm_filename_util.ml
- ln -sf ../src/libmojave/lm_filename_util.mli lm_filename_util.mli
- ln -sf ../src/libmojave/lm_fs_case_sensitive.ml lm_fs_case_sensitive.ml
- ln -sf ../src/libmojave/lm_fs_case_sensitive.mli lm_fs_case_sensitive.mli
- ln -sf ../src/libmojave/lm_handle_table.ml lm_handle_table.ml
- ln -sf ../src/libmojave/lm_handle_table.mli lm_handle_table.mli
- ln -sf ../src/libmojave/lm_hash.ml lm_hash.ml
- ln -sf ../src/libmojave/lm_hash.mli lm_hash.mli
- ln -sf ../src/libmojave/lm_hash_code.ml lm_hash_code.ml
- ln -sf ../src/libmojave/lm_hash_code.mli lm_hash_code.mli
- ln -sf ../src/libmojave/lm_heap.ml lm_heap.ml
- ln -sf ../src/libmojave/lm_heap.mli lm_heap.mli
- ln -sf ../src/libmojave/lm_index.ml lm_index.ml
- ln -sf ../src/libmojave/lm_index.mli lm_index.mli
- ln -sf ../src/libmojave/lm_instrument.ml lm_instrument.ml
- ln -sf ../src/libmojave/lm_instrument.mli lm_instrument.mli
- ln -sf ../src/libmojave/lm_int_handle_table.ml lm_int_handle_table.ml
- ln -sf ../src/libmojave/lm_int_handle_table.mli lm_int_handle_table.mli
- ln -sf ../src/libmojave/lm_int_set.ml lm_int_set.ml
- ln -sf ../src/libmojave/lm_int_set.mli lm_int_set.mli
- ln -sf ../src/libmojave/lm_list_util.ml lm_list_util.ml
- ln -sf ../src/libmojave/lm_list_util.mli lm_list_util.mli
- ln -sf ../src/libmojave/lm_location.ml lm_location.ml
- ln -sf ../src/libmojave/lm_location.mli lm_location.mli
- ln -sf ../src/libmojave/lm_map.ml lm_map.ml
- ln -sf ../src/libmojave/lm_map.mli lm_map.mli
- ln -sf ../src/libmojave/lm_map_sig.ml lm_map_sig.ml
- ln -sf ../src/libmojave/lm_marshal.ml lm_marshal.ml
- ln -sf ../src/libmojave/lm_marshal.mli lm_marshal.mli
- ln -sf ../src/libmojave/lm_notify.ml lm_notify.ml
- ln -sf ../src/libmojave/lm_notify.mli lm_notify.mli
- ln -sf ../src/libmojave/lm_position.ml lm_position.ml
- ln -sf ../src/libmojave/lm_position.mli lm_position.mli
- ln -sf ../src/libmojave/lm_printf.ml lm_printf.ml
- ln -sf ../src/libmojave/lm_printf.mli lm_printf.mli
- ln -sf ../src/libmojave/lm_readline.ml lm_readline.ml
- ln -sf ../src/libmojave/lm_readline.mli lm_readline.mli
- ln -sf ../src/libmojave/lm_set.ml lm_set.ml
- ln -sf ../src/libmojave/lm_set.mli lm_set.mli
- ln -sf ../src/libmojave/lm_set_sig.ml lm_set_sig.ml
- ln -sf ../src/libmojave/lm_string_set.ml lm_string_set.ml
- ln -sf ../src/libmojave/lm_string_set.mli lm_string_set.mli
- ln -sf ../src/libmojave/lm_string_util.ml lm_string_util.ml
- ln -sf ../src/libmojave/lm_string_util.mli lm_string_util.mli
- ln -sf ../src/libmojave/lm_symbol.ml lm_symbol.ml
- ln -sf ../src/libmojave/lm_symbol.mli lm_symbol.mli
- ln -sf ../src/libmojave/lm_terminfo.ml lm_terminfo.ml
- ln -sf ../src/libmojave/lm_terminfo.mli lm_terminfo.mli
- ln -sf ../src/libmojave/lm_termsize.ml lm_termsize.ml
- ln -sf ../src/libmojave/lm_termsize.mli lm_termsize.mli
- ln -sf ../src/libmojave/lm_thread.ml lm_thread.ml
- ln -sf ../src/libmojave/lm_thread.mli lm_thread.mli
- ln -sf ../src/libmojave/lm_thread_core.mli lm_thread_core.mli
- ln -sf ../src/libmojave/lm_thread_pool.mli lm_thread_pool.mli
- ln -sf ../src/libmojave/lm_thread_sig.ml lm_thread_sig.ml
- ln -sf ../src/libmojave/lm_uname.ml lm_uname.ml
- ln -sf ../src/libmojave/lm_uname.mli lm_uname.mli
- ln -sf ../src/libmojave/lm_unix_util.ml lm_unix_util.ml
- ln -sf ../src/libmojave/lm_unix_util.mli lm_unix_util.mli
- ln -sf ../src/libmojave/lm_wild.ml lm_wild.ml
- ln -sf ../src/libmojave/lm_wild.mli lm_wild.mli
- ln -sf ../src/libmojave/lm_thread_pool_null.ml lm_thread_pool.ml
- ln -sf ../src/libmojave/lm_thread_core_null.ml lm_thread_core.ml
- ln -sf ../src/front/lm_glob.ml lm_glob.ml
- ln -sf ../src/front/lm_glob.mli lm_glob.mli
- ln -sf ../src/front/lm_hash_cons.ml lm_hash_cons.ml
- ln -sf ../src/front/lm_hash_cons.mli lm_hash_cons.mli
- ln -sf ../src/front/lm_lexer.ml lm_lexer.ml
- ln -sf ../src/front/lm_lexer.mli lm_lexer.mli
- ln -sf ../src/front/lm_parser.ml lm_parser.ml
- ln -sf ../src/front/lm_parser.mli lm_parser.mli
- ln -sf ../src/magic/omake_gen_magic.ml omake_gen_magic.ml
- ln -sf ../src/ir/omake_cache.ml omake_cache.ml
- ln -sf ../src/ir/omake_cache.mli omake_cache.mli
- ln -sf ../src/ir/omake_cache_type.ml omake_cache_type.ml
- ln -sf ../src/ir/omake_command.ml omake_command.ml
- ln -sf ../src/ir/omake_command.mli omake_command.mli
- ln -sf ../src/ir/omake_command_type.ml omake_command_type.ml
- ln -sf ../src/ir/omake_command_type.mli omake_command_type.mli
- ln -sf ../src/ir/omake_install.ml omake_install.ml
- ln -sf ../src/ir/omake_install.mli omake_install.mli
- ln -sf ../src/ir/omake_ir.ml omake_ir.ml
- ln -sf ../src/ir/omake_ir_free_vars.ml omake_ir_free_vars.ml
- ln -sf ../src/ir/omake_ir_free_vars.mli omake_ir_free_vars.mli
- ln -sf ../src/ir/omake_ir_print.ml omake_ir_print.ml
- ln -sf ../src/ir/omake_ir_print.mli omake_ir_print.mli
- ln -sf ../src/ir/omake_ir_util.ml omake_ir_util.ml
- ln -sf ../src/ir/omake_lexer.ml omake_lexer.ml
- ln -sf ../src/ir/omake_node.ml omake_node.ml
- ln -sf ../src/ir/omake_node.mli omake_node.mli
- ln -sf ../src/ir/omake_node_sig.ml omake_node_sig.ml
- ln -sf ../src/ir/omake_node_type.ml omake_node_type.ml
- ln -sf ../src/ir/omake_options.ml omake_options.ml
- ln -sf ../src/ir/omake_options.mli omake_options.mli
- ln -sf ../src/ir/omake_parser.ml omake_parser.ml
- ln -sf ../src/ir/omake_pos.ml omake_pos.ml
- ln -sf ../src/ir/omake_pos.mli omake_pos.mli
- ln -sf ../src/ir/omake_shell_type.ml omake_shell_type.ml
- ln -sf ../src/ir/omake_state.ml omake_state.ml
- ln -sf ../src/ir/omake_state.mli omake_state.mli
- ln -sf ../src/ir/omake_symbol.ml omake_symbol.ml
- ln -sf ../src/ir/omake_value_print.ml omake_value_print.ml
- ln -sf ../src/ir/omake_value_print.mli omake_value_print.mli
- ln -sf ../src/ir/omake_value_type.ml omake_value_type.ml
- ln -sf ../src/ir/omake_value_util.ml omake_value_util.ml
- ln -sf ../src/ir/omake_value_util.mli omake_value_util.mli
- ln -sf ../src/ir/omake_var.ml omake_var.ml
- ln -sf ../src/ir/omake_var.mli omake_var.mli
- ln -sf ../src/exec/omake_exec.ml omake_exec.ml
- ln -sf ../src/exec/omake_exec.mli omake_exec.mli
- ln -sf ../src/exec/omake_exec_id.ml omake_exec_id.ml
- ln -sf ../src/exec/omake_exec_id.mli omake_exec_id.mli
- ln -sf ../src/exec/omake_exec_local.ml omake_exec_local.ml
- ln -sf ../src/exec/omake_exec_local.mli omake_exec_local.mli
- ln -sf ../src/exec/omake_exec_notify.ml omake_exec_notify.ml
- ln -sf ../src/exec/omake_exec_notify.mli omake_exec_notify.mli
- ln -sf ../src/exec/omake_exec_print.ml omake_exec_print.ml
- ln -sf ../src/exec/omake_exec_print.mli omake_exec_print.mli
- ln -sf ../src/exec/omake_exec_remote.ml omake_exec_remote.ml
- ln -sf ../src/exec/omake_exec_remote.mli omake_exec_remote.mli
- ln -sf ../src/exec/omake_exec_type.ml omake_exec_type.ml
- ln -sf ../src/exec/omake_exec_util.ml omake_exec_util.ml
- ln -sf ../src/exec/omake_exec_util.mli omake_exec_util.mli
- ln -sf ../src/ast/omake_ast.ml omake_ast.ml
- ln -sf ../src/ast/omake_ast_print.ml omake_ast_print.ml
- ln -sf ../src/ast/omake_ast_print.mli omake_ast_print.mli
- ln -sf ../src/ast/omake_ast_util.ml omake_ast_util.ml
- ln -sf ../src/ast/omake_ast_util.mli omake_ast_util.mli
- ln -sf ../src/env/omake_ast_lex.mli omake_ast_lex.mli
- ln -sf ../src/env/omake_command_digest.ml omake_command_digest.ml
- ln -sf ../src/env/omake_command_digest.mli omake_command_digest.mli
- ln -sf ../src/env/omake_env.ml omake_env.ml
- ln -sf ../src/env/omake_env.mli omake_env.mli
- ln -sf ../src/env/omake_exn_print.ml omake_exn_print.ml
- ln -sf ../src/env/omake_exn_print.mli omake_exn_print.mli
- ln -sf ../src/env/omake_exp_lex.ml omake_exp_lex.ml
- ln -sf ../src/env/omake_exp_lex.mli omake_exp_lex.mli
- ln -sf ../src/env/omake_ir_ast.ml omake_ir_ast.ml
- ln -sf ../src/env/omake_ir_ast.mli omake_ir_ast.mli
- ln -sf ../src/env/omake_ir_semant.ml omake_ir_semant.ml
- ln -sf ../src/env/omake_ir_semant.mli omake_ir_semant.mli
- ln -sf ../src/shell/omake_shell_completion.ml omake_shell_completion.ml
- ln -sf ../src/shell/omake_shell_completion.mli omake_shell_completion.mli
- ln -sf ../src/shell/omake_shell_job.ml omake_shell_job.ml
- ln -sf ../src/shell/omake_shell_job.mli omake_shell_job.mli
- ln -sf ../src/shell/omake_shell_lex.ml omake_shell_lex.ml
- ln -sf ../src/shell/omake_shell_lex.mli omake_shell_lex.mli
- ln -sf ../src/shell/omake_shell_spawn.ml omake_shell_spawn.ml
- ln -sf ../src/shell/omake_shell_spawn.mli omake_shell_spawn.mli
- ln -sf ../src/shell/omake_shell_sys.mli omake_shell_sys.mli
- ln -sf ../src/shell/omake_shell_sys_type.ml omake_shell_sys_type.ml
- ln -sf ../src/eval/omake_eval.ml omake_eval.ml
- ln -sf ../src/eval/omake_eval.mli omake_eval.mli
- ln -sf ../src/eval/omake_value.ml omake_value.ml
- ln -sf ../src/eval/omake_value.mli omake_value.mli
- ln -sf ../src/build/omake_build.ml omake_build.ml
- ln -sf ../src/build/omake_build.mli omake_build.mli
- ln -sf ../src/build/omake_build_tee.ml omake_build_tee.ml
- ln -sf ../src/build/omake_build_tee.mli omake_build_tee.mli
- ln -sf ../src/build/omake_build_type.ml omake_build_type.ml
- ln -sf ../src/build/omake_build_util.ml omake_build_util.ml
- ln -sf ../src/build/omake_build_util.mli omake_build_util.mli
- ln -sf ../src/build/omake_builtin.ml omake_builtin.ml
- ln -sf ../src/build/omake_builtin.mli omake_builtin.mli
- ln -sf ../src/build/omake_builtin_type.ml omake_builtin_type.ml
- ln -sf ../src/build/omake_rule.ml omake_rule.ml
- ln -sf ../src/build/omake_rule.mli omake_rule.mli
- ln -sf ../src/build/omake_target.ml omake_target.ml
- ln -sf ../src/build/omake_target.mli omake_target.mli
- ln -sf ../src/builtin/omake_builtin_arith.ml omake_builtin_arith.ml
- ln -sf ../src/builtin/omake_builtin_arith.mli omake_builtin_arith.mli
- ln -sf ../src/builtin/omake_builtin_base.ml omake_builtin_base.ml
- ln -sf ../src/builtin/omake_builtin_base.mli omake_builtin_base.mli
- ln -sf ../src/builtin/omake_builtin_file.ml omake_builtin_file.ml
- ln -sf ../src/builtin/omake_builtin_file.mli omake_builtin_file.mli
- ln -sf ../src/builtin/omake_builtin_fun.ml omake_builtin_fun.ml
- ln -sf ../src/builtin/omake_builtin_fun.mli omake_builtin_fun.mli
- ln -sf ../src/builtin/omake_builtin_io.ml omake_builtin_io.ml
- ln -sf ../src/builtin/omake_builtin_io.mli omake_builtin_io.mli
- ln -sf ../src/builtin/omake_builtin_io_fun.ml omake_builtin_io_fun.ml
- ln -sf ../src/builtin/omake_builtin_io_fun.mli omake_builtin_io_fun.mli
- ln -sf ../src/builtin/omake_builtin_object.ml omake_builtin_object.ml
- ln -sf ../src/builtin/omake_builtin_object.mli omake_builtin_object.mli
- ln -sf ../src/builtin/omake_builtin_ocamldep.ml omake_builtin_ocamldep.ml
- ln -sf ../src/builtin/omake_builtin_rule.ml omake_builtin_rule.ml
- ln -sf ../src/builtin/omake_builtin_rule.mli omake_builtin_rule.mli
- ln -sf ../src/builtin/omake_builtin_shell.ml omake_builtin_shell.ml
- ln -sf ../src/builtin/omake_builtin_shell.mli omake_builtin_shell.mli
- ln -sf ../src/builtin/omake_builtin_sys.ml omake_builtin_sys.ml
- ln -sf ../src/builtin/omake_builtin_sys.mli omake_builtin_sys.mli
- ln -sf ../src/builtin/omake_builtin_target.ml omake_builtin_target.ml
- ln -sf ../src/builtin/omake_builtin_target.mli omake_builtin_target.mli
- ln -sf ../src/builtin/omake_builtin_test.ml omake_builtin_test.ml
- ln -sf ../src/builtin/omake_builtin_test.mli omake_builtin_test.mli
- ln -sf ../src/builtin/omake_builtin_util.ml omake_builtin_util.ml
- ln -sf ../src/builtin/omake_builtin_util.mli omake_builtin_util.mli
- ln -sf ../src/builtin/omake_printf.ml omake_printf.ml
- ln -sf ../src/builtin/omake_printf.mli omake_printf.mli
- ln -sf ../src/main/omake_main.ml omake_main.ml
- ln -sf ../src/main/omake_main.mli omake_main.mli
- ln -sf ../src/main/omake_main_util.ml omake_main_util.ml
- ln -sf ../src/main/omake_shell.ml omake_shell.ml
- ln -sf ../src/main/omake_shell.mli omake_shell.mli
- ocamldep  *.ml *.mli > Makefile.dep
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_string_util.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_gen_magic.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_printf.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_printf.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_debug.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_debug.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_heap.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_heap.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_list_util.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_list_util.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_array_util.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_array_util.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_set_sig.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_set.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_set.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_map_sig.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_map.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_map.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_int_set.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_int_set.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_termsize.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_termsize.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_terminfo.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_terminfo.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_arg.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_arg.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_index.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_index.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_thread_sig.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_thread_core.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_thread_core.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_thread.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_thread.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_string_util.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_string_set.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_string_set.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_hash.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_hash.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_hash_code.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_hash_code.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_symbol.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_symbol.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_location.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_location.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_position.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_position.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_filename_util.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_filename_util.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_uname.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_uname.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_thread_pool.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_thread_pool.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_channel.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_channel.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_unix_util.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_unix_util.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_db.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_db.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_notify.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_notify.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_fs_case_sensitive.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_fs_case_sensitive.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_wild.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_wild.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_readline.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_readline.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_marshal.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_marshal.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_handle_table.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_handle_table.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_int_handle_table.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_int_handle_table.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_bitset.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_bitset.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_instrument.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_instrument.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix   -a -o lm.cma lm_printf.cmo lm_debug.cmo lm_heap.cmo lm_list_util.cmo lm_array_util.cmo lm_set_sig.cmo lm_set.cmo lm_map_sig.cmo lm_map.cmo lm_int_set.cmo lm_termsize.cmo lm_terminfo.cmo lm_arg.cmo lm_index.cmo lm_thread_sig.cmo lm_thread_core.cmo lm_thread.cmo lm_string_util.cmo lm_string_set.cmo lm_hash.cmo lm_hash_code.cmo lm_symbol.cmo lm_location.cmo lm_position.cmo lm_filename_util.cmo lm_uname.cmo lm_thread_pool.cmo lm_channel.cmo lm_unix_util.cmo lm_db.cmo lm_notify.cmo lm_fs_case_sensitive.cmo lm_wild.cmo lm_readline.cmo lm_marshal.cmo lm_handle_table.cmo lm_int_handle_table.cmo lm_bitset.cmo lm_instrument.cmo
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_hash_cons.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_hash_cons.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_lexer.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_lexer.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_parser.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_parser.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_glob.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c lm_glob.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix   -a -o frt.cma lm_hash_cons.cmo lm_lexer.cmo lm_parser.cmo lm_glob.cmo
- gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I"/home/opam/.opam/4.07/lib/ocaml" -I"/home/opam/.opam/4.07/lib/ocaml/caml"  -c c_lm_channel.c
- gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I"/home/opam/.opam/4.07/lib/ocaml" -I"/home/opam/.opam/4.07/lib/ocaml/caml"  -c c_lm_printf.c
- gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I"/home/opam/.opam/4.07/lib/ocaml" -I"/home/opam/.opam/4.07/lib/ocaml/caml"  -c c_lm_ctype.c
- gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I"/home/opam/.opam/4.07/lib/ocaml" -I"/home/opam/.opam/4.07/lib/ocaml/caml"  -c c_lm_uname_ext.c
- gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I"/home/opam/.opam/4.07/lib/ocaml" -I"/home/opam/.opam/4.07/lib/ocaml/caml"  -c c_lm_unix_cutil.c
- gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I"/home/opam/.opam/4.07/lib/ocaml" -I"/home/opam/.opam/4.07/lib/ocaml/caml"  -c c_lm_compat_win32.c
- gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I"/home/opam/.opam/4.07/lib/ocaml" -I"/home/opam/.opam/4.07/lib/ocaml/caml"  -c c_readline.c
- gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I"/home/opam/.opam/4.07/lib/ocaml" -I"/home/opam/.opam/4.07/lib/ocaml/caml"  -c c_omake_shell_sys.c
- gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I"/home/opam/.opam/4.07/lib/ocaml" -I"/home/opam/.opam/4.07/lib/ocaml/caml"  -c c_omake_shell_spawn.c
- gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I"/home/opam/.opam/4.07/lib/ocaml" -I"/home/opam/.opam/4.07/lib/ocaml/caml"  -c c_fam_win32.c
- gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I"/home/opam/.opam/4.07/lib/ocaml" -I"/home/opam/.opam/4.07/lib/ocaml/caml"  -c c_fam_kqueue.c
- gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I"/home/opam/.opam/4.07/lib/ocaml" -I"/home/opam/.opam/4.07/lib/ocaml/caml"  -c c_fam_inotify.c
- gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I"/home/opam/.opam/4.07/lib/ocaml" -I"/home/opam/.opam/4.07/lib/ocaml/caml"  -c c_lm_notify.c
- gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I"/home/opam/.opam/4.07/lib/ocaml" -I"/home/opam/.opam/4.07/lib/ocaml/caml"  -c c_lm_termsize.c
- gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I"/home/opam/.opam/4.07/lib/ocaml" -I"/home/opam/.opam/4.07/lib/ocaml/caml"  -c c_lm_terminfo.c
- gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I"/home/opam/.opam/4.07/lib/ocaml" -I"/home/opam/.opam/4.07/lib/ocaml/caml"  -c c_lm_fs_case_sensitive.c
- rm -f clib.a
- ar cq clib.a c_lm_channel.o c_lm_printf.o c_lm_ctype.o c_lm_uname_ext.o c_lm_unix_cutil.o c_lm_compat_win32.o c_readline.o c_omake_shell_sys.o c_omake_shell_spawn.o c_fam_win32.o c_fam_kqueue.o c_fam_inotify.o c_lm_notify.o c_lm_termsize.o c_lm_terminfo.o c_lm_fs_case_sensitive.o
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -custom -o omake_gen_magic.byte -cclib clib.a unix.cma  lm.cma frt.cma omake_gen_magic.cmo
- ln -sf omake_gen_magic.byte omake_gen_magic
- ./omake_gen_magic -o omake_magic.ml --version version.txt --var "omake_cc=gcc" --var "omake_cflags=-O2 -fno-strict-aliasing -fwrapv -fcommon -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I"/home/opam/.opam/4.07/lib/ocaml" -I"/home/opam/.opam/4.07/lib/ocaml/caml" "  --var "omake_ccomptype=cc" --magic --cache-files lm_filename_util.ml lm_hash.ml lm_location.ml lm_map.ml lm_position.ml lm_set.ml lm_symbol.ml omake_value_type.ml omake_cache.ml omake_cache_type.ml omake_node.ml omake_command_digest.ml    --omc-files lm_filename_util.ml lm_hash.ml lm_location.ml lm_symbol.ml lm_map.ml lm_set.ml omake_node.ml omake_ir.ml    --omo-files lm_filename_util.ml lm_hash.ml lm_lexer.ml lm_location.ml lm_map.ml lm_parser.ml lm_position.ml lm_set.ml lm_symbol.ml omake_value_type.ml omake_cache_type.ml omake_ir.ml omake_node.ml omake_env.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_magic.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix   -a -o magic.cma omake_magic.cmo
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_node_sig.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_node.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_ir.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_var.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_symbol.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_lexer.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_parser.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_ir_util.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_ir_free_vars.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_ast.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_value_type.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_state.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_shell_type.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_options.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_exec_id.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_command_type.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_exec_type.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_exec.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_cache_type.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_cache.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_env.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_rule.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_pos.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_exec_remote.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_exec_util.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_build_type.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_type.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_main_util.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_value_print.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_value.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_shell_sys_type.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_shell_sys.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_shell_job.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_shell_completion.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_ir_ast.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_exn_print.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_eval.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_ast_print.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_ast_lex.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_shell.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_shell.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_install.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_io_fun.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_build_util.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_build.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_main.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_main.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_ast_util.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_ast_util.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_ast_print.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix   -a -o ast.cma omake_ast.cmo omake_ast_util.cmo omake_ast_print.cmo
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_options.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_state.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_node_type.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_node.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_install.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_var.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_ir_print.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_ir_print.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_ir_free_vars.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_command_type.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_value_util.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_value_util.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_value_print.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_pos.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_command.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_command.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_cache.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix   -a -o ir.cma omake_options.cmo omake_symbol.cmo omake_state.cmo omake_node_type.cmo omake_node_sig.cmo omake_node.cmo omake_install.cmo omake_ir.cmo omake_var.cmo omake_ir_util.cmo omake_ir_print.cmo omake_ir_free_vars.cmo omake_lexer.cmo omake_parser.cmo omake_value_type.cmo omake_command_type.cmo omake_value_util.cmo omake_value_print.cmo omake_pos.cmo omake_shell_type.cmo omake_command.cmo omake_cache_type.cmo omake_cache.cmo
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_env.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_exn_print.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_ast_parse.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_ast_parse.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_ast_lex.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_exp_parse.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_exp_parse.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_exp_lex.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_exp_lex.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_ir_ast.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_ir_semant.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_ir_semant.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_command_digest.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_command_digest.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix   -a -o env.cma omake_env.cmo omake_exn_print.cmo omake_ast_parse.cmo omake_ast_lex.cmo omake_exp_parse.cmo omake_exp_lex.cmo omake_ir_ast.cmo omake_ir_semant.cmo omake_command_digest.cmo
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_exec_id.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_exec_print.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_exec_print.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_exec_util.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_exec_local.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_exec_local.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_exec_remote.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_exec_notify.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_exec_notify.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_exec.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix   -a -o exec.cma omake_exec_id.cmo omake_exec_type.cmo omake_exec_print.cmo omake_exec_util.cmo omake_exec_local.cmo omake_exec_remote.cmo omake_exec_notify.cmo omake_exec.cmo
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_eval.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_value.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix   -a -o eval.cma omake_eval.cmo omake_value.cmo
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_shell_parse.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_shell_parse.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_shell_lex.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_shell_lex.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_shell_spawn.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_shell_spawn.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_shell_sys.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_shell_job.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_shell_completion.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix   -a -o shell.cma omake_shell_parse.cmo omake_shell_lex.cmo omake_shell_spawn.cmo omake_shell_sys_type.cmo omake_shell_sys.cmo omake_shell_job.cmo omake_shell_completion.cmo
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_rule.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_build_tee.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_build_tee.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_build_util.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_target.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_target.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_build.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix   -a -o build.cma omake_rule.cmo omake_build_type.cmo omake_build_tee.cmo omake_build_util.cmo omake_builtin_type.cmo omake_target.cmo omake_builtin.cmo omake_build.cmo
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_printf.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_printf.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_util.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_util.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_base.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_base.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_arith.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_arith.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_file.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_file.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_fun.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_fun.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_io.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_io.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_io_fun.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_sys.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_sys.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_target.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_target.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_shell.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_shell.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_rule.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_rule.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_object.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_object.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_test.mli
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_test.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -c omake_builtin_ocamldep.ml
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -linkall -a -o builtin.cma omake_printf.cmo omake_builtin_util.cmo omake_builtin_base.cmo omake_builtin_arith.cmo omake_builtin_file.cmo omake_builtin_fun.cmo omake_builtin_io.cmo omake_builtin_io_fun.cmo omake_builtin_sys.cmo omake_builtin_target.cmo omake_builtin_shell.cmo omake_builtin_rule.cmo omake_builtin_object.cmo omake_builtin_test.cmo omake_builtin_ocamldep.cmo
- ocamlc -safe-string -strict-sequence -g -w -40 -I +unix  -custom -o omake.byte -cclib clib.a unix.cma  lm.cma frt.cma magic.cma ast.cma ir.cma env.cma exec.cma eval.cma shell.cma build.cma builtin.cma omake_main_util.cmo omake_shell.cmo omake_main.cmo
- ln -sf omake.byte omake
- boot/omake '--dotomake' '.omake' '--force-dotomake' '-j1' 'main' 'OCAML=ocaml'
- *** omake: reading OMakefiles
- --- Checking for ocamlfind... (found /home/opam/.opam/4.07/bin/ocamlfind)
- --- Checking for ocamlc.opt... (found /home/opam/.opam/4.07/bin/ocamlc.opt)
- --- Checking for ocamlopt.opt... (found /home/opam/.opam/4.07/bin/ocamlopt.opt)
- --- Checking for ocamldep.opt... (found /home/opam/.opam/4.07/bin/ocamldep.opt)
- --- Checking for ocamllex.opt... (found /home/opam/.opam/4.07/bin/ocamllex.opt)
- --- Checking whether ocamlc understands the "z" warnings... (yes)
- --- Checking whether ocamlopt can create cmxs plugins... (yes)
- --- Checking for ncurses... --- Checking for gcc... (found /usr/bin/gcc)
- --- Checking for g++... (found /usr/bin/g++)
- --- Checking for gcc... (found /usr/bin/gcc)
- --- Checking for g++... (found /usr/bin/g++)
- --- Checking for gcc... (found /usr/bin/gcc)
- --- Checking for ld... (found /usr/bin/ld)
- --- Checking for as... (found /usr/bin/as)
- (NOT found)
- --- Checking for inotify... (found)
- --- Checking if ocamldep understands -modules... (yes)
- Updating the .config file.
- --- Checking for OCaml library location... (/home/opam/.opam/4.07/lib/ocaml)
- --- Checking if ocamlopt was compiled with flambda... (no)
- --- Checking for ncurses... --- Checking for gcc... (found /usr/bin/gcc)
- --- Checking for g++... (found /usr/bin/g++)
- --- Checking for gcc... (found /usr/bin/gcc)
- --- Checking for g++... (found /usr/bin/g++)
- --- Checking for gcc... (found /usr/bin/gcc)
- --- Checking for ld... (found /usr/bin/ld)
- --- Checking for as... (found /usr/bin/as)
- (NOT found)
- --- Checking for inotify... (found)
- --- Checking for function snprintf... (found)
- --- Checking for optimal filesystem case-sensitivity test... (Generic)
- --- Checking for function posix_spawn... (found)
- --- Checking for function moncontrol... (found)
- --- Checking if ocamldep understands -modules... (yes)
- --- Checking for hevea... (FAILED - no hevea found)
- --- *** Hevea not found or Hevea installation is incomplete;
- --- *** will neither be able to build plain text, Info,
- --- *** nor HTML version of OMake documentation
- --- Checking for date... (found /usr/bin/date)
- --- Checking for date... (found /usr/bin/date)
- *** omake: finished reading OMakefiles (1.14 sec)
- *** omake: saved .omakedb
- *** omake: done (29.92 sec, 244/244 scans, 268/429 rules, 723/914 digests)
- src/main/prelim_omake '--dotomake' '.omake' '--force-dotomake' '-j1' 'all' 'OCAML=ocaml'
- *** omake: reading OMakefiles
- *** omake: finished reading OMakefiles (0.04 sec)
- *** omake: done (10.87 sec, 244/244 scans, 130/469 rules, 220/403 digests)
-> compiled  omake.0.10.6
Processing 34/36: [omake: make install]
+ /usr/bin/make "install" (CWD=/home/opam/.opam/4.07/.opam-switch/build/omake.0.10.6)
- ocaml -safe-string -strict-sequence -I +unix -I +str build.ml -install OCAML="ocaml"
- src/main/prelim_omake '--dotomake' '.omake' '--force-dotomake' 'install' 'OCAML=ocaml'
- *** omake: reading OMakefiles
- *** omake: finished reading OMakefiles (0.04 sec)
- *** omake: done (0.24 sec, 0/244 scans, 3/458 rules, 0/168 digests)
-> installed omake.0.10.6
Processing 35/36: [uwt: omake lib]
+ /home/opam/.opam/4.07/bin/omake "lib" (CWD=/home/opam/.opam/4.07/.opam-switch/build/uwt.0.0.2)
- *** omake: reading OMakefiles
- --- Checking for ocamlfind... (found /home/opam/.opam/4.07/bin/ocamlfind)
- --- Checking for ocamlc.opt... (found /home/opam/.opam/4.07/bin/ocamlc.opt)
- --- Checking for ocamlopt.opt... (found /home/opam/.opam/4.07/bin/ocamlopt.opt)
- --- Checking for ocamldep.opt... (found /home/opam/.opam/4.07/bin/ocamldep.opt)
- --- Checking for ocamllex.opt... (found /home/opam/.opam/4.07/bin/ocamllex.opt)
- --- Checking whether ocamlc understands the "z" warnings... (yes)
- --- Checking whether ocamlopt can create cmxs plugins... (yes)
- File OMakeIncludes: line 35, characters 1-17:
-    Warning: old-style foreach expression.
-    This expression should use a => binding.
- File OMakeIncludes: line 43, characters 1-17:
-    Warning: old-style foreach expression.
-    This expression should use a => binding.
- File OMakeIncludes: line 73, characters 1-18:
-    Warning: old-style foreach expression.
-    This expression should use a => binding.
- --- Checking for ocamlfind... (found /home/opam/.opam/4.07/bin/ocamlfind)
- /home/opam/.opam/4.07/lib/ocaml
- File OMakeCFLAGS: line 14, characters 3-23:
-    Warning: old-style foreach expression.
-    This expression should use a => binding.
- --- Checking for pkg-config... (found /usr/bin/pkg-config)
- --- Checking for libuv by pkg-config... (found)
- --- Checking for libuv by pkg-config... (found)
- --- Checking libuv: 1.0 <= version < 2.0... (1.44.2 ... yes)
- --- Checking for cppo... (found /home/opam/.opam/4.07/bin/cppo)
- --- Checking for OCaml library location... (/home/opam/.opam/4.07/lib/ocaml)
- *** omake: finished reading OMakefiles (0.87 sec)
- --- Checking if ocamldep understands -modules... (yes)
- - build src config.inc
- + ./configure CC=gcc CFLAGS='-O2 -fno-strict-aliasing -fwrapv -fcommon -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g ' LDFLAGS=' -luv -lpthread -ldl -lrt'
- checking for gcc... gcc
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables... 
- checking whether we are cross compiling... no
- checking for suffix of object files... o
- checking whether we are using the GNU C compiler... yes
- checking whether gcc accepts -g... yes
- checking for gcc option to accept ISO C89... none needed
- checking how to run the C preprocessor... gcc -E
- checking for grep that handles long lines and -e... /usr/bin/grep
- checking for egrep... /usr/bin/grep -E
- checking for ANSI C header files... yes
- checking for sys/types.h... yes
- checking for sys/stat.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for memory.h... yes
- checking for strings.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for unistd.h... yes
- checking minix/config.h usability... no
- checking minix/config.h presence... no
- checking for minix/config.h... no
- checking whether it is safe to define __EXTENSIONS__... yes
- checking posix source 200809L... checking errno.h usability... yes
- checking errno.h presence... yes
- checking for errno.h... yes
- checking for stdint.h... (cached) yes
- checking for unistd.h... (cached) yes
- checking for errno.h... (cached) yes
- checking limits.h usability... yes
- checking limits.h presence... yes
- checking for limits.h... yes
- checking for sys/stat.h... (cached) yes
- checking for sys/types.h... (cached) yes
- checking sys/socket.h usability... yes
- checking sys/socket.h presence... yes
- checking for sys/socket.h... yes
- checking fcntl.h usability... yes
- checking fcntl.h presence... yes
- checking for fcntl.h... yes
- checking netinet/in.h usability... yes
- checking netinet/in.h presence... yes
- checking for netinet/in.h... yes
- checking netdb.h usability... yes
- checking netdb.h presence... yes
- checking for netdb.h... yes
- checking grp.h usability... yes
- checking grp.h presence... yes
- checking for grp.h... yes
- checking pwd.h usability... yes
- checking pwd.h presence... yes
- checking for pwd.h... yes
- checking sys/param.h usability... yes
- checking sys/param.h presence... yes
- checking for sys/param.h... yes
- checking byteswap.h usability... yes
- checking byteswap.h presence... yes
- checking for byteswap.h... yes
- checking sys/byteswap.h usability... no
- checking sys/byteswap.h presence... no
- checking for sys/byteswap.h... no
- checking sys/endian.h usability... no
- checking sys/endian.h presence... no
- checking for sys/endian.h... no
- checking for strdup... 
- yes
- checking whether strnlen is declared... yes
- checking whether uv_os_homedir is declared... yes
- checking whether UV_TTY_MODE_NORMAL is declared... yes
- checking whether UV_TTY_MODE_RAW is declared... yes
- checking whether UV_TTY_MODE_IO is declared... yes
- checking for stdbool.h that conforms to C99... yes
- checking for _Bool... yes
- checking for special C compiler options needed for large files... no
- checking for _FILE_OFFSET_BITS value needed for large files... no
- checking for typeof syntax and keyword spelling... typeof
- checking whether byte ordering is bigendian... no
- checking _Static_assert... yes
- checking attribute "noreturn"... yes
- checking attribute "packed"... yes
- checking attribute "always_inline"... yes
- checking attribute "unused"... yes
- checking if the compiler supports __builtin_bswap16... yes
- checking if the compiler supports __builtin_bswap32... yes
- checking if the compiler supports __builtin_bswap64... yes
- checking for __func__... yes
- checking if the compiler supports __builtin_ctz... yes
- checking for __builtin_expect()... 
- yes
- checking for __builtin_types_compatible_p()... yes
- checking for statement expressions... yes
- checking for library containing gethostbyname_r... none required
- checking for library containing getservbyname_r... none required
- checking for POSIX-style gethostbyXXXX_r and getservbyXXXX_r... yes
- checking whether _WIN32 is declared... no
- checking whether __ANDROID__ is declared... no
- checking whether __linux__ is declared... yes
- checking for getlogin... yes
- checking for cuserid... yes
- checking for getpwnam... yes
- checking for getgrnam... yes
- checking for getpwuid... yes
- checking for getgrgid... yes
- checking for getlogin_r... yes
- checking for getpwnam_r... yes
- checking for getgrnam_r... 
- yes
- checking for getpwuid_r... yes
- checking for getgrgid_r... yes
- checking for chroot... yes
- checking for lockf... yes
- checking for pipe2... yes
- checking uv_translate_sys_error... yes
- checking for canonicalize_file_name... yes
- configure: creating ./config.status
- config.status: creating config.inc
- config.status: creating config.h
- - build src uwt_bytes.cmo
- + ocamlfind ocamlc -package bigarray,unix -g -bin-annot -safe-string -g -I . -o uwt_bytes.cmo -c uwt_bytes.ml
- File "uwt_bytes.ml", line 34, characters 0-88:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt_bytes.ml", line 47, characters 0-74:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt_bytes.ml", line 48, characters 0-82:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt_bytes.ml", line 70, characters 0-114:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt_bytes.ml", line 71, characters 0-110:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt_bytes.ml", line 72, characters 0-86:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- - build src uwt_bytes.cmx
- + ocamlfind ocamlopt -package bigarray,unix -g -bin-annot -safe-string -I . -o uwt_bytes.cmx -c uwt_bytes.ml
- File "uwt_bytes.ml", line 34, characters 0-88:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt_bytes.ml", line 47, characters 0-74:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt_bytes.ml", line 48, characters 0-82:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt_bytes.ml", line 70, characters 0-114:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt_bytes.ml", line 71, characters 0-110:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt_bytes.ml", line 72, characters 0-86:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- - build src uwt_base.cmo
- + ocamlfind ocamlc -pp cppo -package bigarray,unix -g -bin-annot -safe-string -g -I . -o uwt_base.cmo -c uwt_base.ml
- File "uwt_base.ml", line 284, characters 2-82:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt_base.ml", line 327, characters 2-64:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- - build src uwt_base.cmx
- + ocamlfind ocamlopt -pp cppo -package bigarray,unix -g -bin-annot -safe-string -I . -o uwt_base.cmx -c uwt_base.ml
- File "uwt_base.ml", line 284, characters 2-82:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt_base.ml", line 327, characters 2-64:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- - build src uwt.cmi
- + ocamlfind ocamlc -pp cppo -package bigarray,unix,lwt -g -bin-annot -safe-string -g -I . -o uwt.cmi -c uwt.mli
- File "uwt.mli", line 129, characters 40-54:
- Warning 3: deprecated: module Lwt_sequence
-  This module is an implementation detail of Lwt. See
-    https://github.com/ocsigen/lwt/issues/361
- File "uwt.mli", line 130, characters 40-54:
- Warning 3: deprecated: module Lwt_sequence
-  This module is an implementation detail of Lwt. See
-    https://github.com/ocsigen/lwt/issues/361
- File "uwt.mli", line 155, characters 40-54:
- Warning 3: deprecated: module Lwt_sequence
-  This module is an implementation detail of Lwt. See
-    https://github.com/ocsigen/lwt/issues/361
- - build src uwt_stubs.o
- + gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I/home/opam/.opam/4.07/lib/ocaml -O2 -fno-strict-aliasing -fwrapv -fcommon -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -g -I. -c -o uwt_stubs.o uwt_stubs.c
- uwt_stubs.c: In function 'req_free_common':
- uwt_stubs.c:767:24: warning: taking address of packed member of 'struct req' may result in an unaligned pointer value [-Waddress-of-packed-member]
-   767 |     gr_root_unregister(&wp->cb);
-       |                        ^~~~~~~
- uwt_stubs.c:770:24: warning: taking address of packed member of 'struct req' may result in an unaligned pointer value [-Waddress-of-packed-member]
-   770 |     gr_root_unregister(&wp->sbuf);
-       |                        ^~~~~~~~~
- uwt_stubs.c:773:19: warning: taking address of packed member of 'struct req' may result in an unaligned pointer value [-Waddress-of-packed-member]
-   773 |     free_uv_buf_t(&wp->buf,wp->cb_type);
-       |                   ^~~~~~~~
- uwt_stubs.c: In function 'handle_free_common':
- uwt_stubs.c:871:24: warning: taking address of packed member of 'struct handle' may result in an unaligned pointer value [-Waddress-of-packed-member]
-   871 |     gr_root_unregister(&s->cb_listen);
-       |                        ^~~~~~~~~~~~~
- uwt_stubs.c:874:24: warning: taking address of packed member of 'struct handle' may result in an unaligned pointer value [-Waddress-of-packed-member]
-   874 |     gr_root_unregister(&s->cb_listen_server);
-       |                        ^~~~~~~~~~~~~~~~~~~~
- uwt_stubs.c:877:24: warning: taking address of packed member of 'struct handle' may result in an unaligned pointer value [-Waddress-of-packed-member]
-   877 |     gr_root_unregister(&s->cb_read);
-       |                        ^~~~~~~~~~~
- uwt_stubs.c:880:24: warning: taking address of packed member of 'struct handle' may result in an unaligned pointer value [-Waddress-of-packed-member]
-   880 |     gr_root_unregister(&s->cb_close);
-       |                        ^~~~~~~~~~~~
- uwt_stubs.c:883:24: warning: taking address of packed member of 'struct handle' may result in an unaligned pointer value [-Waddress-of-packed-member]
-   883 |     gr_root_unregister(&s->obuf);
-       |                        ^~~~~~~~
- uwt_stubs.c: In function 'uwt_fs_open_native':
- uwt_stubs.c:1384:26: warning: taking address of packed member of 'struct req' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  1384 |         gr_root_register(&wp_req->cb,o_cb);               \
-       |                          ^~~~~~~~~~~
- uwt_stubs.c:1432:5: note: in expansion of macro 'R_WRAP'
-  1432 |     R_WRAP(name,tz,code)
-       |     ^~~~~~
- uwt_stubs.c:1449:3: note: in expansion of macro 'RSTART_4'
-  1449 |   RSTART_ ## a (n,z,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1452:3: note: in expansion of macro 'RSTART_xxx'
-  1452 |   RSTART_xxx(a,n,z,__VA_ARGS__)
-       |   ^~~~~~~~~~
- uwt_stubs.c:1455:3: note: in expansion of macro 'RSTART_xx'
-  1455 |   RSTART_xx(PP_NARG(__VA_ARGS__),n,z,__VA_ARGS__)
-       |   ^~~~~~~~~
- uwt_stubs.c:1461:3: note: in expansion of macro 'RSTART_x'
-  1461 |   RSTART_x(n,n ## _cb,__VA_ARGS__)
-       |   ^~~~~~~~
- uwt_stubs.c:1464:3: note: in expansion of macro 'RSTART_c'
-  1464 |   RSTART_ ## i (n,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1467:3: note: in expansion of macro 'RSTART_'
-  1467 |   RSTART_(i,n,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1470:3: note: in expansion of macro 'RSTART'
-  1470 |   RSTART(c,__VA_ARGS__)
-       |   ^~~~~~
- uwt_stubs.c:1561:1: note: in expansion of macro 'FSSTART'
-  1561 | FSSTART(fs_open,o_name,o_flag_list,o_perm,{
-       | ^~~~~~~
- uwt_stubs.c: In function 'uwt_fs_read_native':
- uwt_stubs.c:1621:21: warning: taking address of packed member of 'struct req' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  1621 |     malloc_uv_buf_t(&wp->buf,slen,wp->cb_type);
-       |                     ^~~~~~~~
- uwt_stubs.c:1375:7: note: in definition of macro 'R_WRAP'
-  1375 |       code                                                \
-       |       ^~~~
- uwt_stubs.c:1449:3: note: in expansion of macro 'RSTART_5'
-  1449 |   RSTART_ ## a (n,z,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1452:3: note: in expansion of macro 'RSTART_xxx'
-  1452 |   RSTART_xxx(a,n,z,__VA_ARGS__)
-       |   ^~~~~~~~~~
- uwt_stubs.c:1455:3: note: in expansion of macro 'RSTART_xx'
-  1455 |   RSTART_xx(PP_NARG(__VA_ARGS__),n,z,__VA_ARGS__)
-       |   ^~~~~~~~~
- uwt_stubs.c:1461:3: note: in expansion of macro 'RSTART_x'
-  1461 |   RSTART_x(n,n ## _cb,__VA_ARGS__)
-       |   ^~~~~~~~
- uwt_stubs.c:1464:3: note: in expansion of macro 'RSTART_c'
-  1464 |   RSTART_ ## i (n,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1467:3: note: in expansion of macro 'RSTART_'
-  1467 |   RSTART_(i,n,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1470:3: note: in expansion of macro 'RSTART'
-  1470 |   RSTART(c,__VA_ARGS__)
-       |   ^~~~~~
- uwt_stubs.c:1610:1: note: in expansion of macro 'FSSTART'
-  1610 | FSSTART(fs_read,o_file,o_buf,o_offset,o_len,{
-       | ^~~~~~~
- uwt_stubs.c:1630:41: warning: taking address of packed member of 'struct req' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  1630 |         ret = uv_fs_read(loop, req, fd, &wp->buf, 1, -1, cb);
-       |                                         ^~~~~~~~
- uwt_stubs.c:1375:7: note: in definition of macro 'R_WRAP'
-  1375 |       code                                                \
-       |       ^~~~
- uwt_stubs.c:1449:3: note: in expansion of macro 'RSTART_5'
-  1449 |   RSTART_ ## a (n,z,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1452:3: note: in expansion of macro 'RSTART_xxx'
-  1452 |   RSTART_xxx(a,n,z,__VA_ARGS__)
-       |   ^~~~~~~~~~
- uwt_stubs.c:1455:3: note: in expansion of macro 'RSTART_xx'
-  1455 |   RSTART_xx(PP_NARG(__VA_ARGS__),n,z,__VA_ARGS__)
-       |   ^~~~~~~~~
- uwt_stubs.c:1461:3: note: in expansion of macro 'RSTART_x'
-  1461 |   RSTART_x(n,n ## _cb,__VA_ARGS__)
-       |   ^~~~~~~~
- uwt_stubs.c:1464:3: note: in expansion of macro 'RSTART_c'
-  1464 |   RSTART_ ## i (n,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1467:3: note: in expansion of macro 'RSTART_'
-  1467 |   RSTART_(i,n,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1470:3: note: in expansion of macro 'RSTART'
-  1470 |   RSTART(c,__VA_ARGS__)
-       |   ^~~~~~
- uwt_stubs.c:1610:1: note: in expansion of macro 'FSSTART'
-  1610 | FSSTART(fs_read,o_file,o_buf,o_offset,o_len,{
-       | ^~~~~~~
- uwt_stubs.c:1629:5: note: in expansion of macro 'BLOCK'
-  1629 |     BLOCK({
-       |     ^~~~~
- uwt_stubs.c:1633:24: warning: taking address of packed member of 'struct req' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  1633 |       gr_root_register(&wp->sbuf,o_buf);
-       |                        ^~~~~~~~~
- uwt_stubs.c:1375:7: note: in definition of macro 'R_WRAP'
-  1375 |       code                                                \
-       |       ^~~~
- uwt_stubs.c:1449:3: note: in expansion of macro 'RSTART_5'
-  1449 |   RSTART_ ## a (n,z,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1452:3: note: in expansion of macro 'RSTART_xxx'
-  1452 |   RSTART_xxx(a,n,z,__VA_ARGS__)
-       |   ^~~~~~~~~~
- uwt_stubs.c:1455:3: note: in expansion of macro 'RSTART_xx'
-  1455 |   RSTART_xx(PP_NARG(__VA_ARGS__),n,z,__VA_ARGS__)
-       |   ^~~~~~~~~
- uwt_stubs.c:1461:3: note: in expansion of macro 'RSTART_x'
-  1461 |   RSTART_x(n,n ## _cb,__VA_ARGS__)
-       |   ^~~~~~~~
- uwt_stubs.c:1464:3: note: in expansion of macro 'RSTART_c'
-  1464 |   RSTART_ ## i (n,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1467:3: note: in expansion of macro 'RSTART_'
-  1467 |   RSTART_(i,n,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1470:3: note: in expansion of macro 'RSTART'
-  1470 |   RSTART(c,__VA_ARGS__)
-       |   ^~~~~~
- uwt_stubs.c:1610:1: note: in expansion of macro 'FSSTART'
-  1610 | FSSTART(fs_read,o_file,o_buf,o_offset,o_len,{
-       | ^~~~~~~
- uwt_stubs.c:1637:23: warning: taking address of packed member of 'struct req' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  1637 |         free_uv_buf_t(&wp->buf,wp->cb_type);
-       |                       ^~~~~~~~
- uwt_stubs.c:1375:7: note: in definition of macro 'R_WRAP'
-  1375 |       code                                                \
-       |       ^~~~
- uwt_stubs.c:1449:3: note: in expansion of macro 'RSTART_5'
-  1449 |   RSTART_ ## a (n,z,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1452:3: note: in expansion of macro 'RSTART_xxx'
-  1452 |   RSTART_xxx(a,n,z,__VA_ARGS__)
-       |   ^~~~~~~~~~
- uwt_stubs.c:1455:3: note: in expansion of macro 'RSTART_xx'
-  1455 |   RSTART_xx(PP_NARG(__VA_ARGS__),n,z,__VA_ARGS__)
-       |   ^~~~~~~~~
- uwt_stubs.c:1461:3: note: in expansion of macro 'RSTART_x'
-  1461 |   RSTART_x(n,n ## _cb,__VA_ARGS__)
-       |   ^~~~~~~~
- uwt_stubs.c:1464:3: note: in expansion of macro 'RSTART_c'
-  1464 |   RSTART_ ## i (n,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1467:3: note: in expansion of macro 'RSTART_'
-  1467 |   RSTART_(i,n,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1470:3: note: in expansion of macro 'RSTART'
-  1470 |   RSTART(c,__VA_ARGS__)
-       |   ^~~~~~
- uwt_stubs.c:1610:1: note: in expansion of macro 'FSSTART'
-  1610 | FSSTART(fs_read,o_file,o_buf,o_offset,o_len,{
-       | ^~~~~~~
- uwt_stubs.c:1384:26: warning: taking address of packed member of 'struct req' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  1384 |         gr_root_register(&wp_req->cb,o_cb);               \
-       |                          ^~~~~~~~~~~
- uwt_stubs.c:1417:5: note: in expansion of macro 'R_WRAP'
-  1417 |     R_WRAP(name,tz,code)
-       |     ^~~~~~
- uwt_stubs.c:1449:3: note: in expansion of macro 'RSTART_5'
-  1449 |   RSTART_ ## a (n,z,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1452:3: note: in expansion of macro 'RSTART_xxx'
-  1452 |   RSTART_xxx(a,n,z,__VA_ARGS__)
-       |   ^~~~~~~~~~
- uwt_stubs.c:1455:3: note: in expansion of macro 'RSTART_xx'
-  1455 |   RSTART_xx(PP_NARG(__VA_ARGS__),n,z,__VA_ARGS__)
-       |   ^~~~~~~~~
- uwt_stubs.c:1461:3: note: in expansion of macro 'RSTART_x'
-  1461 |   RSTART_x(n,n ## _cb,__VA_ARGS__)
-       |   ^~~~~~~~
- uwt_stubs.c:1464:3: note: in expansion of macro 'RSTART_c'
-  1464 |   RSTART_ ## i (n,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1467:3: note: in expansion of macro 'RSTART_'
-  1467 |   RSTART_(i,n,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1470:3: note: in expansion of macro 'RSTART'
-  1470 |   RSTART(c,__VA_ARGS__)
-       |   ^~~~~~
- uwt_stubs.c:1610:1: note: in expansion of macro 'FSSTART'
-  1610 | FSSTART(fs_read,o_file,o_buf,o_offset,o_len,{
-       | ^~~~~~~
- uwt_stubs.c: In function 'uwt_fs_write_native':
- uwt_stubs.c:1681:21: warning: taking address of packed member of 'struct req' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  1681 |     malloc_uv_buf_t(&wp->buf,slen,wp->cb_type);
-       |                     ^~~~~~~~
- uwt_stubs.c:1375:7: note: in definition of macro 'R_WRAP'
-  1375 |       code                                                \
-       |       ^~~~
- uwt_stubs.c:1449:3: note: in expansion of macro 'RSTART_5'
-  1449 |   RSTART_ ## a (n,z,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1452:3: note: in expansion of macro 'RSTART_xxx'
-  1452 |   RSTART_xxx(a,n,z,__VA_ARGS__)
-       |   ^~~~~~~~~~
- uwt_stubs.c:1455:3: note: in expansion of macro 'RSTART_xx'
-  1455 |   RSTART_xx(PP_NARG(__VA_ARGS__),n,z,__VA_ARGS__)
-       |   ^~~~~~~~~
- uwt_stubs.c:1461:3: note: in expansion of macro 'RSTART_x'
-  1461 |   RSTART_x(n,n ## _cb,__VA_ARGS__)
-       |   ^~~~~~~~
- uwt_stubs.c:1464:3: note: in expansion of macro 'RSTART_c'
-  1464 |   RSTART_ ## i (n,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1467:3: note: in expansion of macro 'RSTART_'
-  1467 |   RSTART_(i,n,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1470:3: note: in expansion of macro 'RSTART'
-  1470 |   RSTART(c,__VA_ARGS__)
-       |   ^~~~~~
- uwt_stubs.c:1667:1: note: in expansion of macro 'FSSTART'
-  1667 | FSSTART(fs_write,
-       | ^~~~~~~
- uwt_stubs.c:1694:39: warning: taking address of packed member of 'struct req' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  1694 |      ret = uv_fs_write(loop, req, fd, &wp->buf, 1, -1, cb);
-       |                                       ^~~~~~~~
- uwt_stubs.c:1375:7: note: in definition of macro 'R_WRAP'
-  1375 |       code                                                \
-       |       ^~~~
- uwt_stubs.c:1449:3: note: in expansion of macro 'RSTART_5'
-  1449 |   RSTART_ ## a (n,z,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1452:3: note: in expansion of macro 'RSTART_xxx'
-  1452 |   RSTART_xxx(a,n,z,__VA_ARGS__)
-       |   ^~~~~~~~~~
- uwt_stubs.c:1455:3: note: in expansion of macro 'RSTART_xx'
-  1455 |   RSTART_xx(PP_NARG(__VA_ARGS__),n,z,__VA_ARGS__)
-       |   ^~~~~~~~~
- uwt_stubs.c:1461:3: note: in expansion of macro 'RSTART_x'
-  1461 |   RSTART_x(n,n ## _cb,__VA_ARGS__)
-       |   ^~~~~~~~
- uwt_stubs.c:1464:3: note: in expansion of macro 'RSTART_c'
-  1464 |   RSTART_ ## i (n,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1467:3: note: in expansion of macro 'RSTART_'
-  1467 |   RSTART_(i,n,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1470:3: note: in expansion of macro 'RSTART'
-  1470 |   RSTART(c,__VA_ARGS__)
-       |   ^~~~~~
- uwt_stubs.c:1667:1: note: in expansion of macro 'FSSTART'
-  1667 | FSSTART(fs_write,
-       | ^~~~~~~
- uwt_stubs.c:1693:5: note: in expansion of macro 'BLOCK'
-  1693 |     BLOCK({
-       |     ^~~~~
- uwt_stubs.c:1698:26: warning: taking address of packed member of 'struct req' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  1698 |         gr_root_register(&wp->sbuf,o_buf);
-       |                          ^~~~~~~~~
- uwt_stubs.c:1375:7: note: in definition of macro 'R_WRAP'
-  1375 |       code                                                \
-       |       ^~~~
- uwt_stubs.c:1449:3: note: in expansion of macro 'RSTART_5'
-  1449 |   RSTART_ ## a (n,z,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1452:3: note: in expansion of macro 'RSTART_xxx'
-  1452 |   RSTART_xxx(a,n,z,__VA_ARGS__)
-       |   ^~~~~~~~~~
- uwt_stubs.c:1455:3: note: in expansion of macro 'RSTART_xx'
-  1455 |   RSTART_xx(PP_NARG(__VA_ARGS__),n,z,__VA_ARGS__)
-       |   ^~~~~~~~~
- uwt_stubs.c:1461:3: note: in expansion of macro 'RSTART_x'
-  1461 |   RSTART_x(n,n ## _cb,__VA_ARGS__)
-       |   ^~~~~~~~
- uwt_stubs.c:1464:3: note: in expansion of macro 'RSTART_c'
-  1464 |   RSTART_ ## i (n,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1467:3: note: in expansion of macro 'RSTART_'
-  1467 |   RSTART_(i,n,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1470:3: note: in expansion of macro 'RSTART'
-  1470 |   RSTART(c,__VA_ARGS__)
-       |   ^~~~~~
- uwt_stubs.c:1667:1: note: in expansion of macro 'FSSTART'
-  1667 | FSSTART(fs_write,
-       | ^~~~~~~
- uwt_stubs.c:1703:23: warning: taking address of packed member of 'struct req' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  1703 |         free_uv_buf_t(&wp->buf,wp->cb_type);
-       |                       ^~~~~~~~
- uwt_stubs.c:1375:7: note: in definition of macro 'R_WRAP'
-  1375 |       code                                                \
-       |       ^~~~
- uwt_stubs.c:1449:3: note: in expansion of macro 'RSTART_5'
-  1449 |   RSTART_ ## a (n,z,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1452:3: note: in expansion of macro 'RSTART_xxx'
-  1452 |   RSTART_xxx(a,n,z,__VA_ARGS__)
-       |   ^~~~~~~~~~
- uwt_stubs.c:1455:3: note: in expansion of macro 'RSTART_xx'
-  1455 |   RSTART_xx(PP_NARG(__VA_ARGS__),n,z,__VA_ARGS__)
-       |   ^~~~~~~~~
- uwt_stubs.c:1461:3: note: in expansion of macro 'RSTART_x'
-  1461 |   RSTART_x(n,n ## _cb,__VA_ARGS__)
-       |   ^~~~~~~~
- uwt_stubs.c:1464:3: note: in expansion of macro 'RSTART_c'
-  1464 |   RSTART_ ## i (n,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1467:3: note: in expansion of macro 'RSTART_'
-  1467 |   RSTART_(i,n,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1470:3: note: in expansion of macro 'RSTART'
-  1470 |   RSTART(c,__VA_ARGS__)
-       |   ^~~~~~
- uwt_stubs.c:1667:1: note: in expansion of macro 'FSSTART'
-  1667 | FSSTART(fs_write,
-       | ^~~~~~~
- uwt_stubs.c:1384:26: warning: taking address of packed member of 'struct req' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  1384 |         gr_root_register(&wp_req->cb,o_cb);               \
-       |                          ^~~~~~~~~~~
- uwt_stubs.c:1417:5: note: in expansion of macro 'R_WRAP'
-  1417 |     R_WRAP(name,tz,code)
-       |     ^~~~~~
- uwt_stubs.c:1449:3: note: in expansion of macro 'RSTART_5'
-  1449 |   RSTART_ ## a (n,z,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1452:3: note: in expansion of macro 'RSTART_xxx'
-  1452 |   RSTART_xxx(a,n,z,__VA_ARGS__)
-       |   ^~~~~~~~~~
- uwt_stubs.c:1455:3: note: in expansion of macro 'RSTART_xx'
-  1455 |   RSTART_xx(PP_NARG(__VA_ARGS__),n,z,__VA_ARGS__)
-       |   ^~~~~~~~~
- uwt_stubs.c:1461:3: note: in expansion of macro 'RSTART_x'
-  1461 |   RSTART_x(n,n ## _cb,__VA_ARGS__)
-       |   ^~~~~~~~
- uwt_stubs.c:1464:3: note: in expansion of macro 'RSTART_c'
-  1464 |   RSTART_ ## i (n,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1467:3: note: in expansion of macro 'RSTART_'
-  1467 |   RSTART_(i,n,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1470:3: note: in expansion of macro 'RSTART'
-  1470 |   RSTART(c,__VA_ARGS__)
-       |   ^~~~~~
- uwt_stubs.c:1667:1: note: in expansion of macro 'FSSTART'
-  1667 | FSSTART(fs_write,
-       | ^~~~~~~
- uwt_stubs.c: In function 'uwt_fs_close':
- uwt_stubs.c:1384:26: warning: taking address of packed member of 'struct req' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  1384 |         gr_root_register(&wp_req->cb,o_cb);               \
-       |                          ^~~~~~~~~~~
- uwt_stubs.c:1446:3: note: in expansion of macro 'R_WRAP'
-  1446 |   R_WRAP(name,tz,code)
-       |   ^~~~~~
- uwt_stubs.c:1449:3: note: in expansion of macro 'RSTART_2'
-  1449 |   RSTART_ ## a (n,z,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1452:3: note: in expansion of macro 'RSTART_xxx'
-  1452 |   RSTART_xxx(a,n,z,__VA_ARGS__)
-       |   ^~~~~~~~~~
- uwt_stubs.c:1455:3: note: in expansion of macro 'RSTART_xx'
-  1455 |   RSTART_xx(PP_NARG(__VA_ARGS__),n,z,__VA_ARGS__)
-       |   ^~~~~~~~~
- uwt_stubs.c:1458:3: note: in expansion of macro 'RSTART_x'
-  1458 |   RSTART_x(n,ret_uv_fs_result_unit,__VA_ARGS__)
-       |   ^~~~~~~~
- uwt_stubs.c:1464:3: note: in expansion of macro 'RSTART_u'
-  1464 |   RSTART_ ## i (n,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1467:3: note: in expansion of macro 'RSTART_'
-  1467 |   RSTART_(i,n,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1473:3: note: in expansion of macro 'RSTART'
-  1473 |   RSTART(u,__VA_ARGS__)
-       |   ^~~~~~
- uwt_stubs.c:1712:1: note: in expansion of macro 'UFSSTART'
-  1712 | UFSSTART(fs_close,o_fd,{
-       | ^~~~~~~~
- uwt_stubs.c: In function 'uwt_fs_unlink':
- uwt_stubs.c:1384:26: warning: taking address of packed member of 'struct req' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  1384 |         gr_root_register(&wp_req->cb,o_cb);               \
-       |                          ^~~~~~~~~~~
- uwt_stubs.c:1446:3: note: in expansion of macro 'R_WRAP'
-  1446 |   R_WRAP(name,tz,code)
-       |   ^~~~~~
- uwt_stubs.c:1449:3: note: in expansion of macro 'RSTART_2'
-  1449 |   RSTART_ ## a (n,z,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1452:3: note: in expansion of macro 'RSTART_xxx'
-  1452 |   RSTART_xxx(a,n,z,__VA_ARGS__)
-       |   ^~~~~~~~~~
- uwt_stubs.c:1455:3: note: in expansion of macro 'RSTART_xx'
-  1455 |   RSTART_xx(PP_NARG(__VA_ARGS__),n,z,__VA_ARGS__)
-       |   ^~~~~~~~~
- uwt_stubs.c:1458:3: note: in expansion of macro 'RSTART_x'
-  1458 |   RSTART_x(n,ret_uv_fs_result_unit,__VA_ARGS__)
-       |   ^~~~~~~~
- uwt_stubs.c:1464:3: note: in expansion of macro 'RSTART_u'
-  1464 |   RSTART_ ## i (n,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1467:3: note: in expansion of macro 'RSTART_'
-  1467 |   RSTART_(i,n,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1473:3: note: in expansion of macro 'RSTART'
-  1473 |   RSTART(u,__VA_ARGS__)
-       |   ^~~~~~
- uwt_stubs.c:1719:1: note: in expansion of macro 'UFSSTART'
-  1719 | UFSSTART(fs_unlink,o_path,{
-       | ^~~~~~~~
- uwt_stubs.c: In function 'uwt_fs_mkdir':
- uwt_stubs.c:1384:26: warning: taking address of packed member of 'struct req' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  1384 |         gr_root_register(&wp_req->cb,o_cb);               \
-       |                          ^~~~~~~~~~~
- uwt_stubs.c:1439:3: note: in expansion of macro 'R_WRAP'
-  1439 |   R_WRAP(name,tz,code)
-       |   ^~~~~~
- uwt_stubs.c:1449:3: note: in expansion of macro 'RSTART_3'
-  1449 |   RSTART_ ## a (n,z,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1452:3: note: in expansion of macro 'RSTART_xxx'
-  1452 |   RSTART_xxx(a,n,z,__VA_ARGS__)
-       |   ^~~~~~~~~~
- uwt_stubs.c:1455:3: note: in expansion of macro 'RSTART_xx'
-  1455 |   RSTART_xx(PP_NARG(__VA_ARGS__),n,z,__VA_ARGS__)
-       |   ^~~~~~~~~
- uwt_stubs.c:1458:3: note: in expansion of macro 'RSTART_x'
-  1458 |   RSTART_x(n,ret_uv_fs_result_unit,__VA_ARGS__)
-       |   ^~~~~~~~
- uwt_stubs.c:1464:3: note: in expansion of macro 'RSTART_u'
-  1464 |   RSTART_ ## i (n,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1467:3: note: in expansion of macro 'RSTART_'
-  1467 |   RSTART_(i,n,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1473:3: note: in expansion of macro 'RSTART'
-  1473 |   RSTART(u,__VA_ARGS__)
-       |   ^~~~~~
- uwt_stubs.c:1727:1: note: in expansion of macro 'UFSSTART'
-  1727 | UFSSTART(fs_mkdir,o_path,o_mode,{
-       | ^~~~~~~~
- uwt_stubs.c: In function 'uwt_fs_rmdir':
- uwt_stubs.c:1384:26: warning: taking address of packed member of 'struct req' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  1384 |         gr_root_register(&wp_req->cb,o_cb);               \
-       |                          ^~~~~~~~~~~
- uwt_stubs.c:1446:3: note: in expansion of macro 'R_WRAP'
-  1446 |   R_WRAP(name,tz,code)
-       |   ^~~~~~
- uwt_stubs.c:1449:3: note: in expansion of macro 'RSTART_2'
-  1449 |   RSTART_ ## a (n,z,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1452:3: note: in expansion of macro 'RSTART_xxx'
-  1452 |   RSTART_xxx(a,n,z,__VA_ARGS__)
-       |   ^~~~~~~~~~
- uwt_stubs.c:1455:3: note: in expansion of macro 'RSTART_xx'
-  1455 |   RSTART_xx(PP_NARG(__VA_ARGS__),n,z,__VA_ARGS__)
-       |   ^~~~~~~~~
- uwt_stubs.c:1458:3: note: in expansion of macro 'RSTART_x'
-  1458 |   RSTART_x(n,ret_uv_fs_result_unit,__VA_ARGS__)
-       |   ^~~~~~~~
- uwt_stubs.c:1464:3: note: in expansion of macro 'RSTART_u'
-  1464 |   RSTART_ ## i (n,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1467:3: note: in expansion of macro 'RSTART_'
-  1467 |   RSTART_(i,n,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1473:3: note: in expansion of macro 'RSTART'
-  1473 |   RSTART(u,__VA_ARGS__)
-       |   ^~~~~~
- uwt_stubs.c:1734:1: note: in expansion of macro 'UFSSTART'
-  1734 | UFSSTART(fs_rmdir,o_path,{
-       | ^~~~~~~~
- uwt_stubs.c: In function 'uwt_fs_rename':
- uwt_stubs.c:1384:26: warning: taking address of packed member of 'struct req' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  1384 |         gr_root_register(&wp_req->cb,o_cb);               \
-       |                          ^~~~~~~~~~~
- uwt_stubs.c:1439:3: note: in expansion of macro 'R_WRAP'
-  1439 |   R_WRAP(name,tz,code)
-       |   ^~~~~~
- uwt_stubs.c:1449:3: note: in expansion of macro 'RSTART_3'
-  1449 |   RSTART_ ## a (n,z,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1452:3: note: in expansion of macro 'RSTART_xxx'
-  1452 |   RSTART_xxx(a,n,z,__VA_ARGS__)
-       |   ^~~~~~~~~~
- uwt_stubs.c:1455:3: note: in expansion of macro 'RSTART_xx'
-  1455 |   RSTART_xx(PP_NARG(__VA_ARGS__),n,z,__VA_ARGS__)
-       |   ^~~~~~~~~
- uwt_stubs.c:1458:3: note: in expansion of macro 'RSTART_x'
-  1458 |   RSTART_x(n,ret_uv_fs_result_unit,__VA_ARGS__)
-       |   ^~~~~~~~
- uwt_stubs.c:1464:3: note: in expansion of macro 'RSTART_u'
-  1464 |   RSTART_ ## i (n,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1467:3: note: in expansion of macro 'RSTART_'
-  1467 |   RSTART_(i,n,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1473:3: note: in expansion of macro 'RSTART'
-  1473 |   RSTART(u,__VA_ARGS__)
-       |   ^~~~~~
- uwt_stubs.c:1740:1: note: in expansion of macro 'UFSSTART'
-  1740 | UFSSTART(fs_rename,o_old,o_new,{
-       | ^~~~~~~~
- uwt_stubs.c: In function 'uwt_fs_link':
- uwt_stubs.c:1384:26: warning: taking address of packed member of 'struct req' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  1384 |         gr_root_register(&wp_req->cb,o_cb);               \
-       |                          ^~~~~~~~~~~
- uwt_stubs.c:1439:3: note: in expansion of macro 'R_WRAP'
-  1439 |   R_WRAP(name,tz,code)
-       |   ^~~~~~
- uwt_stubs.c:1449:3: note: in expansion of macro 'RSTART_3'
-  1449 |   RSTART_ ## a (n,z,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1452:3: note: in expansion of macro 'RSTART_xxx'
-  1452 |   RSTART_xxx(a,n,z,__VA_ARGS__)
-       |   ^~~~~~~~~~
- uwt_stubs.c:1455:3: note: in expansion of macro 'RSTART_xx'
-  1455 |   RSTART_xx(PP_NARG(__VA_ARGS__),n,z,__VA_ARGS__)
-       |   ^~~~~~~~~
- uwt_stubs.c:1458:3: note: in expansion of macro 'RSTART_x'
-  1458 |   RSTART_x(n,ret_uv_fs_result_unit,__VA_ARGS__)
-       |   ^~~~~~~~
- uwt_stubs.c:1464:3: note: in expansion of macro 'RSTART_u'
-  1464 |   RSTART_ ## i (n,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1467:3: note: in expansion of macro 'RSTART_'
-  1467 |   RSTART_(i,n,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1473:3: note: in expansion of macro 'RSTART'
-  1473 |   RSTART(u,__VA_ARGS__)
-       |   ^~~~~~
- uwt_stubs.c:1747:1: note: in expansion of macro 'UFSSTART'
-  1747 | UFSSTART(fs_link,o_old,o_new,{
-       | ^~~~~~~~
- uwt_stubs.c: In function 'uwt_fs_fsync':
- uwt_stubs.c:1384:26: warning: taking address of packed member of 'struct req' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  1384 |         gr_root_register(&wp_req->cb,o_cb);               \
-       |                          ^~~~~~~~~~~
- uwt_stubs.c:1446:3: note: in expansion of macro 'R_WRAP'
-  1446 |   R_WRAP(name,tz,code)
-       |   ^~~~~~
- uwt_stubs.c:1449:3: note: in expansion of macro 'RSTART_2'
-  1449 |   RSTART_ ## a (n,z,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1452:3: note: in expansion of macro 'RSTART_xxx'
-  1452 |   RSTART_xxx(a,n,z,__VA_ARGS__)
-       |   ^~~~~~~~~~
- uwt_stubs.c:1455:3: note: in expansion of macro 'RSTART_xx'
-  1455 |   RSTART_xx(PP_NARG(__VA_ARGS__),n,z,__VA_ARGS__)
-       |   ^~~~~~~~~
- uwt_stubs.c:1458:3: note: in expansion of macro 'RSTART_x'
-  1458 |   RSTART_x(n,ret_uv_fs_result_unit,__VA_ARGS__)
-       |   ^~~~~~~~
- uwt_stubs.c:1464:3: note: in expansion of macro 'RSTART_u'
-  1464 |   RSTART_ ## i (n,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1467:3: note: in expansion of macro 'RSTART_'
-  1467 |   RSTART_(i,n,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1473:3: note: in expansion of macro 'RSTART'
-  1473 |   RSTART(u,__VA_ARGS__)
-       |   ^~~~~~
- uwt_stubs.c:1754:1: note: in expansion of macro 'UFSSTART'
-  1754 | UFSSTART(fs_fsync,o_fd,{
-       | ^~~~~~~~
- uwt_stubs.c: In function 'uwt_fs_fdatasync':
- uwt_stubs.c:1384:26: warning: taking address of packed member of 'struct req' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  1384 |         gr_root_register(&wp_req->cb,o_cb);               \
-       |                          ^~~~~~~~~~~
- uwt_stubs.c:1446:3: note: in expansion of macro 'R_WRAP'
-  1446 |   R_WRAP(name,tz,code)
-       |   ^~~~~~
- uwt_stubs.c:1449:3: note: in expansion of macro 'RSTART_2'
-  1449 |   RSTART_ ## a (n,z,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1452:3: note: in expansion of macro 'RSTART_xxx'
-  1452 |   RSTART_xxx(a,n,z,__VA_ARGS__)
-       |   ^~~~~~~~~~
- uwt_stubs.c:1455:3: note: in expansion of macro 'RSTART_xx'
-  1455 |   RSTART_xx(PP_NARG(__VA_ARGS__),n,z,__VA_ARGS__)
-       |   ^~~~~~~~~
- uwt_stubs.c:1458:3: note: in expansion of macro 'RSTART_x'
-  1458 |   RSTART_x(n,ret_uv_fs_result_unit,__VA_ARGS__)
-       |   ^~~~~~~~
- uwt_stubs.c:1464:3: note: in expansion of macro 'RSTART_u'
-  1464 |   RSTART_ ## i (n,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1467:3: note: in expansion of macro 'RSTART_'
-  1467 |   RSTART_(i,n,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1473:3: note: in expansion of macro 'RSTART'
-  1473 |   RSTART(u,__VA_ARGS__)
-       |   ^~~~~~
- uwt_stubs.c:1759:1: note: in expansion of macro 'UFSSTART'
-  1759 | UFSSTART(fs_fdatasync,o_fd,{
-       | ^~~~~~~~
- uwt_stubs.c: In function 'uwt_fs_ftruncate':
- uwt_stubs.c:1384:26: warning: taking address of packed member of 'struct req' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  1384 |         gr_root_register(&wp_req->cb,o_cb);               \
-       |                          ^~~~~~~~~~~
- uwt_stubs.c:1439:3: note: in expansion of macro 'R_WRAP'
-  1439 |   R_WRAP(name,tz,code)
-       |   ^~~~~~
- uwt_stubs.c:1449:3: note: in expansion of macro 'RSTART_3'
-  1449 |   RSTART_ ## a (n,z,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1452:3: note: in expansion of macro 'RSTART_xxx'
-  1452 |   RSTART_xxx(a,n,z,__VA_ARGS__)
-       |   ^~~~~~~~~~
- uwt_stubs.c:1455:3: note: in expansion of macro 'RSTART_xx'
-  1455 |   RSTART_xx(PP_NARG(__VA_ARGS__),n,z,__VA_ARGS__)
-       |   ^~~~~~~~~
- uwt_stubs.c:1458:3: note: in expansion of macro 'RSTART_x'
-  1458 |   RSTART_x(n,ret_uv_fs_result_unit,__VA_ARGS__)
-       |   ^~~~~~~~
- uwt_stubs.c:1464:3: note: in expansion of macro 'RSTART_u'
-  1464 |   RSTART_ ## i (n,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1467:3: note: in expansion of macro 'RSTART_'
-  1467 |   RSTART_(i,n,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1473:3: note: in expansion of macro 'RSTART'
-  1473 |   RSTART(u,__VA_ARGS__)
-       |   ^~~~~~
- uwt_stubs.c:1764:1: note: in expansion of macro 'UFSSTART'
-  1764 | UFSSTART(fs_ftruncate,o_fd,o_off,{
-       | ^~~~~~~~
- uwt_stubs.c: In function 'uwt_fs_sendfile_native':
- uwt_stubs.c:1384:26: warning: taking address of packed member of 'struct req' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  1384 |         gr_root_register(&wp_req->cb,o_cb);               \
-       |                          ^~~~~~~~~~~
- uwt_stubs.c:1417:5: note: in expansion of macro 'R_WRAP'
-  1417 |     R_WRAP(name,tz,code)
-       |     ^~~~~~
- uwt_stubs.c:1449:3: note: in expansion of macro 'RSTART_5'
-  1449 |   RSTART_ ## a (n,z,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1452:3: note: in expansion of macro 'RSTART_xxx'
-  1452 |   RSTART_xxx(a,n,z,__VA_ARGS__)
-       |   ^~~~~~~~~~
- uwt_stubs.c:1455:3: note: in expansion of macro 'RSTART_xx'
-  1455 |   RSTART_xx(PP_NARG(__VA_ARGS__),n,z,__VA_ARGS__)
-       |   ^~~~~~~~~
- uwt_stubs.c:1461:3: note: in expansion of macro 'RSTART_x'
-  1461 |   RSTART_x(n,n ## _cb,__VA_ARGS__)
-       |   ^~~~~~~~
- uwt_stubs.c:1464:3: note: in expansion of macro 'RSTART_c'
-  1464 |   RSTART_ ## i (n,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1467:3: note: in expansion of macro 'RSTART_'
-  1467 |   RSTART_(i,n,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1470:3: note: in expansion of macro 'RSTART'
-  1470 |   RSTART(c,__VA_ARGS__)
-       |   ^~~~~~
- uwt_stubs.c:1790:1: note: in expansion of macro 'FSSTART'
-  1790 | FSSTART(fs_sendfile,o_outfd,o_infd,o_offset,o_len,{
-       | ^~~~~~~
- uwt_stubs.c: In function 'uwt_fs_scandir':
- uwt_stubs.c:1384:26: warning: taking address of packed member of 'struct req' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  1384 |         gr_root_register(&wp_req->cb,o_cb);               \
-       |                          ^~~~~~~~~~~
- uwt_stubs.c:1446:3: note: in expansion of macro 'R_WRAP'
-  1446 |   R_WRAP(name,tz,code)
-       |   ^~~~~~
- uwt_stubs.c:1449:3: note: in expansion of macro 'RSTART_2'
-  1449 |   RSTART_ ## a (n,z,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1452:3: note: in expansion of macro 'RSTART_xxx'
-  1452 |   RSTART_xxx(a,n,z,__VA_ARGS__)
-       |   ^~~~~~~~~~
- uwt_stubs.c:1455:3: note: in expansion of macro 'RSTART_xx'
-  1455 |   RSTART_xx(PP_NARG(__VA_ARGS__),n,z,__VA_ARGS__)
-       |   ^~~~~~~~~
- uwt_stubs.c:1461:3: note: in expansion of macro 'RSTART_x'
-  1461 |   RSTART_x(n,n ## _cb,__VA_ARGS__)
-       |   ^~~~~~~~
- uwt_stubs.c:1464:3: note: in expansion of macro 'RSTART_c'
-  1464 |   RSTART_ ## i (n,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1467:3: note: in expansion of macro 'RSTART_'
-  1467 |   RSTART_(i,n,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1470:3: note: in expansion of macro 'RSTART'
-  1470 |   RSTART(c,__VA_ARGS__)
-       |   ^~~~~~
- uwt_stubs.c:1858:1: note: in expansion of macro 'FSSTART'
-  1858 | FSSTART(fs_scandir,o_path,{
-       | ^~~~~~~
- uwt_stubs.c: In function 'uwt_fs_mkdtemp':
- uwt_stubs.c:1384:26: warning: taking address of packed member of 'struct req' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  1384 |         gr_root_register(&wp_req->cb,o_cb);               \
-       |                          ^~~~~~~~~~~
- uwt_stubs.c:1446:3: note: in expansion of macro 'R_WRAP'
-  1446 |   R_WRAP(name,tz,code)
-       |   ^~~~~~
- uwt_stubs.c:1449:3: note: in expansion of macro 'RSTART_2'
-  1449 |   RSTART_ ## a (n,z,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1452:3: note: in expansion of macro 'RSTART_xxx'
-  1452 |   RSTART_xxx(a,n,z,__VA_ARGS__)
-       |   ^~~~~~~~~~
- uwt_stubs.c:1455:3: note: in expansion of macro 'RSTART_xx'
-  1455 |   RSTART_xx(PP_NARG(__VA_ARGS__),n,z,__VA_ARGS__)
-       |   ^~~~~~~~~
- uwt_stubs.c:1461:3: note: in expansion of macro 'RSTART_x'
-  1461 |   RSTART_x(n,n ## _cb,__VA_ARGS__)
-       |   ^~~~~~~~
- uwt_stubs.c:1464:3: note: in expansion of macro 'RSTART_c'
-  1464 |   RSTART_ ## i (n,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1467:3: note: in expansion of macro 'RSTART_'
-  1467 |   RSTART_(i,n,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1470:3: note: in expansion of macro 'RSTART'
-  1470 |   RSTART(c,__VA_ARGS__)
-       |   ^~~~~~
- uwt_stubs.c:1888:1: note: in expansion of macro 'FSSTART'
-  1888 | FSSTART(fs_mkdtemp,o_path,{
-       | ^~~~~~~
- uwt_stubs.c: In function 'uwt_fs_readlink':
- uwt_stubs.c:1384:26: warning: taking address of packed member of 'struct req' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  1384 |         gr_root_register(&wp_req->cb,o_cb);               \
-       |                          ^~~~~~~~~~~
- uwt_stubs.c:1446:3: note: in expansion of macro 'R_WRAP'
-  1446 |   R_WRAP(name,tz,code)
-       |   ^~~~~~
- uwt_stubs.c:1449:3: note: in expansion of macro 'RSTART_2'
-  1449 |   RSTART_ ## a (n,z,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1452:3: note: in expansion of macro 'RSTART_xxx'
-  1452 |   RSTART_xxx(a,n,z,__VA_ARGS__)
-       |   ^~~~~~~~~~
- uwt_stubs.c:1455:3: note: in expansion of macro 'RSTART_xx'
-  1455 |   RSTART_xx(PP_NARG(__VA_ARGS__),n,z,__VA_ARGS__)
-       |   ^~~~~~~~~
- uwt_stubs.c:1461:3: note: in expansion of macro 'RSTART_x'
-  1461 |   RSTART_x(n,n ## _cb,__VA_ARGS__)
-       |   ^~~~~~~~
- uwt_stubs.c:1464:3: note: in expansion of macro 'RSTART_c'
-  1464 |   RSTART_ ## i (n,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1467:3: note: in expansion of macro 'RSTART_'
-  1467 |   RSTART_(i,n,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1470:3: note: in expansion of macro 'RSTART'
-  1470 |   RSTART(c,__VA_ARGS__)
-       |   ^~~~~~
- uwt_stubs.c:1919:1: note: in expansion of macro 'FSSTART'
-  1919 | FSSTART(fs_readlink,o_path,{
-       | ^~~~~~~
- uwt_stubs.c: In function 'uwt_fs_access':
- uwt_stubs.c:1384:26: warning: taking address of packed member of 'struct req' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  1384 |         gr_root_register(&wp_req->cb,o_cb);               \
-       |                          ^~~~~~~~~~~
- uwt_stubs.c:1439:3: note: in expansion of macro 'R_WRAP'
-  1439 |   R_WRAP(name,tz,code)
-       |   ^~~~~~
- uwt_stubs.c:1449:3: note: in expansion of macro 'RSTART_3'
-  1449 |   RSTART_ ## a (n,z,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1452:3: note: in expansion of macro 'RSTART_xxx'
-  1452 |   RSTART_xxx(a,n,z,__VA_ARGS__)
-       |   ^~~~~~~~~~
- uwt_stubs.c:1455:3: note: in expansion of macro 'RSTART_xx'
-  1455 |   RSTART_xx(PP_NARG(__VA_ARGS__),n,z,__VA_ARGS__)
-       |   ^~~~~~~~~
- uwt_stubs.c:1458:3: note: in expansion of macro 'RSTART_x'
-  1458 |   RSTART_x(n,ret_uv_fs_result_unit,__VA_ARGS__)
-       |   ^~~~~~~~
- uwt_stubs.c:1464:3: note: in expansion of macro 'RSTART_u'
-  1464 |   RSTART_ ## i (n,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1467:3: note: in expansion of macro 'RSTART_'
-  1467 |   RSTART_(i,n,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1473:3: note: in expansion of macro 'RSTART'
-  1473 |   RSTART(u,__VA_ARGS__)
-       |   ^~~~~~
- uwt_stubs.c:1931:1: note: in expansion of macro 'UFSSTART'
-  1931 | UFSSTART(fs_access,o_path,o_list,{
-       | ^~~~~~~~
- uwt_stubs.c: In function 'uwt_fs_chmod':
- uwt_stubs.c:1384:26: warning: taking address of packed member of 'struct req' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  1384 |         gr_root_register(&wp_req->cb,o_cb);               \
-       |                          ^~~~~~~~~~~
- uwt_stubs.c:1439:3: note: in expansion of macro 'R_WRAP'
-  1439 |   R_WRAP(name,tz,code)
-       |   ^~~~~~
- uwt_stubs.c:1449:3: note: in expansion of macro 'RSTART_3'
-  1449 |   RSTART_ ## a (n,z,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1452:3: note: in expansion of macro 'RSTART_xxx'
-  1452 |   RSTART_xxx(a,n,z,__VA_ARGS__)
-       |   ^~~~~~~~~~
- uwt_stubs.c:1455:3: note: in expansion of macro 'RSTART_xx'
-  1455 |   RSTART_xx(PP_NARG(__VA_ARGS__),n,z,__VA_ARGS__)
-       |   ^~~~~~~~~
- uwt_stubs.c:1458:3: note: in expansion of macro 'RSTART_x'
-  1458 |   RSTART_x(n,ret_uv_fs_result_unit,__VA_ARGS__)
-       |   ^~~~~~~~
- uwt_stubs.c:1464:3: note: in expansion of macro 'RSTART_u'
-  1464 |   RSTART_ ## i (n,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1467:3: note: in expansion of macro 'RSTART_'
-  1467 |   RSTART_(i,n,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1473:3: note: in expansion of macro 'RSTART'
-  1473 |   RSTART(u,__VA_ARGS__)
-       |   ^~~~~~
- uwt_stubs.c:1942:1: note: in expansion of macro 'UFSSTART'
-  1942 | UFSSTART(fs_chmod,o_path,o_mode,{
-       | ^~~~~~~~
- uwt_stubs.c: In function 'uwt_fs_fchmod':
- uwt_stubs.c:1384:26: warning: taking address of packed member of 'struct req' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  1384 |         gr_root_register(&wp_req->cb,o_cb);               \
-       |                          ^~~~~~~~~~~
- uwt_stubs.c:1439:3: note: in expansion of macro 'R_WRAP'
-  1439 |   R_WRAP(name,tz,code)
-       |   ^~~~~~
- uwt_stubs.c:1449:3: note: in expansion of macro 'RSTART_3'
-  1449 |   RSTART_ ## a (n,z,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1452:3: note: in expansion of macro 'RSTART_xxx'
-  1452 |   RSTART_xxx(a,n,z,__VA_ARGS__)
-       |   ^~~~~~~~~~
- uwt_stubs.c:1455:3: note: in expansion of macro 'RSTART_xx'
-  1455 |   RSTART_xx(PP_NARG(__VA_ARGS__),n,z,__VA_ARGS__)
-       |   ^~~~~~~~~
- uwt_stubs.c:1458:3: note: in expansion of macro 'RSTART_x'
-  1458 |   RSTART_x(n,ret_uv_fs_result_unit,__VA_ARGS__)
-       |   ^~~~~~~~
- uwt_stubs.c:1464:3: note: in expansion of macro 'RSTART_u'
-  1464 |   RSTART_ ## i (n,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1467:3: note: in expansion of macro 'RSTART_'
-  1467 |   RSTART_(i,n,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1473:3: note: in expansion of macro 'RSTART'
-  1473 |   RSTART(u,__VA_ARGS__)
-       |   ^~~~~~
- uwt_stubs.c:1953:1: note: in expansion of macro 'UFSSTART'
-  1953 | UFSSTART(fs_fchmod,o_fd,o_mode,{
-       | ^~~~~~~~
- uwt_stubs.c: In function 'uwt_fs_chown_native':
- uwt_stubs.c:1384:26: warning: taking address of packed member of 'struct req' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  1384 |         gr_root_register(&wp_req->cb,o_cb);               \
-       |                          ^~~~~~~~~~~
- uwt_stubs.c:1432:5: note: in expansion of macro 'R_WRAP'
-  1432 |     R_WRAP(name,tz,code)
-       |     ^~~~~~
- uwt_stubs.c:1449:3: note: in expansion of macro 'RSTART_4'
-  1449 |   RSTART_ ## a (n,z,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1452:3: note: in expansion of macro 'RSTART_xxx'
-  1452 |   RSTART_xxx(a,n,z,__VA_ARGS__)
-       |   ^~~~~~~~~~
- uwt_stubs.c:1455:3: note: in expansion of macro 'RSTART_xx'
-  1455 |   RSTART_xx(PP_NARG(__VA_ARGS__),n,z,__VA_ARGS__)
-       |   ^~~~~~~~~
- uwt_stubs.c:1458:3: note: in expansion of macro 'RSTART_x'
-  1458 |   RSTART_x(n,ret_uv_fs_result_unit,__VA_ARGS__)
-       |   ^~~~~~~~
- uwt_stubs.c:1464:3: note: in expansion of macro 'RSTART_u'
-  1464 |   RSTART_ ## i (n,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1467:3: note: in expansion of macro 'RSTART_'
-  1467 |   RSTART_(i,n,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1473:3: note: in expansion of macro 'RSTART'
-  1473 |   RSTART(u,__VA_ARGS__)
-       |   ^~~~~~
- uwt_stubs.c:1962:1: note: in expansion of macro 'UFSSTART'
-  1962 | UFSSTART(fs_chown,o_path,o_uid,o_gid,{
-       | ^~~~~~~~
- uwt_stubs.c: In function 'uwt_fs_fchown_native':
- uwt_stubs.c:1384:26: warning: taking address of packed member of 'struct req' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  1384 |         gr_root_register(&wp_req->cb,o_cb);               \
-       |                          ^~~~~~~~~~~
- uwt_stubs.c:1432:5: note: in expansion of macro 'R_WRAP'
-  1432 |     R_WRAP(name,tz,code)
-       |     ^~~~~~
- uwt_stubs.c:1449:3: note: in expansion of macro 'RSTART_4'
-  1449 |   RSTART_ ## a (n,z,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1452:3: note: in expansion of macro 'RSTART_xxx'
-  1452 |   RSTART_xxx(a,n,z,__VA_ARGS__)
-       |   ^~~~~~~~~~
- uwt_stubs.c:1455:3: note: in expansion of macro 'RSTART_xx'
-  1455 |   RSTART_xx(PP_NARG(__VA_ARGS__),n,z,__VA_ARGS__)
-       |   ^~~~~~~~~
- uwt_stubs.c:1458:3: note: in expansion of macro 'RSTART_x'
-  1458 |   RSTART_x(n,ret_uv_fs_result_unit,__VA_ARGS__)
-       |   ^~~~~~~~
- uwt_stubs.c:1464:3: note: in expansion of macro 'RSTART_u'
-  1464 |   RSTART_ ## i (n,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1467:3: note: in expansion of macro 'RSTART_'
-  1467 |   RSTART_(i,n,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1473:3: note: in expansion of macro 'RSTART'
-  1473 |   RSTART(u,__VA_ARGS__)
-       |   ^~~~~~
- uwt_stubs.c:1973:1: note: in expansion of macro 'UFSSTART'
-  1973 | UFSSTART(fs_fchown,o_fd,o_uid,o_gid,{
-       | ^~~~~~~~
- uwt_stubs.c: In function 'uwt_fs_utime_native':
- uwt_stubs.c:1384:26: warning: taking address of packed member of 'struct req' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  1384 |         gr_root_register(&wp_req->cb,o_cb);               \
-       |                          ^~~~~~~~~~~
- uwt_stubs.c:1432:5: note: in expansion of macro 'R_WRAP'
-  1432 |     R_WRAP(name,tz,code)
-       |     ^~~~~~
- uwt_stubs.c:1449:3: note: in expansion of macro 'RSTART_4'
-  1449 |   RSTART_ ## a (n,z,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1452:3: note: in expansion of macro 'RSTART_xxx'
-  1452 |   RSTART_xxx(a,n,z,__VA_ARGS__)
-       |   ^~~~~~~~~~
- uwt_stubs.c:1455:3: note: in expansion of macro 'RSTART_xx'
-  1455 |   RSTART_xx(PP_NARG(__VA_ARGS__),n,z,__VA_ARGS__)
-       |   ^~~~~~~~~
- uwt_stubs.c:1458:3: note: in expansion of macro 'RSTART_x'
-  1458 |   RSTART_x(n,ret_uv_fs_result_unit,__VA_ARGS__)
-       |   ^~~~~~~~
- uwt_stubs.c:1464:3: note: in expansion of macro 'RSTART_u'
-  1464 |   RSTART_ ## i (n,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1467:3: note: in expansion of macro 'RSTART_'
-  1467 |   RSTART_(i,n,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1473:3: note: in expansion of macro 'RSTART'
-  1473 |   RSTART(u,__VA_ARGS__)
-       |   ^~~~~~
- uwt_stubs.c:1985:1: note: in expansion of macro 'UFSSTART'
-  1985 | UFSSTART(fs_utime,o_p,o_atime,o_mtime,{
-       | ^~~~~~~~
- uwt_stubs.c: In function 'uwt_fs_futime_native':
- uwt_stubs.c:1384:26: warning: taking address of packed member of 'struct req' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  1384 |         gr_root_register(&wp_req->cb,o_cb);               \
-       |                          ^~~~~~~~~~~
- uwt_stubs.c:1432:5: note: in expansion of macro 'R_WRAP'
-  1432 |     R_WRAP(name,tz,code)
-       |     ^~~~~~
- uwt_stubs.c:1449:3: note: in expansion of macro 'RSTART_4'
-  1449 |   RSTART_ ## a (n,z,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1452:3: note: in expansion of macro 'RSTART_xxx'
-  1452 |   RSTART_xxx(a,n,z,__VA_ARGS__)
-       |   ^~~~~~~~~~
- uwt_stubs.c:1455:3: note: in expansion of macro 'RSTART_xx'
-  1455 |   RSTART_xx(PP_NARG(__VA_ARGS__),n,z,__VA_ARGS__)
-       |   ^~~~~~~~~
- uwt_stubs.c:1458:3: note: in expansion of macro 'RSTART_x'
-  1458 |   RSTART_x(n,ret_uv_fs_result_unit,__VA_ARGS__)
-       |   ^~~~~~~~
- uwt_stubs.c:1464:3: note: in expansion of macro 'RSTART_u'
-  1464 |   RSTART_ ## i (n,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1467:3: note: in expansion of macro 'RSTART_'
-  1467 |   RSTART_(i,n,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1473:3: note: in expansion of macro 'RSTART'
-  1473 |   RSTART(u,__VA_ARGS__)
-       |   ^~~~~~
- uwt_stubs.c:1999:1: note: in expansion of macro 'UFSSTART'
-  1999 | UFSSTART(fs_futime,o_fd,o_atime,o_mtime,{
-       | ^~~~~~~~
- uwt_stubs.c: In function 'uwt_fs_symlink_native':
- uwt_stubs.c:1384:26: warning: taking address of packed member of 'struct req' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  1384 |         gr_root_register(&wp_req->cb,o_cb);               \
-       |                          ^~~~~~~~~~~
- uwt_stubs.c:1432:5: note: in expansion of macro 'R_WRAP'
-  1432 |     R_WRAP(name,tz,code)
-       |     ^~~~~~
- uwt_stubs.c:1449:3: note: in expansion of macro 'RSTART_4'
-  1449 |   RSTART_ ## a (n,z,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1452:3: note: in expansion of macro 'RSTART_xxx'
-  1452 |   RSTART_xxx(a,n,z,__VA_ARGS__)
-       |   ^~~~~~~~~~
- uwt_stubs.c:1455:3: note: in expansion of macro 'RSTART_xx'
-  1455 |   RSTART_xx(PP_NARG(__VA_ARGS__),n,z,__VA_ARGS__)
-       |   ^~~~~~~~~
- uwt_stubs.c:1458:3: note: in expansion of macro 'RSTART_x'
-  1458 |   RSTART_x(n,ret_uv_fs_result_unit,__VA_ARGS__)
-       |   ^~~~~~~~
- uwt_stubs.c:1464:3: note: in expansion of macro 'RSTART_u'
-  1464 |   RSTART_ ## i (n,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1467:3: note: in expansion of macro 'RSTART_'
-  1467 |   RSTART_(i,n,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1473:3: note: in expansion of macro 'RSTART'
-  1473 |   RSTART(u,__VA_ARGS__)
-       |   ^~~~~~
- uwt_stubs.c:2011:1: note: in expansion of macro 'UFSSTART'
-  2011 | UFSSTART(fs_symlink,o_opath,o_npath,o_mode,{
-       | ^~~~~~~~
- uwt_stubs.c: In function 'uwt_fs_stat':
- uwt_stubs.c:1384:26: warning: taking address of packed member of 'struct req' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  1384 |         gr_root_register(&wp_req->cb,o_cb);               \
-       |                          ^~~~~~~~~~~
- uwt_stubs.c:1446:3: note: in expansion of macro 'R_WRAP'
-  1446 |   R_WRAP(name,tz,code)
-       |   ^~~~~~
- uwt_stubs.c:1449:3: note: in expansion of macro 'RSTART_2'
-  1449 |   RSTART_ ## a (n,z,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1452:3: note: in expansion of macro 'RSTART_xxx'
-  1452 |   RSTART_xxx(a,n,z,__VA_ARGS__)
-       |   ^~~~~~~~~~
- uwt_stubs.c:1455:3: note: in expansion of macro 'RSTART_xx'
-  1455 |   RSTART_xx(PP_NARG(__VA_ARGS__),n,z,__VA_ARGS__)
-       |   ^~~~~~~~~
- uwt_stubs.c:1461:3: note: in expansion of macro 'RSTART_x'
-  1461 |   RSTART_x(n,n ## _cb,__VA_ARGS__)
-       |   ^~~~~~~~
- uwt_stubs.c:1464:3: note: in expansion of macro 'RSTART_c'
-  1464 |   RSTART_ ## i (n,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1467:3: note: in expansion of macro 'RSTART_'
-  1467 |   RSTART_(i,n,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1470:3: note: in expansion of macro 'RSTART'
-  1470 |   RSTART(c,__VA_ARGS__)
-       |   ^~~~~~
- uwt_stubs.c:2126:1: note: in expansion of macro 'FSSTART'
-  2126 | FSSTART(fs_stat,o_file,{
-       | ^~~~~~~
- uwt_stubs.c: In function 'uwt_fs_lstat':
- uwt_stubs.c:1384:26: warning: taking address of packed member of 'struct req' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  1384 |         gr_root_register(&wp_req->cb,o_cb);               \
-       |                          ^~~~~~~~~~~
- uwt_stubs.c:1446:3: note: in expansion of macro 'R_WRAP'
-  1446 |   R_WRAP(name,tz,code)
-       |   ^~~~~~
- uwt_stubs.c:1449:3: note: in expansion of macro 'RSTART_2'
-  1449 |   RSTART_ ## a (n,z,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1452:3: note: in expansion of macro 'RSTART_xxx'
-  1452 |   RSTART_xxx(a,n,z,__VA_ARGS__)
-       |   ^~~~~~~~~~
- uwt_stubs.c:1455:3: note: in expansion of macro 'RSTART_xx'
-  1455 |   RSTART_xx(PP_NARG(__VA_ARGS__),n,z,__VA_ARGS__)
-       |   ^~~~~~~~~
- uwt_stubs.c:1461:3: note: in expansion of macro 'RSTART_x'
-  1461 |   RSTART_x(n,n ## _cb,__VA_ARGS__)
-       |   ^~~~~~~~
- uwt_stubs.c:1464:3: note: in expansion of macro 'RSTART_c'
-  1464 |   RSTART_ ## i (n,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1467:3: note: in expansion of macro 'RSTART_'
-  1467 |   RSTART_(i,n,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1470:3: note: in expansion of macro 'RSTART'
-  1470 |   RSTART(c,__VA_ARGS__)
-       |   ^~~~~~
- uwt_stubs.c:2135:1: note: in expansion of macro 'FSSTART'
-  2135 | FSSTART(fs_lstat,o_file,{
-       | ^~~~~~~
- uwt_stubs.c: In function 'uwt_fs_fstat':
- uwt_stubs.c:1384:26: warning: taking address of packed member of 'struct req' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  1384 |         gr_root_register(&wp_req->cb,o_cb);               \
-       |                          ^~~~~~~~~~~
- uwt_stubs.c:1446:3: note: in expansion of macro 'R_WRAP'
-  1446 |   R_WRAP(name,tz,code)
-       |   ^~~~~~
- uwt_stubs.c:1449:3: note: in expansion of macro 'RSTART_2'
-  1449 |   RSTART_ ## a (n,z,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1452:3: note: in expansion of macro 'RSTART_xxx'
-  1452 |   RSTART_xxx(a,n,z,__VA_ARGS__)
-       |   ^~~~~~~~~~
- uwt_stubs.c:1455:3: note: in expansion of macro 'RSTART_xx'
-  1455 |   RSTART_xx(PP_NARG(__VA_ARGS__),n,z,__VA_ARGS__)
-       |   ^~~~~~~~~
- uwt_stubs.c:1461:3: note: in expansion of macro 'RSTART_x'
-  1461 |   RSTART_x(n,n ## _cb,__VA_ARGS__)
-       |   ^~~~~~~~
- uwt_stubs.c:1464:3: note: in expansion of macro 'RSTART_c'
-  1464 |   RSTART_ ## i (n,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1467:3: note: in expansion of macro 'RSTART_'
-  1467 |   RSTART_(i,n,__VA_ARGS__)
-       |   ^~~~~~~
- uwt_stubs.c:1470:3: note: in expansion of macro 'RSTART'
-  1470 |   RSTART(c,__VA_ARGS__)
-       |   ^~~~~~
- uwt_stubs.c:2143:1: note: in expansion of macro 'FSSTART'
-  2143 | FSSTART(fs_fstat,o_file,{
-       | ^~~~~~~
- uwt_stubs.c: In function 'uwt_close_wait':
- uwt_stubs.c:2358:20: warning: taking address of packed member of 'struct handle' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  2358 |   gr_root_register(&s->cb_close,o_cb);
-       |                    ^~~~~~~~~~~~
- uwt_stubs.c: In function 'timer_once_cb':
- - build src uwt.cmo
- + ocamlfind ocamlc -pp cppo -package bigarray,unix,lwt -g -bin-annot -safe-string -g -I . -o uwt.cmo -c uwt.ml
- File "uwt.ml", line 39, characters 0-68:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- uwt_stubs.c:2480:24: warning: taking address of packed member of 'struct handle' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  2480 |     gr_root_unregister(&wp->cb_read);
-       |                        ^~~~~~~~~~~~
- uwt_stubs.c:2493:24: warning: taking address of packed member of 'struct handle' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  2493 |     gr_root_unregister(&wp->cb_listen);
-       |                        ^~~~~~~~~~~~~~
- uwt_stubs.c: In function 'uwt_timer_start':
- - build src uwt.cmx
- + ocamlfind ocamlopt -pp cppo -package bigarray,unix,lwt -g -bin-annot -safe-string -I . -o uwt.cmx -c uwt.ml
- File "uwt.ml", line 39, characters 0-68:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- uwt_stubs.c:2539:24: warning: taking address of packed member of 'struct handle' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  2539 |       gr_root_register(&h->cb_read,o_cb);
-       |                        ^~~~~~~~~~~
- uwt_stubs.c:2540:24: warning: taking address of packed member of 'struct handle' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  2540 |       gr_root_register(&h->cb_listen,v);
-       |                        ^~~~~~~~~~~~~
- uwt_stubs.c: In function 'uwt_shutdown':
- uwt_stubs.c:2607:22: warning: taking address of packed member of 'struct req' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  2607 |     gr_root_register(&wp->cb,o_cb);
-       |                      ^~~~~~~
- uwt_stubs.c: In function 'uwt_listen':
- File "uwt.ml", line 119, characters 2-64:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- uwt_stubs.c:2650:24: warning: taking address of packed member of 'struct handle' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  2650 |       gr_root_register(&s->cb_listen,o_cb);
-       |                        ^~~~~~~~~~~~~
- uwt_stubs.c:2651:24: warning: taking address of packed member of 'struct handle' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  2651 |       gr_root_register(&s->cb_listen_server,o_stream);
-       |                        ^~~~~~~~~~~~~~~~~~~~
- uwt_stubs.c: In function 'read_start_cb':
- File "uwt.ml", line 119, characters 2-64:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- uwt_stubs.c:2734:28: warning: taking address of packed member of 'struct handle' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  2734 |         gr_root_unregister(&h->cb_read);
-       |                            ^~~~~~~~~~~
- uwt_stubs.c: In function 'uwt_read_start':
- uwt_stubs.c:2772:26: warning: taking address of packed member of 'struct handle' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  2772 |         gr_root_register(&s->cb_read,o_cb);
-       |                          ^~~~~~~~~~~
- uwt_stubs.c: In function 'uwt_read_stop':
- uwt_stubs.c:2800:28: warning: taking address of packed member of 'struct handle' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  2800 |         gr_root_unregister(&s->cb_read);
-       |                            ^~~~~~~~~~~
- uwt_stubs.c: In function 'cancel_reader':
- uwt_stubs.c:2825:24: warning: taking address of packed member of 'struct handle' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  2825 |     gr_root_unregister(&h->cb_read);
-       |                        ^~~~~~~~~~~
- uwt_stubs.c:2826:24: warning: taking address of packed member of 'struct handle' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  2826 |     gr_root_unregister(&h->obuf);
-       |                        ^~~~~~~~
- uwt_stubs.c: In function 'read_own_cb':
- uwt_stubs.c:2894:26: warning: taking address of packed member of 'struct handle' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  2894 |       gr_root_unregister(&h->cb_read);
-       |                          ^~~~~~~~~~~
- uwt_stubs.c:2895:26: warning: taking address of packed member of 'struct handle' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  2895 |       gr_root_unregister(&h->obuf);
-       |                          ^~~~~~~~
- uwt_stubs.c: In function 'uwt_read_own':
- uwt_stubs.c:2962:24: warning: taking address of packed member of 'struct handle' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  2962 |       gr_root_register(&s->cb_read,o_cb);
-       |                        ^~~~~~~~~~~
- uwt_stubs.c:2963:24: warning: taking address of packed member of 'struct handle' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  2963 |       gr_root_register(&s->obuf,o_buf);
-       |                        ^~~~~~~~
- uwt_stubs.c: In function 'uwt_udp_send_native':
- uwt_stubs.c:3028:21: warning: taking address of packed member of 'struct req' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  3028 |     malloc_uv_buf_t(&wp->buf,len,wp->cb_type);
-       |                     ^~~~~~~~
- uwt_stubs.c:3045:33: warning: taking address of packed member of 'struct req' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  3045 |       erg = uv_write(req,handle,&wp->buf,1,write_send_cb);
-       |                                 ^~~~~~~~
- uwt_stubs.c:3048:36: warning: taking address of packed member of 'struct req' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  3048 |       erg = uv_udp_send(req,handle,&wp->buf,1,SOCKADDR_VAL(o_sock),udp_send_cb);
-       |                                    ^~~~~~~~
- uwt_stubs.c:3052:23: warning: taking address of packed member of 'struct req' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  3052 |         free_uv_buf_t(&wp->buf,wp->cb_type);
-       |                       ^~~~~~~~
- uwt_stubs.c:3062:24: warning: taking address of packed member of 'struct req' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  3062 |       gr_root_register(&wp->cb,o_cb);
-       |                        ^~~~~~~
- uwt_stubs.c:3067:26: warning: taking address of packed member of 'struct req' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  3067 |         gr_root_register(&wp->sbuf,o_buf);
-       |                          ^~~~~~~~~
- uwt_stubs.c: In function 'uwt_write2_native':
- uwt_stubs.c:3131:21: warning: taking address of packed member of 'struct req' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  3131 |     malloc_uv_buf_t(&wp->buf,len,wp->cb_type);
-       |                     ^~~~~~~~
- File "uwt.ml", line 428, characters 2-62:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt.ml", line 430, characters 2-51:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt.ml", line 431, characters 2-54:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt.ml", line 432, characters 2-58:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- uwt_stubs.c:3148:32: warning: taking address of packed member of 'struct req' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  3148 |     erg = uv_write2(req,stream,&wp->buf,1,stream_send,cb_uwt_write2);
-       |                                ^~~~~~~~
- File "uwt.ml", line 435, characters 0-106:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt.ml", line 438, characters 0-116:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- uwt_stubs.c:3151:23: warning: taking address of packed member of 'struct req' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  3151 |         free_uv_buf_t(&wp->buf,wp->cb_type);
-       |                       ^~~~~~~~
- File "uwt.ml", line 428, characters 2-62:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt.ml", line 430, characters 2-51:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt.ml", line 431, characters 2-54:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt.ml", line 432, characters 2-58:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt.ml", line 435, characters 0-106:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt.ml", line 438, characters 0-116:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- uwt_stubs.c:3159:24: warning: taking address of packed member of 'struct req' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  3159 |       gr_root_register(&wp->cb,o_cb);
-       |                        ^~~~~~~
- uwt_stubs.c:3165:26: warning: taking address of packed member of 'struct req' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  3165 |         gr_root_register(&wp->sbuf,o_buf);
-       |                          ^~~~~~~~~
- File "uwt.ml", line 472, characters 2-76:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt.ml", line 510, characters 2-96:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt.ml", line 472, characters 2-76:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt.ml", line 510, characters 2-96:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- uwt_stubs.c: In function 'uwt_pipe_connect':
- uwt_stubs.c:3512:20: warning: taking address of packed member of 'struct req' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  3512 |   gr_root_register(&wp->cb,o_cb);
-       |                    ^~~~~~~
- uwt_stubs.c: In function 'uwt_tcp_connect':
- uwt_stubs.c:3687:22: warning: taking address of packed member of 'struct req' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  3687 |     gr_root_register(&wp->cb,o_cb);
-       |                      ^~~~~~~
- File "uwt.ml", line 640, characters 2-67:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt.ml", line 641, characters 2-67:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt.ml", line 651, characters 2-98:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt.ml", line 640, characters 2-67:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt.ml", line 641, characters 2-67:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt.ml", line 651, characters 2-98:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- uwt_stubs.c: In function 'uwt_udp_recv_start':
- File "uwt.ml", line 683, characters 2-87:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt.ml", line 690, characters 2-105:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt.ml", line 683, characters 2-87:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt.ml", line 690, characters 2-105:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt.ml", line 699, characters 2-89:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt.ml", line 709, characters 2-85:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt.ml", line 699, characters 2-89:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt.ml", line 709, characters 2-85:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- uwt_stubs.c:3912:26: warning: taking address of packed member of 'struct handle' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  3912 |         gr_root_register(&u->cb_read,o_cb);
-       |                          ^~~~~~~~~~~
- uwt_stubs.c: In function 'uwt_udp_recv_stop':
- uwt_stubs.c:3938:26: warning: taking address of packed member of 'struct handle' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  3938 |       gr_root_unregister(&u->cb_read);
-       |                          ^~~~~~~~~~~
- File "uwt.ml", line 747, characters 2-87:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt.ml", line 752, characters 2-86:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- uwt_stubs.c: In function 'uwt_udp_recv_own_cb':
- File "uwt.ml", line 747, characters 2-87:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- uwt_stubs.c:4010:28: warning: taking address of packed member of 'struct handle' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  4010 |         gr_root_unregister(&uh->cb_read);
-       |                            ^~~~~~~~~~~~
- File "uwt.ml", line 752, characters 2-86:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt.ml", line 781, characters 2-93:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- uwt_stubs.c:4011:28: warning: taking address of packed member of 'struct handle' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  4011 |         gr_root_unregister(&uh->obuf);
-       |                            ^~~~~~~~~
- File "uwt.ml", line 797, characters 2-96:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- uwt_stubs.c: In function 'uwt_udp_recv_own':
- File "uwt.ml", line 802, characters 2-81:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt.ml", line 805, characters 2-89:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- uwt_stubs.c:4053:24: warning: taking address of packed member of 'struct handle' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  4053 |       gr_root_register(&u->cb_read,o_cb);
-       |                        ^~~~~~~~~~~
- uwt_stubs.c:4054:24: warning: taking address of packed member of 'struct handle' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  4054 |       gr_root_register(&u->obuf,o_buf);
-       |                        ^~~~~~~~
- uwt_stubs.c: In function 'uwt_signal_start':
- File "uwt.ml", line 781, characters 2-93:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt.ml", line 797, characters 2-96:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt.ml", line 802, characters 2-81:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt.ml", line 805, characters 2-89:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- uwt_stubs.c:4192:24: warning: taking address of packed member of 'struct handle' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  4192 |       gr_root_register(&h->cb_read,o_cb);
-       |                        ^~~~~~~~~~~
- File "uwt.ml", line 874, characters 2-77:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt.ml", line 875, characters 2-79:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt.ml", line 884, characters 2-89:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt.ml", line 902, characters 2-96:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- uwt_stubs.c:4193:24: warning: taking address of packed member of 'struct handle' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  4193 |       gr_root_register(&h->cb_listen,v);
-       |                        ^~~~~~~~~~~~~
- File "uwt.ml", line 914, characters 2-149:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt.ml", line 921, characters 2-107:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt.ml", line 926, characters 2-104:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt.ml", line 931, characters 2-123:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt.ml", line 937, characters 2-101:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt.ml", line 943, characters 2-84:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- uwt_stubs.c: In function 'uwt_poll_start':
- File "uwt.ml", line 874, characters 2-77:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt.ml", line 875, characters 2-79:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt.ml", line 948, characters 2-114:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt.ml", line 884, characters 2-89:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt.ml", line 902, characters 2-96:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- uwt_stubs.c:4304:24: warning: taking address of packed member of 'struct handle' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  4304 |       gr_root_register(&h->cb_read,o_cb);
-       |                        ^~~~~~~~~~~
- File "uwt.ml", line 914, characters 2-149:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- uwt_stubs.c:4305:24: warning: taking address of packed member of 'struct handle' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  4305 |       gr_root_register(&h->cb_listen,v);
-       |                        ^~~~~~~~~~~~~
- File "uwt.ml", line 921, characters 2-107:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt.ml", line 926, characters 2-104:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt.ml", line 931, characters 2-123:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt.ml", line 937, characters 2-101:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt.ml", line 943, characters 2-84:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt.ml", line 948, characters 2-114:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- uwt_stubs.c: In function 'uwt_fs_event_start':
- uwt_stubs.c:4405:24: warning: taking address of packed member of 'struct handle' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  4405 |       gr_root_register(&h->cb_read,o_cb);
-       |                        ^~~~~~~~~~~
- uwt_stubs.c:4406:24: warning: taking address of packed member of 'struct handle' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  4406 |       gr_root_register(&h->cb_listen,v);
-       |                        ^~~~~~~~~~~~~
- uwt_stubs.c: In function 'uwt_fs_poll_start':
- uwt_stubs.c:4497:24: warning: taking address of packed member of 'struct handle' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  4497 |       gr_root_register(&h->cb_read,o_cb);
-       |                        ^~~~~~~~~~~
- uwt_stubs.c:4498:24: warning: taking address of packed member of 'struct handle' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  4498 |       gr_root_register(&h->cb_listen,v);
-       |                        ^~~~~~~~~~~~~
- - build src uwt_io.cmo
- + ocamlfind ocamlc -pp cppo -package bigarray,unix,lwt -g -bin-annot -safe-string -g -I . -o uwt_io.cmo -c uwt_io.ml
- File "uwt_io.ml", line 89, characters 30-44:
- Warning 3: deprecated: module Lwt_sequence
-  This module is an implementation detail of Lwt. See
-    https://github.com/ocsigen/lwt/issues/361
- uwt_stubs.c: In function 'uwt_async_create':
- uwt_stubs.c:4551:22: warning: taking address of packed member of 'struct handle' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  4551 |     gr_root_register(&h->cb_read,o_cb);
-       |                      ^~~~~~~~~~~
- uwt_stubs.c:4552:22: warning: taking address of packed member of 'struct handle' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  4552 |     gr_root_register(&h->cb_listen,v);
-       |                      ^~~~~~~~~~~~~
- File "uwt.ml", line 1317, characters 2-101:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt.ml", line 1320, characters 2-60:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt.ml", line 1326, characters 2-87:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt.ml", line 1339, characters 2-71:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt.ml", line 1340, characters 2-69:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt.ml", line 1342, characters 2-69:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt.ml", line 1317, characters 2-101:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt.ml", line 1320, characters 2-60:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt.ml", line 1326, characters 2-87:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt.ml", line 1356, characters 25-44:
- Warning 3: deprecated: module Lwt_sequence
-  This module is an implementation detail of Lwt. See
-    https://github.com/ocsigen/lwt/issues/361
- File "uwt.ml", line 1357, characters 25-44:
- Warning 3: deprecated: module Lwt_sequence
-  This module is an implementation detail of Lwt. See
-    https://github.com/ocsigen/lwt/issues/361
- File "uwt.ml", line 1358, characters 16-35:
- Warning 3: deprecated: module Lwt_sequence
-  This module is an implementation detail of Lwt. See
-    https://github.com/ocsigen/lwt/issues/361
- File "uwt.ml", line 1359, characters 17-31:
- Warning 3: deprecated: Lwt.add_task_r
-  Deprecated because Lwt_sequence is an implementation detail of Lwt. See
-   https://github.com/ocsigen/lwt/issues/361
- uwt_stubs.c: In function 'uwt_getaddrinfo_native':
- File "uwt_io.ml", line 301, characters 16-37:
- Warning 3: deprecated: module Lwt_sequence
-  This module is an implementation detail of Lwt. See
-    https://github.com/ocsigen/lwt/issues/361
- File "uwt.ml", line 1372, characters 8-27:
- Warning 3: deprecated: module Lwt_sequence
-  This module is an implementation detail of Lwt. See
-    https://github.com/ocsigen/lwt/issues/361
- File "uwt.ml", line 1339, characters 2-71:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt.ml", line 1340, characters 2-69:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt.ml", line 1342, characters 2-69:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt.ml", line 1375, characters 40-61:
- Warning 3: deprecated: module Lwt_sequence
-  This module is an implementation detail of Lwt. See
-    https://github.com/ocsigen/lwt/issues/361
- File "uwt_io.ml", line 302, characters 28-47:
- Warning 3: deprecated: module Lwt_sequence
-  This module is an implementation detail of Lwt. See
-    https://github.com/ocsigen/lwt/issues/361
- uwt_stubs.c:5263:22: warning: taking address of packed member of 'struct req' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  5263 |     gr_root_register(&req->cb,o_cb);
-       |                      ^~~~~~~~
- File "uwt_io.ml", line 313, characters 9-30:
- Warning 3: deprecated: module Lwt_sequence
-  This module is an implementation detail of Lwt. See
-    https://github.com/ocsigen/lwt/issues/361
- File "uwt_io.ml", line 317, characters 26-45:
- Warning 3: deprecated: module Lwt_sequence
-  This module is an implementation detail of Lwt. See
-    https://github.com/ocsigen/lwt/issues/361
- File "uwt.ml", line 1356, characters 25-44:
- Warning 3: deprecated: module Lwt_sequence
-  This module is an implementation detail of Lwt. See
-    https://github.com/ocsigen/lwt/issues/361
- File "uwt.ml", line 1357, characters 25-44:
- Warning 3: deprecated: module Lwt_sequence
-  This module is an implementation detail of Lwt. See
-    https://github.com/ocsigen/lwt/issues/361
- File "uwt_io.ml", line 328, characters 12-33:
- Warning 3: deprecated: module Lwt_sequence
-  This module is an implementation detail of Lwt. See
-    https://github.com/ocsigen/lwt/issues/361
- File "uwt.ml", line 1358, characters 16-35:
- Warning 3: deprecated: module Lwt_sequence
-  This module is an implementation detail of Lwt. See
-    https://github.com/ocsigen/lwt/issues/361
- File "uwt.ml", line 1359, characters 17-31:
- Warning 3: deprecated: Lwt.add_task_r
-  Deprecated because Lwt_sequence is an implementation detail of Lwt. See
-   https://github.com/ocsigen/lwt/issues/361
- File "uwt_io.ml", line 335, characters 14-35:
- Warning 3: deprecated: module Lwt_sequence
-  This module is an implementation detail of Lwt. See
-    https://github.com/ocsigen/lwt/issues/361
- File "uwt_io.ml", line 336, characters 26-45:
- Warning 3: deprecated: module Lwt_sequence
-  This module is an implementation detail of Lwt. See
-    https://github.com/ocsigen/lwt/issues/361
- File "uwt.ml", line 1372, characters 8-27:
- Warning 3: deprecated: module Lwt_sequence
-  This module is an implementation detail of Lwt. See
-    https://github.com/ocsigen/lwt/issues/361
- File "uwt.ml", line 1375, characters 40-61:
- Warning 3: deprecated: module Lwt_sequence
-  This module is an implementation detail of Lwt. See
-    https://github.com/ocsigen/lwt/issues/361
- uwt_stubs.c: In function 'uwt_getnameinfo':
- File "uwt_io.ml", line 353, characters 6-20:
- Warning 3: deprecated: Lwt.add_task_r
-  Deprecated because Lwt_sequence is an implementation detail of Lwt. See
-   https://github.com/ocsigen/lwt/issues/361
- File "uwt.ml", line 1411, characters 16-37:
- Warning 3: deprecated: module Lwt_sequence
-  This module is an implementation detail of Lwt. See
-    https://github.com/ocsigen/lwt/issues/361
- File "uwt.ml", line 1412, characters 20-39:
- Warning 3: deprecated: module Lwt_sequence
-  This module is an implementation detail of Lwt. See
-    https://github.com/ocsigen/lwt/issues/361
- File "uwt.ml", line 1413, characters 10-33:
- Warning 3: deprecated: module Lwt_sequence
-  This module is an implementation detail of Lwt. See
-    https://github.com/ocsigen/lwt/issues/361
- File "uwt.ml", line 1414, characters 10-29:
- Warning 3: deprecated: module Lwt_sequence
-  This module is an implementation detail of Lwt. See
-    https://github.com/ocsigen/lwt/issues/361
- File "uwt.ml", line 1417, characters 8-27:
- Warning 3: deprecated: module Lwt_sequence
-  This module is an implementation detail of Lwt. See
-    https://github.com/ocsigen/lwt/issues/361
- File "uwt.ml", line 1421, characters 2-61:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt.ml", line 1428, characters 19-38:
- Warning 3: deprecated: module Lwt_sequence
-  This module is an implementation detail of Lwt. See
-    https://github.com/ocsigen/lwt/issues/361
- File "uwt.ml", line 1431, characters 10-33:
- Warning 3: deprecated: module Lwt_sequence
-  This module is an implementation detail of Lwt. See
-    https://github.com/ocsigen/lwt/issues/361
- File "uwt.ml", line 1411, characters 16-37:
- Warning 3: deprecated: module Lwt_sequence
-  This module is an implementation detail of Lwt. See
-    https://github.com/ocsigen/lwt/issues/361
- uwt_stubs.c:5341:22: warning: taking address of packed member of 'struct req' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  5341 |     gr_root_register(&req->cb,o_cb);
-       |                      ^~~~~~~~
- File "uwt.ml", line 1412, characters 20-39:
- Warning 3: deprecated: module Lwt_sequence
-  This module is an implementation detail of Lwt. See
-    https://github.com/ocsigen/lwt/issues/361
- File "uwt.ml", line 1413, characters 10-33:
- Warning 3: deprecated: module Lwt_sequence
-  This module is an implementation detail of Lwt. See
-    https://github.com/ocsigen/lwt/issues/361
- File "uwt.ml", line 1414, characters 10-29:
- Warning 3: deprecated: module Lwt_sequence
-  This module is an implementation detail of Lwt. See
-    https://github.com/ocsigen/lwt/issues/361
- File "uwt.ml", line 1449, characters 26-44:
- Warning 3: deprecated: module Lwt_sequence
-  This module is an implementation detail of Lwt. See
-    https://github.com/ocsigen/lwt/issues/361
- File "uwt.ml", line 1417, characters 8-27:
- Warning 3: deprecated: module Lwt_sequence
-  This module is an implementation detail of Lwt. See
-    https://github.com/ocsigen/lwt/issues/361
- File "uwt.ml", line 1421, characters 2-61:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt.ml", line 1428, characters 19-38:
- Warning 3: deprecated: module Lwt_sequence
-  This module is an implementation detail of Lwt. See
-    https://github.com/ocsigen/lwt/issues/361
- File "uwt.ml", line 1431, characters 10-33:
- Warning 3: deprecated: module Lwt_sequence
-  This module is an implementation detail of Lwt. See
-    https://github.com/ocsigen/lwt/issues/361
- File "uwt_io.ml", line 386, characters 35-54:
- Warning 3: deprecated: module Lwt_sequence
-  This module is an implementation detail of Lwt. See
-    https://github.com/ocsigen/lwt/issues/361
- File "uwt_io.ml", line 397, characters 6-20:
- Warning 3: deprecated: Lwt.add_task_r
-  Deprecated because Lwt_sequence is an implementation detail of Lwt. See
-   https://github.com/ocsigen/lwt/issues/361
- uwt_stubs.c: In function 'spawn_exit_cb':
- File "uwt.ml", line 1449, characters 26-44:
- Warning 3: deprecated: module Lwt_sequence
-  This module is an implementation detail of Lwt. See
-    https://github.com/ocsigen/lwt/issues/361
- File "uwt_io.ml", line 407, characters 41-60:
- Warning 3: deprecated: module Lwt_sequence
-  This module is an implementation detail of Lwt. See
-    https://github.com/ocsigen/lwt/issues/361
- uwt_stubs.c:5401:26: warning: taking address of packed member of 'struct handle' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  5401 |       gr_root_unregister(&h->cb_read);
-       |                          ^~~~~~~~~~~
- uwt_stubs.c:5402:26: warning: taking address of packed member of 'struct handle' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  5402 |       gr_root_unregister(&h->cb_listen);
-       |                          ^~~~~~~~~~~~~
- uwt_stubs.c: In function 'uwt_spawn':
- uwt_stubs.c:5536:24: warning: taking address of packed member of 'struct handle' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  5536 |       gr_root_register(&handle->cb_read,Field(p3,0));
-       |                        ^~~~~~~~~~~~~~~~
- uwt_stubs.c:5537:24: warning: taking address of packed member of 'struct handle' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  5537 |       gr_root_register(&handle->cb_listen,op);
-       |                        ^~~~~~~~~~~~~~~~~~
- - build src uwt_preemptive.cmo
- + ocamlfind ocamlc -package bigarray,unix,lwt -g -bin-annot -safe-string -thread -g -I . -o uwt_preemptive.cmo -c uwt_preemptive.ml
- File "uwt_preemptive.ml", line 162, characters 27-41:
- Warning 3: deprecated: module Lwt_sequence
-  This module is an implementation detail of Lwt. See
-    https://github.com/ocsigen/lwt/issues/361
- File "uwt_preemptive.ml", line 162, characters 27-41:
- Warning 3: deprecated: module Lwt_sequence
-  This module is an implementation detail of Lwt. See
-    https://github.com/ocsigen/lwt/issues/361
- File "uwt_preemptive.ml", line 162, characters 44-63:
- Warning 3: deprecated: module Lwt_sequence
-  This module is an implementation detail of Lwt. See
-    https://github.com/ocsigen/lwt/issues/361
- File "uwt_io.ml", line 515, characters 13-32:
- Warning 3: deprecated: module Lwt_sequence
-  This module is an implementation detail of Lwt. See
-    https://github.com/ocsigen/lwt/issues/361
- File "uwt_preemptive.ml", line 195, characters 8-31:
- Warning 3: deprecated: module Lwt_sequence
-  This module is an implementation detail of Lwt. See
-    https://github.com/ocsigen/lwt/issues/361
- File "uwt_io.ml", line 543, characters 13-32:
- Warning 3: deprecated: module Lwt_sequence
-  This module is an implementation detail of Lwt. See
-    https://github.com/ocsigen/lwt/issues/361
- File "uwt_preemptive.ml", line 213, characters 4-18:
- Warning 3: deprecated: Lwt.add_task_r
-  Deprecated because Lwt_sequence is an implementation detail of Lwt. See
-   https://github.com/ocsigen/lwt/issues/361
- uwt_stubs.c: In function 'uwt_add_worker_common':
- File "uwt_preemptive.ml", line 245, characters 25-44:
- Warning 3: deprecated: module Lwt_sequence
-  This module is an implementation detail of Lwt. See
-    https://github.com/ocsigen/lwt/issues/361
- File "uwt_preemptive.ml", line 252, characters 18-32:
- Warning 3: deprecated: Lwt.make_error
-  Use Result.Error, which is the same as Error since OCaml 4.03.
- File "uwt_preemptive.ml", line 261, characters 16-30:
- Warning 3: deprecated: Lwt.make_value
-  Use Result.Ok, which is the same as Ok since OCaml 4.03.
- File "uwt_preemptive.ml", line 263, characters 16-30:
- Warning 3: deprecated: Lwt.make_error
-  Use Result.Error, which is the same as Error since OCaml 4.03.
- uwt_stubs.c:5746:22: warning: taking address of packed member of 'struct req' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  5746 |     gr_root_register(&req->cb,o_cb);
-       |                      ^~~~~~~~
- uwt_stubs.c: In function 'lseek_work_cb':
- uwt_stubs.c:5970:37: warning: taking address of packed member of 'struct req' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  5970 |   int64_t offset = voids_to_int64_t(&r->c);
-       |                                     ^~~~~
- uwt_stubs.c:5997:27: warning: taking address of packed member of 'struct req' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  5997 |   int64_t_to_voids(offset,&r->c);
-       |                           ^~~~~
- uwt_stubs.c: In function 'lseek_cb':
- uwt_stubs.c:6005:43: warning: taking address of packed member of 'struct req' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  6005 |   const int64_t offset = voids_to_int64_t(&r->c);
-       |                                           ^~~~~
- uwt_stubs.c: In function 'uwt_lseek_native':
- uwt_stubs.c:6057:27: warning: taking address of packed member of 'struct req' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  6057 |   int64_t_to_voids(offset,&req->c);
-       |                           ^~~~~~~
- uwt_stubs.c:6067:22: warning: taking address of packed member of 'struct req' may result in an unaligned pointer value [-Waddress-of-packed-member]
-  6067 |     gr_root_register(&req->cb,o_cb);
-       |                      ^~~~~~~~
- File "uwt_io.ml", line 699, characters 2-123:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt_io.ml", line 1032, characters 4-94:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt_io.ml", line 1034, characters 4-98:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt_io.ml", line 1073, characters 4-114:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt_io.ml", line 1076, characters 4-118:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt_io.ml", line 1079, characters 4-120:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt_io.ml", line 1082, characters 4-120:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt_io.ml", line 1085, characters 4-124:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt_io.ml", line 1088, characters 4-124:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- - build src uwt_compat.cmo
- + ocamlfind ocamlc -package bigarray,unix,lwt,lwt.log -g -bin-annot -safe-string -g -I . -o uwt_compat.cmo -c uwt_compat.ml
- File "uwt_compat.ml", line 175, characters 22-636:
- Warning 8: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- O_KEEPEXEC
- - build src uwt_io.cmx
- + ocamlfind ocamlopt -pp cppo -package bigarray,unix,lwt -g -bin-annot -safe-string -I . -o uwt_io.cmx -c uwt_io.ml
- File "uwt_io.ml", line 89, characters 30-44:
- Warning 3: deprecated: module Lwt_sequence
-  This module is an implementation detail of Lwt. See
-    https://github.com/ocsigen/lwt/issues/361
- File "uwt_io.ml", line 301, characters 16-37:
- Warning 3: deprecated: module Lwt_sequence
-  This module is an implementation detail of Lwt. See
-    https://github.com/ocsigen/lwt/issues/361
- File "uwt_io.ml", line 302, characters 28-47:
- Warning 3: deprecated: module Lwt_sequence
-  This module is an implementation detail of Lwt. See
-    https://github.com/ocsigen/lwt/issues/361
- File "uwt_io.ml", line 313, characters 9-30:
- Warning 3: deprecated: module Lwt_sequence
-  This module is an implementation detail of Lwt. See
-    https://github.com/ocsigen/lwt/issues/361
- File "uwt_io.ml", line 317, characters 26-45:
- Warning 3: deprecated: module Lwt_sequence
-  This module is an implementation detail of Lwt. See
-    https://github.com/ocsigen/lwt/issues/361
- File "uwt_io.ml", line 328, characters 12-33:
- Warning 3: deprecated: module Lwt_sequence
-  This module is an implementation detail of Lwt. See
-    https://github.com/ocsigen/lwt/issues/361
- File "uwt_io.ml", line 335, characters 14-35:
- Warning 3: deprecated: module Lwt_sequence
-  This module is an implementation detail of Lwt. See
-    https://github.com/ocsigen/lwt/issues/361
- File "uwt_io.ml", line 336, characters 26-45:
- Warning 3: deprecated: module Lwt_sequence
-  This module is an implementation detail of Lwt. See
-    https://github.com/ocsigen/lwt/issues/361
- File "uwt_io.ml", line 353, characters 6-20:
- Warning 3: deprecated: Lwt.add_task_r
-  Deprecated because Lwt_sequence is an implementation detail of Lwt. See
-   https://github.com/ocsigen/lwt/issues/361
- File "uwt_io.ml", line 386, characters 35-54:
- Warning 3: deprecated: module Lwt_sequence
-  This module is an implementation detail of Lwt. See
-    https://github.com/ocsigen/lwt/issues/361
- File "uwt_io.ml", line 397, characters 6-20:
- Warning 3: deprecated: Lwt.add_task_r
-  Deprecated because Lwt_sequence is an implementation detail of Lwt. See
-   https://github.com/ocsigen/lwt/issues/361
- File "uwt_io.ml", line 407, characters 41-60:
- Warning 3: deprecated: module Lwt_sequence
-  This module is an implementation detail of Lwt. See
-    https://github.com/ocsigen/lwt/issues/361
- File "uwt_io.ml", line 515, characters 13-32:
- Warning 3: deprecated: module Lwt_sequence
-  This module is an implementation detail of Lwt. See
-    https://github.com/ocsigen/lwt/issues/361
- File "uwt_io.ml", line 543, characters 13-32:
- Warning 3: deprecated: module Lwt_sequence
-  This module is an implementation detail of Lwt. See
-    https://github.com/ocsigen/lwt/issues/361
- File "uwt_io.ml", line 699, characters 2-123:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt_io.ml", line 1032, characters 4-94:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt_io.ml", line 1034, characters 4-98:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt_io.ml", line 1073, characters 4-114:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt_io.ml", line 1076, characters 4-118:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt_io.ml", line 1079, characters 4-120:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt_io.ml", line 1082, characters 4-120:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt_io.ml", line 1085, characters 4-124:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- File "uwt_io.ml", line 1088, characters 4-124:
- Warning 3: deprecated: [@@noalloc] should be used instead of "noalloc"
- - build src uwt_preemptive.cmx
- + ocamlfind ocamlopt -package bigarray,unix,lwt -g -bin-annot -safe-string -thread -I . -o uwt_preemptive.cmx -c uwt_preemptive.ml
- File "uwt_preemptive.ml", line 162, characters 27-41:
- Warning 3: deprecated: module Lwt_sequence
-  This module is an implementation detail of Lwt. See
-    https://github.com/ocsigen/lwt/issues/361
- File "uwt_preemptive.ml", line 162, characters 27-41:
- Warning 3: deprecated: module Lwt_sequence
-  This module is an implementation detail of Lwt. See
-    https://github.com/ocsigen/lwt/issues/361
- File "uwt_preemptive.ml", line 162, characters 44-63:
- Warning 3: deprecated: module Lwt_sequence
-  This module is an implementation detail of Lwt. See
-    https://github.com/ocsigen/lwt/issues/361
- File "uwt_preemptive.ml", line 195, characters 8-31:
- Warning 3: deprecated: module Lwt_sequence
-  This module is an implementation detail of Lwt. See
-    https://github.com/ocsigen/lwt/issues/361
- File "uwt_preemptive.ml", line 213, characters 4-18:
- Warning 3: deprecated: Lwt.add_task_r
-  Deprecated because Lwt_sequence is an implementation detail of Lwt. See
-   https://github.com/ocsigen/lwt/issues/361
- File "uwt_preemptive.ml", line 245, characters 25-44:
- Warning 3: deprecated: module Lwt_sequence
-  This module is an implementation detail of Lwt. See
-    https://github.com/ocsigen/lwt/issues/361
- File "uwt_preemptive.ml", line 252, characters 18-32:
- Warning 3: deprecated: Lwt.make_error
-  Use Result.Error, which is the same as Error since OCaml 4.03.
- File "uwt_preemptive.ml", line 261, characters 16-30:
- Warning 3: deprecated: Lwt.make_value
-  Use Result.Ok, which is the same as Ok since OCaml 4.03.
- File "uwt_preemptive.ml", line 263, characters 16-30:
- Warning 3: deprecated: Lwt.make_error
-  Use Result.Error, which is the same as Error since OCaml 4.03.
- - build src uwt_compat.cmx
- + ocamlfind ocamlopt -package bigarray,unix,lwt,lwt.log -g -bin-annot -safe-string -I . -o uwt_compat.cmx -c uwt_compat.ml
- File "uwt_compat.ml", line 175, characters 22-636:
- Warning 8: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- O_KEEPEXEC
- uwt_stubs.c: In function 'uwt_sun_path':
- uwt_stubs.c:5649:22: warning: 'strnlen' specified bound 125 exceeds source size 108 [-Wstringop-overread]
-  5649 |   const size_t len = strnlen(addr_un->sun_path,max_len);
-       |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from /home/opam/.opam/4.07/lib/ocaml/caml/socketaddr.h:22,
-                  from uwt_stubs.c:83:
- /usr/include/x86_64-linux-gnu/sys/un.h:32:10: note: source object allocated here
-    32 |     char sun_path[108];         /* Path name.  */
-       |          ^~~~~~~~
- *** omake: done (8.54 sec, 28/28 scans, 63/86 rules, 148/201 digests)
-> compiled  uwt.0.0.2
Processing 36/36: [uwt: omake install]
+ /home/opam/.opam/4.07/bin/omake "install" (CWD=/home/opam/.opam/4.07/.opam-switch/build/uwt.0.0.2)
- *** omake: reading OMakefiles
- *** omake: finished reading OMakefiles (0.01 sec)
- - build src <install>
- + ocamlfind remove uwt || Shell.true()
- ocamlfind: [WARNING] No such file: /home/opam/.opam/4.07/lib/uwt/META
- - build src <install>
- + ocamlfind install -patch-version 0.0.2 uwt META dlluwt-base.so libuwt-base.a uv-fs-sync.a uv-fs-sync.cma uv-fs-sync.cmxa uv-fs-sync.cmxs uv_fs_sync.cmi uv_fs_sync.cmx uv_fs_sync.mli uwt-base.a uwt-base.cma uwt-base.cmxa uwt-base.cmxs uwt-compat.a uwt-compat.cma uwt-compat.cmxa uwt-compat.cmxs uwt-error.h uwt-ext.a uwt-ext.cma uwt-ext.cmxa uwt-ext.cmxs uwt-preemptive.a uwt-preemptive.cma uwt-preemptive.cmxa uwt-preemptive.cmxs uwt-worker.h uwt.a uwt.cma uwt.cmi uwt.cmx uwt.cmxa uwt.cmxs uwt.mli uwt_base.cmi uwt_base.cmx uwt_base.mli uwt_bytes.cmi uwt_bytes.cmx uwt_bytes.mli uwt_chan.cmi uwt_chan.cmx uwt_chan.mli uwt_compat.cmi uwt_compat.cmx uwt_compat.mli uwt_io.cmi uwt_io.cmx uwt_io.mli uwt_log.cmi uwt_log.cmx uwt_log.mli uwt_preemptive.cmi uwt_preemptive.cmx uwt_preemptive.mli uwt_process.cmi uwt_process.cmx uwt_process.mli uwt_throttle.cmi uwt_throttle.cmx uwt_throttle.mli uwt_timeout.cmi uwt_timeout.cmx uwt_timeout.mli -optional uv_fs_sync.cmti uwt.cmti uwt_base.cmti uwt_bytes.cmti uwt_chan.cmti uwt_compat.cmti uwt_io.cmti uwt_log.cmti uwt_preemptive.cmti uwt_process.cmti uwt_throttle.cmti uwt_timeout.cmti
- Installed /home/opam/.opam/4.07/lib/uwt/uwt_timeout.cmti
- Installed /home/opam/.opam/4.07/lib/uwt/uwt_throttle.cmti
- Installed /home/opam/.opam/4.07/lib/uwt/uwt_process.cmti
- Installed /home/opam/.opam/4.07/lib/uwt/uwt_preemptive.cmti
- Installed /home/opam/.opam/4.07/lib/uwt/uwt_log.cmti
- Installed /home/opam/.opam/4.07/lib/uwt/uwt_io.cmti
- Installed /home/opam/.opam/4.07/lib/uwt/uwt_compat.cmti
- Installed /home/opam/.opam/4.07/lib/uwt/uwt_chan.cmti
- Installed /home/opam/.opam/4.07/lib/uwt/uwt_bytes.cmti
- Installed /home/opam/.opam/4.07/lib/uwt/uwt_base.cmti
- Installed /home/opam/.opam/4.07/lib/uwt/uwt.cmti
- Installed /home/opam/.opam/4.07/lib/uwt/uv_fs_sync.cmti
- Installed /home/opam/.opam/4.07/lib/uwt/uwt_timeout.mli
- Installed /home/opam/.opam/4.07/lib/uwt/uwt_timeout.cmx
- Installed /home/opam/.opam/4.07/lib/uwt/uwt_timeout.cmi
- Installed /home/opam/.opam/4.07/lib/uwt/uwt_throttle.mli
- Installed /home/opam/.opam/4.07/lib/uwt/uwt_throttle.cmx
- Installed /home/opam/.opam/4.07/lib/uwt/uwt_throttle.cmi
- Installed /home/opam/.opam/4.07/lib/uwt/uwt_process.mli
- Installed /home/opam/.opam/4.07/lib/uwt/uwt_process.cmx
- Installed /home/opam/.opam/4.07/lib/uwt/uwt_process.cmi
- Installed /home/opam/.opam/4.07/lib/uwt/uwt_preemptive.mli
- Installed /home/opam/.opam/4.07/lib/uwt/uwt_preemptive.cmx
- Installed /home/opam/.opam/4.07/lib/uwt/uwt_preemptive.cmi
- Installed /home/opam/.opam/4.07/lib/uwt/uwt_log.mli
- Installed /home/opam/.opam/4.07/lib/uwt/uwt_log.cmx
- Installed /home/opam/.opam/4.07/lib/uwt/uwt_log.cmi
- Installed /home/opam/.opam/4.07/lib/uwt/uwt_io.mli
- Installed /home/opam/.opam/4.07/lib/uwt/uwt_io.cmx
- Installed /home/opam/.opam/4.07/lib/uwt/uwt_io.cmi
- Installed /home/opam/.opam/4.07/lib/uwt/uwt_compat.mli
- Installed /home/opam/.opam/4.07/lib/uwt/uwt_compat.cmx
- Installed /home/opam/.opam/4.07/lib/uwt/uwt_compat.cmi
- Installed /home/opam/.opam/4.07/lib/uwt/uwt_chan.mli
- Installed /home/opam/.opam/4.07/lib/uwt/uwt_chan.cmx
- Installed /home/opam/.opam/4.07/lib/uwt/uwt_chan.cmi
- Installed /home/opam/.opam/4.07/lib/uwt/uwt_bytes.mli
- Installed /home/opam/.opam/4.07/lib/uwt/uwt_bytes.cmx
- Installed /home/opam/.opam/4.07/lib/uwt/uwt_bytes.cmi
- Installed /home/opam/.opam/4.07/lib/uwt/uwt_base.mli
- Installed /home/opam/.opam/4.07/lib/uwt/uwt_base.cmx
- Installed /home/opam/.opam/4.07/lib/uwt/uwt_base.cmi
- Installed /home/opam/.opam/4.07/lib/uwt/uwt.mli
- Installed /home/opam/.opam/4.07/lib/uwt/uwt.cmxs
- Installed /home/opam/.opam/4.07/lib/uwt/uwt.cmxa
- Installed /home/opam/.opam/4.07/lib/uwt/uwt.cmx
- Installed /home/opam/.opam/4.07/lib/uwt/uwt.cmi
- Installed /home/opam/.opam/4.07/lib/uwt/uwt.cma
- Installed /home/opam/.opam/4.07/lib/uwt/uwt.a
- Installed /home/opam/.opam/4.07/lib/uwt/uwt-worker.h
- Installed /home/opam/.opam/4.07/lib/uwt/uwt-preemptive.cmxs
- Installed /home/opam/.opam/4.07/lib/uwt/uwt-preemptive.cmxa
- Installed /home/opam/.opam/4.07/lib/uwt/uwt-preemptive.cma
- Installed /home/opam/.opam/4.07/lib/uwt/uwt-preemptive.a
- Installed /home/opam/.opam/4.07/lib/uwt/uwt-ext.cmxs
- Installed /home/opam/.opam/4.07/lib/uwt/uwt-ext.cmxa
- Installed /home/opam/.opam/4.07/lib/uwt/uwt-ext.cma
- Installed /home/opam/.opam/4.07/lib/uwt/uwt-ext.a
- Installed /home/opam/.opam/4.07/lib/uwt/uwt-error.h
- Installed /home/opam/.opam/4.07/lib/uwt/uwt-compat.cmxs
- Installed /home/opam/.opam/4.07/lib/uwt/uwt-compat.cmxa
- Installed /home/opam/.opam/4.07/lib/uwt/uwt-compat.cma
- Installed /home/opam/.opam/4.07/lib/uwt/uwt-compat.a
- Installed /home/opam/.opam/4.07/lib/uwt/uwt-base.cmxs
- Installed /home/opam/.opam/4.07/lib/uwt/uwt-base.cmxa
- Installed /home/opam/.opam/4.07/lib/uwt/uwt-base.cma
- Installed /home/opam/.opam/4.07/lib/uwt/uwt-base.a
- Installed /home/opam/.opam/4.07/lib/uwt/uv_fs_sync.mli
- Installed /home/opam/.opam/4.07/lib/uwt/uv_fs_sync.cmx
- Installed /home/opam/.opam/4.07/lib/uwt/uv_fs_sync.cmi
- Installed /home/opam/.opam/4.07/lib/uwt/uv-fs-sync.cmxs
- Installed /home/opam/.opam/4.07/lib/uwt/uv-fs-sync.cmxa
- Installed /home/opam/.opam/4.07/lib/uwt/uv-fs-sync.cma
- Installed /home/opam/.opam/4.07/lib/uwt/uv-fs-sync.a
- Installed /home/opam/.opam/4.07/lib/uwt/libuwt-base.a
- Installed /home/opam/.opam/4.07/lib/stublibs/dlluwt-base.so
- Installed /home/opam/.opam/4.07/lib/stublibs/dlluwt-base.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/4.07/lib/stublibs is not mentioned in ld.conf
- Installed /home/opam/.opam/4.07/lib/uwt/META
- *** omake: done (0.09 sec, 0/28 scans, 2/88 rules, 2/67 digests)
-> installed uwt.0.0.2
Done.

<><> jbuilder.transition installed successfully <><><><><><><><><><><><><><><><>
=> Jbuilder has been renamed and the jbuilder package is now a transition package. Use the dune package instead.
# Run eval $(opam env) to update the current shell environment
2024-09-12 20:15.24 ---> saved as "e185d9f62757825ac641f72c5cd5d9435985c85d6a6bb5de7417c82fd8b229be"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u uwt:b6503c47bfec9a1ef95fae403451ef3f,conf-libuv:f10a8e6d5c7eddcd8c8d8cfb436aa5d4"))
2024-09-12 20:15.25 ---> saved as "925b40c3f173d4570ed96048a9b640227bed6417670b0bedadfac921cdc1b1b5"

/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.722240') && (for DATA in prep/universes/f10a8e6d5c7eddcd8c8d8cfb436aa5d4/conf-libuv/1,conf-libuv.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4,conf-libuv.1 prep/universes/b6503c47bfec9a1ef95fae403451ef3f/uwt/0.0.2,uwt.0.0.2-b6503c47bfec9a1ef95fae403451ef3f,uwt.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/f10a8e6d5c7eddcd8c8d8cfb436aa5d4/conf-libuv/1,conf-libuv.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4,conf-libuv.1 prep/universes/b6503c47bfec9a1ef95fae403451ef3f/uwt/0.0.2,uwt.0.0.2-b6503c47bfec9a1ef95fae403451ef3f,uwt.0.0.2; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/f10a8e6d5c7eddcd8c8d8cfb436aa5d4/conf-libuv/1,conf-libuv.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4,conf-libuv.1 prep/universes/b6503c47bfec9a1ef95fae403451ef3f/uwt/0.0.2,uwt.0.0.2-b6503c47bfec9a1ef95fae403451ef3f,uwt.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.722240
prep/universes/f10a8e6d5c7eddcd8c8d8cfb436aa5d4/conf-libuv/1/opam
prep/universes/b6503c47bfec9a1ef95fae403451ef3f/uwt/0.0.2/lib/
prep/universes/b6503c47bfec9a1ef95fae403451ef3f/uwt/0.0.2/lib/uwt/
prep/universes/b6503c47bfec9a1ef95fae403451ef3f/uwt/0.0.2/lib/uwt/uv-fs-sync.ocamlobjinfo
prep/universes/b6503c47bfec9a1ef95fae403451ef3f/uwt/0.0.2/lib/uwt/uwt-base.ocamlobjinfo
prep/universes/b6503c47bfec9a1ef95fae403451ef3f/uwt/0.0.2/lib/uwt/uwt-compat.ocamlobjinfo
prep/universes/b6503c47bfec9a1ef95fae403451ef3f/uwt/0.0.2/lib/uwt/uwt-ext.ocamlobjinfo
prep/universes/b6503c47bfec9a1ef95fae403451ef3f/uwt/0.0.2/lib/uwt/uwt-preemptive.ocamlobjinfo
prep/universes/b6503c47bfec9a1ef95fae403451ef3f/uwt/0.0.2/lib/uwt/uwt.ocamlobjinfo
prep/universes/b6503c47bfec9a1ef95fae403451ef3f/uwt/0.0.2/lib/uwt/META
prep/universes/b6503c47bfec9a1ef95fae403451ef3f/uwt/0.0.2/lib/uwt/uv_fs_sync.cmi
prep/universes/b6503c47bfec9a1ef95fae403451ef3f/uwt/0.0.2/lib/uwt/uv_fs_sync.cmti
prep/universes/b6503c47bfec9a1ef95fae403451ef3f/uwt/0.0.2/lib/uwt/uwt.cmi
prep/universes/b6503c47bfec9a1ef95fae403451ef3f/uwt/0.0.2/lib/uwt/uwt.cmti
prep/universes/b6503c47bfec9a1ef95fae403451ef3f/uwt/0.0.2/lib/uwt/uwt_base.cmi
prep/universes/b6503c47bfec9a1ef95fae403451ef3f/uwt/0.0.2/lib/uwt/uwt_base.cmti
prep/universes/b6503c47bfec9a1ef95fae403451ef3f/uwt/0.0.2/lib/uwt/uwt_bytes.cmi
prep/universes/b6503c47bfec9a1ef95fae403451ef3f/uwt/0.0.2/lib/uwt/uwt_bytes.cmti
prep/universes/b6503c47bfec9a1ef95fae403451ef3f/uwt/0.0.2/lib/uwt/uwt_chan.cmi
prep/universes/b6503c47bfec9a1ef95fae403451ef3f/uwt/0.0.2/lib/uwt/uwt_chan.cmti
prep/universes/b6503c47bfec9a1ef95fae403451ef3f/uwt/0.0.2/lib/uwt/uwt_compat.cmi
prep/universes/b6503c47bfec9a1ef95fae403451ef3f/uwt/0.0.2/lib/uwt/uwt_compat.cmti
prep/universes/b6503c47bfec9a1ef95fae403451ef3f/uwt/0.0.2/lib/uwt/uwt_io.cmi
prep/universes/b6503c47bfec9a1ef95fae403451ef3f/uwt/0.0.2/lib/uwt/uwt_io.cmti
prep/universes/b6503c47bfec9a1ef95fae403451ef3f/uwt/0.0.2/lib/uwt/uwt_log.cmi
prep/universes/b6503c47bfec9a1ef95fae403451ef3f/uwt/0.0.2/lib/uwt/uwt_log.cmti
prep/universes/b6503c47bfec9a1ef95fae403451ef3f/uwt/0.0.2/lib/uwt/uwt_preemptive.cmi
prep/universes/b6503c47bfec9a1ef95fae403451ef3f/uwt/0.0.2/lib/uwt/uwt_preemptive.cmti
prep/universes/b6503c47bfec9a1ef95fae403451ef3f/uwt/0.0.2/lib/uwt/uwt_process.cmi
prep/universes/b6503c47bfec9a1ef95fae403451ef3f/uwt/0.0.2/lib/uwt/uwt_process.cmti
prep/universes/b6503c47bfec9a1ef95fae403451ef3f/uwt/0.0.2/lib/uwt/uwt_throttle.cmi
prep/universes/b6503c47bfec9a1ef95fae403451ef3f/uwt/0.0.2/lib/uwt/uwt_throttle.cmti
prep/universes/b6503c47bfec9a1ef95fae403451ef3f/uwt/0.0.2/lib/uwt/uwt_timeout.cmi
prep/universes/b6503c47bfec9a1ef95fae403451ef3f/uwt/0.0.2/lib/uwt/uwt_timeout.cmti
prep/universes/b6503c47bfec9a1ef95fae403451ef3f/uwt/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:conf-libuv.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4:2bfcffca9e87d68cc0106d884b3693ec5a0fd51c7840f2953ba4809590184322
HASHES:uwt.0.0.2-b6503c47bfec9a1ef95fae403451ef3f:ca100e9f0fab2af89701f3ebc8681813735a5377740612653bad736e8bcba627
2024-09-12 20:15.27 ---> saved as "b55e24a37c5bdeff6f7347b232fc38860ba2cd94b733ea6d0254f8978ba46c8d"
Job succeeded
2024-09-12 20:23.05: uwt.0.0.2-b6503c47bfec9a1ef95fae403451ef3f -> ca100e9f0fab2af89701f3ebc8681813735a5377740612653bad736e8bcba627
2024-09-12 20:23.05: conf-libuv.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4 -> 2bfcffca9e87d68cc0106d884b3693ec5a0fd51c7840f2953ba4809590184322
2024-09-12 20:23.05: Job succeeded