Build:
  1. 0
2024-05-29 15:07.17: New job: Voodoo prep mariadb.1.1.2; 307eeee20951ca8488459f6e6d3a9a75
2024-05-29 15:07.17: Waiting for resource in pool OCluster
2024-05-29 16:54.52: Waiting for worker…
2024-05-29 16:56.46: Got resource from pool OCluster
2024-05-29 16:56.46: Using cache hint "docs-universe-prep-4.07.1"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-4.07@sha256:3d969acc1aabf4725fe472bb5fd83759e23fcdc865c2f8b8303425a5f2949453)
         (user (uid 1000) (gid 1000))
         (workdir /home/opam)
         (run (shell "sudo chown opam:opam /home/opam"))
         (run (network host)
              (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
         (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
              (network host)
              (shell "opam pin -ny https://github.com/ocaml-doc/voodoo.git#67ccabec49b5f4d24147839291fcae7c19d3e8c9  && opam depext -iy voodoo-prep"))
         (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))))
 (from ocaml/opam:debian-12-ocaml-4.07@sha256:3d969acc1aabf4725fe472bb5fd83759e23fcdc865c2f8b8303425a5f2949453)
 (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.13.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 mariadb.1.1.2 stdlib-shims.0.3.0 ocamlfind.1.9.6 ocamlbuild.0.14.3 integers.0.7.0 dune-configurator.3.13.0 dune.3.13.0 ctypes-foreign.0.21.1 ctypes.0.21.1 csexp.1.5.2 conf-pkg-config.3 conf-mariadb.2 conf-libffi.2.0.0 conf-gcc.1.0 bigarray-compat.1.1.0 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u mariadb:307eeee20951ca8488459f6e6d3a9a75,stdlib-shims:4b684b38adbdfad338cbd3024e95d0d8,integers:d256d75ab5fd6a11329515b5ec7e43b8,ctypes-foreign:ef92fb7c5d037114d9ca5671cca7b4de,ctypes:2ecf150674c5be1f56443b95bae373bd,bigarray-compat:4b684b38adbdfad338cbd3024e95d0d8"))
 (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.738864') && (for DATA in prep/universes/4b684b38adbdfad338cbd3024e95d0d8/bigarray-compat/1.1.0,bigarray-compat.1.1.0-4b684b38adbdfad338cbd3024e95d0d8,bigarray-compat.1.1.0 prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1,ctypes.0.21.1-2ecf150674c5be1f56443b95bae373bd,ctypes.0.21.1 prep/universes/ef92fb7c5d037114d9ca5671cca7b4de/ctypes-foreign/0.21.1,ctypes-foreign.0.21.1-ef92fb7c5d037114d9ca5671cca7b4de,ctypes-foreign.0.21.1 prep/universes/d256d75ab5fd6a11329515b5ec7e43b8/integers/0.7.0,integers.0.7.0-d256d75ab5fd6a11329515b5ec7e43b8,integers.0.7.0 prep/universes/4b684b38adbdfad338cbd3024e95d0d8/stdlib-shims/0.3.0,stdlib-shims.0.3.0-4b684b38adbdfad338cbd3024e95d0d8,stdlib-shims.0.3.0 prep/universes/307eeee20951ca8488459f6e6d3a9a75/mariadb/1.1.2,mariadb.1.1.2-307eeee20951ca8488459f6e6d3a9a75,mariadb.1.1.2; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/*  && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/4b684b38adbdfad338cbd3024e95d0d8/bigarray-compat/1.1.0,bigarray-compat.1.1.0-4b684b38adbdfad338cbd3024e95d0d8,bigarray-compat.1.1.0 prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1,ctypes.0.21.1-2ecf150674c5be1f56443b95bae373bd,ctypes.0.21.1 prep/universes/ef92fb7c5d037114d9ca5671cca7b4de/ctypes-foreign/0.21.1,ctypes-foreign.0.21.1-ef92fb7c5d037114d9ca5671cca7b4de,ctypes-foreign.0.21.1 prep/universes/d256d75ab5fd6a11329515b5ec7e43b8/integers/0.7.0,integers.0.7.0-d256d75ab5fd6a11329515b5ec7e43b8,integers.0.7.0 prep/universes/4b684b38adbdfad338cbd3024e95d0d8/stdlib-shims/0.3.0,stdlib-shims.0.3.0-4b684b38adbdfad338cbd3024e95d0d8,stdlib-shims.0.3.0 prep/universes/307eeee20951ca8488459f6e6d3a9a75/mariadb/1.1.2,mariadb.1.1.2-307eeee20951ca8488459f6e6d3a9a75,mariadb.1.1.2; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/4b684b38adbdfad338cbd3024e95d0d8/bigarray-compat/1.1.0,bigarray-compat.1.1.0-4b684b38adbdfad338cbd3024e95d0d8,bigarray-compat.1.1.0 prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1,ctypes.0.21.1-2ecf150674c5be1f56443b95bae373bd,ctypes.0.21.1 prep/universes/ef92fb7c5d037114d9ca5671cca7b4de/ctypes-foreign/0.21.1,ctypes-foreign.0.21.1-ef92fb7c5d037114d9ca5671cca7b4de,ctypes-foreign.0.21.1 prep/universes/d256d75ab5fd6a11329515b5ec7e43b8/integers/0.7.0,integers.0.7.0-d256d75ab5fd6a11329515b5ec7e43b8,integers.0.7.0 prep/universes/4b684b38adbdfad338cbd3024e95d0d8/stdlib-shims/0.3.0,stdlib-shims.0.3.0-4b684b38adbdfad338cbd3024e95d0d8,stdlib-shims.0.3.0 prep/universes/307eeee20951ca8488459f6e6d3a9a75/mariadb/1.1.2,mariadb.1.1.2-307eeee20951ca8488459f6e6d3a9a75,mariadb.1.1.2; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
)
END-OF-SPEC

ocluster-client submit-obuilder https://github.com/ocaml/opam-repository.git 9fc3fa05d7b0bd182f65b5988f8caf2647c8f3fe --local-file prep.spec \
--pool linux-x86_64 --connect ocluster-submission.cap --cache-hint docs-universe-prep-4.07.1 \
--secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config

2024-05-29 16:56.46: RETRYING: 2024-05-29/150717-voodoo-prep-377f8e Number of retries: 0 (retriable error condition)
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 9fc3fa05d7 [new release] dune (15 packages) (3.13.0)

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-4.07@sha256:3d969acc1aabf4725fe472bb5fd83759e23fcdc865c2f8b8303425a5f2949453)
2024-05-29 16:53.13 ---> using "f784cd19373a4384d20c5d89136788668fb7c6f6142798bbd2ab49e313764a48" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-05-29 16:53.13 ---> using "8b4c980992b2020190f684f1423fcaffa1db690b558efae18501f99cbafe5ecc" 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-security bookworm-security/main amd64 Packages [157 kB]
Fetched 260 kB in 0s (613 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 (8083 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 ... 18735 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+deb12u7) ...
2024-05-29 16:53.13 ---> using "90a65a4ed1432cf288804e9df952e087b6f3e71ea32c94a72c07569dbea12396" from cache

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

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

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

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

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

/home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))
2024-05-29 16:53.13 ---> using "72d2252766f335535472996a3d994df34bcf935f0521f1be6b8adff91292754e" from cache
2024-05-29 16:53.13 --> finished "tools"

(from ocaml/opam:debian-12-ocaml-4.07@sha256:3d969acc1aabf4725fe472bb5fd83759e23fcdc865c2f8b8303425a5f2949453)
2024-05-29 16:53.13 ---> using "f784cd19373a4384d20c5d89136788668fb7c6f6142798bbd2ab49e313764a48" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-05-29 16:53.13 ---> using "8b4c980992b2020190f684f1423fcaffa1db690b558efae18501f99cbafe5ecc" from cache

/home/opam: (run (shell "sudo mkdir /src"))
2024-05-29 16:53.13 ---> using "dfb489d1123170bc4de9efaf60bba45dc7489a835b712845cd3f54c4642c95a6" from cache

/home/opam: (copy (src packages) (dst /src/packages))
2024-05-29 16:53.15 ---> using "c80ad85a793f9694bdce995ed59988ba7afa7ea72f1fdb97140e2a9645d1abe9" from cache

/home/opam: (copy (src repo) (dst /src/repo))
2024-05-29 16:53.15 ---> using "e8cabfe041a5af8146665ad03453af3dc0bcd49079dd7824054868a738706d7c" from cache

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

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

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

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-05-29 16:53.15 ---> using "65612e33f943c76f50f1b7d3cb1186809261b15410eec98407402aed2f0133ca" from cache

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

2024-05-29 16:53.15 ---> using "10833ea1014f1593caf6432791e8854d8efb9e98a03161fd7d9dfa76c6d801d5" from cache

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-05-29 16:53.15 ---> using "2b9587d8633d1f42ff1f04b2f2e0bff9a3f067cb10e305d6d7ea7537e60143e4" 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.13.0 ocamlfind.1.9.6"))
The following actions will be performed:
  - install ocamlfind           1.9.6
  - install ocamlfind-secondary 1.9.6  [required by dune]
  - install dune                3.13.0
===== 3 to install =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved dune.3.13.0  (cached)
-> retrieved ocamlfind-secondary.1.9.6  (cached)
-> installed ocamlfind.1.9.6
-> installed ocamlfind-secondary.1.9.6
-> installed dune.3.13.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-29 16:53.15 ---> using "e9d75f9565e49249a62bf7217b84c6deb1ec7302c994b4fe3250cf3526814629" 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 mariadb.1.1.2 stdlib-shims.0.3.0 ocamlfind.1.9.6 ocamlbuild.0.14.3 integers.0.7.0 dune-configurator.3.13.0 dune.3.13.0 ctypes-foreign.0.21.1 ctypes.0.21.1 csexp.1.5.2 conf-pkg-config.3 conf-mariadb.2 conf-libffi.2.0.0 conf-gcc.1.0 bigarray-compat.1.1.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-security bookworm-security/main amd64 Packages [157 kB]
Fetched 260 kB in 0s (929 kB/s)
Reading package lists...
Building dependency tree...
Reading state information...
All packages are up to date.
Opam plugin "depext" may require upgrading/reinstalling. Reinstall the plugin on the current switch? [Y/n] y
The following actions will be performed:
  - recompile opam-depext 1.2.1-1

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

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

