Build:
  1. 0
2024-09-12 08:35.53: New job: Voodoo prep sqlgg.0.4.5; 701e1ba832d172cf1ed2796b0be4a362
2024-09-12 08:35.53: Waiting for resource in pool OCluster
2024-09-12 20:00.06: Waiting for worker…
2024-09-12 20:01.47: Got resource from pool OCluster
2024-09-12 20:01.47: Using cache hint "docs-universe-prep-4.14.2"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-4.14@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1)
         (user (uid 1000) (gid 1000))
         (workdir /home/opam)
         (run (shell "sudo chown opam:opam /home/opam"))
         (run (network host)
              (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
         (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
              (network host)
              (shell "opam pin -ny https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9  && opam depext -iy voodoo-prep"))
         (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))))
 (from ocaml/opam:debian-12-ocaml-4.14@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo chown opam:opam /home/opam"))
 (run (shell "sudo mkdir /src"))
 (copy (src packages) (dst /src/packages))
 (copy (src repo) (dst /src/repo))
 (run (network host)
      (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni"))
 (run (shell "opam repo remove default && opam repo add opam /src"))
 (copy (from (build tools)) (src /home/opam/voodoo-prep) (dst /home/opam/))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "opam install dune.3.16.0 ocamlfind.1.9.6"))
 (env DUNE_CACHE enabled)
 (env DUNE_CACHE_TRANSPORT direct)
 (env DUNE_CACHE_DUPLICATION copy)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "(sudo apt update) && ((opam depext -viy sqlgg.0.4.5 stdlib-shims.0.3.0 sexplib0.v0.17.0 seq.base ppxlib.0.33.0 ppx_deriving.6.0.2 ppx_derivers.1.2.1 ounit2.2.2.7 ounit.2.2.7 ocamlfind.1.9.6 ocamlbuild.0.15.0 ocaml-compiler-libs.v0.12.4 mybuild.6 menhirSdk.20211128 menhirLib.20211128 menhir.20211128 extlib.1.7.9 dune.3.16.0 cppo.1.7.0 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u sqlgg:701e1ba832d172cf1ed2796b0be4a362,mybuild:88414ccde660bda5965c50e757725f08"))
 (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.100708') && (for DATA in prep/universes/88414ccde660bda5965c50e757725f08/mybuild/6,mybuild.6-88414ccde660bda5965c50e757725f08,mybuild.6 prep/universes/701e1ba832d172cf1ed2796b0be4a362/sqlgg/0.4.5,sqlgg.0.4.5-701e1ba832d172cf1ed2796b0be4a362,sqlgg.0.4.5; 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/88414ccde660bda5965c50e757725f08/mybuild/6,mybuild.6-88414ccde660bda5965c50e757725f08,mybuild.6 prep/universes/701e1ba832d172cf1ed2796b0be4a362/sqlgg/0.4.5,sqlgg.0.4.5-701e1ba832d172cf1ed2796b0be4a362,sqlgg.0.4.5; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/88414ccde660bda5965c50e757725f08/mybuild/6,mybuild.6-88414ccde660bda5965c50e757725f08,mybuild.6 prep/universes/701e1ba832d172cf1ed2796b0be4a362/sqlgg/0.4.5,sqlgg.0.4.5-701e1ba832d172cf1ed2796b0be4a362,sqlgg.0.4.5; 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 a7755be1f839d2898c912594666b667e099627cc --local-file prep.spec \
--pool linux-x86_64 --connect ocluster-submission.cap --cache-hint docs-universe-prep-4.14.2 \
--secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config

2024-09-12 20:01.47: RETRYING: 2024-09-12/083553-voodoo-prep-2da2a3 Number of retries: 0 (retriable error condition)
Building on asteria.caelum.ci.dev
All commits already cached
Updating files:  66% (21464/32074)
Updating files:  67% (21490/32074)
Updating files:  68% (21811/32074)
Updating files:  69% (22132/32074)
Updating files:  70% (22452/32074)
Updating files:  71% (22773/32074)
Updating files:  72% (23094/32074)
Updating files:  73% (23415/32074)
Updating files:  74% (23735/32074)
Updating files:  75% (24056/32074)
Updating files:  76% (24377/32074)
Updating files:  77% (24697/32074)
Updating files:  78% (25018/32074)
Updating files:  79% (25339/32074)
Updating files:  80% (25660/32074)
Updating files:  81% (25980/32074)
Updating files:  82% (26301/32074)
Updating files:  83% (26622/32074)
Updating files:  84% (26943/32074)
Updating files:  85% (27263/32074)
Updating files:  86% (27584/32074)
Updating files:  87% (27905/32074)
Updating files:  88% (28226/32074)
Updating files:  89% (28546/32074)
Updating files:  90% (28867/32074)
Updating files:  91% (29188/32074)
Updating files:  92% (29509/32074)
Updating files:  93% (29829/32074)
Updating files:  94% (30150/32074)
Updating files:  95% (30471/32074)
Updating files:  96% (30792/32074)
Updating files:  97% (31112/32074)
Updating files:  98% (31433/32074)
Updating files:  99% (31754/32074)
Updating files: 100% (32074/32074)
Updating files: 100% (32074/32074), done.
HEAD is now at a7755be1f8 extlib is not compatible with OCaml 5.3

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-4.14@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1' locally
docker.io/ocaml/opam@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1: Pulling from ocaml/opam
5bece21b072e: Pulling fs layer
5bece21b072e: Verifying Checksum
5bece21b072e: Download complete
5bece21b072e: Pull complete
Digest: sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1
Status: Downloaded newer image for ocaml/opam@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1
2024-09-12 19:58.05 ---> using "103a548bcf08062184789f8399ddfc3128a2d5d426168f6d2c8435f8ce1ce572" from cache

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

/: (workdir /home/opam)

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

/home/opam: (run (network host)
                 (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [11.7 kB]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [179 kB]
Fetched 295 kB in 0s (766 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 (7424 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 19:58.05 ---> using "64027e071d7f4bb79a519ab4cf43cd8d13e54fe5188051a605e9293619bec9b3" from cache

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

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

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

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

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

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

(from ocaml/opam:debian-12-ocaml-4.14@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1' locally
docker.io/ocaml/opam@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1: Pulling from ocaml/opam
5bece21b072e: Pulling fs layer
5bece21b072e: Verifying Checksum
5bece21b072e: Download complete
5bece21b072e: Pull complete
Digest: sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1
Status: Downloaded newer image for ocaml/opam@sha256:2135d0c56fc438ebc9377f99b020c06d4ecd43611be356b669914fea73ab2be1
2024-09-12 19:58.05 ---> using "103a548bcf08062184789f8399ddfc3128a2d5d426168f6d2c8435f8ce1ce572" from cache

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

/: (workdir /home/opam)

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

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

/home/opam: (copy (src packages) (dst /src/packages))
2024-09-12 19:58.07 ---> using "7647df0989ad9d00b88769445c7ea0caa5d85456c13faf0207cae81e5fb286a5" from cache

/home/opam: (copy (src repo) (dst /src/repo))
2024-09-12 19:58.07 ---> using "ebbce22eb098126409d28bc373b6c292b67ba7d6da7b5aa956dcb0dff0a57e54" 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 19:58.07 ---> using "6acd1afa46ec796403086ed8c035b90bee47fe1aec4596bc854b6bd70a74b68c" from cache

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

2024-09-12 19:58.07 ---> using "8b229f5fdb680798f5ae9da803f140bfadae0ebae6b19106bafc30a5be576285" from cache

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-09-12 19:58.07 ---> using "e4234c17489efe939f698673dd239427ac95378f53a83d83c2ab071d95dd1a72" from cache

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved dune.3.16.0  (cached)
-> installed ocamlfind.1.9.6
-> installed dune.3.16.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 19:58.07 ---> using "86c6b01205a03bcbb48982e6630e3ee71b1962a3d0e32dfe877707e7775c7de4" from cache

/home/opam: (env DUNE_CACHE enabled)

/home/opam: (env DUNE_CACHE_TRANSPORT direct)

/home/opam: (env DUNE_CACHE_DUPLICATION copy)

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
                 (network host)
                 (shell "(sudo apt update) && ((opam depext -viy sqlgg.0.4.5 stdlib-shims.0.3.0 sexplib0.v0.17.0 seq.base ppxlib.0.33.0 ppx_deriving.6.0.2 ppx_derivers.1.2.1 ounit2.2.2.7 ounit.2.2.7 ocamlfind.1.9.6 ocamlbuild.0.15.0 ocaml-compiler-libs.v0.12.4 mybuild.6 menhirSdk.20211128 menhirLib.20211128 menhir.20211128 extlib.1.7.9 dune.3.16.0 cppo.1.7.0 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))

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

Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [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 (861 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 sqlgg.0.4.5 stdlib-shims.0.3.0 sexplib0.v0.17.0 seq.base ppxlib.0.33.0 ppx_deriving.6.0.2 ppx_derivers.1.2.1 ounit2.2.2.7 ounit.2.2.7 ocamlfind.1.9.6 ocamlbuild.0.15.0 ocaml-compiler-libs.v0.12.4 mybuild.6 menhirSdk.20211128 menhirLib.20211128 menhir.20211128 extlib.1.7.9 dune.3.16.0 cppo.1.7.0" 

Since version 2.1, opam now handles external dependencies alongside OCaml ones, and the `depext` plugin interface is provided for backwards compatibility only. Consider using your usual `opam install` command to install both OCaml and system dependencies, or `opam install <pkg> --depext-only` if you want to only install external dependencies.
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# No extra OS packages requirements found.
[NOTE] Package dune is already installed (current version is 3.16.0).
[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 ocamlbuild          0.15.0
  - install menhirSdk           20211128
  - install seq                 base
  - install sexplib0            v0.17.0
  - install ocaml-compiler-libs v0.12.4
  - install menhirLib           20211128
  - install cppo                1.7.0
  - install stdlib-shims        0.3.0
  - install mybuild             6
  - install menhir              20211128
  - install extlib              1.7.9
  - install ppxlib              0.33.0
  - install ounit2              2.2.7
  - install ppx_deriving        6.0.2
  - install ounit               2.2.7
  - install sqlgg               0.4.5
===== 17 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/51:
Processing  2/51:
Processing  3/51:
-> retrieved cppo.1.7.0  (cached)
Processing  4/51:
Processing  5/51: [cppo: dune build]
-> retrieved extlib.1.7.9  (cached)
Processing  6/51: [cppo: dune build]
-> retrieved menhir.20211128  (cached)
Processing  7/51: [cppo: dune build]
-> retrieved menhirLib.20211128  (cached)
Processing  8/51: [cppo: dune build]
Processing  9/51: [cppo: dune build] [menhirLib: dune build]
-> retrieved menhirSdk.20211128  (cached)
Processing 10/51: [cppo: dune build] [menhirLib: dune build]
Processing 11/51: [cppo: dune build] [menhirLib: dune build] [menhirSdk: dune build]
-> retrieved mybuild.6  (cached)
Processing 12/51: [cppo: dune build] [menhirLib: dune build] [menhirSdk: dune build]
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
Processing 13/51: [cppo: dune build] [menhirLib: dune build] [menhirSdk: dune build]
Processing 14/51: [cppo: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build]
-> retrieved ocamlbuild.0.15.0  (cached)
Processing 15/51: [cppo: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build]
Processing 16/51: [cppo: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make configure.make]
-> retrieved ounit.2.2.7  (cached)
Processing 17/51: [cppo: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make configure.make]
-> retrieved ounit2.2.2.7  (cached)
Processing 18/51: [cppo: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make configure.make]
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved seq.base  (cached)
Processing 19/51: [cppo: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make configure.make]
Processing 20/51: [cppo: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make configure.make]
Processing 21/51: [cppo: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make configure.make] [ppx_derivers: dune build]
Processing 22/51: [cppo: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make configure.make] [ppx_derivers: dune build]
-> installed seq.base
Processing 23/51: [cppo: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make configure.make] [ppx_derivers: dune build]
- (echo "# This file was generated from configure.make"; \
- echo ;\
- echo "OCAML_PREFIX="; \
- echo "OCAML_BINDIR=/home/opam/.opam/4.14/bin"; \
- echo "OCAML_LIBDIR=/home/opam/.opam/4.14/lib/ocaml"; \
- echo "OCAML_MANDIR=/home/opam/.opam/4.14/man"; \
- echo ;\
- echo "EXT_OBJ=.o"; \
- echo "EXT_ASM=.s"; \
- echo "EXT_LIB=.a"; \
- echo "EXT_DLL=.so"; \
- echo "EXE="; \
- echo ;\
- echo "OCAML_NATIVE=true"; \
- echo "OCAML_NATIVE_TOOLS=true"; \
- echo "NATDYNLINK=true"; \
- echo "SUPPORT_SHARED_LIBRARIES=true"; \
- echo ;\
- echo "PREFIX=/home/opam/.opam/4.14"; \
- echo "BINDIR=/home/opam/.opam/4.14/bin"; \
- echo "LIBDIR=/home/opam/.opam/4.14/lib"; \
- echo "MANDIR=/home/opam/.opam/4.14/man"; \
- ) > Makefile.config
- (echo "(* This file was generated from ../configure.make *)"; \
- echo ;\
- echo 'let bindir = {|/home/opam/.opam/4.14/bin|}'; \
- echo 'let libdir = {|/home/opam/.opam/4.14/lib|}'; \
- echo 'let ocaml_libdir = {|/home/opam/.opam/4.14/lib/ocaml|}'; \
- echo 'let libdir_abs = {|/home/opam/.opam/4.14/lib|}'; \
- echo 'let ocaml_native = true'; \
- echo 'let ocaml_native_tools = true'; \
- echo 'let supports_shared_libraries = true';\
- echo 'let a = "a"'; \
- echo 'let o = "o"'; \
- echo 'let so = "so"'; \
- echo 'let ext_dll = ".so"'; \
- echo 'let exe = ""'; \
- echo 'let version = "0.15.0"'; \
- ) > src/ocamlbuild_config.ml
Processing 23/51: [cppo: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build]
-> retrieved ppx_deriving.6.0.2  (cached)
Processing 24/51: [cppo: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build]
-> retrieved sexplib0.v0.17.0  (cached)
Processing 25/51: [cppo: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build]
Processing 26/51: [cppo: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] [sexplib0: dune build]
-> retrieved sqlgg.0.4.5  (cached)
-> retrieved ppxlib.0.33.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
Processing 27/51: [cppo: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ppx_derivers: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> compiled  ppx_derivers.1.2.1
Processing 27/51: [cppo: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [sexplib0: dune build] [stdlib-shims: dune build]
-> installed ppx_derivers.1.2.1
Processing 28/51: [cppo: dune build] [menhirLib: dune build] [menhirSdk: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [sexplib0: dune build] [stdlib-shims: dune build]
-> compiled  menhirSdk.20211128
Processing 28/51: [cppo: dune build] [menhirLib: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [sexplib0: dune build] [stdlib-shims: dune build]
-> installed menhirSdk.20211128
Processing 29/51: [cppo: dune build] [menhirLib: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [sexplib0: dune build] [stdlib-shims: dune build]
-> compiled  stdlib-shims.0.3.0
Processing 29/51: [cppo: dune build] [menhirLib: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [sexplib0: dune build]
-> installed stdlib-shims.0.3.0
Processing 30/51: [cppo: dune build] [menhirLib: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [sexplib0: dune build]
Processing 31/51: [cppo: dune build] [menhirLib: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ounit2: dune build] [sexplib0: dune build]
- (cd _build/default/lib/pack && ./pack.exe)
- Creating menhirLib.ml...
- Creating menhirLib.mli...
-> compiled  menhirLib.20211128
Processing 31/51: [cppo: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ounit2: dune build] [sexplib0: dune build]
-> installed menhirLib.20211128
Processing 32/51: [cppo: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ounit2: dune build] [sexplib0: dune build]
Processing 33/51: [cppo: dune build] [menhir: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ounit2: dune build] [sexplib0: dune build]
-> compiled  sexplib0.v0.17.0
Processing 33/51: [cppo: dune build] [menhir: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ounit2: dune build]
-> installed sexplib0.v0.17.0
Processing 34/51: [cppo: dune build] [menhir: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ounit2: dune build]
-> compiled  cppo.1.7.0
Processing 34/51: [menhir: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ounit2: dune build]
-> installed cppo.1.7.0
Processing 35/51: [menhir: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ounit2: dune build]
Processing 36/51: [extlib: dune build] [menhir: dune build] [ocaml-compiler-libs: dune build] [ocamlbuild: make check-if-preinstalled] [ounit2: dune build]
-> compiled  ocaml-compiler-libs.v0.12.4
Processing 36/51: [extlib: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ounit2: dune build]
-> installed ocaml-compiler-libs.v0.12.4
Processing 37/51: [extlib: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ounit2: dune build]
Processing 38/51: [extlib: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ounit2: dune build] [ppxlib: dune build]
-> compiled  ounit2.2.2.7
Processing 38/51: [extlib: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ppxlib: dune build]
-> installed ounit2.2.2.7
Processing 39/51: [extlib: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ppxlib: dune build]
Processing 40/51: [extlib: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ppxlib: dune build]
Processing 41/51: [extlib: dune build] [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ppxlib: dune build] [ounit: make install-ounit]
-> compiled  extlib.1.7.9
Processing 41/51: [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ppxlib: dune build] [ounit: make install-ounit]
- ocamlfind remove oUnit
- ocamlfind: [WARNING] No such file: /home/opam/.opam/4.14/lib/oUnit/META
- ocamlfind install oUnit src/lib/oUnit/META -patch-version 2.2.7
- Installed /home/opam/.opam/4.14/lib/oUnit/META
-> installed ounit.2.2.7
Processing 41/51: [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ppxlib: dune build]
-> installed extlib.1.7.9
Processing 42/51: [menhir: dune build] [ocamlbuild: make check-if-preinstalled] [ppxlib: dune build]
- if test -d /home/opam/.opam/4.14/lib/ocaml/ocamlbuild; then\
-   >&2 echo "ERROR: Preinstalled ocamlbuild detected at"\
-        "/home/opam/.opam/4.14/lib/ocaml/ocamlbuild";\
-   >&2 echo "Installation aborted; if you want to bypass this"\
-         "safety check, pass CHECK_IF_PREINSTALLED=false to make";\
-   exit 2;\
- fi
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/const.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/signatures.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_executor.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_executor.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.ml
- ocamllex.opt src/glob_lexer.mll
- 55 states, 419 transitions, table size 2006 bytes
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.ml
- ocamllex.opt src/lexers.mll
- 235 states, 1033 transitions, table size 5542 bytes
- 4238 additional bytes used for bindings
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_config.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.ml
- mkdir -p tmp
- ocamlc.opt -pack src/const.cmo src/loc.cmo src/discard_printf.cmo src/signatures.cmi src/exit_codes.cmo src/my_std.cmo src/ocamlbuild_executor.cmo src/my_unix.cmo src/tags.cmo src/display.cmo src/log.cmo src/shell.cmo src/bool.cmo src/glob_ast.cmo src/glob_lexer.cmo src/glob.cmo src/lexers.cmo src/param_tags.cmo src/command.cmo src/ocamlbuild_config.cmo src/ocamlbuild_where.cmo src/slurp.cmo src/options.cmo src/pathname.cmo src/configuration.cmo src/flags.cmo src/hygiene.cmo src/digest_cache.cmo src/resource.cmo src/rule.cmo src/solver.cmo src/report.cmo src/tools.cmo src/fda.cmo src/findlib.cmo src/ocaml_arch.cmo src/ocaml_utils.cmo src/ocaml_dependencies.cmo src/ocaml_compiler.cmo src/ocaml_tools.cmo src/ocaml_specific.cmo src/plugin.cmo src/hooks.cmo src/main.cmo -o tmp/ocamlbuild_pack.cmo
- mv tmp/ocamlbuild_pack.cmi src/ocamlbuild_pack.cmi
- mv tmp/ocamlbuild_pack.cmo src/ocamlbuild_pack.cmo
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_unix_plugin.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.ml
- ocamlc.opt -I +unix -I src -o ocamlbuild.byte -I +unix unix.cma src/ocamlbuild_pack.cmo plugin-lib/ocamlbuild_plugin.cmo plugin-lib/ocamlbuild_unix_plugin.cmo bin/ocamlbuild.cmo
- ocamlc.opt -a -o plugin-lib/ocamlbuildlib.cma src/ocamlbuild_pack.cmo plugin-lib/ocamlbuild_plugin.cmo plugin-lib/ocamlbuild_unix_plugin.cmo
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/const.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_executor.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_config.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.ml
- mkdir -p tmp
- ocamlopt.opt -pack src/const.cmx src/loc.cmx src/discard_printf.cmx src/signatures.cmi src/exit_codes.cmx src/my_std.cmx src/ocamlbuild_executor.cmx src/my_unix.cmx src/tags.cmx src/display.cmx src/log.cmx src/shell.cmx src/bool.cmx src/glob_ast.cmx src/glob_lexer.cmx src/glob.cmx src/lexers.cmx src/param_tags.cmx src/command.cmx src/ocamlbuild_config.cmx src/ocamlbuild_where.cmx src/slurp.cmx src/options.cmx src/pathname.cmx src/configuration.cmx src/flags.cmx src/hygiene.cmx src/digest_cache.cmx src/resource.cmx src/rule.cmx src/solver.cmx src/report.cmx src/tools.cmx src/fda.cmx src/findlib.cmx src/ocaml_arch.cmx src/ocaml_utils.cmx src/ocaml_dependencies.cmx src/ocaml_compiler.cmx src/ocaml_tools.cmx src/ocaml_specific.cmx src/plugin.cmx src/hooks.cmx src/main.cmx -o tmp/ocamlbuild_pack.cmx
- mv tmp/ocamlbuild_pack.cmx src/ocamlbuild_pack.cmx
- mv tmp/ocamlbuild_pack.o src/ocamlbuild_pack.o
- ocamlopt.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.ml
- ocamlopt.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_unix_plugin.ml
- ocamlopt.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.ml
- ocamlopt.opt -I +unix -I src -o ocamlbuild.native -I +unix unix.cmxa src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_unix_plugin.cmx bin/ocamlbuild.cmx
- ocamlopt.opt -a -o plugin-lib/ocamlbuildlib.cmxa src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_unix_plugin.cmx
- ocamlc.opt -I +unix unix.cma src/ocamlbuild_pack.cmo -I src man/options_man.ml -o man/options_man.byte
- ./man/options_man.byte > man/ocamlbuild.options.1
- cat man/ocamlbuild.header.1 man/ocamlbuild.options.1 man/ocamlbuild.footer.1 > man/ocamlbuild.1
- /usr/bin/make ocamlbuild.install
- make[1]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0'
- rm -f ocamlbuild.install
- touch ocamlbuild.install
- /usr/bin/make install-bin-opam
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0'
- echo 'bin: [' >> ocamlbuild.install
- echo '  "ocamlbuild.byte" {"ocamlbuild.byte"}' >> ocamlbuild.install
- echo '  "ocamlbuild.native" {"ocamlbuild.native"}' >> ocamlbuild.install
- echo '  "ocamlbuild.native" {"ocamlbuild"}' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0'
- /usr/bin/make install-lib-opam
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0'
- echo 'lib: [' >> ocamlbuild.install
- /usr/bin/make install-lib-basics-opam
- make[3]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0'
- echo '  "ocamlbuild.opam" {"opam"}' >> ocamlbuild.install
- echo '  "META"' >> ocamlbuild.install
- for lib in src/signatures.mli src/signatures.cmi src/signatures.cmti; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0'
- /usr/bin/make install-lib-byte-opam
- make[3]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0'
- for lib in plugin-lib/ocamlbuildlib.cma bin/ocamlbuild.cmo src/ocamlbuild_pack.cmi plugin-lib/ocamlbuild_plugin.cmi plugin-lib/ocamlbuild_unix_plugin.cmi; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0'
- /usr/bin/make install-lib-native-opam
- make[3]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0'
- for lib in plugin-lib/ocamlbuildlib.cmxa plugin-lib/ocamlbuildlib.a bin/ocamlbuild.cmx bin/ocamlbuild.o src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_unix_plugin.cmx plugin-lib/ocamlbuild_plugin.o plugin-lib/ocamlbuild_unix_plugin.o; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0'
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0'
- /usr/bin/make install-man-opam
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0'
- echo 'man: [' >> ocamlbuild.install
- echo '  "man/ocamlbuild.1" {"man1/ocamlbuild.1"}' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0'
- /usr/bin/make install-doc-opam
- make[2]: Entering directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0'
- echo 'doc: [' >> ocamlbuild.install
- echo '  "LICENSE"' >> ocamlbuild.install
- echo '  "Changes"' >> ocamlbuild.install
- echo '  "Readme.md"' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0'
- make[1]: Leaving directory '/home/opam/.opam/4.14/.opam-switch/build/ocamlbuild.0.15.0'
-> compiled  ocamlbuild.0.15.0
Processing 42/51: [menhir: dune build] [ppxlib: dune build]
-> installed ocamlbuild.0.15.0
Processing 43/51: [menhir: dune build] [ppxlib: dune build]
Processing 44/51: [menhir: dune build] [mybuild: make] [ppxlib: dune build]
- fatal: not a git repository: '.git'
- ocamlbuild -use-ocamlfind -no-links -j 0  mybuild.cma mybuild.cmxa mybuild_write_version.native
- + ocamlfind ocamldep -package ocamlbuild -modules mybuild.mli > mybuild.mli.depends
- + ocamlfind ocamlc -c -package ocamlbuild -o mybuild.cmi mybuild.mli
- + ocamlfind ocamldep -package ocamlbuild -modules mybuild.ml > mybuild.ml.depends
- + ocamlfind ocamlc -c -package ocamlbuild -o mybuild.cmo mybuild.ml
- + ocamlfind ocamlc -a -package ocamlbuild mybuild.cmo -o mybuild.cma
- + ocamlfind ocamlopt -c -package ocamlbuild -o mybuild.cmx mybuild.ml
- + ocamlfind ocamlopt -a -package ocamlbuild mybuild.cmx -o mybuild.cmxa
- + ocamlfind ocamldep -package ocamlbuild -modules mybuild_write_version.ml > mybuild_write_version.ml.depends
- + ocamlfind ocamlc -c -package ocamlbuild -o mybuild_write_version.cmo mybuild_write_version.ml
- + ocamlfind ocamlopt -c -package ocamlbuild -o mybuild_write_version.cmx mybuild_write_version.ml
- + ocamlfind ocamlopt -linkpkg -package ocamlbuild mybuild.cmx mybuild_write_version.cmx -o mybuild_write_version.native
- # No parallelism done
-> compiled  mybuild.6
Processing 44/51: [menhir: dune build] [ppxlib: dune build]
Processing 45/51: [menhir: dune build] [ppxlib: dune build] [mybuild: make install]
- fatal: not a git repository: '.git'
- ocamlbuild -use-ocamlfind -no-links -j 0  mybuild.cma mybuild.cmxa mybuild_write_version.native
- # No parallelism done
- ocamlfind install -patch-version "6" mybuild META _build/mybuild.cmx _build/mybuild.cmxa _build/mybuild_write_version.cmx _build/mybuild.cmi _build/mybuild_write_version.cmi _build/mybuild.mli _build/mybuild.ml _build/mybuild_write_version.ml _build/mybuild.cma _build/mybuild.a
- Installed /home/opam/.opam/4.14/lib/mybuild/mybuild.a
- Installed /home/opam/.opam/4.14/lib/mybuild/mybuild.cma
- Installed /home/opam/.opam/4.14/lib/mybuild/mybuild_write_version.ml
- Installed /home/opam/.opam/4.14/lib/mybuild/mybuild.ml
- Installed /home/opam/.opam/4.14/lib/mybuild/mybuild.mli
- Installed /home/opam/.opam/4.14/lib/mybuild/mybuild_write_version.cmi
- Installed /home/opam/.opam/4.14/lib/mybuild/mybuild.cmi
- Installed /home/opam/.opam/4.14/lib/mybuild/mybuild_write_version.cmx
- Installed /home/opam/.opam/4.14/lib/mybuild/mybuild.cmxa
- Installed /home/opam/.opam/4.14/lib/mybuild/mybuild.cmx
- Installed /home/opam/.opam/4.14/lib/mybuild/META
-> installed mybuild.6
Processing 45/51: [menhir: dune build] [ppxlib: dune build]
- (cd _build/default/src/stage2 && .bin/menhir --no-pager --table --fixed-exception --require-aliases --strict parser.mly --compare-errors parserMessages.auto.messages --compare-errors parserMessages.messages) > _build/default/src/stage2/parserMessages.check
- Read 101 sample input sentences and 101 error messages.
- Read 101 sample input sentences and 48 error messages.
- (cd _build/default && src/stage2/.bin/menhir --no-pager --table --fixed-exception --require-aliases --strict --strict -lg 1 -la 1 -lc 1 -v src/stage2/parser.mly --base src/stage2/parser --infer-read-reply src/stage2/parser__mock.mli.inferred)
- Grammar has 56 nonterminal symbols, among which 1 start symbols.
- Grammar has 37 terminal symbols.
- Grammar has 129 productions.
- Built an LR(0) automaton with 194 states.
- The grammar is not SLR(1) -- 5 states have a conflict.
- The construction mode is no-pager.
- Built an LR(1) automaton with 298 states.
- One shift/reduce conflict was silently solved.
- Extra reductions on error were added in 40 states.
- Priority played a role in 0 of these states.
- 152 out of 298 states have a default reduction.
- The action table is 11324 entries; 1610 non-zero; 1359 compressed.
- The action table occupies roughly 2816 bytes.
- The goto table is 16986 entries; 329 non-zero; 636 compressed.
- The goto table occupies roughly 1368 bytes.
- The error table occupies roughly 1448 bytes.
- The default_reduction table occupies roughly 336 bytes.
- The lhs table occupies roughly 168 bytes.
- The trace table occupies roughly 8 bytes.
- (cd _build/default/src/stage2 && .bin/menhir --no-pager --table --fixed-exception --require-aliases --strict parser.mly --compile-errors parserMessages.messages) > _build/default/src/stage2/parserMessages.ml
- Read 101 sample input sentences and 48 error messages.
-> compiled  menhir.20211128
Processing 45/51: [ppxlib: dune build]
-> installed menhir.20211128
Processing 46/51: [ppxlib: dune build]
+ /home/opam/.opam/4.14/bin/dune "build" "-p" "ppxlib" "-j" "39" "@install" (CWD=/home/opam/.opam/4.14/.opam-switch/build/ppxlib.0.33.0)
-> compiled  ppxlib.0.33.0
-> installed ppxlib.0.33.0
Processing 48/51: [ppx_deriving: dune build]
+ /home/opam/.opam/4.14/bin/dune "build" "-p" "ppx_deriving" "-j" "39" (CWD=/home/opam/.opam/4.14/.opam-switch/build/ppx_deriving.6.0.2)
-> compiled  ppx_deriving.6.0.2
-> installed ppx_deriving.6.0.2
Processing 50/51: [sqlgg: ocaml setup.ml]
+ /home/opam/.opam/4.14/bin/ocaml "setup.ml" "-configure" "--enable-tests" "--disable-mysql" "--disable-sqlite3" "--prefix" "/home/opam/.opam/4.14" (CWD=/home/opam/.opam/4.14/.opam-switch/build/sqlgg.0.4.5)
- File "./setup.ml", line 575, characters 4-15:
- 575 |     Stream.from next
-           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "./setup.ml", line 603, characters 19-36:
- 603 |         let strm = Stream.of_channel chn in
-                          ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "./setup.ml", line 610, characters 37-48:
- 610 |                 Buffer.add_char buf (Stream.next strm);
-                                            ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "./setup.ml", line 613, characters 17-31:
- 613 |             with Stream.Failure ->
-                        ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "./setup.ml", line 1431, characters 16-33:
- 1431 |       let lxr = Genlex.make_lexer [] in
-                        ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "./setup.ml", line 1433, characters 22-38:
- 1433 |         let st = lxr (Stream.of_string s) in
-                              ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "./setup.ml", line 1434, characters 14-26:
- 1434 |         match Stream.npeek 3 st with
-                      ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "./setup.ml", line 1435, characters 11-23:
- 1435 |         | [Genlex.Ident fn; Genlex.Ident nm] -> Call(fn, Ident nm)
-                   ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "./setup.ml", line 1435, characters 28-40:
- 1435 |         | [Genlex.Ident fn; Genlex.Ident nm] -> Call(fn, Ident nm)
-                                    ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "./setup.ml", line 1436, characters 11-23:
- 1436 |         | [Genlex.Ident fn; Genlex.String str] -> Call(fn, String str)
-                   ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "./setup.ml", line 1436, characters 28-41:
- 1436 |         | [Genlex.Ident fn; Genlex.String str] -> Call(fn, String str)
-                                    ^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "./setup.ml", line 1437, characters 11-24:
- 1437 |         | [Genlex.String str] -> String str
-                   ^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "./setup.ml", line 1438, characters 11-23:
- 1438 |         | [Genlex.Ident nm] -> Ident nm
-                   ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "./setup.ml", line 1775, characters 22-40:
- 1775 |         let compare = Pervasives.compare
-                              ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "setup.ml", line 3176, characters 8-19:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3179, characters 21-32:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3182, characters 18-32:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3184, characters 6-23:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3187, characters 12-24:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3188, characters 9-21:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3188, characters 26-36:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3188, characters 42-55:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3189, characters 8-19:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3189, characters 25-36:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3189, characters 42-53:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3201, characters 17-34:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3326, characters 16-33:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3345, characters 22-38:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3347, characters 17-29:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3348, characters 16-28:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3348, characters 37-49:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3350, characters 16-28:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3350, characters 37-50:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3352, characters 16-28:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3352, characters 46-58:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3354, characters 16-28:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3354, characters 46-59:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3356, characters 16-28:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3369, characters 13-25:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3467, characters 16-34:
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "setup.ml", line 4518, characters 21-38:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 4520, characters 19-31:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 4521, characters 16-29:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 4521, characters 33-46:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 4523, characters 15-26:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 4523, characters 32-43:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- 
- Configuration:
- ocamlfind: ........................................... /home/opam/.opam/4.14/bin/ocamlfind
- ocamlc: .............................................. /home/opam/.opam/4.14/bin/ocamlc.opt
- ocamlopt: ............................................ /home/opam/.opam/4.14/bin/ocamlopt.opt
- ocamlbuild: .......................................... /home/opam/.opam/4.14/bin/ocamlbuild
- Package name: ........................................ sqlgg
- Package version: ..................................... 0.4.5
- os_type: ............................................. Unix
- system: .............................................. linux
- architecture: ........................................ amd64
- ccomp_type: .......................................... cc
- ocaml_version: ....................................... 4.14.2
- standard_library_default: ............................ /home/opam/.opam/4.14/lib/ocaml
- standard_library: .................................... /home/opam/.opam/4.14/lib/ocaml
- bytecomp_c_compiler: ................................. gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -D_FILE_OFFSET_BITS=64 
- native_c_compiler: ................................... gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -D_FILE_OFFSET_BITS=64 
- model: ............................................... default
- ext_obj: ............................................. .o
- ext_asm: ............................................. .s
- ext_lib: ............................................. .a
- ext_dll: ............................................. .so
- default_executable_name: ............................. a.out
- systhread_supported: ................................. true
- Install architecture-independent files dir: .......... /home/opam/.opam/4.14
- Install architecture-dependent files in dir: ......... $prefix
- User executables: .................................... $exec_prefix/bin
- System admin executables: ............................ $exec_prefix/sbin
- Program executables: ................................. $exec_prefix/libexec
- Read-only single-machine data: ....................... $prefix/etc
- Modifiable architecture-independent data: ............ $prefix/com
- Modifiable single-machine data: ...................... $prefix/var
- Object code libraries: ............................... $exec_prefix/lib
- Read-only arch-independent data root: ................ $prefix/share
- Read-only architecture-independent data: ............. $datarootdir
- Info documentation: .................................. $datarootdir/info
- Locale-dependent data: ............................... $datarootdir/locale
- Man documentation: ................................... $datarootdir/man
- Documentation root: .................................. $datarootdir/doc/$pkg_name
- HTML documentation: .................................. $docdir
- DVI documentation: ................................... $docdir
- PDF documentation: ................................... $docdir
- PS documentation: .................................... $docdir
- findlib_version: ..................................... 1.9.6
- is_native: ........................................... true
- suffix_program: ......................................
- Remove a file.: ...................................... rm -f
- Remove a directory.: ................................. rm -rf
- Turn ocaml debug flag on: ............................ true
- Turn ocaml profile flag on: .......................... false
- Compiler support generation of .cmxs.: ............... true
- OCamlbuild additional flags: .........................
- Build mysql traits implementation: ................... false
- Build sqlite3 traits implementation: ................. false
- Create documentations: ............................... true
- Compile tests executable and library and run them: ... true
- menhir: .............................................. /home/opam/.opam/4.14/bin/menhir
- pkg_extlib: .......................................... /home/opam/.opam/4.14/lib/extlib
- pkg_ppx_deriving_std: ................................ /home/opam/.opam/4.14/lib/ppx_deriving/std
- pkg_ounit: ........................................... /home/opam/.opam/4.14/lib/oUnit
- 
+ /home/opam/.opam/4.14/bin/ocaml "setup.ml" "-build" (CWD=/home/opam/.opam/4.14/.opam-switch/build/sqlgg.0.4.5)
- File "./setup.ml", line 575, characters 4-15:
- 575 |     Stream.from next
-           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "./setup.ml", line 603, characters 19-36:
- 603 |         let strm = Stream.of_channel chn in
-                          ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "./setup.ml", line 610, characters 37-48:
- 610 |                 Buffer.add_char buf (Stream.next strm);
-                                            ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "./setup.ml", line 613, characters 17-31:
- 613 |             with Stream.Failure ->
-                        ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "./setup.ml", line 1431, characters 16-33:
- 1431 |       let lxr = Genlex.make_lexer [] in
-                        ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "./setup.ml", line 1433, characters 22-38:
- 1433 |         let st = lxr (Stream.of_string s) in
-                              ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "./setup.ml", line 1434, characters 14-26:
- 1434 |         match Stream.npeek 3 st with
-                      ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "./setup.ml", line 1435, characters 11-23:
- 1435 |         | [Genlex.Ident fn; Genlex.Ident nm] -> Call(fn, Ident nm)
-                   ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "./setup.ml", line 1435, characters 28-40:
- 1435 |         | [Genlex.Ident fn; Genlex.Ident nm] -> Call(fn, Ident nm)
-                                    ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "./setup.ml", line 1436, characters 11-23:
- 1436 |         | [Genlex.Ident fn; Genlex.String str] -> Call(fn, String str)
-                   ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "./setup.ml", line 1436, characters 28-41:
- 1436 |         | [Genlex.Ident fn; Genlex.String str] -> Call(fn, String str)
-                                    ^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "./setup.ml", line 1437, characters 11-24:
- 1437 |         | [Genlex.String str] -> String str
-                   ^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "./setup.ml", line 1438, characters 11-23:
- 1438 |         | [Genlex.Ident nm] -> Ident nm
-                   ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "./setup.ml", line 1775, characters 22-40:
- 1775 |         let compare = Pervasives.compare
-                              ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "setup.ml", line 3176, characters 8-19:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3179, characters 21-32:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3182, characters 18-32:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3184, characters 6-23:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3187, characters 12-24:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3188, characters 9-21:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3188, characters 26-36:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3188, characters 42-55:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3189, characters 8-19:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3189, characters 25-36:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3189, characters 42-53:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3201, characters 17-34:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3326, characters 16-33:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3345, characters 22-38:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3347, characters 17-29:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3348, characters 16-28:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3348, characters 37-49:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3350, characters 16-28:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3350, characters 37-50:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3352, characters 16-28:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3352, characters 46-58:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3354, characters 16-28:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3354, characters 46-59:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3356, characters 16-28:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3369, characters 13-25:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3467, characters 16-34:
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "setup.ml", line 4518, characters 21-38:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 4520, characters 19-31:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 4521, characters 16-29:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 4521, characters 33-46:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 4523, characters 15-26:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 4523, characters 32-43:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- W: Cannot find source file matching module 'sqlgg' in library sqlgg.
- W: Use InterfacePatterns or ImplementationPatterns to define this file with feature "source_patterns".
- + ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package mybuild myocamlbuild_config.ml myocamlbuild.ml /home/opam/.opam/4.14/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- fatal: not a git repository (or any of the parent directories): .git
- + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package ppx_deriving.std -package extlib -modules lib/parser.ml > lib/parser.ml.depends
- + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package ppx_deriving.std -package extlib -modules lib/parser_utils.ml > lib/parser_utils.ml.depends
- + /home/opam/.opam/4.14/bin/ocamllex.opt -q lib/sql_lexer.mll
- + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package ppx_deriving.std -package extlib -modules lib/sql_lexer.ml > lib/sql_lexer.ml.depends
- + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package ppx_deriving.std -package extlib -modules lib/parser_state.ml > lib/parser_state.ml.depends
- + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package ppx_deriving.std -package extlib -modules lib/sql.ml > lib/sql.ml.depends
- + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package ppx_deriving.std -package extlib -modules lib/prelude.ml > lib/prelude.ml.depends
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -bin-annot -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package extlib -I lib -o lib/prelude.cmo lib/prelude.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -bin-annot -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package extlib -I lib -o lib/prelude.cmo lib/prelude.ml
- File "lib/prelude.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + menhir --raw-depend --ocamldep '/home/opam/.opam/4.14/bin/ocamlfind ocamldep -modules' lib/sql_parser.mly > lib/sql_parser.mly.depends
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -bin-annot -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package extlib -I lib -o lib/parser_state.cmo lib/parser_state.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -bin-annot -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package extlib -I lib -o lib/parser_state.cmo lib/parser_state.ml
- File "lib/parser_state.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -bin-annot -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package extlib -I lib -o lib/sql.cmo lib/sql.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -bin-annot -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package extlib -I lib -o lib/sql.cmo lib/sql.ml
- File "lib/sql.ml", line 308, characters 13-29:
- 308 |   let name = String.lowercase name in
-                    ^^^^^^^^^^^^^^^^
- Alert deprecated: ExtLib.String.lowercase
- Use String.lowercase_ascii instead.
- File "lib/sql.ml", line 320, characters 13-29:
- 320 |   let name = String.lowercase name in
-                    ^^^^^^^^^^^^^^^^
- Alert deprecated: ExtLib.String.lowercase
- Use String.lowercase_ascii instead.
- File "lib/sql.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package ppx_deriving.std -package extlib -modules lib/tables.ml > lib/tables.ml.depends
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -bin-annot -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package extlib -I lib -o lib/tables.cmo lib/tables.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -bin-annot -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package extlib -I lib -o lib/tables.cmo lib/tables.ml
- File "lib/tables.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + menhir --ocamlc '/home/opam/.opam/4.14/bin/ocamlfind ocamlc -g -bin-annot -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package extlib -I lib' --infer lib/sql_parser.mly
- + menhir --ocamlc '/home/opam/.opam/4.14/bin/ocamlfind ocamlc -g -bin-annot -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package extlib -I lib' --infer lib/sql_parser.mly
- Warning: 20 states have shift/reduce conflicts.
- Warning: 140 shift/reduce conflicts were arbitrarily resolved.
- + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package ppx_deriving.std -package extlib -modules lib/sql_parser.mli > lib/sql_parser.mli.depends
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -bin-annot -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package extlib -I lib -o lib/sql_parser.cmi lib/sql_parser.mli
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -bin-annot -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package extlib -I lib -o lib/sql_lexer.cmo lib/sql_lexer.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -bin-annot -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package extlib -I lib -o lib/sql_lexer.cmo lib/sql_lexer.ml
- File "lib/sql_lexer.mll", line 192, characters 12-28:
- Alert deprecated: ExtLib.String.lowercase
- Use String.lowercase_ascii instead.
- File "lib/sql_lexer.mll", line 203, characters 12-28:
- Alert deprecated: ExtLib.String.lowercase
- Use String.lowercase_ascii instead.
- File "lib/sql_lexer.mll", line 206, characters 23-39:
- Alert deprecated: ExtLib.String.lowercase
- Use String.lowercase_ascii instead.
- File "lib/sql_lexer.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -bin-annot -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package extlib -I lib -o lib/parser_utils.cmo lib/parser_utils.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -bin-annot -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package extlib -I lib -o lib/parser_utils.cmo lib/parser_utils.ml
- File "lib/parser_utils.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package ppx_deriving.std -package extlib -modules lib/sql_parser.ml > lib/sql_parser.ml.depends
- + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package ppx_deriving.std -package extlib -modules lib/stmt.ml > lib/stmt.ml.depends
- + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package ppx_deriving.std -package extlib -modules lib/syntax.ml > lib/syntax.ml.depends
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -bin-annot -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package extlib -I lib -o lib/parser.cmo lib/parser.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -bin-annot -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package extlib -I lib -o lib/parser.cmo lib/parser.ml
- File "lib/parser.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -bin-annot -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package extlib -I lib -o lib/stmt.cmo lib/stmt.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -bin-annot -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package extlib -I lib -o lib/stmt.cmo lib/stmt.ml
- File "lib/stmt.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -bin-annot -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package extlib -I lib -o lib/sql_parser.cmo lib/sql_parser.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -bin-annot -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package extlib -I lib -o lib/syntax.cmo lib/syntax.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -bin-annot -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package extlib -I lib -o lib/syntax.cmo lib/syntax.ml
- File "lib/syntax.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -pack -g -bin-annot lib/parser_state.cmo lib/prelude.cmo lib/sql.cmo lib/tables.cmo lib/sql_parser.cmo lib/sql_lexer.cmo lib/parser_utils.cmo lib/parser.cmo lib/stmt.cmo lib/syntax.cmo -o lib/sqlgg.cmo
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -a -I lib lib/sqlgg.cmo -o lib/sqlgg.cma
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -bin-annot -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package extlib -for-pack Sqlgg -I lib -o lib/prelude.cmx lib/prelude.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -bin-annot -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package extlib -for-pack Sqlgg -I lib -o lib/prelude.cmx lib/prelude.ml
- File "lib/prelude.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -bin-annot -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package extlib -for-pack Sqlgg -I lib -o lib/parser_state.cmx lib/parser_state.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -bin-annot -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package extlib -for-pack Sqlgg -I lib -o lib/parser_state.cmx lib/parser_state.ml
- File "lib/parser_state.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -bin-annot -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package extlib -for-pack Sqlgg -I lib -o lib/sql.cmx lib/sql.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -bin-annot -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package extlib -for-pack Sqlgg -I lib -o lib/sql.cmx lib/sql.ml
- File "lib/sql.ml", line 308, characters 13-29:
- 308 |   let name = String.lowercase name in
-                    ^^^^^^^^^^^^^^^^
- Alert deprecated: ExtLib.String.lowercase
- Use String.lowercase_ascii instead.
- File "lib/sql.ml", line 320, characters 13-29:
- 320 |   let name = String.lowercase name in
-                    ^^^^^^^^^^^^^^^^
- Alert deprecated: ExtLib.String.lowercase
- Use String.lowercase_ascii instead.
- File "lib/sql.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -bin-annot -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package extlib -for-pack Sqlgg -I lib -o lib/tables.cmx lib/tables.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -bin-annot -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package extlib -for-pack Sqlgg -I lib -o lib/tables.cmx lib/tables.ml
- File "lib/tables.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -bin-annot -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package extlib -for-pack Sqlgg -I lib -o lib/sql_parser.cmx lib/sql_parser.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -bin-annot -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package extlib -for-pack Sqlgg -I lib -o lib/sql_lexer.cmx lib/sql_lexer.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -bin-annot -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package extlib -for-pack Sqlgg -I lib -o lib/sql_lexer.cmx lib/sql_lexer.ml
- File "lib/sql_lexer.mll", line 192, characters 12-28:
- Alert deprecated: ExtLib.String.lowercase
- Use String.lowercase_ascii instead.
- File "lib/sql_lexer.mll", line 203, characters 12-28:
- Alert deprecated: ExtLib.String.lowercase
- Use String.lowercase_ascii instead.
- File "lib/sql_lexer.mll", line 206, characters 23-39:
- Alert deprecated: ExtLib.String.lowercase
- Use String.lowercase_ascii instead.
- File "lib/sql_lexer.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -bin-annot -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package extlib -for-pack Sqlgg -I lib -o lib/parser_utils.cmx lib/parser_utils.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -bin-annot -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package extlib -for-pack Sqlgg -I lib -o lib/parser_utils.cmx lib/parser_utils.ml
- File "lib/parser_utils.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -bin-annot -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package extlib -for-pack Sqlgg -I lib -o lib/parser.cmx lib/parser.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -bin-annot -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package extlib -for-pack Sqlgg -I lib -o lib/parser.cmx lib/parser.ml
- File "lib/parser.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -bin-annot -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package extlib -for-pack Sqlgg -I lib -o lib/stmt.cmx lib/stmt.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -bin-annot -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package extlib -for-pack Sqlgg -I lib -o lib/stmt.cmx lib/stmt.ml
- File "lib/stmt.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -bin-annot -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package extlib -for-pack Sqlgg -I lib -o lib/syntax.cmx lib/syntax.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -bin-annot -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package extlib -for-pack Sqlgg -I lib -o lib/syntax.cmx lib/syntax.ml
- File "lib/syntax.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + touch lib/sqlgg.mli  ; if  /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -pack -g -bin-annot -I lib lib/parser_state.cmx lib/prelude.cmx lib/sql.cmx lib/tables.cmx lib/sql_parser.cmx lib/sql_lexer.cmx lib/parser_utils.cmx lib/parser.cmx lib/stmt.cmx lib/syntax.cmx -o lib/sqlgg.cmx  ; then  rm -f lib/sqlgg.mli  ; else  rm -f lib/sqlgg.mli  ; exit 1; fi
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -a -I lib lib/sqlgg.cmx -o lib/sqlgg.cmxa
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -shared -I lib lib/sqlgg.cmxa lib/sqlgg.cmx -o lib/sqlgg.cmxs
- + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package ppx_deriving.std -package oUnit -package extlib -modules src/cli.ml > src/cli.ml.depends
- + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package ppx_deriving.std -package oUnit -package extlib -modules src/error.ml > src/error.ml.depends
- + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package ppx_deriving.std -package oUnit -package extlib -modules src/gen.ml > src/gen.ml.depends
- + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package ppx_deriving.std -package oUnit -package extlib -modules src/props.ml > src/props.ml.depends
- + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package ppx_deriving.std -package oUnit -package extlib -modules src/sqlgg_config.ml > src/sqlgg_config.ml.depends
- + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package ppx_deriving.std -package oUnit -package extlib -modules src/version.ml > src/version.ml.depends
- + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package ppx_deriving.std -package oUnit -package extlib -modules src/version_release.ml > src/version_release.ml.depends
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -bin-annot -I lib -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package oUnit -package extlib -I src -I lib -o src/version_release.cmo src/version_release.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -bin-annot -I lib -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package oUnit -package extlib -I src -I lib -o src/version_release.cmo src/version_release.ml
- File "src/version_release.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -bin-annot -I lib -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package oUnit -package extlib -I src -I lib -o src/version.cmo src/version.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -bin-annot -I lib -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package oUnit -package extlib -I src -I lib -o src/version.cmo src/version.ml
- File "src/version.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -bin-annot -I lib -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package oUnit -package extlib -I src -I lib -o src/props.cmo src/props.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -bin-annot -I lib -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package oUnit -package extlib -I src -I lib -o src/sqlgg_config.cmo src/sqlgg_config.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -bin-annot -I lib -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package oUnit -package extlib -I src -I lib -o src/props.cmo src/props.ml
- File "src/props.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -bin-annot -I lib -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package oUnit -package extlib -I src -I lib -o src/sqlgg_config.cmo src/sqlgg_config.ml
- File "src/sqlgg_config.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package ppx_deriving.std -package oUnit -package extlib -modules src/gen_caml.ml > src/gen_caml.ml.depends
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -bin-annot -I lib -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package oUnit -package extlib -I src -I lib -o src/gen.cmo src/gen.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -bin-annot -I lib -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package oUnit -package extlib -I src -I lib -o src/gen.cmo src/gen.ml
- File "src/gen.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package ppx_deriving.std -package oUnit -package extlib -modules src/gen_csharp.ml > src/gen_csharp.ml.depends
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -bin-annot -I lib -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package oUnit -package extlib -I src -I lib -o src/gen_caml.cmo src/gen_caml.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -bin-annot -I lib -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package oUnit -package extlib -I src -I lib -o src/gen_caml.cmo src/gen_caml.ml
- File "src/gen_caml.ml", line 109, characters 55-74:
- 109 |   let name = choose_name stmt.props stmt.kind index |> String.uncapitalize in
-                                                              ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: ExtLib.String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "src/gen_caml.ml", line 159, characters 52-69:
- 159 |   output "module %s (T : Sqlgg_traits.M) = struct" (String.capitalize name);
-                                                           ^^^^^^^^^^^^^^^^^
- Alert deprecated: ExtLib.String.capitalize
- Use String.capitalize_ascii instead.
- File "src/gen_caml.ml", line 175, characters 32-49:
- 175 |   output "end (* module %s *)" (String.capitalize name)
-                                       ^^^^^^^^^^^^^^^^^
- Alert deprecated: ExtLib.String.capitalize
- Use String.capitalize_ascii instead.
- File "src/gen_caml.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package ppx_deriving.std -package oUnit -package extlib -modules src/gen_cxx.ml > src/gen_cxx.ml.depends
- + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package ppx_deriving.std -package oUnit -package extlib -modules src/gen_java.ml > src/gen_java.ml.depends
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -bin-annot -I lib -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package oUnit -package extlib -I src -I lib -o src/gen_cxx.cmo src/gen_cxx.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -bin-annot -I lib -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package oUnit -package extlib -I src -I lib -o src/gen_cxx.cmo src/gen_cxx.ml
- File "src/gen_cxx.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -bin-annot -I lib -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package oUnit -package extlib -I src -I lib -o src/gen_java.cmo src/gen_java.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -bin-annot -I lib -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package oUnit -package extlib -I src -I lib -o src/gen_java.cmo src/gen_java.ml
- File "src/gen_java.ml", line 43, characters 18-35:
- 43 | let as_api_type = String.capitalize $ as_lang_type
-                        ^^^^^^^^^^^^^^^^^
- Alert deprecated: ExtLib.String.capitalize
- Use String.capitalize_ascii instead.
- File "src/gen_java.ml", line 82, characters 34-51:
- 82 |     (t |> param_type_to_string |> String.capitalize)
-                                        ^^^^^^^^^^^^^^^^^
- Alert deprecated: ExtLib.String.capitalize
- Use String.capitalize_ascii instead.
- File "src/gen_java.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package ppx_deriving.std -package oUnit -package extlib -modules src/gen_xml.ml > src/gen_xml.ml.depends
- + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package ppx_deriving.std -package oUnit -package extlib -modules src/main.ml > src/main.ml.depends
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -bin-annot -I lib -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package oUnit -package extlib -I src -I lib -o src/error.cmo src/error.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -bin-annot -I lib -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package oUnit -package extlib -I src -I lib -o src/error.cmo src/error.ml
- File "src/error.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -package ppx_deriving.std -package oUnit -package extlib -modules src/test.ml > src/test.ml.depends
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -bin-annot -I lib -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package oUnit -package extlib -I src -I lib -o src/main.cmo src/main.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -bin-annot -I lib -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package oUnit -package extlib -I src -I lib -o src/main.cmo src/main.ml
- File "src/main.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -bin-annot -I lib -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package oUnit -package extlib -I src -I lib -o src/gen_csharp.cmo src/gen_csharp.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -bin-annot -I lib -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package oUnit -package extlib -I src -I lib -o src/gen_xml.cmo src/gen_xml.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -bin-annot -I lib -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package oUnit -package extlib -I src -I lib -o src/test.cmo src/test.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -bin-annot -I lib -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package oUnit -package extlib -I src -I lib -o src/gen_xml.cmo src/gen_xml.ml
- File "src/gen_xml.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -bin-annot -I lib -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package oUnit -package extlib -I src -I lib -o src/gen_csharp.cmo src/gen_csharp.ml
- File "src/gen_csharp.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -bin-annot -I lib -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package oUnit -package extlib -I src -I lib -o src/test.cmo src/test.ml
- File "src/test.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -bin-annot -I lib -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package oUnit -package extlib -I src -I lib -o src/cli.cmo src/cli.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -bin-annot -I lib -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package oUnit -package extlib -I src -I lib -o src/cli.cmo src/cli.ml
- File "src/cli.ml", line 21, characters 9-25:
- 21 |   match (String.lowercase s) with
-               ^^^^^^^^^^^^^^^^
- Alert deprecated: ExtLib.String.lowercase
- Use String.lowercase_ascii instead.
- File "src/cli.ml", line 32, characters 8-24:
- 32 |   match String.lowercase s with
-              ^^^^^^^^^^^^^^^^
- Alert deprecated: ExtLib.String.lowercase
- Use String.lowercase_ascii instead.
- File "src/cli.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -bin-annot -I lib -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package oUnit -package extlib -I src -I lib -o src/version_release.cmx src/version_release.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -bin-annot -I lib -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package oUnit -package extlib -I src -I lib -o src/version_release.cmx src/version_release.ml
- File "src/version_release.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -bin-annot -I lib -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package oUnit -package extlib -I src -I lib -o src/version.cmx src/version.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -bin-annot -I lib -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package oUnit -package extlib -I src -I lib -o src/version.cmx src/version.ml
- File "src/version.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -bin-annot -I lib -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package oUnit -package extlib -I src -I lib -o src/props.cmx src/props.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -bin-annot -I lib -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package oUnit -package extlib -I src -I lib -o src/sqlgg_config.cmx src/sqlgg_config.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -bin-annot -I lib -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package oUnit -package extlib -I src -I lib -o src/props.cmx src/props.ml
- File "src/props.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -bin-annot -I lib -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package oUnit -package extlib -I src -I lib -o src/sqlgg_config.cmx src/sqlgg_config.ml
- File "src/sqlgg_config.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -bin-annot -I lib -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package oUnit -package extlib -I src -I lib -o src/gen.cmx src/gen.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -bin-annot -I lib -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package oUnit -package extlib -I src -I lib -o src/gen.cmx src/gen.ml
- File "src/gen.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -bin-annot -I lib -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package oUnit -package extlib -I src -I lib -o src/gen_caml.cmx src/gen_caml.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -bin-annot -I lib -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package oUnit -package extlib -I src -I lib -o src/gen_caml.cmx src/gen_caml.ml
- File "src/gen_caml.ml", line 109, characters 55-74:
- 109 |   let name = choose_name stmt.props stmt.kind index |> String.uncapitalize in
-                                                              ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: ExtLib.String.uncapitalize
- Use String.uncapitalize_ascii instead.
- File "src/gen_caml.ml", line 159, characters 52-69:
- 159 |   output "module %s (T : Sqlgg_traits.M) = struct" (String.capitalize name);
-                                                           ^^^^^^^^^^^^^^^^^
- Alert deprecated: ExtLib.String.capitalize
- Use String.capitalize_ascii instead.
- File "src/gen_caml.ml", line 175, characters 32-49:
- 175 |   output "end (* module %s *)" (String.capitalize name)
-                                       ^^^^^^^^^^^^^^^^^
- Alert deprecated: ExtLib.String.capitalize
- Use String.capitalize_ascii instead.
- File "src/gen_caml.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -bin-annot -I lib -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package oUnit -package extlib -I src -I lib -o src/gen_cxx.cmx src/gen_cxx.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -bin-annot -I lib -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package oUnit -package extlib -I src -I lib -o src/gen_cxx.cmx src/gen_cxx.ml
- File "src/gen_cxx.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -bin-annot -I lib -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package oUnit -package extlib -I src -I lib -o src/gen_java.cmx src/gen_java.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -bin-annot -I lib -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package oUnit -package extlib -I src -I lib -o src/gen_java.cmx src/gen_java.ml
- File "src/gen_java.ml", line 43, characters 18-35:
- 43 | let as_api_type = String.capitalize $ as_lang_type
-                        ^^^^^^^^^^^^^^^^^
- Alert deprecated: ExtLib.String.capitalize
- Use String.capitalize_ascii instead.
- File "src/gen_java.ml", line 82, characters 34-51:
- 82 |     (t |> param_type_to_string |> String.capitalize)
-                                        ^^^^^^^^^^^^^^^^^
- Alert deprecated: ExtLib.String.capitalize
- Use String.capitalize_ascii instead.
- File "src/gen_java.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -bin-annot -I lib -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package oUnit -package extlib -I src -I lib -o src/error.cmx src/error.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -bin-annot -I lib -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package oUnit -package extlib -I src -I lib -o src/error.cmx src/error.ml
- File "src/error.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -bin-annot -I lib -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package oUnit -package extlib -I src -I lib -o src/main.cmx src/main.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -bin-annot -I lib -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package oUnit -package extlib -I src -I lib -o src/main.cmx src/main.ml
- File "src/main.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -bin-annot -I lib -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package oUnit -package extlib -I src -I lib -o src/gen_csharp.cmx src/gen_csharp.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -bin-annot -I lib -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package oUnit -package extlib -I src -I lib -o src/gen_xml.cmx src/gen_xml.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -bin-annot -I lib -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package oUnit -package extlib -I src -I lib -o src/test.cmx src/test.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -bin-annot -I lib -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package oUnit -package extlib -I src -I lib -o src/gen_xml.cmx src/gen_xml.ml
- File "src/gen_xml.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -bin-annot -I lib -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package oUnit -package extlib -I src -I lib -o src/gen_csharp.cmx src/gen_csharp.ml
- File "src/gen_csharp.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -bin-annot -I lib -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package oUnit -package extlib -I src -I lib -o src/test.cmx src/test.ml
- File "src/test.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -bin-annot -I lib -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package oUnit -package extlib -I src -I lib -o src/cli.cmx src/cli.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -bin-annot -I lib -w +A-e-40-41-42-44-45 -package ppx_deriving.std -package oUnit -package extlib -I src -I lib -o src/cli.cmx src/cli.ml
- File "src/cli.ml", line 21, characters 9-25:
- 21 |   match (String.lowercase s) with
-               ^^^^^^^^^^^^^^^^
- Alert deprecated: ExtLib.String.lowercase
- Use String.lowercase_ascii instead.
- File "src/cli.ml", line 32, characters 8-24:
- 32 |   match String.lowercase s with
-              ^^^^^^^^^^^^^^^^
- Alert deprecated: ExtLib.String.lowercase
- Use String.lowercase_ascii instead.
- File "src/cli.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -linkpkg -g -linkpkg -package ppx_deriving.std -package oUnit -package extlib -I lib -I src lib/sqlgg.cmxa lib/parser_state.cmx lib/prelude.cmx lib/sql.cmx lib/tables.cmx lib/sql_parser.cmx lib/sql_lexer.cmx lib/parser_utils.cmx lib/parser.cmx lib/stmt.cmx lib/syntax.cmx src/error.cmx src/props.cmx src/version_release.cmx src/version.cmx src/sqlgg_config.cmx src/gen.cmx src/gen_caml.cmx src/gen_cxx.cmx src/gen_java.cmx src/gen_csharp.cmx src/gen_xml.cmx src/main.cmx src/test.cmx src/cli.cmx -o src/cli.native
- + /home/opam/.opam/4.14/bin/ocamlfind ocamldep -modules impl/ocaml/sqlgg_traits.ml > impl/ocaml/sqlgg_traits.ml.depends
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -bin-annot -w +A-e-40-41-42-44-45 -I impl/ocaml -o impl/ocaml/sqlgg_traits.cmo impl/ocaml/sqlgg_traits.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -c -g -bin-annot -w +A-e-40-41-42-44-45 -I impl/ocaml -o impl/ocaml/sqlgg_traits.cmo impl/ocaml/sqlgg_traits.ml
- File "impl/ocaml/sqlgg_traits.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlc -a -I impl/ocaml impl/ocaml/sqlgg_traits.cmo -o impl/ocaml/sqlgg_traits.cma
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -bin-annot -w +A-e-40-41-42-44-45 -I impl/ocaml -o impl/ocaml/sqlgg_traits.cmx impl/ocaml/sqlgg_traits.ml
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -c -g -bin-annot -w +A-e-40-41-42-44-45 -I impl/ocaml -o impl/ocaml/sqlgg_traits.cmx impl/ocaml/sqlgg_traits.ml
- File "impl/ocaml/sqlgg_traits.ml", line 1:
- Warning 70 [missing-mli]: Cannot find interface file.
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -a -I impl/ocaml impl/ocaml/sqlgg_traits.cmx -o impl/ocaml/sqlgg_traits.cmxa
- + /home/opam/.opam/4.14/bin/ocamlfind ocamlopt -shared -I impl/ocaml impl/ocaml/sqlgg_traits.cmxa impl/ocaml/sqlgg_traits.cmx -o impl/ocaml/sqlgg_traits.cmxs
- # Parallel statistics: { count(total): 5(83), max: 3, min: 2, average(total): 2.400(1.084) }
- + ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package mybuild myocamlbuild_config.ml myocamlbuild.ml /home/opam/.opam/4.14/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- File "myocamlbuild.ml", line 454, characters 8-19:
- 454 |         Stream.from
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "myocamlbuild.ml", line 457, characters 21-32:
- 457 |                match Stream.next st with
-                            ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "myocamlbuild.ml", line 460, characters 18-32:
- 460 |              with Stream.Failure -> None)
-                         ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "myocamlbuild.ml", line 462, characters 6-23:
- 462 |       Genlex.make_lexer ["="] st_line
-             ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "myocamlbuild.ml", line 465, characters 12-24:
- 465 |       match Stream.npeek 3 lxr with
-                   ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "myocamlbuild.ml", line 466, characters 9-21:
- 466 |       | [Genlex.Ident nm; Genlex.Kwd "="; Genlex.String value] ->
-                ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "myocamlbuild.ml", line 466, characters 26-36:
- 466 |       | [Genlex.Ident nm; Genlex.Kwd "="; Genlex.String value] ->
-                                 ^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "myocamlbuild.ml", line 466, characters 42-55:
- 466 |       | [Genlex.Ident nm; Genlex.Kwd "="; Genlex.String value] ->
-                                                 ^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "myocamlbuild.ml", line 467, characters 8-19:
- 467 |         Stream.junk lxr; Stream.junk lxr; Stream.junk lxr;
-               ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "myocamlbuild.ml", line 467, characters 25-36:
- 467 |         Stream.junk lxr; Stream.junk lxr; Stream.junk lxr;
-                                ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "myocamlbuild.ml", line 467, characters 42-53:
- 467 |         Stream.junk lxr; Stream.junk lxr; Stream.junk lxr;
-                                                 ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "myocamlbuild.ml", line 479, characters 17-34:
- 479 |         let st = Stream.of_channel chn in
-                        ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
-> compiled  sqlgg.0.4.5
Processing 51/51: [sqlgg: ocaml setup.ml]
+ /home/opam/.opam/4.14/bin/ocaml "setup.ml" "-install" (CWD=/home/opam/.opam/4.14/.opam-switch/build/sqlgg.0.4.5)
- File "./setup.ml", line 575, characters 4-15:
- 575 |     Stream.from next
-           ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "./setup.ml", line 603, characters 19-36:
- 603 |         let strm = Stream.of_channel chn in
-                          ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "./setup.ml", line 610, characters 37-48:
- 610 |                 Buffer.add_char buf (Stream.next strm);
-                                            ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "./setup.ml", line 613, characters 17-31:
- 613 |             with Stream.Failure ->
-                        ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "./setup.ml", line 1431, characters 16-33:
- 1431 |       let lxr = Genlex.make_lexer [] in
-                        ^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "./setup.ml", line 1433, characters 22-38:
- 1433 |         let st = lxr (Stream.of_string s) in
-                              ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "./setup.ml", line 1434, characters 14-26:
- 1434 |         match Stream.npeek 3 st with
-                      ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "./setup.ml", line 1435, characters 11-23:
- 1435 |         | [Genlex.Ident fn; Genlex.Ident nm] -> Call(fn, Ident nm)
-                   ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "./setup.ml", line 1435, characters 28-40:
- 1435 |         | [Genlex.Ident fn; Genlex.Ident nm] -> Call(fn, Ident nm)
-                                    ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "./setup.ml", line 1436, characters 11-23:
- 1436 |         | [Genlex.Ident fn; Genlex.String str] -> Call(fn, String str)
-                   ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "./setup.ml", line 1436, characters 28-41:
- 1436 |         | [Genlex.Ident fn; Genlex.String str] -> Call(fn, String str)
-                                    ^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "./setup.ml", line 1437, characters 11-24:
- 1437 |         | [Genlex.String str] -> String str
-                   ^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "./setup.ml", line 1438, characters 11-23:
- 1438 |         | [Genlex.Ident nm] -> Ident nm
-                   ^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "./setup.ml", line 1775, characters 22-40:
- 1775 |         let compare = Pervasives.compare
-                              ^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "setup.ml", line 3176, characters 8-19:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3179, characters 21-32:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3182, characters 18-32:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3184, characters 6-23:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3187, characters 12-24:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3188, characters 9-21:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3188, characters 26-36:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3188, characters 42-55:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3189, characters 8-19:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3189, characters 25-36:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3189, characters 42-53:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3201, characters 17-34:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3326, characters 16-33:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3345, characters 22-38:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3347, characters 17-29:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3348, characters 16-28:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3348, characters 37-49:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3350, characters 16-28:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3350, characters 37-50:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3352, characters 16-28:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3352, characters 46-58:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3354, characters 16-28:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3354, characters 46-59:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3356, characters 16-28:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 3369, characters 13-25:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 3467, characters 16-34:
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "setup.ml", line 4518, characters 21-38:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 4520, characters 19-31:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 4521, characters 16-29:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 4521, characters 33-46:
- Alert deprecated: module Stdlib.Genlex
- Use the camlp-streams library instead.
- File "setup.ml", line 4523, characters 15-26:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "setup.ml", line 4523, characters 32-43:
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- W: Cannot find source header for module library in Sql_lexer sqlgg
- W: Cannot find source header for module library in Sql_parser sqlgg
- Installed /home/opam/.opam/4.14/lib/sqlgg/parser.ml
- Installed /home/opam/.opam/4.14/lib/sqlgg/parser_utils.ml
- Installed /home/opam/.opam/4.14/lib/sqlgg/parser_state.ml
- Installed /home/opam/.opam/4.14/lib/sqlgg/sql.ml
- Installed /home/opam/.opam/4.14/lib/sqlgg/stmt.ml
- Installed /home/opam/.opam/4.14/lib/sqlgg/tables.ml
- Installed /home/opam/.opam/4.14/lib/sqlgg/syntax.ml
- Installed /home/opam/.opam/4.14/lib/sqlgg/sqlgg.cmt
- Installed /home/opam/.opam/4.14/lib/sqlgg/sqlgg.cmi
- Installed /home/opam/.opam/4.14/lib/sqlgg/sqlgg.cma
- Installed /home/opam/.opam/4.14/lib/sqlgg/sqlgg.cmxa
- Installed /home/opam/.opam/4.14/lib/sqlgg/sqlgg.a
- Installed /home/opam/.opam/4.14/lib/sqlgg/sqlgg.cmxs
- Installed /home/opam/.opam/4.14/lib/sqlgg/syntax.cmt
- Installed /home/opam/.opam/4.14/lib/sqlgg/tables.cmt
- Installed /home/opam/.opam/4.14/lib/sqlgg/stmt.cmt
- Installed /home/opam/.opam/4.14/lib/sqlgg/sql.cmt
- Installed /home/opam/.opam/4.14/lib/sqlgg/sql_parser.cmti
- Installed /home/opam/.opam/4.14/lib/sqlgg/sql_parser.cmt
- Installed /home/opam/.opam/4.14/lib/sqlgg/sql_lexer.cmt
- Installed /home/opam/.opam/4.14/lib/sqlgg/parser_state.cmt
- Installed /home/opam/.opam/4.14/lib/sqlgg/parser_utils.cmt
- Installed /home/opam/.opam/4.14/lib/sqlgg/parser.cmt
- Installed /home/opam/.opam/4.14/lib/sqlgg/sqlgg.cmx
- Installed /home/opam/.opam/4.14/lib/sqlgg/sqlgg_traits.ml
- Installed /home/opam/.opam/4.14/lib/sqlgg/sqlgg_traits.cma
- Installed /home/opam/.opam/4.14/lib/sqlgg/sqlgg_traits.cmxa
- Installed /home/opam/.opam/4.14/lib/sqlgg/sqlgg_traits.a
- Installed /home/opam/.opam/4.14/lib/sqlgg/sqlgg_traits.cmxs
- Installed /home/opam/.opam/4.14/lib/sqlgg/sqlgg_traits.cmi
- Installed /home/opam/.opam/4.14/lib/sqlgg/sqlgg_traits.cmt
- Installed /home/opam/.opam/4.14/lib/sqlgg/sqlgg_traits.cmx
- Installed /home/opam/.opam/4.14/lib/sqlgg/META
-> installed sqlgg.0.4.5
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 19:59.49 ---> saved as "3e810254adddfca2cd335078760f89bfdfc42fb7114a6bff60a0e06e2c4f94e1"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u sqlgg:701e1ba832d172cf1ed2796b0be4a362,mybuild:88414ccde660bda5965c50e757725f08"))
2024-09-12 19:59.51 ---> saved as "c5d0d840693d77af582d85fc394c65f790b2e486512db7a970f63784775ba96c"

/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.100708') && (for DATA in prep/universes/88414ccde660bda5965c50e757725f08/mybuild/6,mybuild.6-88414ccde660bda5965c50e757725f08,mybuild.6 prep/universes/701e1ba832d172cf1ed2796b0be4a362/sqlgg/0.4.5,sqlgg.0.4.5-701e1ba832d172cf1ed2796b0be4a362,sqlgg.0.4.5; 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/88414ccde660bda5965c50e757725f08/mybuild/6,mybuild.6-88414ccde660bda5965c50e757725f08,mybuild.6 prep/universes/701e1ba832d172cf1ed2796b0be4a362/sqlgg/0.4.5,sqlgg.0.4.5-701e1ba832d172cf1ed2796b0be4a362,sqlgg.0.4.5; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/88414ccde660bda5965c50e757725f08/mybuild/6,mybuild.6-88414ccde660bda5965c50e757725f08,mybuild.6 prep/universes/701e1ba832d172cf1ed2796b0be4a362/sqlgg/0.4.5,sqlgg.0.4.5-701e1ba832d172cf1ed2796b0be4a362,sqlgg.0.4.5; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.100708
prep/universes/88414ccde660bda5965c50e757725f08/mybuild/6/lib/
prep/universes/88414ccde660bda5965c50e757725f08/mybuild/6/lib/mybuild/
prep/universes/88414ccde660bda5965c50e757725f08/mybuild/6/lib/mybuild/mybuild.ocamlobjinfo
prep/universes/88414ccde660bda5965c50e757725f08/mybuild/6/lib/mybuild/META
prep/universes/88414ccde660bda5965c50e757725f08/mybuild/6/lib/mybuild/mybuild.cmi
prep/universes/88414ccde660bda5965c50e757725f08/mybuild/6/lib/mybuild/mybuild_write_version.cmi
prep/universes/88414ccde660bda5965c50e757725f08/mybuild/6/opam
prep/universes/701e1ba832d172cf1ed2796b0be4a362/sqlgg/0.4.5/lib/
prep/universes/701e1ba832d172cf1ed2796b0be4a362/sqlgg/0.4.5/lib/sqlgg/
prep/universes/701e1ba832d172cf1ed2796b0be4a362/sqlgg/0.4.5/lib/sqlgg/sqlgg.ocamlobjinfo
prep/universes/701e1ba832d172cf1ed2796b0be4a362/sqlgg/0.4.5/lib/sqlgg/sqlgg_traits.ocamlobjinfo
prep/universes/701e1ba832d172cf1ed2796b0be4a362/sqlgg/0.4.5/lib/sqlgg/META
prep/universes/701e1ba832d172cf1ed2796b0be4a362/sqlgg/0.4.5/lib/sqlgg/parser.cmt
prep/universes/701e1ba832d172cf1ed2796b0be4a362/sqlgg/0.4.5/lib/sqlgg/parser_state.cmt
prep/universes/701e1ba832d172cf1ed2796b0be4a362/sqlgg/0.4.5/lib/sqlgg/parser_utils.cmt
prep/universes/701e1ba832d172cf1ed2796b0be4a362/sqlgg/0.4.5/lib/sqlgg/sql.cmt
prep/universes/701e1ba832d172cf1ed2796b0be4a362/sqlgg/0.4.5/lib/sqlgg/sql_lexer.cmt
prep/universes/701e1ba832d172cf1ed2796b0be4a362/sqlgg/0.4.5/lib/sqlgg/sql_parser.cmt
prep/universes/701e1ba832d172cf1ed2796b0be4a362/sqlgg/0.4.5/lib/sqlgg/sql_parser.cmti
prep/universes/701e1ba832d172cf1ed2796b0be4a362/sqlgg/0.4.5/lib/sqlgg/sqlgg.cmi
prep/universes/701e1ba832d172cf1ed2796b0be4a362/sqlgg/0.4.5/lib/sqlgg/sqlgg.cmt
prep/universes/701e1ba832d172cf1ed2796b0be4a362/sqlgg/0.4.5/lib/sqlgg/sqlgg_traits.cmi
prep/universes/701e1ba832d172cf1ed2796b0be4a362/sqlgg/0.4.5/lib/sqlgg/sqlgg_traits.cmt
prep/universes/701e1ba832d172cf1ed2796b0be4a362/sqlgg/0.4.5/lib/sqlgg/stmt.cmt
prep/universes/701e1ba832d172cf1ed2796b0be4a362/sqlgg/0.4.5/lib/sqlgg/syntax.cmt
prep/universes/701e1ba832d172cf1ed2796b0be4a362/sqlgg/0.4.5/lib/sqlgg/tables.cmt
prep/universes/701e1ba832d172cf1ed2796b0be4a362/sqlgg/0.4.5/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:mybuild.6-88414ccde660bda5965c50e757725f08:8f789f65caa44e3e5c97fe43d3d021894f08ee3251340e9a47e3ee602bffa91e
HASHES:sqlgg.0.4.5-701e1ba832d172cf1ed2796b0be4a362:851b8cfda6eac8e43221ca1fdb5926c3275fba9717916168149a1089d8bf82c2
2024-09-12 19:59.53 ---> saved as "3268bde9dc5b252230debf2a358c97d0603e5f9f743f5002607ba086fff82a1b"
Job succeeded
2024-09-12 20:07.34: sqlgg.0.4.5-701e1ba832d172cf1ed2796b0be4a362 -> 851b8cfda6eac8e43221ca1fdb5926c3275fba9717916168149a1089d8bf82c2
2024-09-12 20:07.34: mybuild.6-88414ccde660bda5965c50e757725f08 -> 8f789f65caa44e3e5c97fe43d3d021894f08ee3251340e9a47e3ee602bffa91e
2024-09-12 20:07.34: Job succeeded