<><> Carrying on to "opam depext -viy mariadb.1.1.2 stdlib-shims.0.3.0 ocamlfind.1.9.6 ocamlbuild.0.14.3 integers.0.7.0 dune-configurator.3.13.0 dune.3.13.0 ctypes-foreign.0.21.1 ctypes.0.21.1 csexp.1.5.2 conf-pkg-config.3 conf-mariadb.2 conf-libffi.2.0.0 conf-gcc.1.0 bigarray-compat.1.1.0" 

You are using opam 2.1+, where external dependency handling has been integrated: consider calling opam directly, the 'depext' plugin interface is provided for backwards compatibility only
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# The following system packages are needed:
gcc
libffi-dev
libmariadb-dev
pkg-config
[NOTE] Package dune is already installed (current version is 3.13.0).
[NOTE] Package ocamlfind is already installed (current version is 1.9.6).
The following actions will be performed:
  - install bigarray-compat   1.1.0
  - install conf-gcc          1.0
  - install csexp             1.5.2
  - install ocamlbuild        0.14.3
  - install conf-pkg-config   3
  - install stdlib-shims      0.3.0
  - install dune-configurator 3.13.0
  - install conf-mariadb      2
  - install conf-libffi       2.0.0
  - install integers          0.7.0
  - install ctypes            0.21.1
  - install ctypes-foreign    0.21.1
  - install mariadb           1.1.2
===== 13 to install =====

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

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
Let opam run your package manager to install the required system packages?
(answer 'n' for other options) [Y/n] y
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libffi-dev" "libmariadb-dev" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libffi-dev: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 ... 18735 files and directories currently installed.)
- Preparing to unpack .../00-libffi-dev_3.4.4-1_amd64.deb ...
- Unpacking libffi-dev:amd64 (3.4.4-1) ...
- Selecting previously unselected package mysql-common.
- Preparing to unpack .../01-mysql-common_5.8+1.1.0_all.deb ...
- Unpacking mysql-common (5.8+1.1.0) ...
- Selecting previously unselected package mariadb-common.
- Preparing to unpack .../02-mariadb-common_1%3a10.11.6-0+deb12u1_all.deb ...
- Unpacking mariadb-common (1:10.11.6-0+deb12u1) ...
- Selecting previously unselected package libmariadb3:amd64.
- Preparing to unpack .../03-libmariadb3_1%3a10.11.6-0+deb12u1_amd64.deb ...
- Unpacking libmariadb3:amd64 (1:10.11.6-0+deb12u1) ...
- Selecting previously unselected package libssl-dev:amd64.
- Preparing to unpack .../04-libssl-dev_3.0.11-1~deb12u2_amd64.deb ...
- Unpacking libssl-dev:amd64 (3.0.11-1~deb12u2) ...
- Selecting previously unselected package zlib1g-dev:amd64.
- Preparing to unpack .../05-zlib1g-dev_1%3a1.2.13.dfsg-1_amd64.deb ...
- Unpacking zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ...
- Selecting previously unselected package libmariadb-dev.
- Preparing to unpack .../06-libmariadb-dev_1%3a10.11.6-0+deb12u1_amd64.deb ...
- Unpacking libmariadb-dev (1:10.11.6-0+deb12u1) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../07-libpkgconf3_1.8.1-1_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../08-pkgconf-bin_1.8.1-1_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../09-pkgconf_1.8.1-1_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../10-pkg-config_1.8.1-1_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-1) ...
- Setting up mysql-common (5.8+1.1.0) ...
- update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode
- Setting up libffi-dev:amd64 (3.4.4-1) ...
- Setting up mariadb-common (1:10.11.6-0+deb12u1) ...
- update-alternatives: using /etc/mysql/mariadb.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode
- Setting up libpkgconf3:amd64 (1.8.1-1) ...
- Setting up libssl-dev:amd64 (3.0.11-1~deb12u2) ...
- Setting up libmariadb3:amd64 (1:10.11.6-0+deb12u1) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ...
- Setting up pkgconf:amd64 (1.8.1-1) ...
- Setting up pkg-config:amd64 (1.8.1-1) ...
- Setting up libmariadb-dev (1:10.11.6-0+deb12u1) ...
- Processing triggers for libc-bin (2.36-9+deb12u7) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/39:
Processing  2/39:
Processing  3/39:
Processing  4/39:
Processing  5/39:
Processing  6/39:
Processing  7/39:
Processing  8/39: [conf-gcc: gcc]
Processing  9/39: [conf-gcc: gcc] [conf-pkg-config: pkg-config]
-> retrieved bigarray-compat.1.1.0  (cached)
Processing 10/39: [conf-gcc: gcc] [conf-pkg-config: pkg-config]
Processing 11/39: [bigarray-compat: dune build] [conf-gcc: gcc] [conf-pkg-config: pkg-config]
-> retrieved csexp.1.5.2  (cached)
Processing 12/39: [bigarray-compat: dune build] [conf-gcc: gcc] [conf-pkg-config: pkg-config]
Processing 13/39: [bigarray-compat: dune build] [conf-gcc: gcc] [conf-pkg-config: pkg-config] [csexp: dune build]
-> retrieved ctypes.0.21.1  (cached)
Processing 14/39: [bigarray-compat: dune build] [conf-gcc: gcc] [conf-pkg-config: pkg-config] [csexp: dune build]
- gcc (Debian 12.2.0-14) 12.2.0
- Copyright (C) 2022 Free Software Foundation, Inc.
- This is free software; see the source for copying conditions.  There is NO
- warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- 
-> compiled  conf-gcc.1.0
Processing 14/39: [bigarray-compat: dune build] [conf-pkg-config: pkg-config] [csexp: dune build]
-> installed conf-gcc.1.0
Processing 15/39: [bigarray-compat: dune build] [conf-pkg-config: pkg-config] [csexp: dune build]
- usage: pkgconf [OPTIONS] [LIBRARIES]
- 
- basic options:
- 
-   --help                            this message
-   --about                           print pkgconf version and license to stdout
-   --version                         print supported pkg-config version to stdout
-   --atleast-pkgconfig-version       check whether or not pkgconf is compatible
-                                     with a specified pkg-config version
-   --errors-to-stdout                print all errors on stdout instead of stderr
-   --print-errors                    ensure all errors are printed
-   --short-errors                    be less verbose about some errors
-   --silence-errors                  explicitly be silent about errors
-   --list-all                        list all known packages
-   --list-package-names              list all known package names
-   --simulate                        simulate walking the calculated dependency graph
-   --no-cache                        do not cache already seen packages when
-                                     walking the dependency graph
-   --log-file=filename               write an audit log to a specified file
-   --with-path=path                  adds a directory to the search path
-   --define-prefix                   override the prefix variable with one that is guessed based on
-                                     the location of the .pc file
-   --dont-define-prefix              do not override the prefix variable under any circumstances
-   --prefix-variable=varname         sets the name of the variable that pkgconf considers
-                                     to be the package prefix
-   --relocate=path                   relocates a path and exits (mostly for testsuite)
-   --dont-relocate-paths             disables path relocation support
- 
- cross-compilation personality support:
- 
-   --personality=triplet|filename    sets the personality to 'triplet' or a file named 'filename'
-   --dump-personality                dumps details concerning selected personality
- 
- checking specific pkg-config database entries:
- 
-   --atleast-version                 require a specific version of a module
-   --exact-version                   require an exact version of a module
-   --max-version                     require a maximum version of a module
-   --exists                          check whether or not a module exists
-   --uninstalled                     check whether or not an uninstalled module will be used
-   --no-uninstalled                  never use uninstalled modules when satisfying dependencies
-   --no-provides                     do not use 'provides' rules to resolve dependencies
-   --maximum-traverse-depth          maximum allowed depth for dependency graph
-   --static                          be more aggressive when computing dependency graph
-                                     (for static linking)
-   --shared                          use a simplified dependency graph (usually default)
-   --pure                            optimize a static dependency graph as if it were a normal
-                                     dependency graph
-   --env-only                        look only for package entries in PKG_CONFIG_PATH
-   --ignore-conflicts                ignore 'conflicts' rules in modules
-   --validate                        validate specific .pc files for correctness
- 
- querying specific pkg-config database fields:
- 
-   --define-variable=varname=value   define variable 'varname' as 'value'
-   --variable=varname                print specified variable entry to stdout
-   --cflags                          print required CFLAGS to stdout
-   --cflags-only-I                   print required include-dir CFLAGS to stdout
-   --cflags-only-other               print required non-include-dir CFLAGS to stdout
-   --libs                            print required linker flags to stdout
-   --libs-only-L                     print required LDPATH linker flags to stdout
-   --libs-only-l                     print required LIBNAME linker flags to stdout
-   --libs-only-other                 print required other linker flags to stdout
-   --print-requires                  print required dependency frameworks to stdout
-   --print-requires-private          print required dependency frameworks for static
-                                     linking to stdout
-   --print-provides                  print provided dependencies to stdout
-   --print-variables                 print all known variables in module to stdout
-   --digraph                         print entire dependency graph in graphviz 'dot' format
-   --keep-system-cflags              keep -I/usr/include entries in cflags output
-   --keep-system-libs                keep -L/lib:/lib/i386-linux-gnu:/lib/x86_64-linux-gnu:/lib/x86_64-linux-gnux32:/lib32:/libx32:/usr/lib:/usr/lib/i386-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnux32:/usr/lib32:/usr/libx32 entries in libs output
-   --path                            show the exact filenames for any matching .pc files
-   --modversion                      print the specified module's version to stdout
-   --internal-cflags                 do not filter 'internal' cflags from output
- 
- filtering output:
- 
-   --msvc-syntax                     print translatable fragments in MSVC syntax
-   --fragment-filter=types           filter output fragments to the specified types
- 
- report bugs to <https://github.com/pkgconf/pkgconf/issues/new>.
-> compiled  conf-pkg-config.3
Processing 15/39: [bigarray-compat: dune build] [csexp: dune build]
-> installed conf-pkg-config.3
Processing 16/39: [bigarray-compat: dune build] [csexp: dune build]
Processing 17/39: [bigarray-compat: dune build] [conf-libffi: pkg-config libffi] [csexp: dune build]
Processing 18/39: [bigarray-compat: dune build] [conf-libffi: pkg-config libffi] [conf-mariadb: sh pkg-config --exists libmariadb || pkg-config --exists mariadb] [csexp: dune build]
-> retrieved ctypes-foreign.0.21.1  (cached)
Processing 19/39: [mariadb.1.1.2: http] [bigarray-compat: dune build] [conf-libffi: pkg-config libffi] [conf-mariadb: sh pkg-config --exists libmariadb || pkg-config --exists mariadb] [csexp: dune build]
-> retrieved integers.0.7.0  (cached)
Processing 20/39: [mariadb.1.1.2: http] [bigarray-compat: dune build] [conf-libffi: pkg-config libffi] [conf-mariadb: sh pkg-config --exists libmariadb || pkg-config --exists mariadb] [csexp: dune build]
-> compiled  conf-libffi.2.0.0
Processing 20/39: [mariadb.1.1.2: http] [bigarray-compat: dune build] [conf-mariadb: sh pkg-config --exists libmariadb || pkg-config --exists mariadb] [csexp: dune build]
-> installed conf-libffi.2.0.0
Processing 21/39: [mariadb.1.1.2: http] [bigarray-compat: dune build] [conf-mariadb: sh pkg-config --exists libmariadb || pkg-config --exists mariadb] [csexp: dune build]
- + pkg-config --exists libmariadb
-> compiled  conf-mariadb.2
Processing 21/39: [mariadb.1.1.2: http] [bigarray-compat: dune build] [csexp: dune build]
-> installed conf-mariadb.2
Processing 22/39: [mariadb.1.1.2: http] [bigarray-compat: dune build] [csexp: dune build]
-> retrieved ocamlbuild.0.14.3  (cached)
Processing 23/39: [mariadb.1.1.2: http] [bigarray-compat: dune build] [csexp: dune build]
Processing 24/39: [mariadb.1.1.2: http] [bigarray-compat: dune build] [csexp: dune build] [ocamlbuild: make configure.make]
-> retrieved stdlib-shims.0.3.0  (cached)
Processing 25/39: [mariadb.1.1.2: http] [bigarray-compat: dune build] [csexp: dune build] [ocamlbuild: make configure.make] [stdlib-shims: dune build]
- (echo "# This file was generated from configure.make"; \
- echo ;\
- echo "OCAML_PREFIX=/home/opam/.opam/4.07"; \
- echo "OCAML_BINDIR=/home/opam/.opam/4.07/bin"; \
- echo "OCAML_LIBDIR=/home/opam/.opam/4.07/lib/ocaml"; \
- echo "OCAML_MANDIR=/home/opam/.opam/4.07/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.07"; \
- echo "BINDIR=/home/opam/.opam/4.07/bin"; \
- echo "LIBDIR=/home/opam/.opam/4.07/lib"; \
- echo "MANDIR=/home/opam/.opam/4.07/man"; \
- ) > Makefile.config
- (echo "(* This file was generated from ../configure.make *)"; \
- echo ;\
- echo 'let bindir = "/home/opam/.opam/4.07/bin"'; \
- echo 'let libdir = "/home/opam/.opam/4.07/lib"'; \
- echo 'let ocaml_libdir = "/home/opam/.opam/4.07/lib/ocaml"'; \
- echo 'let libdir_abs = "/home/opam/.opam/4.07/lib"'; \
- echo 'let ocaml_native = true'; \
- echo 'let ocaml_native_tools = true'; \
- echo 'let supports_shared_libraries = true';\
- echo 'let a = "a"'; \
- echo 'let o = "o"'; \
- echo 'let so = "so"'; \
- echo 'let ext_dll = ".so"'; \
- echo 'let exe = ""'; \
- echo 'let version = "0.14.3"'; \
- ) > src/ocamlbuild_config.ml
Processing 25/39: [mariadb.1.1.2: http] [bigarray-compat: dune build] [csexp: dune build] [ocamlbuild: make check-if-preinstalled] [stdlib-shims: dune build]
-> compiled  csexp.1.5.2
Processing 25/39: [mariadb.1.1.2: http] [bigarray-compat: dune build] [ocamlbuild: make check-if-preinstalled] [stdlib-shims: dune build]
-> installed csexp.1.5.2
Processing 26/39: [mariadb.1.1.2: http] [bigarray-compat: dune build] [ocamlbuild: make check-if-preinstalled] [stdlib-shims: dune build]
-> compiled  bigarray-compat.1.1.0
Processing 26/39: [mariadb.1.1.2: http] [ocamlbuild: make check-if-preinstalled] [stdlib-shims: dune build]
-> installed bigarray-compat.1.1.0
Processing 27/39: [mariadb.1.1.2: http] [ocamlbuild: make check-if-preinstalled] [stdlib-shims: dune build]
-> compiled  stdlib-shims.0.3.0
Processing 27/39: [mariadb.1.1.2: http] [ocamlbuild: make check-if-preinstalled]
-> installed stdlib-shims.0.3.0
Processing 28/39: [mariadb.1.1.2: http] [ocamlbuild: make check-if-preinstalled]
Processing 29/39: [mariadb.1.1.2: http] [integers: dune build] [ocamlbuild: make check-if-preinstalled]
-> retrieved dune-configurator.3.13.0  (cached)
Processing 30/39: [mariadb.1.1.2: http] [dune-configurator: rm] [integers: dune build] [ocamlbuild: make check-if-preinstalled]
Processing 30/39: [dune-configurator: rm] [integers: dune build] [ocamlbuild: make check-if-preinstalled]
-> compiled  integers.0.7.0
Processing 30/39: [dune-configurator: rm] [ocamlbuild: make check-if-preinstalled]
-> installed integers.0.7.0
Processing 31/39: [dune-configurator: rm] [ocamlbuild: make check-if-preinstalled]
-> retrieved mariadb.1.1.2  (https://github.com/andrenth/ocaml-mariadb/archive/1.1.2.tar.gz)
Processing 31/39: [dune-configurator: dune build] [ocamlbuild: make check-if-preinstalled]
-> compiled  dune-configurator.3.13.0
Processing 31/39: [ocamlbuild: make check-if-preinstalled]
-> installed dune-configurator.3.13.0
Processing 32/39: [ocamlbuild: make check-if-preinstalled]
Processing 33/39: [ctypes: dune build] [ocamlbuild: make check-if-preinstalled]
- if test -d /home/opam/.opam/4.07/lib/ocaml/ocamlbuild; then\
-   >&2 echo "ERROR: Preinstalled ocamlbuild detected at"\
-        "/home/opam/.opam/4.07/lib/ocaml/ocamlbuild";\
-   >&2 echo "Installation aborted; if you want to bypass this"\
-         "safety check, pass CHECK_IF_PREINSTALLED=false to make";\
-   exit 2;\
- fi
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/const.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/signatures.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.ml
- ocamllex.opt src/glob_lexer.mll
- 55 states, 419 transitions, table size 2006 bytes
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.ml
- ocamllex.opt src/lexers.mll
- 251 states, 1051 transitions, table size 5710 bytes
- 4334 additional bytes used for bindings
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_config.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.ml
- mkdir -p tmp
- ocamlc.opt -pack src/const.cmo src/loc.cmo src/discard_printf.cmo src/signatures.cmi src/my_std.cmo src/my_unix.cmo src/tags.cmo src/display.cmo src/log.cmo src/shell.cmo src/bool.cmo src/glob_ast.cmo src/glob_lexer.cmo src/glob.cmo src/lexers.cmo src/param_tags.cmo src/command.cmo src/ocamlbuild_config.cmo src/ocamlbuild_where.cmo src/slurp.cmo src/options.cmo src/pathname.cmo src/configuration.cmo src/flags.cmo src/hygiene.cmo src/digest_cache.cmo src/resource.cmo src/rule.cmo src/solver.cmo src/report.cmo src/tools.cmo src/fda.cmo src/findlib.cmo src/ocaml_arch.cmo src/ocaml_utils.cmo src/ocaml_dependencies.cmo src/ocaml_compiler.cmo src/ocaml_tools.cmo src/ocaml_specific.cmo src/exit_codes.cmo src/plugin.cmo src/hooks.cmo src/main.cmo -o tmp/ocamlbuild_pack.cmo
- mv tmp/ocamlbuild_pack.cmi src/ocamlbuild_pack.cmi
- mv tmp/ocamlbuild_pack.cmo src/ocamlbuild_pack.cmo
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_executor.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_executor.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_unix_plugin.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_unix_plugin.ml
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.mli
- ocamlc.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.ml
- ocamlc.opt -I +unix -I src -o ocamlbuild.byte unix.cma src/ocamlbuild_pack.cmo plugin-lib/ocamlbuild_plugin.cmo plugin-lib/ocamlbuild_executor.cmo plugin-lib/ocamlbuild_unix_plugin.cmo bin/ocamlbuild.cmo
- ocamlc.opt -a -o plugin-lib/ocamlbuildlib.cma src/ocamlbuild_pack.cmo plugin-lib/ocamlbuild_plugin.cmo plugin-lib/ocamlbuild_executor.cmo plugin-lib/ocamlbuild_unix_plugin.cmo
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/const.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_config.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.ml
- mkdir -p tmp
- ocamlopt.opt -pack src/const.cmx src/loc.cmx src/discard_printf.cmx src/signatures.cmi src/my_std.cmx src/my_unix.cmx src/tags.cmx src/display.cmx src/log.cmx src/shell.cmx src/bool.cmx src/glob_ast.cmx src/glob_lexer.cmx src/glob.cmx src/lexers.cmx src/param_tags.cmx src/command.cmx src/ocamlbuild_config.cmx src/ocamlbuild_where.cmx src/slurp.cmx src/options.cmx src/pathname.cmx src/configuration.cmx src/flags.cmx src/hygiene.cmx src/digest_cache.cmx src/resource.cmx src/rule.cmx src/solver.cmx src/report.cmx src/tools.cmx src/fda.cmx src/findlib.cmx src/ocaml_arch.cmx src/ocaml_utils.cmx src/ocaml_dependencies.cmx src/ocaml_compiler.cmx src/ocaml_tools.cmx src/ocaml_specific.cmx src/exit_codes.cmx src/plugin.cmx src/hooks.cmx src/main.cmx -o tmp/ocamlbuild_pack.cmx
- mv tmp/ocamlbuild_pack.cmx src/ocamlbuild_pack.cmx
- mv tmp/ocamlbuild_pack.o src/ocamlbuild_pack.o
- ocamlopt.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.ml
- ocamlopt.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_executor.ml
- ocamlopt.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_unix_plugin.ml
- ocamlopt.opt -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.ml
- ocamlopt.opt -I +unix -I src -o ocamlbuild.native unix.cmxa src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_executor.cmx plugin-lib/ocamlbuild_unix_plugin.cmx bin/ocamlbuild.cmx
- ocamlopt.opt -a -o plugin-lib/ocamlbuildlib.cmxa src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_executor.cmx plugin-lib/ocamlbuild_unix_plugin.cmx
- ocamlc.opt src/ocamlbuild_pack.cmo -I src man/options_man.ml -o man/options_man.byte
- ./man/options_man.byte > man/ocamlbuild.options.1
- cat man/ocamlbuild.header.1 man/ocamlbuild.options.1 man/ocamlbuild.footer.1 > man/ocamlbuild.1
- /usr/bin/make ocamlbuild.install
- make[1]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/ocamlbuild.0.14.3'
- rm -f ocamlbuild.install
- touch ocamlbuild.install
- /usr/bin/make install-bin-opam
- make[2]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/ocamlbuild.0.14.3'
- echo 'bin: [' >> ocamlbuild.install
- echo '  "ocamlbuild.byte" {"ocamlbuild.byte"}' >> ocamlbuild.install
- echo '  "ocamlbuild.native" {"ocamlbuild.native"}' >> ocamlbuild.install
- echo '  "ocamlbuild.native" {"ocamlbuild"}' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-lib-opam
- make[2]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/ocamlbuild.0.14.3'
- echo 'lib: [' >> ocamlbuild.install
- /usr/bin/make install-lib-basics-opam
- make[3]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/ocamlbuild.0.14.3'
- echo '  "ocamlbuild.opam" {"opam"}' >> ocamlbuild.install
- echo '  "META"' >> ocamlbuild.install
- for lib in src/signatures.mli src/signatures.cmi src/signatures.cmti; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-lib-byte-opam
- make[3]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/ocamlbuild.0.14.3'
- for lib in plugin-lib/ocamlbuildlib.cma bin/ocamlbuild.cmo src/ocamlbuild_pack.cmi plugin-lib/ocamlbuild_plugin.cmi plugin-lib/ocamlbuild_executor.cmi plugin-lib/ocamlbuild_unix_plugin.cmi; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-lib-native-opam
- make[3]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/ocamlbuild.0.14.3'
- for lib in plugin-lib/ocamlbuildlib.cmxa plugin-lib/ocamlbuildlib.a bin/ocamlbuild.cmx bin/ocamlbuild.o src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_executor.cmx plugin-lib/ocamlbuild_unix_plugin.cmx plugin-lib/ocamlbuild_plugin.o plugin-lib/ocamlbuild_executor.o plugin-lib/ocamlbuild_unix_plugin.o; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- make[3]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/ocamlbuild.0.14.3'
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-man-opam
- make[2]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/ocamlbuild.0.14.3'
- echo 'man: [' >> ocamlbuild.install
- echo '  "man/ocamlbuild.1" {"man1/ocamlbuild.1"}' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/ocamlbuild.0.14.3'
- /usr/bin/make install-doc-opam
- make[2]: Entering directory '/home/opam/.opam/4.07/.opam-switch/build/ocamlbuild.0.14.3'
- echo 'doc: [' >> ocamlbuild.install
- echo '  "LICENSE"' >> ocamlbuild.install
- echo '  "Changes"' >> ocamlbuild.install
- echo '  "Readme.md"' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- make[2]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/ocamlbuild.0.14.3'
- make[1]: Leaving directory '/home/opam/.opam/4.07/.opam-switch/build/ocamlbuild.0.14.3'
-> compiled  ocamlbuild.0.14.3
Processing 33/39: [ctypes: dune build]
-> installed ocamlbuild.0.14.3
Processing 34/39: [ctypes: dune build]
+ /home/opam/.opam/4.07/bin/dune "build" "-p" "ctypes" "-j" "39" "--promote-install-files=false" "@install" (CWD=/home/opam/.opam/4.07/.opam-switch/build/ctypes.0.21.1)
- (cd _build/default && /home/opam/.opam/4.07/bin/ocamlopt.opt -w -40 -g -I src/ctypes-top/.ctypes_top.objs/byte -I src/ctypes-top/.ctypes_top.objs/native -I /home/opam/.opam/4.07/lib/bigarray-compat -I /home/opam/.opam/4.07/lib/integers -I /home/opam/.opam/4.07/lib/ocaml/compiler-libs -I /home/opam/.opam/4.07/lib/stdlib-shims -I src/ctypes/.ctypes.objs/byte -I src/ctypes/.ctypes.objs/native -intf-suffix .ml -no-alias-deps -open Ctypes_top -o src/ctypes-top/.ctypes_top.objs/native/ctypes_top__Install_ctypes_printers.cmx -c -impl src/ctypes-top/install_ctypes_printers.ml)
- File "_none_", line 1:
- Warning 58: no cmx file was found in path for module Toploop, and its interface was not compiled with -opaque
Processing 34/39: [ctypes: dune install]
+ /home/opam/.opam/4.07/bin/dune "install" "-p" "ctypes" "--create-install-files" "ctypes" (CWD=/home/opam/.opam/4.07/.opam-switch/build/ctypes.0.21.1)
-> compiled  ctypes.0.21.1
-> installed ctypes.0.21.1
Processing 36/39: [ctypes-foreign: dune build]
+ /home/opam/.opam/4.07/bin/dune "build" "-p" "ctypes-foreign" "-j" "39" "--promote-install-files=false" "@install" (CWD=/home/opam/.opam/4.07/.opam-switch/build/ctypes-foreign.0.21.1)
Processing 36/39: [ctypes-foreign: dune install]
+ /home/opam/.opam/4.07/bin/dune "install" "-p" "ctypes-foreign" "--create-install-files" "ctypes-foreign" (CWD=/home/opam/.opam/4.07/.opam-switch/build/ctypes-foreign.0.21.1)
-> compiled  ctypes-foreign.0.21.1
-> installed ctypes-foreign.0.21.1
Processing 38/39: [mariadb: ./configure]
+ /home/opam/.opam/4.07/.opam-switch/build/mariadb.1.1.2/./configure "--prefix=/home/opam/.opam/4.07" (CWD=/home/opam/.opam/4.07/.opam-switch/build/mariadb.1.1.2)
- mariadb_connector: ................................... true
- mariadb_include_base: ................................ mariadb
- mariadb_as_mysql: .................................... false
- 
- Configuration:
- ocamlfind: ................................................... /home/opam/.opam/4.07/bin/ocamlfind
- ocamlc: ...................................................... /home/opam/.opam/4.07/bin/ocamlc.opt
- ocamlopt: .................................................... /home/opam/.opam/4.07/bin/ocamlopt.opt
- ocamlbuild: .................................................. /home/opam/.opam/4.07/bin/ocamlbuild
- Package name: ................................................ mariadb
- Package version: ............................................. 1.1.2
- os_type: ..................................................... Unix
- system: ...................................................... linux
- architecture: ................................................ amd64
- ccomp_type: .................................................. cc
- ocaml_version: ............................................... 4.07.1
- standard_library_default: .................................... /home/opam/.opam/4.07/lib/ocaml
- standard_library: ............................................ /home/opam/.opam/4.07/lib/ocaml
- standard_runtime: ............................................ /home/opam/.opam/4.07/bin/ocamlrun
- bytecomp_c_compiler: ......................................... gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT
- native_c_compiler: ........................................... gcc -O2 -fno-strict-aliasing -fwrapv -fcommon -D_FILE_OFFSET_BITS=64 -D_REENTRANT
- model: ....................................................... default
- ext_obj: ..................................................... .o
- ext_asm: ..................................................... .s
- ext_lib: ..................................................... .a
- ext_dll: ..................................................... .so
- default_executable_name: ..................................... a.out
- systhread_supported: ......................................... true
- Install architecture-independent files dir: .................. /home/opam/.opam/4.07
- 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: .................................
- Link to the MariaDB C/Connector library: ..................... true
- MariaDB's libmariadbclient installed as libmysqlclient.so: ... false
- Build the Lwt example: ....................................... false
- Build the Async example: ..................................... false
- Create documentations: ....................................... true
- Compile tests executable and library and run them: ........... false
- pkg_ctypes_stubs: ............................................ /home/opam/.opam/4.07/lib/ctypes/stubs
- pkg_unix: .................................................... /home/opam/.opam/4.07/lib/ocaml
- ocamldoc: .................................................... /home/opam/.opam/4.07/bin/ocamldoc
- 
Processing 38/39: [mariadb: make]
+ /usr/bin/make  (CWD=/home/opam/.opam/4.07/.opam-switch/build/mariadb.1.1.2)
- ocaml setup.ml -build 
- W: Cannot find source file matching module 'Ffi_generated' in library mariadb.
- W: Use InterfacePatterns or ImplementationPatterns to define this file with feature "source_patterns".
- W: Cannot find source file matching module 'Ffi_generated_types' in library mariadb.
- W: Use InterfacePatterns or ImplementationPatterns to define this file with feature "source_patterns".
- ocamlfind ocamlopt unix.cmxa -I /home/opam/.opam/4.07/lib/ocamlbuild /home/opam/.opam/4.07/lib/ocamlbuild/ocamlbuildlib.cmxa -linkpkg myocamlbuild.ml /home/opam/.opam/4.07/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- /home/opam/.opam/4.07/bin/ocamlfind ocamldep -package ctypes.stubs -modules bindings/ffi_bindings.ml > bindings/ffi_bindings.ml.depends
- /home/opam/.opam/4.07/bin/ocamlfind ocamlc -c -g -annot -bin-annot -warn-error +1..45 -package ctypes.stubs -I bindings -o bindings/ffi_bindings.cmo bindings/ffi_bindings.ml
- /home/opam/.opam/4.07/bin/ocamlfind ocamlc -a -warn-error +1..45 -I bindings bindings/ffi_bindings.cmo -o bindings/mariadb_bindings.cma
- /home/opam/.opam/4.07/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -warn-error +1..45 -package ctypes.stubs -I bindings -o bindings/ffi_bindings.cmx bindings/ffi_bindings.ml
- /home/opam/.opam/4.07/bin/ocamlfind ocamlopt -a -warn-error +1..45 -I bindings bindings/ffi_bindings.cmx -o bindings/mariadb_bindings.cmxa
- /home/opam/.opam/4.07/bin/ocamlfind ocamlopt -shared -I bindings bindings/mariadb_bindings.cmxa bindings/ffi_bindings.cmx -o bindings/mariadb_bindings.cmxs
- /home/opam/.opam/4.07/bin/ocamlfind ocamldep -package ctypes.stubs -modules stubgen/ffi_stubgen.ml > stubgen/ffi_stubgen.ml.depends
- /home/opam/.opam/4.07/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I bindings -warn-error +1..45 -warn-error +1..45 -package ctypes.stubs -I stubgen -I bindings -o stubgen/ffi_stubgen.cmo stubgen/ffi_stubgen.ml
- /home/opam/.opam/4.07/bin/ocamlfind ocamlc -linkpkg -g -warn-error +1..45 -linkpkg -package ctypes.stubs -I bindings -I stubgen bindings/mariadb_bindings.cma stubgen/ffi_stubgen.cmo -o stubgen/ffi_stubgen.byte
- stubgen/ffi_stubgen.byte -c > lib/ffi_generated_stubs.c
- /home/opam/.opam/4.07/bin/ocamlfind ocamlc -g -I lib -package ctypes -ccopt -I -ccopt /home/opam/.opam/4.07/lib/ctypes/stubs -package unix -package ctypes.stubs -c lib/ffi_generated_stubs.c
- + /home/opam/.opam/4.07/bin/ocamlfind ocamlc -g -I lib -package ctypes -ccopt -I -ccopt /home/opam/.opam/4.07/lib/ctypes/stubs -package unix -package ctypes.stubs -c lib/ffi_generated_stubs.c
- lib/ffi_generated_stubs.c: In function 'mariadb_stub_9_mysql_error':
- lib/ffi_generated_stubs.c:61:16: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-    61 |    char* x46 = mysql_error(x45);
-       |                ^~~~~~~~~~~
- lib/ffi_generated_stubs.c: In function 'mariadb_stub_12_mysql_stmt_error':
- lib/ffi_generated_stubs.c:79:16: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-    79 |    char* x55 = mysql_stmt_error(x54);
-       |                ^~~~~~~~~~~~~~~~
- lib/ffi_generated_stubs.c: In function 'mariadb_stub_39_mysql_real_connect_start':
- lib/ffi_generated_stubs.c:294:29: warning: passing argument 1 of 'mysql_real_connect_start' from incompatible pointer type [-Wincompatible-pointer-types]
-   294 |    mysql_real_connect_start(x211, x212, x213, x214, x215, x216, x217,
-       |                             ^~~~
-       |                             |
-       |                             void **
- In file included from lib/ffi_generated_stubs.c:1:
- /usr/include/mariadb/mysql.h:661:54: note: expected 'MYSQL **' {aka 'struct st_mysql **'} but argument is of type 'void **'
-   661 | int         STDCALL mysql_real_connect_start(MYSQL **ret, MYSQL *mysql,
-       |                                              ~~~~~~~~^~~
- lib/ffi_generated_stubs.c: In function 'mariadb_stub_40_mysql_real_connect_cont':
- lib/ffi_generated_stubs.c:320:39: warning: passing argument 1 of 'mysql_real_connect_cont' from incompatible pointer type [-Wincompatible-pointer-types]
-   320 |    int x242 = mysql_real_connect_cont(x237, x238, x239);
-       |                                       ^~~~
-       |                                       |
-       |                                       void **
- /usr/include/mariadb/mysql.h:669:53: note: expected 'MYSQL **' {aka 'struct st_mysql **'} but argument is of type 'void **'
-   669 | int         STDCALL mysql_real_connect_cont(MYSQL **ret, MYSQL *mysql,
-       |                                             ~~~~~~~~^~~
- mv ffi_generated_stubs.o lib/ffi_generated_stubs.o
- /home/opam/.opam/4.07/bin/ocamlfind ocamlmklib -o lib/mariadb_stubs -g -lmariadb lib/ffi_generated_stubs.o
- /home/opam/.opam/4.07/bin/ocamlfind ocamldep -package unix -package ctypes.stubs -modules lib/mariadb.mli > lib/mariadb.mli.depends
- /home/opam/.opam/4.07/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I bindings -ccopt -I -ccopt /home/opam/.opam/4.07/lib/ctypes/stubs -warn-error +1..45 -package unix -package ctypes.stubs -I lib -I bindings -o lib/mariadb.cmi lib/mariadb.mli
- + /home/opam/.opam/4.07/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I bindings -ccopt -I -ccopt /home/opam/.opam/4.07/lib/ctypes/stubs -warn-error +1..45 -package unix -package ctypes.stubs -I lib -I bindings -o lib/mariadb.cmi lib/mariadb.mli
- File "lib/mariadb.mli", line 16, characters 31-48:
- Error (warning 3): deprecated: module Pervasives
- Use Stdlib instead.
- File "lib/mariadb.mli", line 351, characters 33-50:
- Error (warning 3): deprecated: module Pervasives
- Use Stdlib instead.
- Command exited with code 2.
- E: Failure("Command ''/home/opam/.opam/4.07/bin/ocamlbuild' bindings/mariadb_bindings.cma bindings/mariadb_bindings.cmxa bindings/mariadb_bindings.a bindings/mariadb_bindings.cmxs lib/libmariadb_stubs.a lib/dllmariadb_stubs.so lib/mariadb.cma lib/mariadb.cmxa lib/mariadb.a lib/mariadb.cmxs stubgen/ffi_stubgen.byte stubgen/ffi_types_stubgen.byte examples/select/nonblocking_select_example.native examples/select/nonblocking_select_stress_test.native examples/blocking/blocking_example.native examples/blocking/blocking_stress_test.native -use-ocamlfind -tag debug' terminated with error code 10")
- make: *** [Makefile:7: build] Error 1
[ERROR] The compilation of mariadb.1.1.2 failed at "make".

#=== ERROR while compiling mariadb.1.1.2 ======================================#
# context              2.1.6 | linux/x86_64 | ocaml-base-compiler.4.07.1 | file:///src
# path                 ~/.opam/4.07/.opam-switch/build/mariadb.1.1.2
# command              /usr/bin/make
# exit-code            2
# env-file             ~/.opam/log/mariadb-113-f057c6.env
# output-file          ~/.opam/log/mariadb-113-f057c6.out
### output ###
# ocaml setup.ml -build 
# W: Cannot find source file matching module 'Ffi_generated' in library mariadb.
# W: Use InterfacePatterns or ImplementationPatterns to define this file with feature "source_patterns".
# W: Cannot find source file matching module 'Ffi_generated_types' in library mariadb.
# W: Use InterfacePatterns or ImplementationPatterns to define this file with feature "source_patterns".
# ocamlfind ocamlopt unix.cmxa -I /home/opam/.opam/4.07/lib/ocamlbuild /home/opam/.opam/4.07/lib/ocamlbuild/ocamlbuildlib.cmxa -linkpkg myocamlbuild.ml /home/opam/.opam/4.07/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
# /home/opam/.opam/4.07/bin/ocamlfind ocamldep -package ctypes.stubs -modules bindings/ffi_bindings.ml > bindings/ffi_bindings.ml.depends
# /home/opam/.opam/4.07/bin/ocamlfind ocamlc -c -g -annot -bin-annot -warn-error +1..45 -package ctypes.stubs -I bindings -o bindings/ffi_bindings.cmo bindings/ffi_bindings.ml
# /home/opam/.opam/4.07/bin/ocamlfind ocamlc -a -warn-error +1..45 -I bindings bindings/ffi_bindings.cmo -o bindings/mariadb_bindings.cma
# /home/opam/.opam/4.07/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -warn-error +1..45 -package ctypes.stubs -I bindings -o bindings/ffi_bindings.cmx bindings/ffi_bindings.ml
# /home/opam/.opam/4.07/bin/ocamlfind ocamlopt -a -warn-error +1..45 -I bindings bindings/ffi_bindings.cmx -o bindings/mariadb_bindings.cmxa
# /home/opam/.opam/4.07/bin/ocamlfind ocamlopt -shared -I bindings bindings/mariadb_bindings.cmxa bindings/ffi_bindings.cmx -o bindings/mariadb_bindings.cmxs
# /home/opam/.opam/4.07/bin/ocamlfind ocamldep -package ctypes.stubs -modules stubgen/ffi_stubgen.ml > stubgen/ffi_stubgen.ml.depends
# /home/opam/.opam/4.07/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I bindings -warn-error +1..45 -warn-error +1..45 -package ctypes.stubs -I stubgen -I bindings -o stubgen/ffi_stubgen.cmo stubgen/ffi_stubgen.ml
# /home/opam/.opam/4.07/bin/ocamlfind ocamlc -linkpkg -g -warn-error +1..45 -linkpkg -package ctypes.stubs -I bindings -I stubgen bindings/mariadb_bindings.cma stubgen/ffi_stubgen.cmo -o stubgen/ffi_stubgen.byte
# stubgen/ffi_stubgen.byte -c > lib/ffi_generated_stubs.c
# /home/opam/.opam/4.07/bin/ocamlfind ocamlc -g -I lib -package ctypes -ccopt -I -ccopt /home/opam/.opam/4.07/lib/ctypes/stubs -package unix -package ctypes.stubs -c lib/ffi_generated_stubs.c
# + /home/opam/.opam/4.07/bin/ocamlfind ocamlc -g -I lib -package ctypes -ccopt -I -ccopt /home/opam/.opam/4.07/lib/ctypes/stubs -package unix -package ctypes.stubs -c lib/ffi_generated_stubs.c
# lib/ffi_generated_stubs.c: In function 'mariadb_stub_9_mysql_error':
# lib/ffi_generated_stubs.c:61:16: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
#    61 |    char* x46 = mysql_error(x45);
#       |                ^~~~~~~~~~~
# lib/ffi_generated_stubs.c: In function 'mariadb_stub_12_mysql_stmt_error':
# lib/ffi_generated_stubs.c:79:16: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
#    79 |    char* x55 = mysql_stmt_error(x54);
#       |                ^~~~~~~~~~~~~~~~
# lib/ffi_generated_stubs.c: In function 'mariadb_stub_39_mysql_real_connect_start':
# lib/ffi_generated_stubs.c:294:29: warning: passing argument 1 of 'mysql_real_connect_start' from incompatible pointer type [-Wincompatible-pointer-types]
#   294 |    mysql_real_connect_start(x211, x212, x213, x214, x215, x216, x217,
#       |                             ^~~~
#       |                             |
#       |                             void **
# In file included from lib/ffi_generated_stubs.c:1:
# /usr/include/mariadb/mysql.h:661:54: note: expected 'MYSQL **' {aka 'struct st_mysql **'} but argument is of type 'void **'
#   661 | int         STDCALL mysql_real_connect_start(MYSQL **ret, MYSQL *mysql,
#       |                                              ~~~~~~~~^~~
# lib/ffi_generated_stubs.c: In function 'mariadb_stub_40_mysql_real_connect_cont':
# lib/ffi_generated_stubs.c:320:39: warning: passing argument 1 of 'mysql_real_connect_cont' from incompatible pointer type [-Wincompatible-pointer-types]
#   320 |    int x242 = mysql_real_connect_cont(x237, x238, x239);
#       |                                       ^~~~
#       |                                       |
#       |                                       void **
# /usr/include/mariadb/mysql.h:669:53: note: expected 'MYSQL **' {aka 'struct st_mysql **'} but argument is of type 'void **'
#   669 | int         STDCALL mysql_real_connect_cont(MYSQL **ret, MYSQL *mysql,
#       |                                             ~~~~~~~~^~~
# mv ffi_generated_stubs.o lib/ffi_generated_stubs.o
# /home/opam/.opam/4.07/bin/ocamlfind ocamlmklib -o lib/mariadb_stubs -g -lmariadb lib/ffi_generated_stubs.o
# /home/opam/.opam/4.07/bin/ocamlfind ocamldep -package unix -package ctypes.stubs -modules lib/mariadb.mli > lib/mariadb.mli.depends
# /home/opam/.opam/4.07/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I bindings -ccopt -I -ccopt /home/opam/.opam/4.07/lib/ctypes/stubs -warn-error +1..45 -package unix -package ctypes.stubs -I lib -I bindings -o lib/mariadb.cmi lib/mariadb.mli
# + /home/opam/.opam/4.07/bin/ocamlfind ocamlc -c -g -annot -bin-annot -I bindings -ccopt -I -ccopt /home/opam/.opam/4.07/lib/ctypes/stubs -warn-error +1..45 -package unix -package ctypes.stubs -I lib -I bindings -o lib/mariadb.cmi lib/mariadb.mli
# File "lib/mariadb.mli", line 16, characters 31-48:
# Error (warning 3): deprecated: module Pervasives
# Use Stdlib instead.
# File "lib/mariadb.mli", line 351, characters 33-50:
# Error (warning 3): deprecated: module Pervasives
# Use Stdlib instead.
# Command exited with code 2.
# E: Failure("Command ''/home/opam/.opam/4.07/bin/ocamlbuild' bindings/mariadb_bindings.cma bindings/mariadb_bindings.cmxa bindings/mariadb_bindings.a bindings/mariadb_bindings.cmxs lib/libmariadb_stubs.a lib/dllmariadb_stubs.so lib/mariadb.cma lib/mariadb.cmxa lib/mariadb.a lib/mariadb.cmxs stubgen/ffi_stubgen.byte stubgen/ffi_types_stubgen.byte examples/select/nonblocking_select_example.native examples/select/nonblocking_select_stress_test.native examples/blocking/blocking_example.native examples/blocking/blocking_stress_test.native -use-ocamlfind -tag debug' terminated with error code 10")
# make: *** [Makefile:7: build] Error 1



<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build mariadb 1.1.2
+- 
+- The following changes have been performed
| - install bigarray-compat   1.1.0
| - install conf-gcc          1.0
| - install conf-libffi       2.0.0
| - install conf-mariadb      2
| - install conf-pkg-config   3
| - install csexp             1.5.2
| - install ctypes            0.21.1
| - install ctypes-foreign    0.21.1
| - install dune-configurator 3.13.0
| - install integers          0.7.0
| - install ocamlbuild        0.14.3
| - install stdlib-shims      0.3.0
+- 
# Run eval $(opam env) to update the current shell environment

The former state can be restored with:
    /usr/bin/opam switch import "/home/opam/.opam/4.07/.opam-switch/backup/state-20240529165403.export"
'opam --cli=2.1 install mariadb.1.1.2 stdlib-shims.0.3.0 ocamlfind.1.9.6 ocamlbuild.0.14.3 integers.0.7.0 dune-configurator.3.13.0 dune.3.13.0 ctypes-foreign.0.21.1 ctypes.0.21.1 csexp.1.5.2 conf-pkg-config.3 conf-mariadb.2 conf-libffi.2.0.0 conf-gcc.1.0 bigarray-compat.1.1.0 --verbose --yes --confirm-level=unsafe-yes' failed.
2024-05-29 16:54.30 ---> saved as "9d0243f101e5e2afc9f2406a6b7cca7dd16be4f56db41d01774d7e8c808cbba0"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u mariadb:307eeee20951ca8488459f6e6d3a9a75,stdlib-shims:4b684b38adbdfad338cbd3024e95d0d8,integers:d256d75ab5fd6a11329515b5ec7e43b8,ctypes-foreign:ef92fb7c5d037114d9ca5671cca7b4de,ctypes:2ecf150674c5be1f56443b95bae373bd,bigarray-compat:4b684b38adbdfad338cbd3024e95d0d8"))
2024-05-29 16:54.32 ---> saved as "a80621c5adb54db56fd7ab74fb9db269c5c1496aebaf028b79b9dd9cf49d838c"

/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.738864') && (for DATA in prep/universes/4b684b38adbdfad338cbd3024e95d0d8/bigarray-compat/1.1.0,bigarray-compat.1.1.0-4b684b38adbdfad338cbd3024e95d0d8,bigarray-compat.1.1.0 prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1,ctypes.0.21.1-2ecf150674c5be1f56443b95bae373bd,ctypes.0.21.1 prep/universes/ef92fb7c5d037114d9ca5671cca7b4de/ctypes-foreign/0.21.1,ctypes-foreign.0.21.1-ef92fb7c5d037114d9ca5671cca7b4de,ctypes-foreign.0.21.1 prep/universes/d256d75ab5fd6a11329515b5ec7e43b8/integers/0.7.0,integers.0.7.0-d256d75ab5fd6a11329515b5ec7e43b8,integers.0.7.0 prep/universes/4b684b38adbdfad338cbd3024e95d0d8/stdlib-shims/0.3.0,stdlib-shims.0.3.0-4b684b38adbdfad338cbd3024e95d0d8,stdlib-shims.0.3.0 prep/universes/307eeee20951ca8488459f6e6d3a9a75/mariadb/1.1.2,mariadb.1.1.2-307eeee20951ca8488459f6e6d3a9a75,mariadb.1.1.2; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/*  && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/4b684b38adbdfad338cbd3024e95d0d8/bigarray-compat/1.1.0,bigarray-compat.1.1.0-4b684b38adbdfad338cbd3024e95d0d8,bigarray-compat.1.1.0 prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1,ctypes.0.21.1-2ecf150674c5be1f56443b95bae373bd,ctypes.0.21.1 prep/universes/ef92fb7c5d037114d9ca5671cca7b4de/ctypes-foreign/0.21.1,ctypes-foreign.0.21.1-ef92fb7c5d037114d9ca5671cca7b4de,ctypes-foreign.0.21.1 prep/universes/d256d75ab5fd6a11329515b5ec7e43b8/integers/0.7.0,integers.0.7.0-d256d75ab5fd6a11329515b5ec7e43b8,integers.0.7.0 prep/universes/4b684b38adbdfad338cbd3024e95d0d8/stdlib-shims/0.3.0,stdlib-shims.0.3.0-4b684b38adbdfad338cbd3024e95d0d8,stdlib-shims.0.3.0 prep/universes/307eeee20951ca8488459f6e6d3a9a75/mariadb/1.1.2,mariadb.1.1.2-307eeee20951ca8488459f6e6d3a9a75,mariadb.1.1.2; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/4b684b38adbdfad338cbd3024e95d0d8/bigarray-compat/1.1.0,bigarray-compat.1.1.0-4b684b38adbdfad338cbd3024e95d0d8,bigarray-compat.1.1.0 prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1,ctypes.0.21.1-2ecf150674c5be1f56443b95bae373bd,ctypes.0.21.1 prep/universes/ef92fb7c5d037114d9ca5671cca7b4de/ctypes-foreign/0.21.1,ctypes-foreign.0.21.1-ef92fb7c5d037114d9ca5671cca7b4de,ctypes-foreign.0.21.1 prep/universes/d256d75ab5fd6a11329515b5ec7e43b8/integers/0.7.0,integers.0.7.0-d256d75ab5fd6a11329515b5ec7e43b8,integers.0.7.0 prep/universes/4b684b38adbdfad338cbd3024e95d0d8/stdlib-shims/0.3.0,stdlib-shims.0.3.0-4b684b38adbdfad338cbd3024e95d0d8,stdlib-shims.0.3.0 prep/universes/307eeee20951ca8488459f6e6d3a9a75/mariadb/1.1.2,mariadb.1.1.2-307eeee20951ca8488459f6e6d3a9a75,mariadb.1.1.2; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.738864
prep/universes/4b684b38adbdfad338cbd3024e95d0d8/bigarray-compat/1.1.0/doc/
prep/universes/4b684b38adbdfad338cbd3024e95d0d8/bigarray-compat/1.1.0/doc/bigarray-compat/
prep/universes/4b684b38adbdfad338cbd3024e95d0d8/bigarray-compat/1.1.0/doc/bigarray-compat/CHANGES.md
prep/universes/4b684b38adbdfad338cbd3024e95d0d8/bigarray-compat/1.1.0/doc/bigarray-compat/LICENSE.md
prep/universes/4b684b38adbdfad338cbd3024e95d0d8/bigarray-compat/1.1.0/doc/bigarray-compat/README.md
prep/universes/4b684b38adbdfad338cbd3024e95d0d8/bigarray-compat/1.1.0/lib/
prep/universes/4b684b38adbdfad338cbd3024e95d0d8/bigarray-compat/1.1.0/lib/bigarray-compat/
prep/universes/4b684b38adbdfad338cbd3024e95d0d8/bigarray-compat/1.1.0/lib/bigarray-compat/bigarray_compat.ocamlobjinfo
prep/universes/4b684b38adbdfad338cbd3024e95d0d8/bigarray-compat/1.1.0/lib/bigarray-compat/META
prep/universes/4b684b38adbdfad338cbd3024e95d0d8/bigarray-compat/1.1.0/lib/bigarray-compat/bigarray_compat.cmi
prep/universes/4b684b38adbdfad338cbd3024e95d0d8/bigarray-compat/1.1.0/lib/bigarray-compat/bigarray_compat.cmt
prep/universes/4b684b38adbdfad338cbd3024e95d0d8/bigarray-compat/1.1.0/lib/bigarray-compat/dune-package
prep/universes/4b684b38adbdfad338cbd3024e95d0d8/bigarray-compat/1.1.0/opam
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/doc/
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/doc/ctypes/
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/doc/ctypes/CHANGES.md
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/doc/ctypes/LICENSE
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/doc/ctypes/README.md
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/ctypes.ocamlobjinfo
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/META
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/complexL.cmi
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/complexL.cmt
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/complexL.cmti
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/cstubs_internals.cmi
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/cstubs_internals.cmt
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/cstubs_internals.cmti
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/ctypes.cmi
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/ctypes.cmt
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/ctypes.cmti
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/ctypes_bigarray.cmi
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/ctypes_bigarray.cmt
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/ctypes_bigarray.cmti
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/ctypes_bigarray_stubs.cmi
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/ctypes_bigarray_stubs.cmt
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/ctypes_coerce.cmi
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/ctypes_coerce.cmt
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/ctypes_coerce.cmti
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/ctypes_memory.cmi
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/ctypes_memory.cmt
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/ctypes_memory_stubs.cmi
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/ctypes_memory_stubs.cmt
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/ctypes_primitive_types.cmi
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/ctypes_primitive_types.cmt
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/ctypes_primitive_types.cmti
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/ctypes_primitives.cmi
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/ctypes_primitives.cmt
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/ctypes_ptr.cmi
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/ctypes_ptr.cmt
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/ctypes_roots_stubs.cmi
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/ctypes_roots_stubs.cmt
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/ctypes_static.cmi
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/ctypes_static.cmt
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/ctypes_static.cmti
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/ctypes_std_view_stubs.cmi
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/ctypes_std_view_stubs.cmt
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/ctypes_std_views.cmi
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/ctypes_std_views.cmt
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/ctypes_structs.cmi
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/ctypes_structs.cmt
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/ctypes_structs.cmti
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/ctypes_structs_computed.cmi
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/ctypes_structs_computed.cmt
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/ctypes_structs_computed.cmti
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/ctypes_type_printing.cmi
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/ctypes_type_printing.cmt
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/ctypes_type_printing.cmti
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/ctypes_types.cmi
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/ctypes_types.cmti
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/ctypes_value_printing.cmi
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/ctypes_value_printing.cmt
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/ctypes_value_printing_stubs.cmi
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/ctypes_value_printing_stubs.cmt
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/dune-package
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/lDouble.cmi
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/lDouble.cmt
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/lDouble.cmti
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/posixTypes.cmi
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/posixTypes.cmt
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/posixTypes.cmti
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/stubs/
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/stubs/ctypes_stubs.ocamlobjinfo
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/stubs/cstubs.cmi
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/stubs/cstubs.cmt
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/stubs/cstubs.cmti
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/stubs/cstubs_analysis.cmi
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/stubs/cstubs_analysis.cmt
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/stubs/cstubs_analysis.cmti
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/stubs/cstubs_c_language.cmi
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/stubs/cstubs_c_language.cmt
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/stubs/cstubs_emit_c.cmi
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/stubs/cstubs_emit_c.cmt
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/stubs/cstubs_errors.cmi
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/stubs/cstubs_errors.cmt
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/stubs/cstubs_errors.cmti
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/stubs/cstubs_generate_c.cmi
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/stubs/cstubs_generate_c.cmt
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/stubs/cstubs_generate_c.cmti
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/stubs/cstubs_generate_ml.cmi
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/stubs/cstubs_generate_ml.cmt
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/stubs/cstubs_generate_ml.cmti
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/stubs/cstubs_inverted.cmi
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/stubs/cstubs_inverted.cmt
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/stubs/cstubs_inverted.cmti
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/stubs/cstubs_public_name.cmi
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/stubs/cstubs_public_name.cmt
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/stubs/cstubs_public_name.cmti
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/stubs/cstubs_structs.cmi
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/stubs/cstubs_structs.cmt
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/stubs/cstubs_structs.cmti
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/stubs/ctypes_path.cmi
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/stubs/ctypes_path.cmt
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/stubs/ctypes_path.cmti
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/top/
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/top/ctypes_top.ocamlobjinfo
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/top/ctypes_top.cmi
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/top/ctypes_top.cmt
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/top/ctypes_top__Ctypes_printers.cmi
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/top/ctypes_top__Ctypes_printers.cmt
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/top/ctypes_top__Ctypes_printers.cmti
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/top/ctypes_top__Install_ctypes_printers.cmi
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/lib/ctypes/top/ctypes_top__Install_ctypes_printers.cmt
prep/universes/2ecf150674c5be1f56443b95bae373bd/ctypes/0.21.1/opam
prep/universes/ef92fb7c5d037114d9ca5671cca7b4de/ctypes-foreign/0.21.1/doc/
prep/universes/ef92fb7c5d037114d9ca5671cca7b4de/ctypes-foreign/0.21.1/doc/ctypes-foreign/
prep/universes/ef92fb7c5d037114d9ca5671cca7b4de/ctypes-foreign/0.21.1/doc/ctypes-foreign/CHANGES.md
prep/universes/ef92fb7c5d037114d9ca5671cca7b4de/ctypes-foreign/0.21.1/doc/ctypes-foreign/LICENSE
prep/universes/ef92fb7c5d037114d9ca5671cca7b4de/ctypes-foreign/0.21.1/doc/ctypes-foreign/README.md
prep/universes/ef92fb7c5d037114d9ca5671cca7b4de/ctypes-foreign/0.21.1/lib/
prep/universes/ef92fb7c5d037114d9ca5671cca7b4de/ctypes-foreign/0.21.1/lib/ctypes-foreign/
prep/universes/ef92fb7c5d037114d9ca5671cca7b4de/ctypes-foreign/0.21.1/lib/ctypes-foreign/ctypes_foreign.ocamlobjinfo
prep/universes/ef92fb7c5d037114d9ca5671cca7b4de/ctypes-foreign/0.21.1/lib/ctypes-foreign/.private/
prep/universes/ef92fb7c5d037114d9ca5671cca7b4de/ctypes-foreign/0.21.1/lib/ctypes-foreign/.private/ctypes_foreign_threaded_stubs.cmi
prep/universes/ef92fb7c5d037114d9ca5671cca7b4de/ctypes-foreign/0.21.1/lib/ctypes-foreign/.private/ctypes_foreign_threaded_stubs.cmt
prep/universes/ef92fb7c5d037114d9ca5671cca7b4de/ctypes-foreign/0.21.1/lib/ctypes-foreign/META
prep/universes/ef92fb7c5d037114d9ca5671cca7b4de/ctypes-foreign/0.21.1/lib/ctypes-foreign/ctypes_closure_properties.cmi
prep/universes/ef92fb7c5d037114d9ca5671cca7b4de/ctypes-foreign/0.21.1/lib/ctypes-foreign/ctypes_closure_properties.cmt
prep/universes/ef92fb7c5d037114d9ca5671cca7b4de/ctypes-foreign/0.21.1/lib/ctypes-foreign/ctypes_closure_properties.cmti
prep/universes/ef92fb7c5d037114d9ca5671cca7b4de/ctypes-foreign/0.21.1/lib/ctypes-foreign/ctypes_ffi.cmi
prep/universes/ef92fb7c5d037114d9ca5671cca7b4de/ctypes-foreign/0.21.1/lib/ctypes-foreign/ctypes_ffi.cmt
prep/universes/ef92fb7c5d037114d9ca5671cca7b4de/ctypes-foreign/0.21.1/lib/ctypes-foreign/ctypes_ffi.cmti
prep/universes/ef92fb7c5d037114d9ca5671cca7b4de/ctypes-foreign/0.21.1/lib/ctypes-foreign/ctypes_ffi_stubs.cmi
prep/universes/ef92fb7c5d037114d9ca5671cca7b4de/ctypes-foreign/0.21.1/lib/ctypes-foreign/ctypes_ffi_stubs.cmt
prep/universes/ef92fb7c5d037114d9ca5671cca7b4de/ctypes-foreign/0.21.1/lib/ctypes-foreign/ctypes_foreign_basis.cmi
prep/universes/ef92fb7c5d037114d9ca5671cca7b4de/ctypes-foreign/0.21.1/lib/ctypes-foreign/ctypes_foreign_basis.cmt
prep/universes/ef92fb7c5d037114d9ca5671cca7b4de/ctypes-foreign/0.21.1/lib/ctypes-foreign/ctypes_weak_ref.cmi
prep/universes/ef92fb7c5d037114d9ca5671cca7b4de/ctypes-foreign/0.21.1/lib/ctypes-foreign/ctypes_weak_ref.cmt
prep/universes/ef92fb7c5d037114d9ca5671cca7b4de/ctypes-foreign/0.21.1/lib/ctypes-foreign/ctypes_weak_ref.cmti
prep/universes/ef92fb7c5d037114d9ca5671cca7b4de/ctypes-foreign/0.21.1/lib/ctypes-foreign/dl.cmi
prep/universes/ef92fb7c5d037114d9ca5671cca7b4de/ctypes-foreign/0.21.1/lib/ctypes-foreign/dl.cmt
prep/universes/ef92fb7c5d037114d9ca5671cca7b4de/ctypes-foreign/0.21.1/lib/ctypes-foreign/dl.cmti
prep/universes/ef92fb7c5d037114d9ca5671cca7b4de/ctypes-foreign/0.21.1/lib/ctypes-foreign/dune-package
prep/universes/ef92fb7c5d037114d9ca5671cca7b4de/ctypes-foreign/0.21.1/lib/ctypes-foreign/foreign.cmi
prep/universes/ef92fb7c5d037114d9ca5671cca7b4de/ctypes-foreign/0.21.1/lib/ctypes-foreign/foreign.cmt
prep/universes/ef92fb7c5d037114d9ca5671cca7b4de/ctypes-foreign/0.21.1/lib/ctypes-foreign/foreign.cmti
prep/universes/ef92fb7c5d037114d9ca5671cca7b4de/ctypes-foreign/0.21.1/lib/ctypes-foreign/libffi_abi.cmi
prep/universes/ef92fb7c5d037114d9ca5671cca7b4de/ctypes-foreign/0.21.1/lib/ctypes-foreign/libffi_abi.cmt
prep/universes/ef92fb7c5d037114d9ca5671cca7b4de/ctypes-foreign/0.21.1/lib/ctypes-foreign/libffi_abi.cmti
prep/universes/ef92fb7c5d037114d9ca5671cca7b4de/ctypes-foreign/0.21.1/opam
prep/universes/d256d75ab5fd6a11329515b5ec7e43b8/integers/0.7.0/doc/
prep/universes/d256d75ab5fd6a11329515b5ec7e43b8/integers/0.7.0/doc/integers/
prep/universes/d256d75ab5fd6a11329515b5ec7e43b8/integers/0.7.0/doc/integers/CHANGES.md
prep/universes/d256d75ab5fd6a11329515b5ec7e43b8/integers/0.7.0/doc/integers/LICENSE.md
prep/universes/d256d75ab5fd6a11329515b5ec7e43b8/integers/0.7.0/doc/integers/README.md
prep/universes/d256d75ab5fd6a11329515b5ec7e43b8/integers/0.7.0/lib/
prep/universes/d256d75ab5fd6a11329515b5ec7e43b8/integers/0.7.0/lib/integers/
prep/universes/d256d75ab5fd6a11329515b5ec7e43b8/integers/0.7.0/lib/integers/integers.ocamlobjinfo
prep/universes/d256d75ab5fd6a11329515b5ec7e43b8/integers/0.7.0/lib/integers/META
prep/universes/d256d75ab5fd6a11329515b5ec7e43b8/integers/0.7.0/lib/integers/dune-package
prep/universes/d256d75ab5fd6a11329515b5ec7e43b8/integers/0.7.0/lib/integers/signed.cmi
prep/universes/d256d75ab5fd6a11329515b5ec7e43b8/integers/0.7.0/lib/integers/signed.cmt
prep/universes/d256d75ab5fd6a11329515b5ec7e43b8/integers/0.7.0/lib/integers/signed.cmti
prep/universes/d256d75ab5fd6a11329515b5ec7e43b8/integers/0.7.0/lib/integers/top/
prep/universes/d256d75ab5fd6a11329515b5ec7e43b8/integers/0.7.0/lib/integers/top/integers_top.ocamlobjinfo
prep/universes/d256d75ab5fd6a11329515b5ec7e43b8/integers/0.7.0/lib/integers/top/install_integer_printers.cmi
prep/universes/d256d75ab5fd6a11329515b5ec7e43b8/integers/0.7.0/lib/integers/top/install_integer_printers.cmt
prep/universes/d256d75ab5fd6a11329515b5ec7e43b8/integers/0.7.0/lib/integers/top/install_integer_printers.cmti
prep/universes/d256d75ab5fd6a11329515b5ec7e43b8/integers/0.7.0/lib/integers/top/integer_printers.cmi
prep/universes/d256d75ab5fd6a11329515b5ec7e43b8/integers/0.7.0/lib/integers/top/integer_printers.cmt
prep/universes/d256d75ab5fd6a11329515b5ec7e43b8/integers/0.7.0/lib/integers/top/integer_printers.cmti
prep/universes/d256d75ab5fd6a11329515b5ec7e43b8/integers/0.7.0/lib/integers/unsigned.cmi
prep/universes/d256d75ab5fd6a11329515b5ec7e43b8/integers/0.7.0/lib/integers/unsigned.cmt
prep/universes/d256d75ab5fd6a11329515b5ec7e43b8/integers/0.7.0/lib/integers/unsigned.cmti
prep/universes/d256d75ab5fd6a11329515b5ec7e43b8/integers/0.7.0/opam
prep/universes/4b684b38adbdfad338cbd3024e95d0d8/stdlib-shims/0.3.0/doc/
prep/universes/4b684b38adbdfad338cbd3024e95d0d8/stdlib-shims/0.3.0/doc/stdlib-shims/
prep/universes/4b684b38adbdfad338cbd3024e95d0d8/stdlib-shims/0.3.0/doc/stdlib-shims/CHANGES.md
prep/universes/4b684b38adbdfad338cbd3024e95d0d8/stdlib-shims/0.3.0/doc/stdlib-shims/LICENSE
prep/universes/4b684b38adbdfad338cbd3024e95d0d8/stdlib-shims/0.3.0/doc/stdlib-shims/README.md
prep/universes/4b684b38adbdfad338cbd3024e95d0d8/stdlib-shims/0.3.0/lib/
prep/universes/4b684b38adbdfad338cbd3024e95d0d8/stdlib-shims/0.3.0/lib/stdlib-shims/
prep/universes/4b684b38adbdfad338cbd3024e95d0d8/stdlib-shims/0.3.0/lib/stdlib-shims/stdlib_shims.ocamlobjinfo
prep/universes/4b684b38adbdfad338cbd3024e95d0d8/stdlib-shims/0.3.0/lib/stdlib-shims/META
prep/universes/4b684b38adbdfad338cbd3024e95d0d8/stdlib-shims/0.3.0/lib/stdlib-shims/dune-package
prep/universes/4b684b38adbdfad338cbd3024e95d0d8/stdlib-shims/0.3.0/lib/stdlib-shims/pervasives.cmi
prep/universes/4b684b38adbdfad338cbd3024e95d0d8/stdlib-shims/0.3.0/lib/stdlib-shims/pervasives.cmt
prep/universes/4b684b38adbdfad338cbd3024e95d0d8/stdlib-shims/0.3.0/opam
FAILED:mariadb.1.1.2-307eeee20951ca8488459f6e6d3a9a75
prep/universes/307eeee20951ca8488459f6e6d3a9a75/mariadb/1.1.2/opam
prep/universes/307eeee20951ca8488459f6e6d3a9a75/mariadb/1.1.2/opam.err.log
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
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:bigarray-compat.1.1.0-4b684b38adbdfad338cbd3024e95d0d8:6576b0ee2e0f13f847612014e5ff8467481b97e3e5b201e69d5ae903462cbe58
HASHES:ctypes.0.21.1-2ecf150674c5be1f56443b95bae373bd:12839a70180e16451a9ec6917bb2bbd7854be4cd60dafe5b77d2ab2e0eb8baec
HASHES:ctypes-foreign.0.21.1-ef92fb7c5d037114d9ca5671cca7b4de:d07fe2982f5387bdfec6d35a74344795145de8d7ebcc3af1e309e7b89bd66994
HASHES:integers.0.7.0-d256d75ab5fd6a11329515b5ec7e43b8:b7f50e09abc932558c04f8894fedca961b7974fdfa015a131ee56b5dc9db38b1
HASHES:stdlib-shims.0.3.0-4b684b38adbdfad338cbd3024e95d0d8:c53f8d8f6db87bfcc59656d28d591fe932bf5da2fabd24af7a6f7060da2add91
HASHES:mariadb.1.1.2-307eeee20951ca8488459f6e6d3a9a75:a1a691c8c0fac4b21e8f6907573e49113024ac038e5a99c3a9a62c148ee30d7e
2024-05-29 16:54.35 ---> saved as "cfbc7d5abb787091086dcd661a4fae9230a62a5544125397836cdfa54922b801"
Job succeeded
2024-05-29 16:58.27: Failed: mariadb.1.1.2-307eeee20951ca8488459f6e6d3a9a75
2024-05-29 16:58.27: mariadb.1.1.2-307eeee20951ca8488459f6e6d3a9a75 -> a1a691c8c0fac4b21e8f6907573e49113024ac038e5a99c3a9a62c148ee30d7e
2024-05-29 16:58.27: stdlib-shims.0.3.0-4b684b38adbdfad338cbd3024e95d0d8 -> c53f8d8f6db87bfcc59656d28d591fe932bf5da2fabd24af7a6f7060da2add91
2024-05-29 16:58.27: integers.0.7.0-d256d75ab5fd6a11329515b5ec7e43b8 -> b7f50e09abc932558c04f8894fedca961b7974fdfa015a131ee56b5dc9db38b1
2024-05-29 16:58.27: ctypes-foreign.0.21.1-ef92fb7c5d037114d9ca5671cca7b4de -> d07fe2982f5387bdfec6d35a74344795145de8d7ebcc3af1e309e7b89bd66994
2024-05-29 16:58.27: ctypes.0.21.1-2ecf150674c5be1f56443b95bae373bd -> 12839a70180e16451a9ec6917bb2bbd7854be4cd60dafe5b77d2ab2e0eb8baec
2024-05-29 16:58.27: bigarray-compat.1.1.0-4b684b38adbdfad338cbd3024e95d0d8 -> 6576b0ee2e0f13f847612014e5ff8467481b97e3e5b201e69d5ae903462cbe58
2024-05-29 16:58.27: Job succeeded