Build:
  1. 0
2024-09-12 08:35.52: New job: Voodoo prep raygui.0.3.1; 9b2996726951bcc6a6d0fc21e6c37692
2024-09-12 08:35.52: Waiting for resource in pool OCluster
2024-09-12 19:27.19: Waiting for worker…
2024-09-12 19:27.19: Got resource from pool OCluster
2024-09-12 19:27.19: Using cache hint "docs-universe-prep-5.0.0"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-5.0@sha256:b85f6e0052d832ee9a2d105ad0106bdcdbac89af60760eee0391e0cf6a85f933)
         (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-5.0@sha256:b85f6e0052d832ee9a2d105ad0106bdcdbac89af60760eee0391e0cf6a85f933)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo chown opam:opam /home/opam"))
 (run (shell "sudo mkdir /src"))
 (copy (src packages) (dst /src/packages))
 (copy (src repo) (dst /src/repo))
 (run (network host)
      (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam init --reinit -ni"))
 (run (shell "opam repo remove default && opam repo add opam /src"))
 (copy (from (build tools)) (src /home/opam/voodoo-prep) (dst /home/opam/))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "opam install dune.3.16.0 ocamlfind.1.9.6"))
 (env DUNE_CACHE enabled)
 (env DUNE_CACHE_TRANSPORT direct)
 (env DUNE_CACHE_DUPLICATION copy)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)) (opam-dune-cache (target /home/opam/.cache/dune)))
      (network host)
      (shell "(sudo apt update) && ((opam depext -viy raygui.0.3.1 stdlib-shims.0.3.0 sexplib0.v0.17.0 seq.base result.1.5 re.1.12.0 raylib.0.5.1 ppxlib.0.33.0 ppx_derivers.1.2.1 ppx_cstubs.0.7.0 ocamlfind.1.9.6 ocaml-compiler-libs.v0.12.4 num.1.5-1 integers.0.7.0 host-arch-x86_64.1 either.1.0.0 dune-configurator.3.16.0 dune.3.16.0 ctypes.0.23.0 csexp.1.5.2 cppo.1.7.0 containers.3.13.1 conf-pkg-config.3 conf-mesa.1 conf-libxrandr.1 conf-libxinerama.1 conf-libxi.1 conf-libxcursor.1 bigarray-compat.1.1.0 2>&1 | tee ~/opam.err.log) || echo 'Failed to install all packages')"))
 (run (shell "opam exec -- ~/voodoo-prep -u raygui:9b2996726951bcc6a6d0fc21e6c37692"))
 (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.276962') && (for DATA in prep/universes/9b2996726951bcc6a6d0fc21e6c37692/raygui/0.3.1,raygui.0.3.1-9b2996726951bcc6a6d0fc21e6c37692,raygui.0.3.1; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/*  && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/9b2996726951bcc6a6d0fc21e6c37692/raygui/0.3.1,raygui.0.3.1-9b2996726951bcc6a6d0fc21e6c37692,raygui.0.3.1; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/9b2996726951bcc6a6d0fc21e6c37692/raygui/0.3.1,raygui.0.3.1-9b2996726951bcc6a6d0fc21e6c37692,raygui.0.3.1; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
)
END-OF-SPEC

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

2024-09-12 19:27.19: RETRYING: 2024-09-12/083552-voodoo-prep-35f212 Number of retries: 0 (retriable error condition)
Building on x86-bm-c6.sw.ocaml.org
All commits already cached
Updating files:  67% (21764/32058)
Updating files:  68% (21800/32058)
Updating files:  69% (22121/32058)
Updating files:  70% (22441/32058)
Updating files:  71% (22762/32058)
Updating files:  72% (23082/32058)
Updating files:  73% (23403/32058)
Updating files:  74% (23723/32058)
Updating files:  75% (24044/32058)
Updating files:  76% (24365/32058)
Updating files:  77% (24685/32058)
Updating files:  78% (25006/32058)
Updating files:  79% (25326/32058)
Updating files:  80% (25647/32058)
Updating files:  81% (25967/32058)
Updating files:  82% (26288/32058)
Updating files:  83% (26609/32058)
Updating files:  84% (26929/32058)
Updating files:  85% (27250/32058)
Updating files:  86% (27570/32058)
Updating files:  87% (27891/32058)
Updating files:  88% (28212/32058)
Updating files:  89% (28532/32058)
Updating files:  90% (28853/32058)
Updating files:  91% (29173/32058)
Updating files:  92% (29494/32058)
Updating files:  93% (29814/32058)
Updating files:  94% (30135/32058)
Updating files:  95% (30456/32058)
Updating files:  96% (30776/32058)
Updating files:  97% (31097/32058)
Updating files:  98% (31417/32058)
Updating files:  99% (31738/32058)
Updating files: 100% (32058/32058)
Updating files: 100% (32058/32058), done.
HEAD is now at ed8a57d12c Merge pull request #26441 from fpottier/opam-publish-cppo.1.7.0

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-5.0@sha256:b85f6e0052d832ee9a2d105ad0106bdcdbac89af60760eee0391e0cf6a85f933)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.0@sha256:b85f6e0052d832ee9a2d105ad0106bdcdbac89af60760eee0391e0cf6a85f933' locally
docker.io/ocaml/opam@sha256:b85f6e0052d832ee9a2d105ad0106bdcdbac89af60760eee0391e0cf6a85f933: Pulling from ocaml/opam
ec352867d6d9: Pulling fs layer
ec352867d6d9: Verifying Checksum
ec352867d6d9: Download complete
ec352867d6d9: Pull complete
Digest: sha256:b85f6e0052d832ee9a2d105ad0106bdcdbac89af60760eee0391e0cf6a85f933
Status: Downloaded newer image for ocaml/opam@sha256:b85f6e0052d832ee9a2d105ad0106bdcdbac89af60760eee0391e0cf6a85f933
2024-09-12 19:20.04 ---> using "3a3d00233f8a9261aad295b88d74e8ac843276009b6a3970e1f350da7f3d6884" from cache

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

/: (workdir /home/opam)

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

/home/opam: (run (network host)
                 (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [11.7 kB]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [179 kB]
Fetched 295 kB in 0s (1113 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 (15.0 MB/s)
Selecting previously unselected package libpkgconf3:amd64.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18733 files and directories currently installed.)
Preparing to unpack .../libpkgconf3_1.8.1-1_amd64.deb ...
Unpacking libpkgconf3:amd64 (1.8.1-1) ...
Selecting previously unselected package m4.
Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ...
Unpacking m4 (1.4.19-3) ...
Selecting previously unselected package pkgconf-bin.
Preparing to unpack .../pkgconf-bin_1.8.1-1_amd64.deb ...
Unpacking pkgconf-bin (1.8.1-1) ...
Selecting previously unselected package pkgconf:amd64.
Preparing to unpack .../pkgconf_1.8.1-1_amd64.deb ...
Unpacking pkgconf:amd64 (1.8.1-1) ...
Selecting previously unselected package pkg-config:amd64.
Preparing to unpack .../pkg-config_1.8.1-1_amd64.deb ...
Unpacking pkg-config:amd64 (1.8.1-1) ...
Setting up m4 (1.4.19-3) ...
Setting up libpkgconf3:amd64 (1.8.1-1) ...
Setting up pkgconf-bin (1.8.1-1) ...
Setting up pkgconf:amd64 (1.8.1-1) ...
Setting up pkg-config:amd64 (1.8.1-1) ...
Processing triggers for libc-bin (2.36-9+deb12u8) ...
2024-09-12 19:20.04 ---> using "8cc5850cd8f2dd698a585b6e7c8d189cdb247abf551c86d52f5acc0d5e64d6f4" from cache

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

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

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

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

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

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

(from ocaml/opam:debian-12-ocaml-5.0@sha256:b85f6e0052d832ee9a2d105ad0106bdcdbac89af60760eee0391e0cf6a85f933)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.0@sha256:b85f6e0052d832ee9a2d105ad0106bdcdbac89af60760eee0391e0cf6a85f933' locally
docker.io/ocaml/opam@sha256:b85f6e0052d832ee9a2d105ad0106bdcdbac89af60760eee0391e0cf6a85f933: Pulling from ocaml/opam
ec352867d6d9: Pulling fs layer
ec352867d6d9: Verifying Checksum
ec352867d6d9: Download complete
ec352867d6d9: Pull complete
Digest: sha256:b85f6e0052d832ee9a2d105ad0106bdcdbac89af60760eee0391e0cf6a85f933
Status: Downloaded newer image for ocaml/opam@sha256:b85f6e0052d832ee9a2d105ad0106bdcdbac89af60760eee0391e0cf6a85f933
2024-09-12 19:20.04 ---> using "3a3d00233f8a9261aad295b88d74e8ac843276009b6a3970e1f350da7f3d6884" from cache

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

/: (workdir /home/opam)

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

/home/opam: (run (shell "sudo mkdir /src"))
2024-09-12 19:20.04 ---> using "9f629e8cfb37309fb7a1d4d8789cef3fda89ec12a328034c3a5fcc53f4ab95b0" from cache

/home/opam: (copy (src packages) (dst /src/packages))
2024-09-12 19:20.06 ---> using "1b97c613f17d7d24872550c8e4eead92bdad757a1337a95d7ca2fa8b768440e9" from cache

/home/opam: (copy (src repo) (dst /src/repo))
2024-09-12 19:20.06 ---> using "42e869a8137a4f857b8bcf94a21d2c8d71c656dedc6def71422de17c2abcbee0" 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.

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

y
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-09-12 19:20.06 ---> using "490df1c3eb37cce25fc5e3db2d1a5f36349f48a8b7b5010d2129c8c3dcca9e14" from cache

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

2024-09-12 19:20.06 ---> using "a453123287e10cbb3e1e7facfe1f7d121436d639bd621d8eb991980f395c4ecf" from cache

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

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved dune.3.16.0  (cached)
-> installed ocamlfind.1.9.6
-> installed dune.3.16.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 19:20.06 ---> using "2b23284d84b2acc70d8b7498f33855223798b11ea733ddeb1367019ec899fceb" 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 raygui.0.3.1 stdlib-shims.0.3.0 sexplib0.v0.17.0 seq.base result.1.5 re.1.12.0 raylib.0.5.1 ppxlib.0.33.0 ppx_derivers.1.2.1 ppx_cstubs.0.7.0 ocamlfind.1.9.6 ocaml-compiler-libs.v0.12.4 num.1.5-1 integers.0.7.0 host-arch-x86_64.1 either.1.0.0 dune-configurator.3.16.0 dune.3.16.0 ctypes.0.23.0 csexp.1.5.2 cppo.1.7.0 containers.3.13.1 conf-pkg-config.3 conf-mesa.1 conf-libxrandr.1 conf-libxinerama.1 conf-libxi.1 conf-libxcursor.1 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 bookworm-updates/main amd64 Packages.diff/Index [11.7 kB]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2024-09-10-2011.55-F-2024-09-10-2011.55.pdiff [1116 B]
Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [179 kB]
Fetched 295 kB in 0s (1214 kB/s)
Reading package lists...
Building dependency tree...
Reading state information...
All packages are up to date.
Opam plugin "depext" may require upgrading/reinstalling. Reinstall the plugin on the current switch? [Y/n] y
The following actions will be performed:
  - recompile opam-depext 1.2.3

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

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

<><> Carrying on to "opam depext -viy raygui.0.3.1 stdlib-shims.0.3.0 sexplib0.v0.17.0 seq.base result.1.5 re.1.12.0 raylib.0.5.1 ppxlib.0.33.0 ppx_derivers.1.2.1 ppx_cstubs.0.7.0 ocamlfind.1.9.6 ocaml-compiler-libs.v0.12.4 num.1.5-1 integers.0.7.0 host-arch-x86_64.1 either.1.0.0 dune-configurator.3.16.0 dune.3.16.0 ctypes.0.23.0 csexp.1.5.2 cppo.1.7.0 containers.3.13.1 conf-pkg-config.3 conf-mesa.1 conf-libxrandr.1 conf-libxinerama.1 conf-libxi.1 conf-libxcursor.1 bigarray-compat.1.1.0" 

Since version 2.1, opam now handles external dependencies alongside OCaml ones, and the `depext` plugin interface is provided for backwards compatibility only. Consider using your usual `opam install` command to install both OCaml and system dependencies, or `opam install <pkg> --depext-only` if you want to only install external dependencies.
# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=debian, os-family=debian
# The following system packages are needed:
libgl1-mesa-dev
libxcursor-dev
libxi-dev
libxinerama-dev
libxrandr-dev
pkg-config
[NOTE] Package dune is already installed (current version is 3.16.0).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[NOTE] Package ocamlfind is already installed (current version is 1.9.6).
The following actions will be performed:
  - install ppx_derivers        1.2.1
  - install conf-pkg-config     3
  - install either              1.0.0
  - install num                 1.5-1
  - install bigarray-compat     1.1.0
  - install result              1.5
  - install seq                 base
  - install csexp               1.5.2
  - install sexplib0            v0.17.0
  - install ocaml-compiler-libs v0.12.4
  - install cppo                1.7.0
  - install stdlib-shims        0.3.0
  - install conf-mesa           1
  - install conf-libxrandr      1
  - install conf-libxinerama    1
  - install conf-libxi          1
  - install conf-libxcursor     1
  - install re                  1.12.0
  - install dune-configurator   3.16.0
  - install ppxlib              0.33.0
  - install integers            0.7.0
  - install containers          3.13.1
  - install ctypes              0.23.0
  - install ppx_cstubs          0.7.0
  - install raylib              0.5.1
  - install raygui              0.3.1
===== 26 to install =====

The following system packages will first need to be installed:
    libgl1-mesa-dev libxcursor-dev libxi-dev libxinerama-dev libxrandr-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" "libgl1-mesa-dev" "libxcursor-dev" "libxi-dev" "libxinerama-dev" "libxrandr-dev" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libdrm-common.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18733 files and directories currently installed.)
- Preparing to unpack .../00-libdrm-common_2.4.114-1_all.deb ...
- Unpacking libdrm-common (2.4.114-1) ...
- Selecting previously unselected package libdrm2:amd64.
- Preparing to unpack .../01-libdrm2_2.4.114-1+b1_amd64.deb ...
- Unpacking libdrm2:amd64 (2.4.114-1+b1) ...
- Selecting previously unselected package libdrm-amdgpu1:amd64.
- Preparing to unpack .../02-libdrm-amdgpu1_2.4.114-1+b1_amd64.deb ...
- Unpacking libdrm-amdgpu1:amd64 (2.4.114-1+b1) ...
- Selecting previously unselected package libpciaccess0:amd64.
- Preparing to unpack .../03-libpciaccess0_0.17-2_amd64.deb ...
- Unpacking libpciaccess0:amd64 (0.17-2) ...
- Selecting previously unselected package libdrm-intel1:amd64.
- Preparing to unpack .../04-libdrm-intel1_2.4.114-1+b1_amd64.deb ...
- Unpacking libdrm-intel1:amd64 (2.4.114-1+b1) ...
- Selecting previously unselected package libdrm-nouveau2:amd64.
- Preparing to unpack .../05-libdrm-nouveau2_2.4.114-1+b1_amd64.deb ...
- Unpacking libdrm-nouveau2:amd64 (2.4.114-1+b1) ...
- Selecting previously unselected package libdrm-radeon1:amd64.
- Preparing to unpack .../06-libdrm-radeon1_2.4.114-1+b1_amd64.deb ...
- Unpacking libdrm-radeon1:amd64 (2.4.114-1+b1) ...
- Selecting previously unselected package libglvnd0:amd64.
- Preparing to unpack .../07-libglvnd0_1.6.0-1_amd64.deb ...
- Unpacking libglvnd0:amd64 (1.6.0-1) ...
- Selecting previously unselected package libwayland-server0:amd64.
- Preparing to unpack .../08-libwayland-server0_1.21.0-1_amd64.deb ...
- Unpacking libwayland-server0:amd64 (1.21.0-1) ...
- Selecting previously unselected package libgbm1:amd64.
- Preparing to unpack .../09-libgbm1_22.3.6-1+deb12u1_amd64.deb ...
- Unpacking libgbm1:amd64 (22.3.6-1+deb12u1) ...
- Selecting previously unselected package libglapi-mesa:amd64.
- Preparing to unpack .../10-libglapi-mesa_22.3.6-1+deb12u1_amd64.deb ...
- Unpacking libglapi-mesa:amd64 (22.3.6-1+deb12u1) ...
- Selecting previously unselected package libwayland-client0:amd64.
- Preparing to unpack .../11-libwayland-client0_1.21.0-1_amd64.deb ...
- Unpacking libwayland-client0:amd64 (1.21.0-1) ...
- Selecting previously unselected package libx11-xcb1:amd64.
- Preparing to unpack .../12-libx11-xcb1_2%3a1.8.4-2+deb12u2_amd64.deb ...
- Unpacking libx11-xcb1:amd64 (2:1.8.4-2+deb12u2) ...
- Selecting previously unselected package libxcb-dri2-0:amd64.
- Preparing to unpack .../13-libxcb-dri2-0_1.15-1_amd64.deb ...
- Unpacking libxcb-dri2-0:amd64 (1.15-1) ...
- Selecting previously unselected package libxcb-dri3-0:amd64.
- Preparing to unpack .../14-libxcb-dri3-0_1.15-1_amd64.deb ...
- Unpacking libxcb-dri3-0:amd64 (1.15-1) ...
- Selecting previously unselected package libxcb-present0:amd64.
- Preparing to unpack .../15-libxcb-present0_1.15-1_amd64.deb ...
- Unpacking libxcb-present0:amd64 (1.15-1) ...
- Selecting previously unselected package libxcb-randr0:amd64.
- Preparing to unpack .../16-libxcb-randr0_1.15-1_amd64.deb ...
- Unpacking libxcb-randr0:amd64 (1.15-1) ...
- Selecting previously unselected package libxcb-sync1:amd64.
- Preparing to unpack .../17-libxcb-sync1_1.15-1_amd64.deb ...
- Unpacking libxcb-sync1:amd64 (1.15-1) ...
- Selecting previously unselected package libxcb-xfixes0:amd64.
- Preparing to unpack .../18-libxcb-xfixes0_1.15-1_amd64.deb ...
- Unpacking libxcb-xfixes0:amd64 (1.15-1) ...
- Selecting previously unselected package libxshmfence1:amd64.
- Preparing to unpack .../19-libxshmfence1_1.3-1_amd64.deb ...
- Unpacking libxshmfence1:amd64 (1.3-1) ...
- Selecting previously unselected package libegl-mesa0:amd64.
- Preparing to unpack .../20-libegl-mesa0_22.3.6-1+deb12u1_amd64.deb ...
- Unpacking libegl-mesa0:amd64 (22.3.6-1+deb12u1) ...
- Selecting previously unselected package libegl1:amd64.
- Preparing to unpack .../21-libegl1_1.6.0-1_amd64.deb ...
- Unpacking libegl1:amd64 (1.6.0-1) ...
- Selecting previously unselected package libxcb-glx0:amd64.
- Preparing to unpack .../22-libxcb-glx0_1.15-1_amd64.deb ...
- Unpacking libxcb-glx0:amd64 (1.15-1) ...
- Selecting previously unselected package libxcb-shm0:amd64.
- Preparing to unpack .../23-libxcb-shm0_1.15-1_amd64.deb ...
- Unpacking libxcb-shm0:amd64 (1.15-1) ...
- Selecting previously unselected package libxfixes3:amd64.
- Preparing to unpack .../24-libxfixes3_1%3a6.0.0-2_amd64.deb ...
- Unpacking libxfixes3:amd64 (1:6.0.0-2) ...
- Selecting previously unselected package libxxf86vm1:amd64.
- Preparing to unpack .../25-libxxf86vm1_1%3a1.1.4-1+b2_amd64.deb ...
- Unpacking libxxf86vm1:amd64 (1:1.1.4-1+b2) ...
- Selecting previously unselected package libelf1:amd64.
- Preparing to unpack .../26-libelf1_0.188-2.1_amd64.deb ...
- Unpacking libelf1:amd64 (0.188-2.1) ...
- Selecting previously unselected package libicu72:amd64.
- Preparing to unpack .../27-libicu72_72.1-3_amd64.deb ...
- Unpacking libicu72:amd64 (72.1-3) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../28-libxml2_2.9.14+dfsg-1.3~deb12u1_amd64.deb ...
- Unpacking libxml2:amd64 (2.9.14+dfsg-1.3~deb12u1) ...
- Selecting previously unselected package libz3-4:amd64.
- Preparing to unpack .../29-libz3-4_4.8.12-3.1_amd64.deb ...
- Unpacking libz3-4:amd64 (4.8.12-3.1) ...
- Selecting previously unselected package libllvm15:amd64.
- Preparing to unpack .../30-libllvm15_1%3a15.0.6-4+b1_amd64.deb ...
- Unpacking libllvm15:amd64 (1:15.0.6-4+b1) ...
- Selecting previously unselected package libsensors-config.
- Preparing to unpack .../31-libsensors-config_1%3a3.6.0-7.1_all.deb ...
- Unpacking libsensors-config (1:3.6.0-7.1) ...
- Selecting previously unselected package libsensors5:amd64.
- Preparing to unpack .../32-libsensors5_1%3a3.6.0-7.1_amd64.deb ...
- Unpacking libsensors5:amd64 (1:3.6.0-7.1) ...
- Selecting previously unselected package libgl1-mesa-dri:amd64.
- Preparing to unpack .../33-libgl1-mesa-dri_22.3.6-1+deb12u1_amd64.deb ...
- Unpacking libgl1-mesa-dri:amd64 (22.3.6-1+deb12u1) ...
- Selecting previously unselected package libglx-mesa0:amd64.
- Preparing to unpack .../34-libglx-mesa0_22.3.6-1+deb12u1_amd64.deb ...
- Unpacking libglx-mesa0:amd64 (22.3.6-1+deb12u1) ...
- Selecting previously unselected package libglx0:amd64.
- Preparing to unpack .../35-libglx0_1.6.0-1_amd64.deb ...
- Unpacking libglx0:amd64 (1.6.0-1) ...
- Selecting previously unselected package libgl1:amd64.
- Preparing to unpack .../36-libgl1_1.6.0-1_amd64.deb ...
- Unpacking libgl1:amd64 (1.6.0-1) ...
- Selecting previously unselected package libglx-dev:amd64.
- Preparing to unpack .../37-libglx-dev_1.6.0-1_amd64.deb ...
- Unpacking libglx-dev:amd64 (1.6.0-1) ...
- Selecting previously unselected package libgl-dev:amd64.
- Preparing to unpack .../38-libgl-dev_1.6.0-1_amd64.deb ...
- Unpacking libgl-dev:amd64 (1.6.0-1) ...
- Selecting previously unselected package libegl-dev:amd64.
- Preparing to unpack .../39-libegl-dev_1.6.0-1_amd64.deb ...
- Unpacking libegl-dev:amd64 (1.6.0-1) ...
- Selecting previously unselected package libglvnd-core-dev:amd64.
- Preparing to unpack .../40-libglvnd-core-dev_1.6.0-1_amd64.deb ...
- Unpacking libglvnd-core-dev:amd64 (1.6.0-1) ...
- Selecting previously unselected package libgles1:amd64.
- Preparing to unpack .../41-libgles1_1.6.0-1_amd64.deb ...
- Unpacking libgles1:amd64 (1.6.0-1) ...
- Selecting previously unselected package libgles2:amd64.
- Preparing to unpack .../42-libgles2_1.6.0-1_amd64.deb ...
- Unpacking libgles2:amd64 (1.6.0-1) ...
- Selecting previously unselected package libgles-dev:amd64.
- Preparing to unpack .../43-libgles-dev_1.6.0-1_amd64.deb ...
- Unpacking libgles-dev:amd64 (1.6.0-1) ...
- Selecting previously unselected package libopengl0:amd64.
- Preparing to unpack .../44-libopengl0_1.6.0-1_amd64.deb ...
- Unpacking libopengl0:amd64 (1.6.0-1) ...
- Selecting previously unselected package libopengl-dev:amd64.
- Preparing to unpack .../45-libopengl-dev_1.6.0-1_amd64.deb ...
- Unpacking libopengl-dev:amd64 (1.6.0-1) ...
- Selecting previously unselected package libglvnd-dev:amd64.
- Preparing to unpack .../46-libglvnd-dev_1.6.0-1_amd64.deb ...
- Unpacking libglvnd-dev:amd64 (1.6.0-1) ...
- Selecting previously unselected package libgl1-mesa-dev:amd64.
- Preparing to unpack .../47-libgl1-mesa-dev_22.3.6-1+deb12u1_amd64.deb ...
- Unpacking libgl1-mesa-dev:amd64 (22.3.6-1+deb12u1) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../48-libpkgconf3_1.8.1-1_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-1) ...
- Selecting previously unselected package libxrender1:amd64.
- Preparing to unpack .../49-libxrender1_1%3a0.9.10-1.1_amd64.deb ...
- Unpacking libxrender1:amd64 (1:0.9.10-1.1) ...
- Selecting previously unselected package libxcursor1:amd64.
- Preparing to unpack .../50-libxcursor1_1%3a1.2.1-1_amd64.deb ...
- Unpacking libxcursor1:amd64 (1:1.2.1-1) ...
- Selecting previously unselected package libxrender-dev:amd64.
- Preparing to unpack .../51-libxrender-dev_1%3a0.9.10-1.1_amd64.deb ...
- Unpacking libxrender-dev:amd64 (1:0.9.10-1.1) ...
- Selecting previously unselected package libxfixes-dev:amd64.
- Preparing to unpack .../52-libxfixes-dev_1%3a6.0.0-2_amd64.deb ...
- Unpacking libxfixes-dev:amd64 (1:6.0.0-2) ...
- Selecting previously unselected package libxcursor-dev:amd64.
- Preparing to unpack .../53-libxcursor-dev_1%3a1.2.1-1_amd64.deb ...
- Unpacking libxcursor-dev:amd64 (1:1.2.1-1) ...
- Selecting previously unselected package libxext-dev:amd64.
- Preparing to unpack .../54-libxext-dev_2%3a1.3.4-1+b1_amd64.deb ...
- Unpacking libxext-dev:amd64 (2:1.3.4-1+b1) ...
- Selecting previously unselected package libxi6:amd64.
- Preparing to unpack .../55-libxi6_2%3a1.8-1+b1_amd64.deb ...
- Unpacking libxi6:amd64 (2:1.8-1+b1) ...
- Selecting previously unselected package libxi-dev:amd64.
- Preparing to unpack .../56-libxi-dev_2%3a1.8-1+b1_amd64.deb ...
- Unpacking libxi-dev:amd64 (2:1.8-1+b1) ...
- Selecting previously unselected package libxinerama1:amd64.
- Preparing to unpack .../57-libxinerama1_2%3a1.1.4-3_amd64.deb ...
- Unpacking libxinerama1:amd64 (2:1.1.4-3) ...
- Selecting previously unselected package libxinerama-dev:amd64.
- Preparing to unpack .../58-libxinerama-dev_2%3a1.1.4-3_amd64.deb ...
- Unpacking libxinerama-dev:amd64 (2:1.1.4-3) ...
- Selecting previously unselected package libxrandr2:amd64.
- Preparing to unpack .../59-libxrandr2_2%3a1.5.2-2+b1_amd64.deb ...
- Unpacking libxrandr2:amd64 (2:1.5.2-2+b1) ...
- Selecting previously unselected package libxrandr-dev:amd64.
- Preparing to unpack .../60-libxrandr-dev_2%3a1.5.2-2+b1_amd64.deb ...
- Unpacking libxrandr-dev:amd64 (2:1.5.2-2+b1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../61-pkgconf-bin_1.8.1-1_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../62-pkgconf_1.8.1-1_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../63-pkg-config_1.8.1-1_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-1) ...
- Setting up libxcb-dri3-0:amd64 (1.15-1) ...
- Setting up libwayland-server0:amd64 (1.21.0-1) ...
- Setting up libx11-xcb1:amd64 (2:1.8.4-2+deb12u2) ...
- Setting up libpciaccess0:amd64 (0.17-2) ...
- Setting up libicu72:amd64 (72.1-3) ...
- Setting up libxcb-xfixes0:amd64 (1.15-1) ...
- Setting up libglvnd-core-dev:amd64 (1.6.0-1) ...
- Setting up libxi6:amd64 (2:1.8-1+b1) ...
- Setting up libxrender1:amd64 (1:0.9.10-1.1) ...
- Setting up libglvnd0:amd64 (1.6.0-1) ...
- Setting up libxcb-glx0:amd64 (1.15-1) ...
- Setting up libsensors-config (1:3.6.0-7.1) ...
- Setting up libxcb-shm0:amd64 (1.15-1) ...
- Setting up libopengl0:amd64 (1.6.0-1) ...
- Setting up libxxf86vm1:amd64 (1:1.1.4-1+b2) ...
- Setting up libxcb-present0:amd64 (1.15-1) ...
- Setting up libz3-4:amd64 (4.8.12-3.1) ...
- Setting up libpkgconf3:amd64 (1.8.1-1) ...
- Setting up libgles2:amd64 (1.6.0-1) ...
- Setting up libxfixes3:amd64 (1:6.0.0-2) ...
- Setting up libxcb-sync1:amd64 (1.15-1) ...
- Setting up libgles1:amd64 (1.6.0-1) ...
- Setting up libxinerama1:amd64 (2:1.1.4-3) ...
- Setting up libxrandr2:amd64 (2:1.5.2-2+b1) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up libsensors5:amd64 (1:3.6.0-7.1) ...
- Setting up libglapi-mesa:amd64 (22.3.6-1+deb12u1) ...
- Setting up libxext-dev:amd64 (2:1.3.4-1+b1) ...
- Setting up libxcb-dri2-0:amd64 (1.15-1) ...
- Setting up libxshmfence1:amd64 (1.3-1) ...
- Setting up libxcb-randr0:amd64 (1.15-1) ...
- Setting up libopengl-dev:amd64 (1.6.0-1) ...
- Setting up libdrm-common (2.4.114-1) ...
- Setting up libelf1:amd64 (0.188-2.1) ...
- Setting up libxrender-dev:amd64 (1:0.9.10-1.1) ...
- Setting up libxml2:amd64 (2.9.14+dfsg-1.3~deb12u1) ...
- Setting up libwayland-client0:amd64 (1.21.0-1) ...
- Setting up libxcursor1:amd64 (1:1.2.1-1) ...
- Setting up pkgconf:amd64 (1.8.1-1) ...
- Setting up libxfixes-dev:amd64 (1:6.0.0-2) ...
- Setting up libxrandr-dev:amd64 (2:1.5.2-2+b1) ...
- Setting up pkg-config:amd64 (1.8.1-1) ...
- Setting up libxinerama-dev:amd64 (2:1.1.4-3) ...
- Setting up libdrm2:amd64 (2.4.114-1+b1) ...
- Setting up libllvm15:amd64 (1:15.0.6-4+b1) ...
- Setting up libxi-dev:amd64 (2:1.8-1+b1) ...
- Setting up libdrm-amdgpu1:amd64 (2.4.114-1+b1) ...
- Setting up libdrm-nouveau2:amd64 (2.4.114-1+b1) ...
- Setting up libgbm1:amd64 (22.3.6-1+deb12u1) ...
- Setting up libdrm-radeon1:amd64 (2.4.114-1+b1) ...
- Setting up libxcursor-dev:amd64 (1:1.2.1-1) ...
- Setting up libdrm-intel1:amd64 (2.4.114-1+b1) ...
- Setting up libgl1-mesa-dri:amd64 (22.3.6-1+deb12u1) ...
- Setting up libegl-mesa0:amd64 (22.3.6-1+deb12u1) ...
- Setting up libegl1:amd64 (1.6.0-1) ...
- Setting up libglx-mesa0:amd64 (22.3.6-1+deb12u1) ...
- Setting up libglx0:amd64 (1.6.0-1) ...
- Setting up libgl1:amd64 (1.6.0-1) ...
- Setting up libglx-dev:amd64 (1.6.0-1) ...
- Setting up libgl-dev:amd64 (1.6.0-1) ...
- Setting up libegl-dev:amd64 (1.6.0-1) ...
- Setting up libgles-dev:amd64 (1.6.0-1) ...
- Setting up libglvnd-dev:amd64 (1.6.0-1) ...
- Setting up libgl1-mesa-dev:amd64 (22.3.6-1+deb12u1) ...
- Processing triggers for libc-bin (2.36-9+deb12u8) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/78:
Processing  2/78:
Processing  3/78:
Processing  4/78:
Processing  5/78:
Processing  6/78:
Processing  7/78:
Processing  8/78:
Processing  9/78:
Processing 10/78: [conf-pkg-config: pkg-config]
-> retrieved bigarray-compat.1.1.0  (cached)
Processing 11/78: [conf-pkg-config: pkg-config]
Processing 12/78: [bigarray-compat: dune build] [conf-pkg-config: pkg-config]
-> retrieved containers.3.13.1  (cached)
Processing 13/78: [bigarray-compat: dune build] [conf-pkg-config: pkg-config]
-> retrieved cppo.1.7.0  (cached)
Processing 14/78: [bigarray-compat: dune build] [conf-pkg-config: pkg-config]
Processing 15/78: [bigarray-compat: dune build] [conf-pkg-config: pkg-config] [cppo: dune build]
- usage: pkgconf [OPTIONS] [LIBRARIES]
- 
- basic options:
- 
-   --help                            this message
-   --about                           print pkgconf version and license to stdout
-   --version                         print supported pkg-config version to stdout
-   --atleast-pkgconfig-version       check whether or not pkgconf is compatible
-                                     with a specified pkg-config version
-   --errors-to-stdout                print all errors on stdout instead of stderr
-   --print-errors                    ensure all errors are printed
-   --short-errors                    be less verbose about some errors
-   --silence-errors                  explicitly be silent about errors
-   --list-all                        list all known packages
-   --list-package-names              list all known package names
-   --simulate                        simulate walking the calculated dependency graph
-   --no-cache                        do not cache already seen packages when
-                                     walking the dependency graph
-   --log-file=filename               write an audit log to a specified file
-   --with-path=path                  adds a directory to the search path
-   --define-prefix                   override the prefix variable with one that is guessed based on
-                                     the location of the .pc file
-   --dont-define-prefix              do not override the prefix variable under any circumstances
-   --prefix-variable=varname         sets the name of the variable that pkgconf considers
-                                     to be the package prefix
-   --relocate=path                   relocates a path and exits (mostly for testsuite)
-   --dont-relocate-paths             disables path relocation support
- 
- cross-compilation personality support:
- 
-   --personality=triplet|filename    sets the personality to 'triplet' or a file named 'filename'
-   --dump-personality                dumps details concerning selected personality
- 
- checking specific pkg-config database entries:
- 
-   --atleast-version                 require a specific version of a module
-   --exact-version                   require an exact version of a module
-   --max-version                     require a maximum version of a module
-   --exists                          check whether or not a module exists
-   --uninstalled                     check whether or not an uninstalled module will be used
-   --no-uninstalled                  never use uninstalled modules when satisfying dependencies
-   --no-provides                     do not use 'provides' rules to resolve dependencies
-   --maximum-traverse-depth          maximum allowed depth for dependency graph
-   --static                          be more aggressive when computing dependency graph
-                                     (for static linking)
-   --shared                          use a simplified dependency graph (usually default)
-   --pure                            optimize a static dependency graph as if it were a normal
-                                     dependency graph
-   --env-only                        look only for package entries in PKG_CONFIG_PATH
-   --ignore-conflicts                ignore 'conflicts' rules in modules
-   --validate                        validate specific .pc files for correctness
- 
- querying specific pkg-config database fields:
- 
-   --define-variable=varname=value   define variable 'varname' as 'value'
-   --variable=varname                print specified variable entry to stdout
-   --cflags                          print required CFLAGS to stdout
-   --cflags-only-I                   print required include-dir CFLAGS to stdout
-   --cflags-only-other               print required non-include-dir CFLAGS to stdout
-   --libs                            print required linker flags to stdout
-   --libs-only-L                     print required LDPATH linker flags to stdout
-   --libs-only-l                     print required LIBNAME linker flags to stdout
-   --libs-only-other                 print required other linker flags to stdout
-   --print-requires                  print required dependency frameworks to stdout
-   --print-requires-private          print required dependency frameworks for static
-                                     linking to stdout
-   --print-provides                  print provided dependencies to stdout
-   --print-variables                 print all known variables in module to stdout
-   --digraph                         print entire dependency graph in graphviz 'dot' format
-   --keep-system-cflags              keep -I/usr/include entries in cflags output
-   --keep-system-libs                keep -L/lib:/lib/i386-linux-gnu:/lib/x86_64-linux-gnu:/lib/x86_64-linux-gnux32:/lib32:/libx32:/usr/lib:/usr/lib/i386-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnux32:/usr/lib32:/usr/libx32 entries in libs output
-   --path                            show the exact filenames for any matching .pc files
-   --modversion                      print the specified module's version to stdout
-   --internal-cflags                 do not filter 'internal' cflags from output
- 
- filtering output:
- 
-   --msvc-syntax                     print translatable fragments in MSVC syntax
-   --fragment-filter=types           filter output fragments to the specified types
- 
- report bugs to <https://github.com/pkgconf/pkgconf/issues/new>.
-> compiled  conf-pkg-config.3
Processing 15/78: [bigarray-compat: dune build] [cppo: dune build]
-> installed conf-pkg-config.3
Processing 16/78: [bigarray-compat: dune build] [cppo: dune build]
Processing 17/78: [bigarray-compat: dune build] [conf-libxcursor: pkg-config xcursor] [cppo: dune build]
Processing 18/78: [bigarray-compat: dune build] [conf-libxcursor: pkg-config xcursor] [conf-libxi: pkg-config xi] [cppo: dune build]
Processing 19/78: [bigarray-compat: dune build] [conf-libxcursor: pkg-config xcursor] [conf-libxi: pkg-config xi] [conf-libxinerama: pkg-config xinerama] [cppo: dune build]
Processing 20/78: [bigarray-compat: dune build] [conf-libxcursor: pkg-config xcursor] [conf-libxi: pkg-config xi] [conf-libxinerama: pkg-config xinerama] [conf-libxrandr: pkg-config xrandr] [cppo: dune build]
Processing 21/78: [bigarray-compat: dune build] [conf-libxcursor: pkg-config xcursor] [conf-libxi: pkg-config xi] [conf-libxinerama: pkg-config xinerama] [conf-libxrandr: pkg-config xrandr] [conf-mesa: pkg-config gl] [cppo: dune build]
-> retrieved csexp.1.5.2  (cached)
Processing 22/78: [bigarray-compat: dune build] [conf-libxcursor: pkg-config xcursor] [conf-libxi: pkg-config xi] [conf-libxinerama: pkg-config xinerama] [conf-libxrandr: pkg-config xrandr] [conf-mesa: pkg-config gl] [cppo: dune build]
Processing 23/78: [bigarray-compat: dune build] [conf-libxcursor: pkg-config xcursor] [conf-libxi: pkg-config xi] [conf-libxinerama: pkg-config xinerama] [conf-libxrandr: pkg-config xrandr] [conf-mesa: pkg-config gl] [cppo: dune build] [csexp: dune build]
-> retrieved ctypes.0.23.0  (cached)
Processing 24/78: [bigarray-compat: dune build] [conf-libxcursor: pkg-config xcursor] [conf-libxi: pkg-config xi] [conf-libxinerama: pkg-config xinerama] [conf-libxrandr: pkg-config xrandr] [conf-mesa: pkg-config gl] [cppo: dune build] [csexp: dune build]
-> compiled  conf-libxcursor.1
Processing 24/78: [bigarray-compat: dune build] [conf-libxi: pkg-config xi] [conf-libxinerama: pkg-config xinerama] [conf-libxrandr: pkg-config xrandr] [conf-mesa: pkg-config gl] [cppo: dune build] [csexp: dune build]
-> installed conf-libxcursor.1
Processing 25/78: [bigarray-compat: dune build] [conf-libxi: pkg-config xi] [conf-libxinerama: pkg-config xinerama] [conf-libxrandr: pkg-config xrandr] [conf-mesa: pkg-config gl] [cppo: dune build] [csexp: dune build]
-> compiled  conf-libxi.1
Processing 25/78: [bigarray-compat: dune build] [conf-libxinerama: pkg-config xinerama] [conf-libxrandr: pkg-config xrandr] [conf-mesa: pkg-config gl] [cppo: dune build] [csexp: dune build]
-> installed conf-libxi.1
Processing 26/78: [bigarray-compat: dune build] [conf-libxinerama: pkg-config xinerama] [conf-libxrandr: pkg-config xrandr] [conf-mesa: pkg-config gl] [cppo: dune build] [csexp: dune build]
-> compiled  conf-libxinerama.1
Processing 26/78: [bigarray-compat: dune build] [conf-libxrandr: pkg-config xrandr] [conf-mesa: pkg-config gl] [cppo: dune build] [csexp: dune build]
-> installed conf-libxinerama.1
Processing 27/78: [bigarray-compat: dune build] [conf-libxrandr: pkg-config xrandr] [conf-mesa: pkg-config gl] [cppo: dune build] [csexp: dune build]
-> compiled  conf-libxrandr.1
Processing 27/78: [bigarray-compat: dune build] [conf-mesa: pkg-config gl] [cppo: dune build] [csexp: dune build]
-> installed conf-libxrandr.1
Processing 28/78: [bigarray-compat: dune build] [conf-mesa: pkg-config gl] [cppo: dune build] [csexp: dune build]
-> compiled  conf-mesa.1
Processing 28/78: [bigarray-compat: dune build] [cppo: dune build] [csexp: dune build]
-> installed conf-mesa.1
Processing 29/78: [bigarray-compat: dune build] [cppo: dune build] [csexp: dune build]
-> retrieved either.1.0.0  (cached)
Processing 30/78: [bigarray-compat: dune build] [cppo: dune build] [csexp: dune build]
Processing 31/78: [bigarray-compat: dune build] [cppo: dune build] [csexp: dune build] [either: dune build]
-> retrieved integers.0.7.0  (cached)
Processing 32/78: [bigarray-compat: dune build] [cppo: dune build] [csexp: dune build] [either: dune build]
-> retrieved num.1.5-1  (cached)
Processing 33/78: [bigarray-compat: dune build] [cppo: dune build] [csexp: dune build] [either: dune build]
[num: patch] applying num-in-findlib-dir.patch
Processing 34/78: [bigarray-compat: dune build] [cppo: dune build] [csexp: dune build] [either: dune build] [num: patch]
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
Processing 35/78: [bigarray-compat: dune build] [cppo: dune build] [csexp: dune build] [either: dune build] [num: patch]
Processing 36/78: [bigarray-compat: dune build] [cppo: dune build] [csexp: dune build] [either: dune build] [num: patch] [ocaml-compiler-libs: dune build]
-> retrieved ppx_cstubs.0.7.0  (cached)
Processing 37/78: [bigarray-compat: dune build] [cppo: dune build] [csexp: dune build] [either: dune build] [num: patch] [ocaml-compiler-libs: dune build]
Processing 37/78: [bigarray-compat: dune build] [cppo: dune build] [csexp: dune build] [either: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build]
-> retrieved ppx_derivers.1.2.1  (cached)
Processing 38/78: [raygui.0.3.1: http] [bigarray-compat: dune build] [cppo: dune build] [csexp: dune build] [either: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build]
Processing 39/78: [raygui.0.3.1: http] [bigarray-compat: dune build] [cppo: dune build] [csexp: dune build] [either: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> compiled  bigarray-compat.1.1.0
Processing 39/78: [raygui.0.3.1: http] [cppo: dune build] [csexp: dune build] [either: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> installed bigarray-compat.1.1.0
Processing 40/78: [raygui.0.3.1: http] [cppo: dune build] [csexp: dune build] [either: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> compiled  csexp.1.5.2
Processing 40/78: [raygui.0.3.1: http] [cppo: dune build] [either: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> installed csexp.1.5.2
Processing 41/78: [raygui.0.3.1: http] [cppo: dune build] [either: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> retrieved ppxlib.0.33.0  (cached)
Processing 42/78: [raygui.0.3.1: http] [cppo: dune build] [either: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> compiled  either.1.0.0
Processing 42/78: [raygui.0.3.1: http] [cppo: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> installed either.1.0.0
Processing 43/78: [raygui.0.3.1: http] [cppo: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
-> compiled  ppx_derivers.1.2.1
Processing 43/78: [raygui.0.3.1: http] [cppo: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build]
-> installed ppx_derivers.1.2.1
Processing 44/78: [raygui.0.3.1: http] [cppo: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build]
-> retrieved dune-configurator.3.16.0  (cached)
Processing 45/78: [raygui.0.3.1: http] [cppo: dune build] [num: make opam-modern] [ocaml-compiler-libs: dune build]
Processing 46/78: [raygui.0.3.1: http] [cppo: dune build] [dune-configurator: rm] [num: make opam-modern] [ocaml-compiler-libs: dune build]
-> compiled  cppo.1.7.0
Processing 46/78: [raygui.0.3.1: http] [dune-configurator: rm] [num: make opam-modern] [ocaml-compiler-libs: dune build]
-> installed cppo.1.7.0
Processing 47/78: [raygui.0.3.1: http] [dune-configurator: rm] [num: make opam-modern] [ocaml-compiler-libs: dune build]
-> compiled  ocaml-compiler-libs.v0.12.4
Processing 47/78: [raygui.0.3.1: http] [dune-configurator: rm] [num: make opam-modern]
-> installed ocaml-compiler-libs.v0.12.4
Processing 48/78: [raygui.0.3.1: http] [dune-configurator: rm] [num: make opam-modern]
Processing 48/78: [dune-configurator: rm] [num: make opam-modern]
-> retrieved raylib.0.5.1  (cached)
Processing 49/78: [dune-configurator: rm] [num: make opam-modern]
-> retrieved re.1.12.0  (cached)
-> retrieved seq.base  (cached)
Processing 50/78: [dune-configurator: rm] [num: make opam-modern]
Processing 51/78: [dune-configurator: rm] [num: make opam-modern]
Processing 52/78: [dune-configurator: rm] [num: make opam-modern]
-> installed seq.base
Processing 53/78: [dune-configurator: rm] [num: make opam-modern]
Processing 54/78: [dune-configurator: rm] [num: make opam-modern] [re: dune build]
- /usr/bin/make -C src all
- make[1]: Entering directory '/home/opam/.opam/5.0/.opam-switch/build/num.1.5-1/src'
- ocamlc -ccopt -DBNG_ARCH_amd64 -c bng.c
- ocamlc -ccopt -DBNG_ARCH_amd64 -c nat_stubs.c
- ocamlmklib -oc nums bng.o nat_stubs.o
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c int_misc.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c int_misc.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c nat.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c nat.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c big_int.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c big_int.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_flags.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_flags.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c ratio.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c ratio.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_status.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_status.ml
- ocamlmklib -o nums -oc nums -linkall int_misc.cmo nat.cmo big_int.cmo arith_flags.cmo ratio.cmo num.cmo arith_status.cmo
- cp ../toplevel/num_top_printers.mli ../toplevel/num_top.mli ../toplevel/num_top_printers.ml ../toplevel/num_top.ml .
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top_printers.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top_printers.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -a -o num_top.cma num_top_printers.cmo num_top.cmo
- echo 'version = "1.6~dev"' > META.top
- cat META.num-top.in >> META.top
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c int_misc.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c nat.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c big_int.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_flags.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c ratio.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_status.ml
- ocamlmklib -o nums -oc nums -linkall int_misc.cmx nat.cmx big_int.cmx arith_flags.cmx ratio.cmx num.cmx arith_status.cmx
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -I . -shared -o nums.cmxs nums.cmxa
- make[1]: Leaving directory '/home/opam/.opam/5.0/.opam-switch/build/num.1.5-1/src'
- cp src/num-modern.install num.install
-> compiled  num.1.5-1
Processing 54/78: [dune-configurator: rm] [re: dune build]
-> installed num.1.5-1
Processing 55/78: [dune-configurator: rm] [re: dune build]
-> retrieved result.1.5  (cached)
Processing 56/78: [dune-configurator: rm] [re: dune build]
Processing 57/78: [dune-configurator: rm] [re: dune build] [result: dune build]
-> retrieved sexplib0.v0.17.0  (cached)
Processing 58/78: [dune-configurator: rm] [re: dune build] [result: dune build] [sexplib0: dune build]
Processing 58/78: [dune-configurator: dune build] [re: dune build] [result: dune build] [sexplib0: dune build]
-> retrieved stdlib-shims.0.3.0  (cached)
Processing 59/78: [dune-configurator: dune build] [re: dune build] [result: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> compiled  result.1.5
Processing 59/78: [dune-configurator: dune build] [re: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> installed result.1.5
Processing 60/78: [dune-configurator: dune build] [re: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> compiled  stdlib-shims.0.3.0
Processing 60/78: [dune-configurator: dune build] [re: dune build] [sexplib0: dune build]
-> installed stdlib-shims.0.3.0
Processing 61/78: [dune-configurator: dune build] [re: dune build] [sexplib0: dune build]
Processing 62/78: [dune-configurator: dune build] [integers: dune build] [re: dune build] [sexplib0: dune build]
-> compiled  sexplib0.v0.17.0
Processing 62/78: [dune-configurator: dune build] [integers: dune build] [re: dune build]
-> installed sexplib0.v0.17.0
Processing 63/78: [dune-configurator: dune build] [integers: dune build] [re: dune build]
Processing 64/78: [dune-configurator: dune build] [integers: dune build] [ppxlib: dune build] [re: dune build]
-> retrieved raygui.0.3.1  (https://github.com/tjammer/raylib-ocaml/releases/download/0.3.1/raylib-0.3.1.tbz)
-> compiled  integers.0.7.0
Processing 64/78: [dune-configurator: dune build] [ppxlib: dune build] [re: dune build]
-> installed integers.0.7.0
Processing 65/78: [dune-configurator: dune build] [ppxlib: dune build] [re: dune build]
-> compiled  re.1.12.0
Processing 65/78: [dune-configurator: dune build] [ppxlib: dune build]
-> installed re.1.12.0
Processing 66/78: [dune-configurator: dune build] [ppxlib: dune build]
-> compiled  dune-configurator.3.16.0
Processing 66/78: [ppxlib: dune build]
-> installed dune-configurator.3.16.0
Processing 67/78: [ppxlib: dune build]
Processing 68/78: [containers: dune build] [ppxlib: dune build]
Processing 69/78: [containers: dune build] [ctypes: dune build] [ppxlib: dune build]
-> compiled  containers.3.13.1
Processing 69/78: [ctypes: dune build] [ppxlib: dune build]
-> installed containers.3.13.1
Processing 70/78: [ctypes: dune build] [ppxlib: dune build]
Processing 70/78: [ctypes: dune install] [ppxlib: dune build]
-> compiled  ctypes.0.23.0
Processing 70/78: [ppxlib: dune build]
-> installed ctypes.0.23.0
Processing 71/78: [ppxlib: dune build]
+ /home/opam/.opam/5.0/bin/dune "build" "-p" "ppxlib" "-j" "39" "@install" (CWD=/home/opam/.opam/5.0/.opam-switch/build/ppxlib.0.33.0)
-> compiled  ppxlib.0.33.0
-> installed ppxlib.0.33.0
Processing 73/78: [ppx_cstubs: dune build]
+ /home/opam/.opam/5.0/bin/dune "build" "-p" "ppx_cstubs" "-j" "39" (CWD=/home/opam/.opam/5.0/.opam-switch/build/ppx_cstubs.0.7.0)
- (cd _build/default && /home/opam/.opam/5.0/bin/ocamlc.opt -w -40 -g -bin-annot -I src/runtime/.ppx_cstubs.objs/byte -I /home/opam/.opam/5.0/lib/bigarray-compat -I /home/opam/.opam/5.0/lib/ctypes -I /home/opam/.opam/5.0/lib/integers -I /home/opam/.opam/5.0/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -open Ppx_cstubs__ -o src/runtime/.ppx_cstubs.objs/byte/ppx_cstubs__Ppx_cstubs_internals.cmo -c -impl src/runtime/ppx_cstubs_internals.ml)
- File "src/runtime/ppx_cstubs_internals.ml", lines 468-483, characters 45-35:
- 468 | .............................................function
- 469 |     | Void -> true
- 470 |     | Primitive _ -> true
- 471 |     | Struct { spec = Incomplete _; _ } -> raise IncompleteType
- 472 |     | Struct { spec = Complete _; _ } -> true
- ...
- 480 |        disabled upstream. They are handled like structs and unions *)
- 481 |     | Abstract _ -> true
- 482 |     | OCaml _ -> true
- 483 |     | View { ty; _ } -> passable ty
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Qualified (_, _)
- (cd _build/default && /home/opam/.opam/5.0/bin/ocamlopt.opt -w -40 -g -I src/runtime/.ppx_cstubs.objs/byte -I src/runtime/.ppx_cstubs.objs/native -I /home/opam/.opam/5.0/lib/bigarray-compat -I /home/opam/.opam/5.0/lib/ctypes -I /home/opam/.opam/5.0/lib/integers -I /home/opam/.opam/5.0/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -open Ppx_cstubs__ -o src/runtime/.ppx_cstubs.objs/native/ppx_cstubs__Ppx_cstubs_internals.cmx -c -impl src/runtime/ppx_cstubs_internals.ml)
- File "src/runtime/ppx_cstubs_internals.ml", lines 468-483, characters 45-35:
- 468 | .............................................function
- 469 |     | Void -> true
- 470 |     | Primitive _ -> true
- 471 |     | Struct { spec = Incomplete _; _ } -> raise IncompleteType
- 472 |     | Struct { spec = Complete _; _ } -> true
- ...
- 480 |        disabled upstream. They are handled like structs and unions *)
- 481 |     | Abstract _ -> true
- 482 |     | OCaml _ -> true
- 483 |     | View { ty; _ } -> passable ty
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Qualified (_, _)
- (cd _build/default && /home/opam/.opam/5.0/bin/ocamlc.opt -w -40 -g -bin-annot -I src/internal/.ppxc__script.objs/byte -I src/internal/.ppxc__script.objs/public_cmi -I /home/opam/.opam/5.0/lib/bigarray-compat -I /home/opam/.opam/5.0/lib/containers -I /home/opam/.opam/5.0/lib/containers/monomorphic -I /home/opam/.opam/5.0/lib/ctypes -I /home/opam/.opam/5.0/lib/either -I /home/opam/.opam/5.0/lib/findlib -I /home/opam/.opam/5.0/lib/integers -I /home/opam/.opam/5.0/lib/num -I /home/opam/.opam/5.0/lib/ocaml-compiler-libs/common -I /home/opam/.opam/5.0/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/5.0/lib/ocaml/compiler-libs -I /home/opam/.opam/5.0/lib/ocaml/unix -I /home/opam/.opam/5.0/lib/ppx_derivers -I /home/opam/.opam/5.0/lib/ppxlib -I /home/opam/.opam/5.0/lib/ppxlib/ast -I /home/opam/.opam/5.0/lib/ppxlib/astlib -I /home/opam/.opam/5.0/lib/ppxlib/print_diff -I /home/opam/.opam/5.0/lib/ppxlib/stdppx -I /home/opam/.opam/5.0/lib/ppxlib/traverse_builtins -I /home/opam/.opam/5.0/lib/re -I /home/opam/.opam/5.0/lib/re/perl -I /home/opam/.opam/5.0/lib/seq -I /home/opam/.opam/5.0/lib/sexplib0 -I /home/opam/.opam/5.0/lib/stdlib-shims -I src/runtime/.ppx_cstubs.objs/byte -intf-suffix .ml -no-alias-deps -open Ppxc__script__ -o src/internal/.ppxc__script.objs/byte/ppxc__script__Ctypes_type_printing_fake.cmo -c -impl src/internal/ctypes_type_printing_fake.pp.ml)
- File "src/internal/ctypes_type_printing_fake.ml", lines 30-76, characters 4-64:
- 30 | ....match t with
- 31 |     | Void -> fprintf fmt "void%t" (k `nonarray)
- 32 |     | Primitive _ ->
- 33 |       let name = Ctypes.string_of_typ t in
- 34 |       fprintf fmt "%s%t" name (k `nonarray)
- ...
- 73 |     | Bigarray _ -> ()
- 74 |     | OCaml String -> format_typ' (ptr char) k context fmt
- 75 |     | OCaml Bytes -> format_typ' (ptr uchar) k context fmt
- 76 |     | OCaml FloatArray -> format_typ' (ptr double) k context fmt
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Qualified (_, _)
- (cd _build/default && /home/opam/.opam/5.0/bin/ocamlopt.opt -w -40 -g -I src/internal/.ppxc__script.objs/byte -I src/internal/.ppxc__script.objs/native -I src/internal/.ppxc__script.objs/public_cmi -I /home/opam/.opam/5.0/lib/bigarray-compat -I /home/opam/.opam/5.0/lib/containers -I /home/opam/.opam/5.0/lib/containers/monomorphic -I /home/opam/.opam/5.0/lib/ctypes -I /home/opam/.opam/5.0/lib/either -I /home/opam/.opam/5.0/lib/findlib -I /home/opam/.opam/5.0/lib/integers -I /home/opam/.opam/5.0/lib/num -I /home/opam/.opam/5.0/lib/ocaml-compiler-libs/common -I /home/opam/.opam/5.0/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/5.0/lib/ocaml/compiler-libs -I /home/opam/.opam/5.0/lib/ocaml/unix -I /home/opam/.opam/5.0/lib/ppx_derivers -I /home/opam/.opam/5.0/lib/ppxlib -I /home/opam/.opam/5.0/lib/ppxlib/ast -I /home/opam/.opam/5.0/lib/ppxlib/astlib -I /home/opam/.opam/5.0/lib/ppxlib/print_diff -I /home/opam/.opam/5.0/lib/ppxlib/stdppx -I /home/opam/.opam/5.0/lib/ppxlib/traverse_builtins -I /home/opam/.opam/5.0/lib/re -I /home/opam/.opam/5.0/lib/re/perl -I /home/opam/.opam/5.0/lib/seq -I /home/opam/.opam/5.0/lib/sexplib0 -I /home/opam/.opam/5.0/lib/stdlib-shims -I src/runtime/.ppx_cstubs.objs/byte -I src/runtime/.ppx_cstubs.objs/native -intf-suffix .ml -no-alias-deps -open Ppxc__script__ -o src/internal/.ppxc__script.objs/native/ppxc__script__Ctypes_type_printing_fake.cmx -c -impl src/internal/ctypes_type_printing_fake.pp.ml)
- File "src/internal/ctypes_type_printing_fake.ml", lines 30-76, characters 4-64:
- 30 | ....match t with
- 31 |     | Void -> fprintf fmt "void%t" (k `nonarray)
- 32 |     | Primitive _ ->
- 33 |       let name = Ctypes.string_of_typ t in
- 34 |       fprintf fmt "%s%t" name (k `nonarray)
- ...
- 73 |     | Bigarray _ -> ()
- 74 |     | OCaml String -> format_typ' (ptr char) k context fmt
- 75 |     | OCaml Bytes -> format_typ' (ptr uchar) k context fmt
- 76 |     | OCaml FloatArray -> format_typ' (ptr double) k context fmt
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Qualified (_, _)
- (cd _build/default && /home/opam/.opam/5.0/bin/ocamlc.opt -w -40 -g -bin-annot -I src/internal/.ppxc__script.objs/byte -I src/internal/.ppxc__script.objs/public_cmi -I /home/opam/.opam/5.0/lib/bigarray-compat -I /home/opam/.opam/5.0/lib/containers -I /home/opam/.opam/5.0/lib/containers/monomorphic -I /home/opam/.opam/5.0/lib/ctypes -I /home/opam/.opam/5.0/lib/either -I /home/opam/.opam/5.0/lib/findlib -I /home/opam/.opam/5.0/lib/integers -I /home/opam/.opam/5.0/lib/num -I /home/opam/.opam/5.0/lib/ocaml-compiler-libs/common -I /home/opam/.opam/5.0/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/5.0/lib/ocaml/compiler-libs -I /home/opam/.opam/5.0/lib/ocaml/unix -I /home/opam/.opam/5.0/lib/ppx_derivers -I /home/opam/.opam/5.0/lib/ppxlib -I /home/opam/.opam/5.0/lib/ppxlib/ast -I /home/opam/.opam/5.0/lib/ppxlib/astlib -I /home/opam/.opam/5.0/lib/ppxlib/print_diff -I /home/opam/.opam/5.0/lib/ppxlib/stdppx -I /home/opam/.opam/5.0/lib/ppxlib/traverse_builtins -I /home/opam/.opam/5.0/lib/re -I /home/opam/.opam/5.0/lib/re/perl -I /home/opam/.opam/5.0/lib/seq -I /home/opam/.opam/5.0/lib/sexplib0 -I /home/opam/.opam/5.0/lib/stdlib-shims -I src/runtime/.ppx_cstubs.objs/byte -intf-suffix .ml -no-alias-deps -open Ppxc__script__ -o src/internal/.ppxc__script.objs/byte/ppxc__script__Gen_c.cmo -c -impl src/internal/gen_c.pp.ml)
- File "src/internal/gen_c.ml", lines 29-45, characters 2-22:
- 29 | ..function
- 30 |   | Struct { tag = ""; _ } ->
- 31 |     error "passing or returning unnamed structs is not supported"
- 32 |   | Struct _ -> true
- 33 |   | Union { utag = ""; _ } ->
- ...
- 42 |   | OCaml _ -> true
- 43 |   | Primitive _ -> true
- 44 |   | Void -> true
- 45 |   | Abstract _ -> true
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Qualified (_, _)
- File "src/internal/gen_c.ml", lines 284-302, characters 4-58:
- 284 | ....match t with
- 285 |     | Void ->
- 286 |       standard ~noalloc:Noalloc_always ~is_void:true (fun () -> "Val_unit")
- 287 |     | Primitive p ->
- 288 |       ret_info_prim p ~all_float ~ocaml_ret_var ~c_rvar ~decl_rvar
- ...
- 299 |       ret_info ty ~all_float ~user_noalloc ~ocaml_ret_var ~c_rvar ~decl_rvar
- 300 |     | Array _ -> error "arrays"
- 301 |     | Bigarray _ -> error "bigarrays"
- 302 |     | OCaml _ -> error "ocaml references as return values"
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Qualified (_, _)
- File "src/internal/gen_c.ml", lines 490-521, characters 4-26:
- 490 | ....match p with
- 491 |     | C.Void ->
- 492 |       standard ~runtime_protect:false ~is_void:true (fun () ->
- 493 |           Printf.sprintf "(void)%s;" ocaml_param)
- 494 |     | C.Primitive x ->
- ...
- 518 |       standard (fun () ->
- 519 |           Printf.sprintf "%s = %s(%s);"
- 520 |             (string_of_typ_exn ~name:c_var orig)
- 521 |             s ocaml_param)
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Qualified (_, _)
- File "src/internal/gen_c.ml", lines 583-594, characters 16-24:
- 583 | ................function
- 584 |       | OCaml _ -> error msg
- 585 |       | Struct _ -> ()
- 586 |       | Union _ -> ()
- 587 |       | View { ty; _ } -> check_no_ocaml_t locs ty
- ...
- 591 |       | Bigarray _ -> ()
- 592 |       | Primitive _ -> ()
- 593 |       | Void -> ()
- 594 |       | Abstract _ -> ()
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Qualified (_, _)
- File "src/internal/gen_c.ml", lines 604-621, characters 6-29:
- 604 | ......match a with
- 605 |       | Struct _ -> a
- 606 |       | Union _ -> a
- 607 |       | Pointer a -> Pointer (iter2 a)
- 608 |       | Array (a, i) -> Array (iter2 a, i)
- ...
- 618 |         let t = string_of_typ_exn ~name a in
- 619 |         let t = Printf.sprintf "typedef %s;\n" t in
- 620 |         res := t :: !res;
- 621 |         Ctypes.typedef a name
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Qualified (_, _)
- File "src/internal/gen_c.ml", lines 837-848, characters 2-20:
- 837 | ..function
- 838 |   | Void -> true
- 839 |   | View { ty; _ } -> is_void ty
- 840 |   | Primitive _ -> false
- 841 |   | Array _ -> false
- ...
- 845 |   | Struct _ -> false
- 846 |   | Union _ -> false
- 847 |   | Funptr _ -> false
- 848 |   | OCaml _ -> false
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Qualified (_, _)
- (cd _build/default && /home/opam/.opam/5.0/bin/ocamlc.opt -w -40 -g -bin-annot -I src/internal/.ppxc__script.objs/byte -I src/internal/.ppxc__script.objs/public_cmi -I /home/opam/.opam/5.0/lib/bigarray-compat -I /home/opam/.opam/5.0/lib/containers -I /home/opam/.opam/5.0/lib/containers/monomorphic -I /home/opam/.opam/5.0/lib/ctypes -I /home/opam/.opam/5.0/lib/either -I /home/opam/.opam/5.0/lib/findlib -I /home/opam/.opam/5.0/lib/integers -I /home/opam/.opam/5.0/lib/num -I /home/opam/.opam/5.0/lib/ocaml-compiler-libs/common -I /home/opam/.opam/5.0/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/5.0/lib/ocaml/compiler-libs -I /home/opam/.opam/5.0/lib/ocaml/unix -I /home/opam/.opam/5.0/lib/ppx_derivers -I /home/opam/.opam/5.0/lib/ppxlib -I /home/opam/.opam/5.0/lib/ppxlib/ast -I /home/opam/.opam/5.0/lib/ppxlib/astlib -I /home/opam/.opam/5.0/lib/ppxlib/print_diff -I /home/opam/.opam/5.0/lib/ppxlib/stdppx -I /home/opam/.opam/5.0/lib/ppxlib/traverse_builtins -I /home/opam/.opam/5.0/lib/re -I /home/opam/.opam/5.0/lib/re/perl -I /home/opam/.opam/5.0/lib/seq -I /home/opam/.opam/5.0/lib/sexplib0 -I /home/opam/.opam/5.0/lib/stdlib-shims -I src/runtime/.ppx_cstubs.objs/byte -intf-suffix .ml -no-alias-deps -open Ppxc__script__ -o src/internal/.ppxc__script.objs/byte/ppxc__script__Extract_c_ml.cmo -c -impl src/internal/extract_c_ml.pp.ml)
- File "src/internal/extract_c_ml.ml", lines 55-108, characters 2-24:
-  55 | ..function
-  56 |   | C.Void -> None
-  57 |   | C.Struct _ -> None
-  58 |   | C.Union _ -> None
-  59 |   | C.Array _ -> None
- ...
- 105 |     | LDouble -> None
- 106 |     | Complex32 -> None
- 107 |     | Complex64 -> None
- 108 |     | Complexld -> None)
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Qualified (_, _)
- File "src/internal/extract_c_ml.ml", lines 310-352, characters 6-19:
- 310 | ......match x with
- 311 |       | C.Void -> raise_notrace Unsupported
- 312 |       | C.Struct _ -> raise_notrace Unsupported
- 313 |       | C.Union _ -> raise_notrace Unsupported
- 314 |       | C.Array _ -> raise_notrace Unsupported
- ...
- 349 |             let p = Gen_ml.pat_expand_prim p in
- 350 |             Some [%pat? Ctypes_static.Primitive [%p p]]
- 351 |         in
- 352 |         (expr, pat)
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Qualified (_, _)
- (cd _build/default && /home/opam/.opam/5.0/bin/ocamlc.opt -w -40 -g -bin-annot -I src/internal/.ppxc__script.objs/byte -I src/internal/.ppxc__script.objs/public_cmi -I /home/opam/.opam/5.0/lib/bigarray-compat -I /home/opam/.opam/5.0/lib/containers -I /home/opam/.opam/5.0/lib/containers/monomorphic -I /home/opam/.opam/5.0/lib/ctypes -I /home/opam/.opam/5.0/lib/either -I /home/opam/.opam/5.0/lib/findlib -I /home/opam/.opam/5.0/lib/integers -I /home/opam/.opam/5.0/lib/num -I /home/opam/.opam/5.0/lib/ocaml-compiler-libs/common -I /home/opam/.opam/5.0/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/5.0/lib/ocaml/compiler-libs -I /home/opam/.opam/5.0/lib/ocaml/unix -I /home/opam/.opam/5.0/lib/ppx_derivers -I /home/opam/.opam/5.0/lib/ppxlib -I /home/opam/.opam/5.0/lib/ppxlib/ast -I /home/opam/.opam/5.0/lib/ppxlib/astlib -I /home/opam/.opam/5.0/lib/ppxlib/print_diff -I /home/opam/.opam/5.0/lib/ppxlib/stdppx -I /home/opam/.opam/5.0/lib/ppxlib/traverse_builtins -I /home/opam/.opam/5.0/lib/re -I /home/opam/.opam/5.0/lib/re/perl -I /home/opam/.opam/5.0/lib/seq -I /home/opam/.opam/5.0/lib/sexplib0 -I /home/opam/.opam/5.0/lib/stdlib-shims -I src/runtime/.ppx_cstubs.objs/byte -intf-suffix .ml -no-alias-deps -open Ppxc__script__ -o src/internal/.ppxc__script.objs/byte/ppxc__script__Gen_ml.cmo -c -impl src/internal/gen_ml.pp.ml)
- File "src/internal/gen_ml.ml", lines 117-136, characters 4-72:
- 117 | ....match a with
- 118 |     | Void -> (`Complete, [%type: unit])
- 119 |     | Primitive p ->
- 120 |       ( `Complete,
- 121 |         ident_of_ml_prim ~no_attr:true (Ctypes_primitive_types.ml_prim p) )
- ...
- 133 |     | Bigarray _ -> (`Incomplete, Typ.any ())
- 134 |     | OCaml String -> (`Complete, [%type: string Ctypes.ocaml])
- 135 |     | OCaml Bytes -> (`Complete, [%type: bytes Ctypes.ocaml])
- 136 |     | OCaml FloatArray -> (`Complete, [%type: float array Ctypes.ocaml])
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Qualified (_, _)
- File "src/internal/gen_ml.ml", lines 147-180, characters 23-74:
- 147 | .......................function
- 148 |       | Void when inside_view -> (`Incomplete, Typ.any ())
- 149 |       | Pointer _ when inside_view -> (`Incomplete, Typ.any ())
- 150 |       | Funptr _ when inside_view -> (`Incomplete, Typ.any ())
- 151 |       | Struct _ when inside_view -> (`Incomplete, Typ.any ())
- ...
- 177 |           (Ctypes.string_of_typ a)
- 178 |       | OCaml String -> (`Complete, [%type: string Ctypes.ocaml])
- 179 |       | OCaml Bytes -> (`Complete, [%type: bytes Ctypes.ocaml])
- 180 |       | OCaml FloatArray -> (`Complete, [%type: float array Ctypes.ocaml])
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Qualified (_, _)
- File "src/internal/gen_ml.ml", lines 195-222, characters 4-75:
- 195 | ....match t with
- 196 |     | Void -> if inside_view then Typ.any () else [%type: unit]
- 197 |     | Primitive p ->
- 198 |       if inside_view && prim_supports_attr p ~cinfo = false then Typ.any ()
- 199 |       else
- ...
- 219 |     | OCaml Bytes ->
- 220 |       U.error "cstubs does not support OCaml bytes values as return values"
- 221 |     | OCaml FloatArray ->
- 222 |       U.error "cstubs does not support OCaml float arrays as return values"
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Qualified (_, _)
- File "src/internal/gen_ml.ml", lines 319-359, characters 6-29:
- 319 | ......match t with
- 320 |       | Void -> (None, In_ident)
- 321 |       | Primitive p -> (cond_expand_prim p inside_view cinfo, In_ident)
- 322 |       | Pointer _ -> (ce [%pat? Ctypes_static.Pointer _], mptr `Ptr)
- 323 |       | Funptr _ -> (ce [%pat? Ctypes_static.Funptr _], mptr `Fptr)
- ...
- 356 |           in
- 357 |           (Some pat, fexpr))
- 358 |       | Array _ -> error t
- 359 |       | Bigarray _ -> error t
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Qualified (_, _)
- File "src/internal/gen_ml.ml", lines 418-475, characters 4-27:
- 418 | ....match t with
- 419 |     | Void -> (None, None)
- 420 |     | Primitive p -> (cond_expand_prim p inside_view cinfo, None)
- 421 |     | Pointer _ -> (
- 422 |       let f e expr =
- ...
- 472 |     | Abstract _ -> structured `Abstract
- 473 |     | OCaml _ -> error t
- 474 |     | Array _ -> error t
- 475 |     | Bigarray _ -> error t
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Qualified (_, _)
- (cd _build/default && /home/opam/.opam/5.0/bin/ocamlc.opt -w -40 -g -bin-annot -I src/internal/.ppxc__script.objs/byte -I src/internal/.ppxc__script.objs/public_cmi -I /home/opam/.opam/5.0/lib/bigarray-compat -I /home/opam/.opam/5.0/lib/containers -I /home/opam/.opam/5.0/lib/containers/monomorphic -I /home/opam/.opam/5.0/lib/ctypes -I /home/opam/.opam/5.0/lib/either -I /home/opam/.opam/5.0/lib/findlib -I /home/opam/.opam/5.0/lib/integers -I /home/opam/.opam/5.0/lib/num -I /home/opam/.opam/5.0/lib/ocaml-compiler-libs/common -I /home/opam/.opam/5.0/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/5.0/lib/ocaml/compiler-libs -I /home/opam/.opam/5.0/lib/ocaml/unix -I /home/opam/.opam/5.0/lib/ppx_derivers -I /home/opam/.opam/5.0/lib/ppxlib -I /home/opam/.opam/5.0/lib/ppxlib/ast -I /home/opam/.opam/5.0/lib/ppxlib/astlib -I /home/opam/.opam/5.0/lib/ppxlib/print_diff -I /home/opam/.opam/5.0/lib/ppxlib/stdppx -I /home/opam/.opam/5.0/lib/ppxlib/traverse_builtins -I /home/opam/.opam/5.0/lib/re -I /home/opam/.opam/5.0/lib/re/perl -I /home/opam/.opam/5.0/lib/seq -I /home/opam/.opam/5.0/lib/sexplib0 -I /home/opam/.opam/5.0/lib/stdlib-shims -I src/runtime/.ppx_cstubs.objs/byte -intf-suffix .ml -no-alias-deps -open Ppxc__script__ -o src/internal/.ppxc__script.objs/byte/ppxc__script__Ppxc__script_real.cmo -c -impl src/internal/ppxc__script_real.pp.ml)
- File "src/internal/ppxc__script_real.ml", lines 404-415, characters 55-34:
- 404 | .......................................................function
- 405 |         | Struct x -> Struct x
- 406 |         | Union x -> Union x
- 407 |         | View x -> View x
- 408 |         | Pointer y -> Pointer y
- ...
- 412 |         | OCaml x -> OCaml x
- 413 |         | Primitive x -> Primitive x
- 414 |         | Void -> Void
- 415 |         | Abstract x -> Abstract x
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Qualified (_, _)
- File "src/internal/ppxc__script_real.ml", lines 419-430, characters 8-37:
- 419 | ........match t with
- 420 |         | Struct _ -> typs_struct
- 421 |         | Union _ -> typs_union
- 422 |         | View _ -> typs_view
- 423 |         | Pointer _ -> typs_pointer
- ...
- 427 |         | OCaml _ -> typs_ocaml
- 428 |         | Primitive _ -> typs_prim
- 429 |         | Void -> typs_void
- 430 |         | Abstract _ -> typs_abstract
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Qualified (_, _)
- File "src/internal/ppxc__script_real.ml", lines 449-468, characters 6-38:
- 449 | ......match cur with
- 450 |       | Struct _ -> h !typs_struct
- 451 |       | Union _ -> h !typs_union
- 452 |       | View { ty; _ } ->
- 453 |         h !typs_view;
- ...
- 465 |       | OCaml _ -> h !typs_ocaml
- 466 |       | Primitive _ -> h !typs_prim
- 467 |       | Void -> h !typs_void
- 468 |       | Abstract _ -> h !typs_abstract
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Qualified (_, _)
- File "src/internal/ppxc__script_real.ml", lines 757-816, characters 4-29:
- 757 | ....match t with
- 758 |     | CS.Void -> ef t
- 759 |     | CS.Struct _ -> ef t
- 760 |     | CS.Union _ -> ef t
- 761 |     | CS.Array _ -> ef t
- ...
- 813 |       | Cp.LDouble -> ef t
- 814 |       | Cp.Complex32 -> ef t
- 815 |       | Cp.Complex64 -> ef t
- 816 |       | Cp.Complexld -> ef t)
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Qualified (_, _)
- File "src/internal/ppxc__script_real.ml", lines 889-907, characters 6-34:
- 889 | ......function
- 890 |       | Struct x when x.fields = [] -> `Struct_empty
- 891 |       | Struct _ -> `Struct
- 892 |       | Union x when x.ufields = [] -> `Union_empty
- 893 |       | Union _ -> `Union
- ...
- 904 |       | OCaml _ -> assert false
- 905 |       | Primitive _ -> assert false
- 906 |       | Void -> assert false
- 907 |       | Abstract _ -> assert false
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Qualified (_, _)
- (cd _build/default && /home/opam/.opam/5.0/bin/ocamlopt.opt -w -40 -g -I src/internal/.ppxc__script.objs/byte -I src/internal/.ppxc__script.objs/native -I src/internal/.ppxc__script.objs/public_cmi -I /home/opam/.opam/5.0/lib/bigarray-compat -I /home/opam/.opam/5.0/lib/containers -I /home/opam/.opam/5.0/lib/containers/monomorphic -I /home/opam/.opam/5.0/lib/ctypes -I /home/opam/.opam/5.0/lib/either -I /home/opam/.opam/5.0/lib/findlib -I /home/opam/.opam/5.0/lib/integers -I /home/opam/.opam/5.0/lib/num -I /home/opam/.opam/5.0/lib/ocaml-compiler-libs/common -I /home/opam/.opam/5.0/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/5.0/lib/ocaml/compiler-libs -I /home/opam/.opam/5.0/lib/ocaml/unix -I /home/opam/.opam/5.0/lib/ppx_derivers -I /home/opam/.opam/5.0/lib/ppxlib -I /home/opam/.opam/5.0/lib/ppxlib/ast -I /home/opam/.opam/5.0/lib/ppxlib/astlib -I /home/opam/.opam/5.0/lib/ppxlib/print_diff -I /home/opam/.opam/5.0/lib/ppxlib/stdppx -I /home/opam/.opam/5.0/lib/ppxlib/traverse_builtins -I /home/opam/.opam/5.0/lib/re -I /home/opam/.opam/5.0/lib/re/perl -I /home/opam/.opam/5.0/lib/seq -I /home/opam/.opam/5.0/lib/sexplib0 -I /home/opam/.opam/5.0/lib/stdlib-shims -I src/runtime/.ppx_cstubs.objs/byte -I src/runtime/.ppx_cstubs.objs/native -intf-suffix .ml -no-alias-deps -open Ppxc__script__ -o src/internal/.ppxc__script.objs/native/ppxc__script__Gen_c.cmx -c -impl src/internal/gen_c.pp.ml)
- File "src/internal/gen_c.ml", lines 29-45, characters 2-22:
- 29 | ..function
- 30 |   | Struct { tag = ""; _ } ->
- 31 |     error "passing or returning unnamed structs is not supported"
- 32 |   | Struct _ -> true
- 33 |   | Union { utag = ""; _ } ->
- ...
- 42 |   | OCaml _ -> true
- 43 |   | Primitive _ -> true
- 44 |   | Void -> true
- 45 |   | Abstract _ -> true
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Qualified (_, _)
- File "src/internal/gen_c.ml", lines 284-302, characters 4-58:
- 284 | ....match t with
- 285 |     | Void ->
- 286 |       standard ~noalloc:Noalloc_always ~is_void:true (fun () -> "Val_unit")
- 287 |     | Primitive p ->
- 288 |       ret_info_prim p ~all_float ~ocaml_ret_var ~c_rvar ~decl_rvar
- ...
- 299 |       ret_info ty ~all_float ~user_noalloc ~ocaml_ret_var ~c_rvar ~decl_rvar
- 300 |     | Array _ -> error "arrays"
- 301 |     | Bigarray _ -> error "bigarrays"
- 302 |     | OCaml _ -> error "ocaml references as return values"
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Qualified (_, _)
- File "src/internal/gen_c.ml", lines 490-521, characters 4-26:
- 490 | ....match p with
- 491 |     | C.Void ->
- 492 |       standard ~runtime_protect:false ~is_void:true (fun () ->
- 493 |           Printf.sprintf "(void)%s;" ocaml_param)
- 494 |     | C.Primitive x ->
- ...
- 518 |       standard (fun () ->
- 519 |           Printf.sprintf "%s = %s(%s);"
- 520 |             (string_of_typ_exn ~name:c_var orig)
- 521 |             s ocaml_param)
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Qualified (_, _)
- File "src/internal/gen_c.ml", lines 583-594, characters 16-24:
- 583 | ................function
- 584 |       | OCaml _ -> error msg
- 585 |       | Struct _ -> ()
- 586 |       | Union _ -> ()
- 587 |       | View { ty; _ } -> check_no_ocaml_t locs ty
- ...
- 591 |       | Bigarray _ -> ()
- 592 |       | Primitive _ -> ()
- 593 |       | Void -> ()
- 594 |       | Abstract _ -> ()
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Qualified (_, _)
- File "src/internal/gen_c.ml", lines 604-621, characters 6-29:
- 604 | ......match a with
- 605 |       | Struct _ -> a
- 606 |       | Union _ -> a
- 607 |       | Pointer a -> Pointer (iter2 a)
- 608 |       | Array (a, i) -> Array (iter2 a, i)
- ...
- 618 |         let t = string_of_typ_exn ~name a in
- 619 |         let t = Printf.sprintf "typedef %s;\n" t in
- 620 |         res := t :: !res;
- 621 |         Ctypes.typedef a name
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Qualified (_, _)
- File "src/internal/gen_c.ml", lines 837-848, characters 2-20:
- 837 | ..function
- 838 |   | Void -> true
- 839 |   | View { ty; _ } -> is_void ty
- 840 |   | Primitive _ -> false
- 841 |   | Array _ -> false
- ...
- 845 |   | Struct _ -> false
- 846 |   | Union _ -> false
- 847 |   | Funptr _ -> false
- 848 |   | OCaml _ -> false
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Qualified (_, _)
- (cd _build/default && /home/opam/.opam/5.0/bin/ocamlopt.opt -w -40 -g -I src/internal/.ppxc__script.objs/byte -I src/internal/.ppxc__script.objs/native -I src/internal/.ppxc__script.objs/public_cmi -I /home/opam/.opam/5.0/lib/bigarray-compat -I /home/opam/.opam/5.0/lib/containers -I /home/opam/.opam/5.0/lib/containers/monomorphic -I /home/opam/.opam/5.0/lib/ctypes -I /home/opam/.opam/5.0/lib/either -I /home/opam/.opam/5.0/lib/findlib -I /home/opam/.opam/5.0/lib/integers -I /home/opam/.opam/5.0/lib/num -I /home/opam/.opam/5.0/lib/ocaml-compiler-libs/common -I /home/opam/.opam/5.0/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/5.0/lib/ocaml/compiler-libs -I /home/opam/.opam/5.0/lib/ocaml/unix -I /home/opam/.opam/5.0/lib/ppx_derivers -I /home/opam/.opam/5.0/lib/ppxlib -I /home/opam/.opam/5.0/lib/ppxlib/ast -I /home/opam/.opam/5.0/lib/ppxlib/astlib -I /home/opam/.opam/5.0/lib/ppxlib/print_diff -I /home/opam/.opam/5.0/lib/ppxlib/stdppx -I /home/opam/.opam/5.0/lib/ppxlib/traverse_builtins -I /home/opam/.opam/5.0/lib/re -I /home/opam/.opam/5.0/lib/re/perl -I /home/opam/.opam/5.0/lib/seq -I /home/opam/.opam/5.0/lib/sexplib0 -I /home/opam/.opam/5.0/lib/stdlib-shims -I src/runtime/.ppx_cstubs.objs/byte -I src/runtime/.ppx_cstubs.objs/native -intf-suffix .ml -no-alias-deps -open Ppxc__script__ -o src/internal/.ppxc__script.objs/native/ppxc__script__Gen_ml.cmx -c -impl src/internal/gen_ml.pp.ml)
- File "src/internal/gen_ml.ml", lines 117-136, characters 4-72:
- 117 | ....match a with
- 118 |     | Void -> (`Complete, [%type: unit])
- 119 |     | Primitive p ->
- 120 |       ( `Complete,
- 121 |         ident_of_ml_prim ~no_attr:true (Ctypes_primitive_types.ml_prim p) )
- ...
- 133 |     | Bigarray _ -> (`Incomplete, Typ.any ())
- 134 |     | OCaml String -> (`Complete, [%type: string Ctypes.ocaml])
- 135 |     | OCaml Bytes -> (`Complete, [%type: bytes Ctypes.ocaml])
- 136 |     | OCaml FloatArray -> (`Complete, [%type: float array Ctypes.ocaml])
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Qualified (_, _)
- File "src/internal/gen_ml.ml", lines 147-180, characters 23-74:
- 147 | .......................function
- 148 |       | Void when inside_view -> (`Incomplete, Typ.any ())
- 149 |       | Pointer _ when inside_view -> (`Incomplete, Typ.any ())
- 150 |       | Funptr _ when inside_view -> (`Incomplete, Typ.any ())
- 151 |       | Struct _ when inside_view -> (`Incomplete, Typ.any ())
- ...
- 177 |           (Ctypes.string_of_typ a)
- 178 |       | OCaml String -> (`Complete, [%type: string Ctypes.ocaml])
- 179 |       | OCaml Bytes -> (`Complete, [%type: bytes Ctypes.ocaml])
- 180 |       | OCaml FloatArray -> (`Complete, [%type: float array Ctypes.ocaml])
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Qualified (_, _)
- File "src/internal/gen_ml.ml", lines 195-222, characters 4-75:
- 195 | ....match t with
- 196 |     | Void -> if inside_view then Typ.any () else [%type: unit]
- 197 |     | Primitive p ->
- 198 |       if inside_view && prim_supports_attr p ~cinfo = false then Typ.any ()
- 199 |       else
- ...
- 219 |     | OCaml Bytes ->
- 220 |       U.error "cstubs does not support OCaml bytes values as return values"
- 221 |     | OCaml FloatArray ->
- 222 |       U.error "cstubs does not support OCaml float arrays as return values"
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Qualified (_, _)
- File "src/internal/gen_ml.ml", lines 319-359, characters 6-29:
- 319 | ......match t with
- 320 |       | Void -> (None, In_ident)
- 321 |       | Primitive p -> (cond_expand_prim p inside_view cinfo, In_ident)
- 322 |       | Pointer _ -> (ce [%pat? Ctypes_static.Pointer _], mptr `Ptr)
- 323 |       | Funptr _ -> (ce [%pat? Ctypes_static.Funptr _], mptr `Fptr)
- ...
- 356 |           in
- 357 |           (Some pat, fexpr))
- 358 |       | Array _ -> error t
- 359 |       | Bigarray _ -> error t
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Qualified (_, _)
- File "src/internal/gen_ml.ml", lines 418-475, characters 4-27:
- 418 | ....match t with
- 419 |     | Void -> (None, None)
- 420 |     | Primitive p -> (cond_expand_prim p inside_view cinfo, None)
- 421 |     | Pointer _ -> (
- 422 |       let f e expr =
- ...
- 472 |     | Abstract _ -> structured `Abstract
- 473 |     | OCaml _ -> error t
- 474 |     | Array _ -> error t
- 475 |     | Bigarray _ -> error t
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Qualified (_, _)
- (cd _build/default && /home/opam/.opam/5.0/bin/ocamlopt.opt -w -40 -g -I src/internal/.ppxc__script.objs/byte -I src/internal/.ppxc__script.objs/native -I src/internal/.ppxc__script.objs/public_cmi -I /home/opam/.opam/5.0/lib/bigarray-compat -I /home/opam/.opam/5.0/lib/containers -I /home/opam/.opam/5.0/lib/containers/monomorphic -I /home/opam/.opam/5.0/lib/ctypes -I /home/opam/.opam/5.0/lib/either -I /home/opam/.opam/5.0/lib/findlib -I /home/opam/.opam/5.0/lib/integers -I /home/opam/.opam/5.0/lib/num -I /home/opam/.opam/5.0/lib/ocaml-compiler-libs/common -I /home/opam/.opam/5.0/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/5.0/lib/ocaml/compiler-libs -I /home/opam/.opam/5.0/lib/ocaml/unix -I /home/opam/.opam/5.0/lib/ppx_derivers -I /home/opam/.opam/5.0/lib/ppxlib -I /home/opam/.opam/5.0/lib/ppxlib/ast -I /home/opam/.opam/5.0/lib/ppxlib/astlib -I /home/opam/.opam/5.0/lib/ppxlib/print_diff -I /home/opam/.opam/5.0/lib/ppxlib/stdppx -I /home/opam/.opam/5.0/lib/ppxlib/traverse_builtins -I /home/opam/.opam/5.0/lib/re -I /home/opam/.opam/5.0/lib/re/perl -I /home/opam/.opam/5.0/lib/seq -I /home/opam/.opam/5.0/lib/sexplib0 -I /home/opam/.opam/5.0/lib/stdlib-shims -I src/runtime/.ppx_cstubs.objs/byte -I src/runtime/.ppx_cstubs.objs/native -intf-suffix .ml -no-alias-deps -open Ppxc__script__ -o src/internal/.ppxc__script.objs/native/ppxc__script__Extract_c_ml.cmx -c -impl src/internal/extract_c_ml.pp.ml)
- File "src/internal/extract_c_ml.ml", lines 55-108, characters 2-24:
-  55 | ..function
-  56 |   | C.Void -> None
-  57 |   | C.Struct _ -> None
-  58 |   | C.Union _ -> None
-  59 |   | C.Array _ -> None
- ...
- 105 |     | LDouble -> None
- 106 |     | Complex32 -> None
- 107 |     | Complex64 -> None
- 108 |     | Complexld -> None)
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Qualified (_, _)
- File "src/internal/extract_c_ml.ml", lines 310-352, characters 6-19:
- 310 | ......match x with
- 311 |       | C.Void -> raise_notrace Unsupported
- 312 |       | C.Struct _ -> raise_notrace Unsupported
- 313 |       | C.Union _ -> raise_notrace Unsupported
- 314 |       | C.Array _ -> raise_notrace Unsupported
- ...
- 349 |             let p = Gen_ml.pat_expand_prim p in
- 350 |             Some [%pat? Ctypes_static.Primitive [%p p]]
- 351 |         in
- 352 |         (expr, pat)
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Qualified (_, _)
- (cd _build/default && /home/opam/.opam/5.0/bin/ocamlopt.opt -w -40 -g -I src/internal/.ppxc__script.objs/byte -I src/internal/.ppxc__script.objs/native -I src/internal/.ppxc__script.objs/public_cmi -I /home/opam/.opam/5.0/lib/bigarray-compat -I /home/opam/.opam/5.0/lib/containers -I /home/opam/.opam/5.0/lib/containers/monomorphic -I /home/opam/.opam/5.0/lib/ctypes -I /home/opam/.opam/5.0/lib/either -I /home/opam/.opam/5.0/lib/findlib -I /home/opam/.opam/5.0/lib/integers -I /home/opam/.opam/5.0/lib/num -I /home/opam/.opam/5.0/lib/ocaml-compiler-libs/common -I /home/opam/.opam/5.0/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/5.0/lib/ocaml/compiler-libs -I /home/opam/.opam/5.0/lib/ocaml/unix -I /home/opam/.opam/5.0/lib/ppx_derivers -I /home/opam/.opam/5.0/lib/ppxlib -I /home/opam/.opam/5.0/lib/ppxlib/ast -I /home/opam/.opam/5.0/lib/ppxlib/astlib -I /home/opam/.opam/5.0/lib/ppxlib/print_diff -I /home/opam/.opam/5.0/lib/ppxlib/stdppx -I /home/opam/.opam/5.0/lib/ppxlib/traverse_builtins -I /home/opam/.opam/5.0/lib/re -I /home/opam/.opam/5.0/lib/re/perl -I /home/opam/.opam/5.0/lib/seq -I /home/opam/.opam/5.0/lib/sexplib0 -I /home/opam/.opam/5.0/lib/stdlib-shims -I src/runtime/.ppx_cstubs.objs/byte -I src/runtime/.ppx_cstubs.objs/native -intf-suffix .ml -no-alias-deps -open Ppxc__script__ -o src/internal/.ppxc__script.objs/native/ppxc__script__Ppxc__script_real.cmx -c -impl src/internal/ppxc__script_real.pp.ml)
- File "src/internal/ppxc__script_real.ml", lines 404-415, characters 55-34:
- 404 | .......................................................function
- 405 |         | Struct x -> Struct x
- 406 |         | Union x -> Union x
- 407 |         | View x -> View x
- 408 |         | Pointer y -> Pointer y
- ...
- 412 |         | OCaml x -> OCaml x
- 413 |         | Primitive x -> Primitive x
- 414 |         | Void -> Void
- 415 |         | Abstract x -> Abstract x
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Qualified (_, _)
- File "src/internal/ppxc__script_real.ml", lines 419-430, characters 8-37:
- 419 | ........match t with
- 420 |         | Struct _ -> typs_struct
- 421 |         | Union _ -> typs_union
- 422 |         | View _ -> typs_view
- 423 |         | Pointer _ -> typs_pointer
- ...
- 427 |         | OCaml _ -> typs_ocaml
- 428 |         | Primitive _ -> typs_prim
- 429 |         | Void -> typs_void
- 430 |         | Abstract _ -> typs_abstract
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Qualified (_, _)
- File "src/internal/ppxc__script_real.ml", lines 449-468, characters 6-38:
- 449 | ......match cur with
- 450 |       | Struct _ -> h !typs_struct
- 451 |       | Union _ -> h !typs_union
- 452 |       | View { ty; _ } ->
- 453 |         h !typs_view;
- ...
- 465 |       | OCaml _ -> h !typs_ocaml
- 466 |       | Primitive _ -> h !typs_prim
- 467 |       | Void -> h !typs_void
- 468 |       | Abstract _ -> h !typs_abstract
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Qualified (_, _)
- File "src/internal/ppxc__script_real.ml", lines 757-816, characters 4-29:
- 757 | ....match t with
- 758 |     | CS.Void -> ef t
- 759 |     | CS.Struct _ -> ef t
- 760 |     | CS.Union _ -> ef t
- 761 |     | CS.Array _ -> ef t
- ...
- 813 |       | Cp.LDouble -> ef t
- 814 |       | Cp.Complex32 -> ef t
- 815 |       | Cp.Complex64 -> ef t
- 816 |       | Cp.Complexld -> ef t)
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Qualified (_, _)
- File "src/internal/ppxc__script_real.ml", lines 889-907, characters 6-34:
- 889 | ......function
- 890 |       | Struct x when x.fields = [] -> `Struct_empty
- 891 |       | Struct _ -> `Struct
- 892 |       | Union x when x.ufields = [] -> `Union_empty
- 893 |       | Union _ -> `Union
- ...
- 904 |       | OCaml _ -> assert false
- 905 |       | Primitive _ -> assert false
- 906 |       | Void -> assert false
- 907 |       | Abstract _ -> assert false
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Qualified (_, _)
-> compiled  ppx_cstubs.0.7.0
-> installed ppx_cstubs.0.7.0
Processing 75/78: [raylib: dune build]
+ /home/opam/.opam/5.0/bin/dune "build" "-p" "raylib" "-j" "39" "@install" (CWD=/home/opam/.opam/5.0/.opam-switch/build/raylib.0.5.1)
- (cd _build/default/src/c && /usr/bin/patch --binary -p1) < _build/default/src/c/linux.patch
- patching file vendor/raylib/src/config.h
- Hunk #1 succeeded at 44 (offset -3 lines).
- (cd _build/default/src/c && /usr/bin/make -C vendor/raylib/src RAYLIB_LIBTYPE=STATIC -j 8)
- make: Entering directory '/home/opam/.opam/5.0/.opam-switch/build/raylib.0.5.1/_build/default/src/c/vendor/raylib/src'
- gcc -c rcore.c -Wall -D_DEFAULT_SOURCE -Wno-missing-braces -Werror=pointer-arith -fno-strict-aliasing -std=c99 -fPIC -s -O1 -Werror=implicit-function-declaration -I. -Iexternal/glfw/include -Iexternal/glfw/deps/mingw -DPLATFORM_DESKTOP -DGRAPHICS_API_OPENGL_33
- gcc -c rshapes.c -Wall -D_DEFAULT_SOURCE -Wno-missing-braces -Werror=pointer-arith -fno-strict-aliasing -std=c99 -fPIC -s -O1 -Werror=implicit-function-declaration -I. -Iexternal/glfw/include -Iexternal/glfw/deps/mingw -DPLATFORM_DESKTOP -DGRAPHICS_API_OPENGL_33
- gcc -c rtextures.c -Wall -D_DEFAULT_SOURCE -Wno-missing-braces -Werror=pointer-arith -fno-strict-aliasing -std=c99 -fPIC -s -O1 -Werror=implicit-function-declaration -I. -Iexternal/glfw/include -Iexternal/glfw/deps/mingw -DPLATFORM_DESKTOP -DGRAPHICS_API_OPENGL_33
- gcc -c rtext.c -Wall -D_DEFAULT_SOURCE -Wno-missing-braces -Werror=pointer-arith -fno-strict-aliasing -std=c99 -fPIC -s -O1 -Werror=implicit-function-declaration -I. -Iexternal/glfw/include -Iexternal/glfw/deps/mingw -DPLATFORM_DESKTOP -DGRAPHICS_API_OPENGL_33
- gcc -c utils.c -Wall -D_DEFAULT_SOURCE -Wno-missing-braces -Werror=pointer-arith -fno-strict-aliasing -std=c99 -fPIC -s -O1 -Werror=implicit-function-declaration -I. -Iexternal/glfw/include -Iexternal/glfw/deps/mingw -DPLATFORM_DESKTOP
- gcc  -c rglfw.c -Wall -D_DEFAULT_SOURCE -Wno-missing-braces -Werror=pointer-arith -fno-strict-aliasing -std=c99 -fPIC -s -O1 -Werror=implicit-function-declaration -I. -Iexternal/glfw/include -Iexternal/glfw/deps/mingw -DPLATFORM_DESKTOP -DGRAPHICS_API_OPENGL_33
- gcc -c rmodels.c -Wall -D_DEFAULT_SOURCE -Wno-missing-braces -Werror=pointer-arith -fno-strict-aliasing -std=c99 -fPIC -s -O1 -Werror=implicit-function-declaration -I. -Iexternal/glfw/include -Iexternal/glfw/deps/mingw -DPLATFORM_DESKTOP -DGRAPHICS_API_OPENGL_33
- gcc -c raudio.c -Wall -D_DEFAULT_SOURCE -Wno-missing-braces -Werror=pointer-arith -fno-strict-aliasing -std=c99 -fPIC -s -O1 -Werror=implicit-function-declaration -I. -Iexternal/glfw/include -Iexternal/glfw/deps/mingw -DPLATFORM_DESKTOP
- ar rcs /home/opam/.opam/5.0/.opam-switch/build/raylib.0.5.1/_build/default/src/c/vendor/raylib/libraylib.a rcore.o rshapes.o rtextures.o rtext.o utils.o rglfw.o rmodels.o raudio.o
- raylib static library generated (libraylib.a) in /home/opam/.opam/5.0/.opam-switch/build/raylib.0.5.1/_build/default/src/c/vendor/raylib!
- make: Leaving directory '/home/opam/.opam/5.0/.opam-switch/build/raylib.0.5.1/_build/default/src/c/vendor/raylib/src'
- In file included from rtext.c:71:
- external/stb_truetype.h:4962:15: warning: 'stbtt_CompareUTF8toUTF16_bigendian' defined but not used [-Wunused-function]
-  4962 | STBTT_DEF int stbtt_CompareUTF8toUTF16_bigendian(const char *s1, int len1, const char *s2, int len2)
-       |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:4957:15: warning: 'stbtt_FindMatchingFont' defined but not used [-Wunused-function]
-  4957 | STBTT_DEF int stbtt_FindMatchingFont(const unsigned char *fontdata, const char *name, int flags)
-       |               ^~~~~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:4947:15: warning: 'stbtt_GetNumberOfFonts' defined but not used [-Wunused-function]
-  4947 | STBTT_DEF int stbtt_GetNumberOfFonts(const unsigned char *data)
-       |               ^~~~~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:4935:15: warning: 'stbtt_BakeFontBitmap' defined but not used [-Wunused-function]
-  4935 | STBTT_DEF int stbtt_BakeFontBitmap(const unsigned char *data, int offset,
-       |               ^~~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:4822:23: warning: 'stbtt_GetFontNameString' defined but not used [-Wunused-function]
-  4822 | STBTT_DEF const char *stbtt_GetFontNameString(const stbtt_fontinfo *font, int *length, int platformID, int encodingID, int languageID, int nameID)
-       |                       ^~~~~~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:4765:16: warning: 'stbtt_FreeSDF' defined but not used [-Wunused-function]
-  4765 | STBTT_DEF void stbtt_FreeSDF(unsigned char *bitmap, void *userdata)
-       |                ^~~~~~~~~~~~~
- external/stb_truetype.h:4363:16: warning: 'stbtt_GetPackedQuad' defined but not used [-Wunused-function]
-  4363 | STBTT_DEF void stbtt_GetPackedQuad(const stbtt_packedchar *chardata, int pw, int ph, int char_index, float *xpos, float *ypos, stbtt_aligned_quad *q, int align_to_integer)
-       |                ^~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:4350:16: warning: 'stbtt_GetScaledFontVMetrics' defined but not used [-Wunused-function]
-  4350 | STBTT_DEF void stbtt_GetScaledFontVMetrics(const unsigned char *fontdata, int index, float size, float *ascent, float *descent, float *lineGap)
-       |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:4338:15: warning: 'stbtt_PackFontRange' defined but not used [-Wunused-function]
-  4338 | STBTT_DEF int stbtt_PackFontRange(stbtt_pack_context *spc, const unsigned char *fontdata, int font_index, float font_size,
-       |               ^~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:4005:16: warning: 'stbtt_PackSetSkipMissingCodepoints' defined but not used [-Wunused-function]
-  4005 | STBTT_DEF void stbtt_PackSetSkipMissingCodepoints(stbtt_pack_context *spc, int skip)
-       |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:3995:16: warning: 'stbtt_PackSetOversampling' defined but not used [-Wunused-function]
-  3995 | STBTT_DEF void stbtt_PackSetOversampling(stbtt_pack_context *spc, unsigned int h_oversample, unsigned int v_oversample)
-       |                ^~~~~~~~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:3989:16: warning: 'stbtt_PackEnd' defined but not used [-Wunused-function]
-  3989 | STBTT_DEF void stbtt_PackEnd  (stbtt_pack_context *spc)
-       |                ^~~~~~~~~~~~~
- external/stb_truetype.h:3957:15: warning: 'stbtt_PackBegin' defined but not used [-Wunused-function]
-  3957 | STBTT_DEF int stbtt_PackBegin(stbtt_pack_context *spc, unsigned char *pixels, int pw, int ph, int stride_in_bytes, int padding, void *alloc_context)
-       |               ^~~~~~~~~~~~~~~
- external/stb_truetype.h:3859:16: warning: 'stbtt_GetBakedQuad' defined but not used [-Wunused-function]
-  3859 | STBTT_DEF void stbtt_GetBakedQuad(const stbtt_bakedchar *chardata, int pw, int ph, int char_index, float *xpos, float *ypos, stbtt_aligned_quad *q, int opengl_fillrule)
-       |                ^~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:3802:16: warning: 'stbtt_MakeCodepointBitmap' defined but not used [-Wunused-function]
-  3802 | STBTT_DEF void stbtt_MakeCodepointBitmap(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, float scale_x, float scale_y, int codepoint)
-       |                ^~~~~~~~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:3787:16: warning: 'stbtt_MakeCodepointBitmapSubpixelPrefilter' defined but not used [-Wunused-function]
-  3787 | STBTT_DEF void stbtt_MakeCodepointBitmapSubpixelPrefilter(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, float scale_x, float scale_y, float shift_x, float shift_y, int oversample_x, int oversample_y, float *sub_x, float *sub_y, int codepoint)
-       |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:3753:26: warning: 'stbtt_GetGlyphBitmap' defined but not used [-Wunused-function]
-  3753 | STBTT_DEF unsigned char *stbtt_GetGlyphBitmap(const stbtt_fontinfo *info, float scale_x, float scale_y, int glyph, int *width, int *height, int *xoff, int *yoff)
-       |                          ^~~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:3708:16: warning: 'stbtt_FreeBitmap' defined but not used [-Wunused-function]
-  3708 | STBTT_DEF void stbtt_FreeBitmap(unsigned char *bitmap, void *userdata)
-       |                ^~~~~~~~~~~~~~~~
- external/stb_truetype.h:2749:16: warning: 'stbtt_GetCodepointBitmapBox' defined but not used [-Wunused-function]
-  2749 | STBTT_DEF void stbtt_GetCodepointBitmapBox(const stbtt_fontinfo *font, int codepoint, float scale_x, float scale_y, int *ix0, int *iy0, int *ix1, int *iy1)
-       |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:2711:15: warning: 'stbtt_GetCodepointSVG' defined but not used [-Wunused-function]
-  2711 | STBTT_DEF int stbtt_GetCodepointSVG(const stbtt_fontinfo *info, int unicode_codepoint, const char **svg)
-       |               ^~~~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:2672:16: warning: 'stbtt_FreeShape' defined but not used [-Wunused-function]
-  2672 | STBTT_DEF void stbtt_FreeShape(const stbtt_fontinfo *info, stbtt_vertex *v)
-       |                ^~~~~~~~~~~~~~~
- external/stb_truetype.h:2652:16: warning: 'stbtt_GetFontBoundingBox' defined but not used [-Wunused-function]
-  2652 | STBTT_DEF void stbtt_GetFontBoundingBox(const stbtt_fontinfo *info, int *x0, int *y0, int *x1, int *y1)
-       |                ^~~~~~~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:2641:16: warning: 'stbtt_GetFontVMetricsOS2' defined but not used [-Wunused-function]
-  2641 | STBTT_DEF int  stbtt_GetFontVMetricsOS2(const stbtt_fontinfo *info, int *typoAscent, int *typoDescent, int *typoLineGap)
-       |                ^~~~~~~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:2622:16: warning: 'stbtt_GetCodepointKernAdvance' defined but not used [-Wunused-function]
-  2622 | STBTT_DEF int  stbtt_GetCodepointKernAdvance(const stbtt_fontinfo *info, int ch1, int ch2)
-       |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:2332:15: warning: 'stbtt_GetKerningTable' defined but not used [-Wunused-function]
-  2332 | STBTT_DEF int stbtt_GetKerningTable(const stbtt_fontinfo *info, stbtt_kerningentry* table, int table_length)
-       |               ^~~~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:2317:16: warning: 'stbtt_GetKerningTableLength' defined but not used [-Wunused-function]
-  2317 | STBTT_DEF int  stbtt_GetKerningTableLength(const stbtt_fontinfo *info)
-       |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:1646:15: warning: 'stbtt_IsGlyphEmpty' defined but not used [-Wunused-function]
-  1646 | STBTT_DEF int stbtt_IsGlyphEmpty(const stbtt_fontinfo *info, int glyph_index)
-       |               ^~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:1641:15: warning: 'stbtt_GetCodepointBox' defined but not used [-Wunused-function]
-  1641 | STBTT_DEF int stbtt_GetCodepointBox(const stbtt_fontinfo *info, int codepoint, int *x0, int *y0, int *x1, int *y1)
-       |               ^~~~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:1589:15: warning: 'stbtt_GetCodepointShape' defined but not used [-Wunused-function]
-  1589 | STBTT_DEF int stbtt_GetCodepointShape(const stbtt_fontinfo *info, int unicode_codepoint, stbtt_vertex **vertices)
-       |               ^~~~~~~~~~~~~~~~~~~~~~~
- In file included from rglfw.c:97:
- external/glfw/src/posix_time.c:30: warning: "_POSIX_C_SOURCE" redefined
-    30 | #define _POSIX_C_SOURCE 199309L
-       | 
- In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
-                  from /usr/include/stdint.h:26,
-                  from /usr/lib/gcc/x86_64-linux-gnu/12/include/stdint.h:9,
-                  from external/glfw/src/../include/GLFW/glfw3.h:108,
-                  from external/glfw/src/internal.h:49,
-                  from external/glfw/src/context.c:30,
-                  from rglfw.c:61:
- /usr/include/features.h:290: note: this is the location of the previous definition
-   290 | # define _POSIX_C_SOURCE        200809L
-       | 
- In file included from raudio.c:199:
- external/stb_vorbis.h: In function 'stbv_decode_residue':
- external/stb_vorbis.h:900:46: warning: statement with no effect [-Wunused-value]
-   900 | #define stbv_temp_free(f,p)                  0
-       |                                              ^
- external/stb_vorbis.h:2275:4: note: in expansion of macro 'stbv_temp_free'
-  2275 |    stbv_temp_free(f,part_classdata);
-       |    ^~~~~~~~~~~~~~
- external/stb_vorbis.h: In function 'stbv_inverse_mdct':
- external/stb_vorbis.h:900:46: warning: statement with no effect [-Wunused-value]
-   900 | #define stbv_temp_free(f,p)                  0
-       |                                              ^
- external/stb_vorbis.h:2924:4: note: in expansion of macro 'stbv_temp_free'
-  2924 |    stbv_temp_free(f,buf2);
-       |    ^~~~~~~~~~~~~~
- In file included from raudio.c:167:
- external/miniaudio.h: In function 'ma_device_write__alsa':
- external/miniaudio.h:21322:25: warning: 'resultALSA' may be used uninitialized [-Wmaybe-uninitialized]
- 21322 |         *pFramesWritten = resultALSA;
-       |         ~~~~~~~~~~~~~~~~^~~~~~~~~~~~
- external/miniaudio.h:21270:26: note: 'resultALSA' was declared here
- 21270 |     ma_snd_pcm_sframes_t resultALSA;
-       |                          ^~~~~~~~~~
- external/miniaudio.h: In function 'ma_device_read__alsa':
- external/miniaudio.h:21262:22: warning: 'resultALSA' may be used uninitialized [-Wmaybe-uninitialized]
- 21262 |         *pFramesRead = resultALSA;
-       |         ~~~~~~~~~~~~~^~~~~~~~~~~~
- external/miniaudio.h:21216:26: note: 'resultALSA' was declared here
- 21216 |     ma_snd_pcm_sframes_t resultALSA;
-       |                          ^~~~~~~~~~
- external/stb_vorbis.h: In function 'stbv_start_decoder':
- external/stb_vorbis.h:3939:37: warning: 'hi' may be used uninitialized [-Wmaybe-uninitialized]
-  3939 |             g->stbv_neighbors[j][1] = hi;
-       |             ~~~~~~~~~~~~~~~~~~~~~~~~^~~~
- external/stb_vorbis.h:3936:21: note: 'hi' was declared here
-  3936 |             int low,hi;
-       |                     ^~
- external/stb_vorbis.h:3938:37: warning: 'low' may be used uninitialized [-Wmaybe-uninitialized]
-  3938 |             g->stbv_neighbors[j][0] = low;
-       |             ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
- external/stb_vorbis.h:3936:17: note: 'low' was declared here
-  3936 |             int low,hi;
-       |                 ^~~
- In function 'stbv_seek_to_sample_coarse',
-     inlined from 'stb_vorbis_seek_frame' at external/stb_vorbis.h:4791:9:
- external/stb_vorbis.h:4667:23: warning: 'offset' may be used uninitialized [-Wmaybe-uninitialized]
-  4667 |                offset += error * 2;
-       |                ~~~~~~~^~~~~~~~~~~~
- external/stb_vorbis.h: In function 'stb_vorbis_seek_frame':
- external/stb_vorbis.h:4614:11: note: 'offset' was declared here
-  4614 |    double offset, bytes_per_sample;
-       |           ^~~~~~
- In function 'stbv_seek_to_sample_coarse',
-     inlined from 'stb_vorbis_seek_frame' at external/stb_vorbis.h:4791:9:
- external/stb_vorbis.h:4664:23: warning: 'bytes_per_sample' may be used uninitialized [-Wmaybe-uninitialized]
-  4664 |                double error = ((double) sample_number - mid.last_decoded_sample) * bytes_per_sample;
-       |                       ^~~~~
- external/stb_vorbis.h: In function 'stb_vorbis_seek_frame':
- external/stb_vorbis.h:4614:19: note: 'bytes_per_sample' was declared here
-  4614 |    double offset, bytes_per_sample;
-       |                   ^~~~~~~~~~~~~~~~
- (cd _build/default/src/c && /usr/bin/make -C vendor/raylib/src clean)
- make: Entering directory '/home/opam/.opam/5.0/.opam-switch/build/raylib.0.5.1/_build/default/src/c/vendor/raylib/src'
- rm -fv *.o /home/opam/.opam/5.0/.opam-switch/build/raylib.0.5.1/_build/default/src/c/vendor/raylib/libraylib.a /home/opam/.opam/5.0/.opam-switch/build/raylib.0.5.1/_build/default/src/c/vendor/raylib/libraylib.bc /home/opam/.opam/5.0/.opam-switch/build/raylib.0.5.1/_build/default/src/c/vendor/raylib/libraylib.so*
- removed 'raudio.o'
- removed 'rcore.o'
- removed 'rglfw.o'
- removed 'rmodels.o'
- removed 'rshapes.o'
- removed 'rtext.o'
- removed 'rtextures.o'
- removed 'utils.o'
- removed '/home/opam/.opam/5.0/.opam-switch/build/raylib.0.5.1/_build/default/src/c/vendor/raylib/libraylib.a'
- removed all generated files!
- make: Leaving directory '/home/opam/.opam/5.0/.opam-switch/build/raylib.0.5.1/_build/default/src/c/vendor/raylib/src'
- (cd _build/default/src/c && /usr/bin/make -C vendor/raylib/src RAYLIB_LIBTYPE=SHARED -j 8)
- make: Entering directory '/home/opam/.opam/5.0/.opam-switch/build/raylib.0.5.1/_build/default/src/c/vendor/raylib/src'
- gcc -c rcore.c -Wall -D_DEFAULT_SOURCE -Wno-missing-braces -Werror=pointer-arith -fno-strict-aliasing -std=c99 -fPIC -s -O1 -Werror=implicit-function-declaration -fPIC -DBUILD_LIBTYPE_SHARED -I. -Iexternal/glfw/include -Iexternal/glfw/deps/mingw -DPLATFORM_DESKTOP -DGRAPHICS_API_OPENGL_33
- gcc -c rshapes.c -Wall -D_DEFAULT_SOURCE -Wno-missing-braces -Werror=pointer-arith -fno-strict-aliasing -std=c99 -fPIC -s -O1 -Werror=implicit-function-declaration -fPIC -DBUILD_LIBTYPE_SHARED -I. -Iexternal/glfw/include -Iexternal/glfw/deps/mingw -DPLATFORM_DESKTOP -DGRAPHICS_API_OPENGL_33
- gcc -c rtextures.c -Wall -D_DEFAULT_SOURCE -Wno-missing-braces -Werror=pointer-arith -fno-strict-aliasing -std=c99 -fPIC -s -O1 -Werror=implicit-function-declaration -fPIC -DBUILD_LIBTYPE_SHARED -I. -Iexternal/glfw/include -Iexternal/glfw/deps/mingw -DPLATFORM_DESKTOP -DGRAPHICS_API_OPENGL_33
- gcc -c rtext.c -Wall -D_DEFAULT_SOURCE -Wno-missing-braces -Werror=pointer-arith -fno-strict-aliasing -std=c99 -fPIC -s -O1 -Werror=implicit-function-declaration -fPIC -DBUILD_LIBTYPE_SHARED -I. -Iexternal/glfw/include -Iexternal/glfw/deps/mingw -DPLATFORM_DESKTOP -DGRAPHICS_API_OPENGL_33
- gcc -c utils.c -Wall -D_DEFAULT_SOURCE -Wno-missing-braces -Werror=pointer-arith -fno-strict-aliasing -std=c99 -fPIC -s -O1 -Werror=implicit-function-declaration -fPIC -DBUILD_LIBTYPE_SHARED -I. -Iexternal/glfw/include -Iexternal/glfw/deps/mingw -DPLATFORM_DESKTOP
- gcc  -c rglfw.c -Wall -D_DEFAULT_SOURCE -Wno-missing-braces -Werror=pointer-arith -fno-strict-aliasing -std=c99 -fPIC -s -O1 -Werror=implicit-function-declaration -fPIC -DBUILD_LIBTYPE_SHARED -I. -Iexternal/glfw/include -Iexternal/glfw/deps/mingw -DPLATFORM_DESKTOP -DGRAPHICS_API_OPENGL_33
- gcc -c rmodels.c -Wall -D_DEFAULT_SOURCE -Wno-missing-braces -Werror=pointer-arith -fno-strict-aliasing -std=c99 -fPIC -s -O1 -Werror=implicit-function-declaration -fPIC -DBUILD_LIBTYPE_SHARED -I. -Iexternal/glfw/include -Iexternal/glfw/deps/mingw -DPLATFORM_DESKTOP -DGRAPHICS_API_OPENGL_33
- gcc -c raudio.c -Wall -D_DEFAULT_SOURCE -Wno-missing-braces -Werror=pointer-arith -fno-strict-aliasing -std=c99 -fPIC -s -O1 -Werror=implicit-function-declaration -fPIC -DBUILD_LIBTYPE_SHARED -I. -Iexternal/glfw/include -Iexternal/glfw/deps/mingw -DPLATFORM_DESKTOP
- gcc -shared -o /home/opam/.opam/5.0/.opam-switch/build/raylib.0.5.1/_build/default/src/c/vendor/raylib/libraylib.so.4.0.0 rcore.o rshapes.o rtextures.o rtext.o utils.o rglfw.o rmodels.o raudio.o  -Wl,-soname,libraylib.so.400 -lGL -lc -lm -lpthread -ldl -lrt -lX11
- raylib shared library generated (libraylib.so.4.0.0) in /home/opam/.opam/5.0/.opam-switch/build/raylib.0.5.1/_build/default/src/c/vendor/raylib!
- cd /home/opam/.opam/5.0/.opam-switch/build/raylib.0.5.1/_build/default/src/c/vendor/raylib && ln -fsv libraylib.so.4.0.0 libraylib.so.400
- 'libraylib.so.400' -> 'libraylib.so.4.0.0'
- cd /home/opam/.opam/5.0/.opam-switch/build/raylib.0.5.1/_build/default/src/c/vendor/raylib && ln -fsv libraylib.so.400 libraylib.so
- 'libraylib.so' -> 'libraylib.so.400'
- make: Leaving directory '/home/opam/.opam/5.0/.opam-switch/build/raylib.0.5.1/_build/default/src/c/vendor/raylib/src'
- In file included from rtext.c:71:
- external/stb_truetype.h:4962:15: warning: 'stbtt_CompareUTF8toUTF16_bigendian' defined but not used [-Wunused-function]
-  4962 | STBTT_DEF int stbtt_CompareUTF8toUTF16_bigendian(const char *s1, int len1, const char *s2, int len2)
-       |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:4957:15: warning: 'stbtt_FindMatchingFont' defined but not used [-Wunused-function]
-  4957 | STBTT_DEF int stbtt_FindMatchingFont(const unsigned char *fontdata, const char *name, int flags)
-       |               ^~~~~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:4947:15: warning: 'stbtt_GetNumberOfFonts' defined but not used [-Wunused-function]
-  4947 | STBTT_DEF int stbtt_GetNumberOfFonts(const unsigned char *data)
-       |               ^~~~~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:4935:15: warning: 'stbtt_BakeFontBitmap' defined but not used [-Wunused-function]
-  4935 | STBTT_DEF int stbtt_BakeFontBitmap(const unsigned char *data, int offset,
-       |               ^~~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:4822:23: warning: 'stbtt_GetFontNameString' defined but not used [-Wunused-function]
-  4822 | STBTT_DEF const char *stbtt_GetFontNameString(const stbtt_fontinfo *font, int *length, int platformID, int encodingID, int languageID, int nameID)
-       |                       ^~~~~~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:4765:16: warning: 'stbtt_FreeSDF' defined but not used [-Wunused-function]
-  4765 | STBTT_DEF void stbtt_FreeSDF(unsigned char *bitmap, void *userdata)
-       |                ^~~~~~~~~~~~~
- external/stb_truetype.h:4363:16: warning: 'stbtt_GetPackedQuad' defined but not used [-Wunused-function]
-  4363 | STBTT_DEF void stbtt_GetPackedQuad(const stbtt_packedchar *chardata, int pw, int ph, int char_index, float *xpos, float *ypos, stbtt_aligned_quad *q, int align_to_integer)
-       |                ^~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:4350:16: warning: 'stbtt_GetScaledFontVMetrics' defined but not used [-Wunused-function]
-  4350 | STBTT_DEF void stbtt_GetScaledFontVMetrics(const unsigned char *fontdata, int index, float size, float *ascent, float *descent, float *lineGap)
-       |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:4338:15: warning: 'stbtt_PackFontRange' defined but not used [-Wunused-function]
-  4338 | STBTT_DEF int stbtt_PackFontRange(stbtt_pack_context *spc, const unsigned char *fontdata, int font_index, float font_size,
-       |               ^~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:4005:16: warning: 'stbtt_PackSetSkipMissingCodepoints' defined but not used [-Wunused-function]
-  4005 | STBTT_DEF void stbtt_PackSetSkipMissingCodepoints(stbtt_pack_context *spc, int skip)
-       |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:3995:16: warning: 'stbtt_PackSetOversampling' defined but not used [-Wunused-function]
-  3995 | STBTT_DEF void stbtt_PackSetOversampling(stbtt_pack_context *spc, unsigned int h_oversample, unsigned int v_oversample)
-       |                ^~~~~~~~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:3989:16: warning: 'stbtt_PackEnd' defined but not used [-Wunused-function]
-  3989 | STBTT_DEF void stbtt_PackEnd  (stbtt_pack_context *spc)
-       |                ^~~~~~~~~~~~~
- external/stb_truetype.h:3957:15: warning: 'stbtt_PackBegin' defined but not used [-Wunused-function]
-  3957 | STBTT_DEF int stbtt_PackBegin(stbtt_pack_context *spc, unsigned char *pixels, int pw, int ph, int stride_in_bytes, int padding, void *alloc_context)
-       |               ^~~~~~~~~~~~~~~
- external/stb_truetype.h:3859:16: warning: 'stbtt_GetBakedQuad' defined but not used [-Wunused-function]
-  3859 | STBTT_DEF void stbtt_GetBakedQuad(const stbtt_bakedchar *chardata, int pw, int ph, int char_index, float *xpos, float *ypos, stbtt_aligned_quad *q, int opengl_fillrule)
-       |                ^~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:3802:16: warning: 'stbtt_MakeCodepointBitmap' defined but not used [-Wunused-function]
-  3802 | STBTT_DEF void stbtt_MakeCodepointBitmap(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, float scale_x, float scale_y, int codepoint)
-       |                ^~~~~~~~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:3787:16: warning: 'stbtt_MakeCodepointBitmapSubpixelPrefilter' defined but not used [-Wunused-function]
-  3787 | STBTT_DEF void stbtt_MakeCodepointBitmapSubpixelPrefilter(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, float scale_x, float scale_y, float shift_x, float shift_y, int oversample_x, int oversample_y, float *sub_x, float *sub_y, int codepoint)
-       |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:3753:26: warning: 'stbtt_GetGlyphBitmap' defined but not used [-Wunused-function]
-  3753 | STBTT_DEF unsigned char *stbtt_GetGlyphBitmap(const stbtt_fontinfo *info, float scale_x, float scale_y, int glyph, int *width, int *height, int *xoff, int *yoff)
-       |                          ^~~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:3708:16: warning: 'stbtt_FreeBitmap' defined but not used [-Wunused-function]
-  3708 | STBTT_DEF void stbtt_FreeBitmap(unsigned char *bitmap, void *userdata)
-       |                ^~~~~~~~~~~~~~~~
- external/stb_truetype.h:2749:16: warning: 'stbtt_GetCodepointBitmapBox' defined but not used [-Wunused-function]
-  2749 | STBTT_DEF void stbtt_GetCodepointBitmapBox(const stbtt_fontinfo *font, int codepoint, float scale_x, float scale_y, int *ix0, int *iy0, int *ix1, int *iy1)
-       |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:2711:15: warning: 'stbtt_GetCodepointSVG' defined but not used [-Wunused-function]
-  2711 | STBTT_DEF int stbtt_GetCodepointSVG(const stbtt_fontinfo *info, int unicode_codepoint, const char **svg)
-       |               ^~~~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:2672:16: warning: 'stbtt_FreeShape' defined but not used [-Wunused-function]
-  2672 | STBTT_DEF void stbtt_FreeShape(const stbtt_fontinfo *info, stbtt_vertex *v)
-       |                ^~~~~~~~~~~~~~~
- external/stb_truetype.h:2652:16: warning: 'stbtt_GetFontBoundingBox' defined but not used [-Wunused-function]
-  2652 | STBTT_DEF void stbtt_GetFontBoundingBox(const stbtt_fontinfo *info, int *x0, int *y0, int *x1, int *y1)
-       |                ^~~~~~~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:2641:16: warning: 'stbtt_GetFontVMetricsOS2' defined but not used [-Wunused-function]
-  2641 | STBTT_DEF int  stbtt_GetFontVMetricsOS2(const stbtt_fontinfo *info, int *typoAscent, int *typoDescent, int *typoLineGap)
-       |                ^~~~~~~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:2622:16: warning: 'stbtt_GetCodepointKernAdvance' defined but not used [-Wunused-function]
-  2622 | STBTT_DEF int  stbtt_GetCodepointKernAdvance(const stbtt_fontinfo *info, int ch1, int ch2)
-       |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:2332:15: warning: 'stbtt_GetKerningTable' defined but not used [-Wunused-function]
-  2332 | STBTT_DEF int stbtt_GetKerningTable(const stbtt_fontinfo *info, stbtt_kerningentry* table, int table_length)
-       |               ^~~~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:2317:16: warning: 'stbtt_GetKerningTableLength' defined but not used [-Wunused-function]
-  2317 | STBTT_DEF int  stbtt_GetKerningTableLength(const stbtt_fontinfo *info)
-       |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:1646:15: warning: 'stbtt_IsGlyphEmpty' defined but not used [-Wunused-function]
-  1646 | STBTT_DEF int stbtt_IsGlyphEmpty(const stbtt_fontinfo *info, int glyph_index)
-       |               ^~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:1641:15: warning: 'stbtt_GetCodepointBox' defined but not used [-Wunused-function]
-  1641 | STBTT_DEF int stbtt_GetCodepointBox(const stbtt_fontinfo *info, int codepoint, int *x0, int *y0, int *x1, int *y1)
-       |               ^~~~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:1589:15: warning: 'stbtt_GetCodepointShape' defined but not used [-Wunused-function]
-  1589 | STBTT_DEF int stbtt_GetCodepointShape(const stbtt_fontinfo *info, int unicode_codepoint, stbtt_vertex **vertices)
-       |               ^~~~~~~~~~~~~~~~~~~~~~~
- In file included from rglfw.c:97:
- external/glfw/src/posix_time.c:30: warning: "_POSIX_C_SOURCE" redefined
-    30 | #define _POSIX_C_SOURCE 199309L
-       | 
- In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
-                  from /usr/include/stdint.h:26,
-                  from /usr/lib/gcc/x86_64-linux-gnu/12/include/stdint.h:9,
-                  from external/glfw/src/../include/GLFW/glfw3.h:108,
-                  from external/glfw/src/internal.h:49,
-                  from external/glfw/src/context.c:30,
-                  from rglfw.c:61:
- /usr/include/features.h:290: note: this is the location of the previous definition
-   290 | # define _POSIX_C_SOURCE        200809L
-       | 
- In file included from raudio.c:199:
- external/stb_vorbis.h: In function 'stbv_decode_residue':
- external/stb_vorbis.h:900:46: warning: statement with no effect [-Wunused-value]
-   900 | #define stbv_temp_free(f,p)                  0
-       |                                              ^
- external/stb_vorbis.h:2275:4: note: in expansion of macro 'stbv_temp_free'
-  2275 |    stbv_temp_free(f,part_classdata);
-       |    ^~~~~~~~~~~~~~
- external/stb_vorbis.h: In function 'stbv_inverse_mdct':
- external/stb_vorbis.h:900:46: warning: statement with no effect [-Wunused-value]
-   900 | #define stbv_temp_free(f,p)                  0
-       |                                              ^
- external/stb_vorbis.h:2924:4: note: in expansion of macro 'stbv_temp_free'
-  2924 |    stbv_temp_free(f,buf2);
-       |    ^~~~~~~~~~~~~~
- In file included from raudio.c:167:
- external/miniaudio.h: In function 'ma_device_write__alsa':
- external/miniaudio.h:21322:25: warning: 'resultALSA' may be used uninitialized [-Wmaybe-uninitialized]
- 21322 |         *pFramesWritten = resultALSA;
-       |         ~~~~~~~~~~~~~~~~^~~~~~~~~~~~
- external/miniaudio.h:21270:26: note: 'resultALSA' was declared here
- 21270 |     ma_snd_pcm_sframes_t resultALSA;
-       |                          ^~~~~~~~~~
- external/miniaudio.h: In function 'ma_device_read__alsa':
- external/miniaudio.h:21262:22: warning: 'resultALSA' may be used uninitialized [-Wmaybe-uninitialized]
- 21262 |         *pFramesRead = resultALSA;
-       |         ~~~~~~~~~~~~~^~~~~~~~~~~~
- external/miniaudio.h:21216:26: note: 'resultALSA' was declared here
- 21216 |     ma_snd_pcm_sframes_t resultALSA;
-       |                          ^~~~~~~~~~
- external/stb_vorbis.h: In function 'stbv_start_decoder':
- external/stb_vorbis.h:3939:37: warning: 'hi' may be used uninitialized [-Wmaybe-uninitialized]
-  3939 |             g->stbv_neighbors[j][1] = hi;
-       |             ~~~~~~~~~~~~~~~~~~~~~~~~^~~~
- external/stb_vorbis.h:3936:21: note: 'hi' was declared here
-  3936 |             int low,hi;
-       |                     ^~
- external/stb_vorbis.h:3938:37: warning: 'low' may be used uninitialized [-Wmaybe-uninitialized]
-  3938 |             g->stbv_neighbors[j][0] = low;
-       |             ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
- external/stb_vorbis.h:3936:17: note: 'low' was declared here
-  3936 |             int low,hi;
-       |                 ^~~
- In function 'stbv_seek_to_sample_coarse',
-     inlined from 'stb_vorbis_seek_frame' at external/stb_vorbis.h:4791:9:
- external/stb_vorbis.h:4667:23: warning: 'offset' may be used uninitialized [-Wmaybe-uninitialized]
-  4667 |                offset += error * 2;
-       |                ~~~~~~~^~~~~~~~~~~~
- external/stb_vorbis.h: In function 'stb_vorbis_seek_frame':
- external/stb_vorbis.h:4614:11: note: 'offset' was declared here
-  4614 |    double offset, bytes_per_sample;
-       |           ^~~~~~
- In function 'stbv_seek_to_sample_coarse',
-     inlined from 'stb_vorbis_seek_frame' at external/stb_vorbis.h:4791:9:
- external/stb_vorbis.h:4664:23: warning: 'bytes_per_sample' may be used uninitialized [-Wmaybe-uninitialized]
-  4664 |                double error = ((double) sample_number - mid.last_decoded_sample) * bytes_per_sample;
-       |                       ^~~~~
- external/stb_vorbis.h: In function 'stb_vorbis_seek_frame':
- external/stb_vorbis.h:4614:19: note: 'bytes_per_sample' was declared here
-  4614 |    double offset, bytes_per_sample;
-       |                   ^~~~~~~~~~~~~~~~
- (cd _build/default && /home/opam/.opam/5.0/bin/ppx_cstubs src/c/types/raylib_types.ml -o src/c/types/raylib_generated_types.ml -I ./src/c/vendor/raylib/src)
- /tmp/build_cc3bcd_dune/ppxc_extract_raylib_types_fdc4e2.c: In function 'ppxc2_raylib_types_8e_af9_structMesh':
- /tmp/build_cc3bcd_dune/ppxc_extract_raylib_types_fdc4e2.c:4529:21: warning: comparison of distinct pointer types lacks a cast
-  4529 |   (void) (&ppx__var == &ppxc_raylib_types_8e_af9_boneIds); /* field boneIds in struct Mesh incompatible? */
-       |                     ^~
- (cd _build/default/src/c && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -g -I /home/opam/.opam/5.0/lib/ocaml -I /home/opam/.opam/5.0/lib/bigarray-compat -I /home/opam/.opam/5.0/lib/ctypes -I /home/opam/.opam/5.0/lib/ctypes/stubs -I /home/opam/.opam/5.0/lib/integers -I /home/opam/.opam/5.0/lib/ocaml/str -I /home/opam/.opam/5.0/lib/ppx_cstubs -I /home/opam/.opam/5.0/lib/stdlib-shims -I constants -I functions -I types -I vendor/raylib/src -o c_generated_functions.o -c c_generated_functions.c)
- c_generated_functions.c: In function 'raylib_stub_39_GetClipboardText':
- c_generated_functions.c:219:17: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   219 |    char* x146 = GetClipboardText();
-       |                 ^~~~~~~~~~~~~~~~
- c_generated_functions.c: In function 'raylib_stub_98_UnloadFileData':
- c_generated_functions.c:616:19: warning: passing argument 1 of 'UnloadFileData' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   616 |    UnloadFileData(x466);
-       |                   ^~~~
- In file included from c_generated_functions.c:1:
- vendor/raylib/src/raylib.h:1033:42: note: expected 'unsigned char *' but argument is of type 'const char *'
-  1033 | RLAPI void UnloadFileData(unsigned char *data);                   // Unload file data allocated by LoadFileData()
-       |                           ~~~~~~~~~~~~~~~^~~~
- c_generated_functions.c: In function 'raylib_stub_101_UnloadFileText':
- c_generated_functions.c:636:19: warning: passing argument 1 of 'UnloadFileText' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   636 |    UnloadFileText(x481);
-       |                   ^~~~
- vendor/raylib/src/raylib.h:1036:33: note: expected 'char *' but argument is of type 'const char *'
-  1036 | RLAPI void UnloadFileText(char *text);                            // Unload file text data allocated by LoadFileText()
-       |                           ~~~~~~^~~~
- c_generated_functions.c: In function 'raylib_stub_102_SaveFileText':
- c_generated_functions.c:643:36: warning: passing argument 2 of 'SaveFileText' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   643 |    _Bool x487 = SaveFileText(x485, x486);
-       |                                    ^~~~
- vendor/raylib/src/raylib.h:1037:53: note: expected 'char *' but argument is of type 'const char *'
-  1037 | RLAPI bool SaveFileText(const char *fileName, char *text);        // Save text data to file (write), string must be '\0' terminated, returns true on success
-       |                                               ~~~~~~^~~~
- c_generated_functions.c: In function 'raylib_stub_112_GetDirectoryFiles':
- c_generated_functions.c:704:24: warning: initialization of 'const char **' from incompatible pointer type 'char **' [-Wincompatible-pointer-types]
-   704 |    char const** x520 = GetDirectoryFiles(x518, x519);
-       |                        ^~~~~~~~~~~~~~~~~
- c_generated_functions.c: In function 'raylib_stub_116_GetDroppedFiles':
- c_generated_functions.c:726:24: warning: initialization of 'const char **' from incompatible pointer type 'char **' [-Wincompatible-pointer-types]
-   726 |    char const** x530 = GetDroppedFiles(x529);
-       |                        ^~~~~~~~~~~~~~~
- c_generated_functions.c: In function 'raylib_stub_339_TextCopy':
- c_generated_functions.c:3076:25: warning: passing argument 1 of 'TextCopy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-  3076 |    int x3113 = TextCopy(x3111, x3112);
-       |                         ^~~~~
- vendor/raylib/src/raylib.h:1351:26: note: expected 'char *' but argument is of type 'const char *'
-  1351 | RLAPI int TextCopy(char *dst, const char *src);                                             // Copy one string to another, returns bytes copied
-       |                    ~~~~~~^~~
- c_generated_functions.c: In function 'raylib_stub_343_TextReplace':
- c_generated_functions.c:3105:36: warning: passing argument 1 of 'TextReplace' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-  3105 |    char const* x3139 = TextReplace(x3136, x3137, x3138);
-       |                                    ^~~~~
- vendor/raylib/src/raylib.h:1356:31: note: expected 'char *' but argument is of type 'const char *'
-  1356 | RLAPI char *TextReplace(char *text, const char *replace, const char *by);                   // Replace text string (WARNING: memory must be freed!)
-       |                         ~~~~~~^~~~
- c_generated_functions.c: In function 'raylib_stub_345_TextAppend':
- c_generated_functions.c:3121:15: warning: passing argument 1 of 'TextAppend' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-  3121 |    TextAppend(x3152, x3153, x3154);
-       |               ^~~~~
- vendor/raylib/src/raylib.h:1360:29: note: expected 'char *' but argument is of type 'const char *'
-  1360 | RLAPI void TextAppend(char *text, const char *append, int *position);                       // Append text at specific position and move cursor!
-       |                       ~~~~~~^~~~
- c_generated_functions.c: In function 'raylib_stub_453_LoadMusicStreamFromMemory':
- c_generated_functions.c:4272:58: warning: passing argument 2 of 'LoadMusicStreamFromMemory' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-  4272 |    struct Music x4397 = LoadMusicStreamFromMemory(x4392, x4393, x4394);
-       |                                                          ^~~~~
- vendor/raylib/src/raylib.h:1504:76: note: expected 'unsigned char *' but argument is of type 'const char *'
-  1504 | RLAPI Music LoadMusicStreamFromMemory(const char *fileType, unsigned char *data, int dataSize); // Load music stream from data
-       |                                                             ~~~~~~~~~~~~~~~^~~~
-> compiled  raylib.0.5.1
-> installed raylib.0.5.1
Processing 77/78: [raygui: dune build]
+ /home/opam/.opam/5.0/bin/dune "build" "-p" "raygui" "-j" "39" "@install" (CWD=/home/opam/.opam/5.0/.opam-switch/build/raygui.0.3.1)
- (cd _build/default/src/c && /usr/bin/patch --binary -p1) < _build/default/src/c/linux.patch
- patching file vendor/raylib/src/config.h
- (cd _build/default/src/c && /usr/bin/make -C vendor/raylib/src RAYLIB_LIBTYPE=STATIC -j 8)
- make: Entering directory '/home/opam/.opam/5.0/.opam-switch/build/raygui.0.3.1/_build/default/src/c/vendor/raylib/src'
- gcc -c core.c -Wall -D_DEFAULT_SOURCE -Wno-missing-braces -Werror=pointer-arith -fno-strict-aliasing -std=c99 -fPIC -s -O1 -Werror=implicit-function-declaration -I. -Iexternal/glfw/include -Iexternal/glfw/deps/mingw -DPLATFORM_DESKTOP -DGRAPHICS_API_OPENGL_33
- gcc -c shapes.c -Wall -D_DEFAULT_SOURCE -Wno-missing-braces -Werror=pointer-arith -fno-strict-aliasing -std=c99 -fPIC -s -O1 -Werror=implicit-function-declaration -I. -Iexternal/glfw/include -Iexternal/glfw/deps/mingw -DPLATFORM_DESKTOP -DGRAPHICS_API_OPENGL_33
- gcc -c textures.c -Wall -D_DEFAULT_SOURCE -Wno-missing-braces -Werror=pointer-arith -fno-strict-aliasing -std=c99 -fPIC -s -O1 -Werror=implicit-function-declaration -I. -Iexternal/glfw/include -Iexternal/glfw/deps/mingw -DPLATFORM_DESKTOP -DGRAPHICS_API_OPENGL_33
- gcc -c text.c -Wall -D_DEFAULT_SOURCE -Wno-missing-braces -Werror=pointer-arith -fno-strict-aliasing -std=c99 -fPIC -s -O1 -Werror=implicit-function-declaration -I. -Iexternal/glfw/include -Iexternal/glfw/deps/mingw -DPLATFORM_DESKTOP -DGRAPHICS_API_OPENGL_33
- gcc -c utils.c -Wall -D_DEFAULT_SOURCE -Wno-missing-braces -Werror=pointer-arith -fno-strict-aliasing -std=c99 -fPIC -s -O1 -Werror=implicit-function-declaration -I. -Iexternal/glfw/include -Iexternal/glfw/deps/mingw -DPLATFORM_DESKTOP
- gcc  -c rglfw.c -Wall -D_DEFAULT_SOURCE -Wno-missing-braces -Werror=pointer-arith -fno-strict-aliasing -std=c99 -fPIC -s -O1 -Werror=implicit-function-declaration -I. -Iexternal/glfw/include -Iexternal/glfw/deps/mingw -DPLATFORM_DESKTOP -DGRAPHICS_API_OPENGL_33
- gcc -c models.c -Wall -D_DEFAULT_SOURCE -Wno-missing-braces -Werror=pointer-arith -fno-strict-aliasing -std=c99 -fPIC -s -O1 -Werror=implicit-function-declaration -I. -Iexternal/glfw/include -Iexternal/glfw/deps/mingw -DPLATFORM_DESKTOP -DGRAPHICS_API_OPENGL_33
- gcc -c raudio.c -Wall -D_DEFAULT_SOURCE -Wno-missing-braces -Werror=pointer-arith -fno-strict-aliasing -std=c99 -fPIC -s -O1 -Werror=implicit-function-declaration -I. -Iexternal/glfw/include -Iexternal/glfw/deps/mingw -DPLATFORM_DESKTOP
- ar rcs /home/opam/.opam/5.0/.opam-switch/build/raygui.0.3.1/_build/default/src/c/vendor/raylib/libraylib.a core.o shapes.o textures.o text.o utils.o rglfw.o models.o raudio.o
- raylib static library generated (libraylib.a) in /home/opam/.opam/5.0/.opam-switch/build/raygui.0.3.1/_build/default/src/c/vendor/raylib!
- make: Leaving directory '/home/opam/.opam/5.0/.opam-switch/build/raygui.0.3.1/_build/default/src/c/vendor/raylib/src'
- In file included from text.c:70:
- external/stb_truetype.h:4902:15: warning: 'stbtt_CompareUTF8toUTF16_bigendian' defined but not used [-Wunused-function]
-  4902 | STBTT_DEF int stbtt_CompareUTF8toUTF16_bigendian(const char *s1, int len1, const char *s2, int len2)
-       |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:4897:15: warning: 'stbtt_FindMatchingFont' defined but not used [-Wunused-function]
-  4897 | STBTT_DEF int stbtt_FindMatchingFont(const unsigned char *fontdata, const char *name, int flags)
-       |               ^~~~~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:4887:15: warning: 'stbtt_GetNumberOfFonts' defined but not used [-Wunused-function]
-  4887 | STBTT_DEF int stbtt_GetNumberOfFonts(const unsigned char *data)
-       |               ^~~~~~~~~~~~~~~~~~~~~~
- In file included from textures.c:122:
- external/stb_image.h: In function 'stbi__load_gif_main':
- external/stb_truetype.h:4875:15: warning: 'stbtt_BakeFontBitmap' defined but not used [-Wunused-function]
-  4875 | STBTT_DEF int stbtt_BakeFontBitmap(const unsigned char *data, int offset,
-       |               ^~~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:4762:23: warning: 'stbtt_GetFontNameString' defined but not used [-Wunused-function]
-  4762 | STBTT_DEF const char *stbtt_GetFontNameString(const stbtt_fontinfo *font, int *length, int platformID, int encodingID, int languageID, int nameID)
-       |                       ^~~~~~~~~~~~~~~~~~~~~~~
- external/stb_image.h:6779:11: warning: variable 'delays_size' set but not used [-Wunused-but-set-variable]
-  6779 |       int delays_size = 0;
-       |           ^~~~~~~~~~~
- external/stb_truetype.h:4705:16: warning: 'stbtt_FreeSDF' defined but not used [-Wunused-function]
-  4705 | STBTT_DEF void stbtt_FreeSDF(unsigned char *bitmap, void *userdata)
-       |                ^~~~~~~~~~~~~
- external/stb_image.h:6778:11: warning: variable 'out_size' set but not used [-Wunused-but-set-variable]
-  6778 |       int out_size = 0;
-       |           ^~~~~~~~
- external/stb_truetype.h:4306:16: warning: 'stbtt_GetPackedQuad' defined but not used [-Wunused-function]
-  4306 | STBTT_DEF void stbtt_GetPackedQuad(const stbtt_packedchar *chardata, int pw, int ph, int char_index, float *xpos, float *ypos, stbtt_aligned_quad *q, int align_to_integer)
-       |                ^~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:4293:16: warning: 'stbtt_GetScaledFontVMetrics' defined but not used [-Wunused-function]
-  4293 | STBTT_DEF void stbtt_GetScaledFontVMetrics(const unsigned char *fontdata, int index, float size, float *ascent, float *descent, float *lineGap)
-       |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:4281:15: warning: 'stbtt_PackFontRange' defined but not used [-Wunused-function]
-  4281 | STBTT_DEF int stbtt_PackFontRange(stbtt_pack_context *spc, const unsigned char *fontdata, int font_index, float font_size,
-       |               ^~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:3948:16: warning: 'stbtt_PackSetSkipMissingCodepoints' defined but not used [-Wunused-function]
-  3948 | STBTT_DEF void stbtt_PackSetSkipMissingCodepoints(stbtt_pack_context *spc, int skip)
-       |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:3938:16: warning: 'stbtt_PackSetOversampling' defined but not used [-Wunused-function]
-  3938 | STBTT_DEF void stbtt_PackSetOversampling(stbtt_pack_context *spc, unsigned int h_oversample, unsigned int v_oversample)
-       |                ^~~~~~~~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:3932:16: warning: 'stbtt_PackEnd' defined but not used [-Wunused-function]
-  3932 | STBTT_DEF void stbtt_PackEnd  (stbtt_pack_context *spc)
-       |                ^~~~~~~~~~~~~
- external/stb_truetype.h:3900:15: warning: 'stbtt_PackBegin' defined but not used [-Wunused-function]
-  3900 | STBTT_DEF int stbtt_PackBegin(stbtt_pack_context *spc, unsigned char *pixels, int pw, int ph, int stride_in_bytes, int padding, void *alloc_context)
-       |               ^~~~~~~~~~~~~~~
- external/stb_truetype.h:3802:16: warning: 'stbtt_GetBakedQuad' defined but not used [-Wunused-function]
-  3802 | STBTT_DEF void stbtt_GetBakedQuad(const stbtt_bakedchar *chardata, int pw, int ph, int char_index, float *xpos, float *ypos, stbtt_aligned_quad *q, int opengl_fillrule)
-       |                ^~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:3745:16: warning: 'stbtt_MakeCodepointBitmap' defined but not used [-Wunused-function]
-  3745 | STBTT_DEF void stbtt_MakeCodepointBitmap(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, float scale_x, float scale_y, int codepoint)
-       |                ^~~~~~~~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:3730:16: warning: 'stbtt_MakeCodepointBitmapSubpixelPrefilter' defined but not used [-Wunused-function]
-  3730 | STBTT_DEF void stbtt_MakeCodepointBitmapSubpixelPrefilter(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, float scale_x, float scale_y, float shift_x, float shift_y, int oversample_x, int oversample_y, float *sub_x, float *sub_y, int codepoint)
-       |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:3696:26: warning: 'stbtt_GetGlyphBitmap' defined but not used [-Wunused-function]
-  3696 | STBTT_DEF unsigned char *stbtt_GetGlyphBitmap(const stbtt_fontinfo *info, float scale_x, float scale_y, int glyph, int *width, int *height, int *xoff, int *yoff)
-       |                          ^~~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:3651:16: warning: 'stbtt_FreeBitmap' defined but not used [-Wunused-function]
-  3651 | STBTT_DEF void stbtt_FreeBitmap(unsigned char *bitmap, void *userdata)
-       |                ^~~~~~~~~~~~~~~~
- external/stb_truetype.h:2762:16: warning: 'stbtt_GetCodepointBitmapBox' defined but not used [-Wunused-function]
-  2762 | STBTT_DEF void stbtt_GetCodepointBitmapBox(const stbtt_fontinfo *font, int codepoint, float scale_x, float scale_y, int *ix0, int *iy0, int *ix1, int *iy1)
-       |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:2724:15: warning: 'stbtt_GetCodepointSVG' defined but not used [-Wunused-function]
-  2724 | STBTT_DEF int stbtt_GetCodepointSVG(const stbtt_fontinfo *info, int unicode_codepoint, const char **svg)
-       |               ^~~~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:2685:16: warning: 'stbtt_FreeShape' defined but not used [-Wunused-function]
-  2685 | STBTT_DEF void stbtt_FreeShape(const stbtt_fontinfo *info, stbtt_vertex *v)
-       |                ^~~~~~~~~~~~~~~
- external/stb_truetype.h:2665:16: warning: 'stbtt_GetFontBoundingBox' defined but not used [-Wunused-function]
-  2665 | STBTT_DEF void stbtt_GetFontBoundingBox(const stbtt_fontinfo *info, int *x0, int *y0, int *x1, int *y1)
-       |                ^~~~~~~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:2654:16: warning: 'stbtt_GetFontVMetricsOS2' defined but not used [-Wunused-function]
-  2654 | STBTT_DEF int  stbtt_GetFontVMetricsOS2(const stbtt_fontinfo *info, int *typoAscent, int *typoDescent, int *typoLineGap)
-       |                ^~~~~~~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:2635:16: warning: 'stbtt_GetCodepointKernAdvance' defined but not used [-Wunused-function]
-  2635 | STBTT_DEF int  stbtt_GetCodepointKernAdvance(const stbtt_fontinfo *info, int ch1, int ch2)
-       |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:2327:15: warning: 'stbtt_GetKerningTable' defined but not used [-Wunused-function]
-  2327 | STBTT_DEF int stbtt_GetKerningTable(const stbtt_fontinfo *info, stbtt_kerningentry* table, int table_length)
-       |               ^~~~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:2312:16: warning: 'stbtt_GetKerningTableLength' defined but not used [-Wunused-function]
-  2312 | STBTT_DEF int  stbtt_GetKerningTableLength(const stbtt_fontinfo *info)
-       |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:1641:15: warning: 'stbtt_IsGlyphEmpty' defined but not used [-Wunused-function]
-  1641 | STBTT_DEF int stbtt_IsGlyphEmpty(const stbtt_fontinfo *info, int glyph_index)
-       |               ^~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:1636:15: warning: 'stbtt_GetCodepointBox' defined but not used [-Wunused-function]
-  1636 | STBTT_DEF int stbtt_GetCodepointBox(const stbtt_fontinfo *info, int codepoint, int *x0, int *y0, int *x1, int *y1)
-       |               ^~~~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:1584:15: warning: 'stbtt_GetCodepointShape' defined but not used [-Wunused-function]
-  1584 | STBTT_DEF int stbtt_GetCodepointShape(const stbtt_fontinfo *info, int unicode_codepoint, stbtt_vertex **vertices)
-       |               ^~~~~~~~~~~~~~~~~~~~~~~
- In file included from rglfw.c:90:
- external/glfw/src/posix_time.c:30: warning: "_POSIX_C_SOURCE" redefined
-    30 | #define _POSIX_C_SOURCE 199309L
-       | 
- In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
-                  from /usr/include/stdint.h:26,
-                  from /usr/lib/gcc/x86_64-linux-gnu/12/include/stdint.h:9,
-                  from external/glfw/src/../include/GLFW/glfw3.h:108,
-                  from external/glfw/src/internal.h:49,
-                  from external/glfw/src/context.c:30,
-                  from rglfw.c:54:
- /usr/include/features.h:290: note: this is the location of the previous definition
-   290 | # define _POSIX_C_SOURCE        200809L
-       | 
- In file included from raudio.c:198:
- external/stb_vorbis.h: In function 'stbv_decode_residue':
- external/stb_vorbis.h:900:46: warning: statement with no effect [-Wunused-value]
-   900 | #define stbv_temp_free(f,p)                  0
-       |                                              ^
- external/stb_vorbis.h:2275:4: note: in expansion of macro 'stbv_temp_free'
-  2275 |    stbv_temp_free(f,part_classdata);
-       |    ^~~~~~~~~~~~~~
- external/stb_vorbis.h: In function 'stbv_inverse_mdct':
- external/stb_vorbis.h:900:46: warning: statement with no effect [-Wunused-value]
-   900 | #define stbv_temp_free(f,p)                  0
-       |                                              ^
- external/stb_vorbis.h:2924:4: note: in expansion of macro 'stbv_temp_free'
-  2924 |    stbv_temp_free(f,buf2);
-       |    ^~~~~~~~~~~~~~
- In file included from core.c:133:
- rlgl.h:4634:13: warning: 'SetRenderBatchDefault' defined but not used [-Wunused-function]
-  4634 | static void SetRenderBatchDefault(void)
-       |             ^~~~~~~~~~~~~~~~~~~~~
- rlgl.h:4627:13: warning: 'SetRenderBatchActive' defined but not used [-Wunused-function]
-  4627 | static void SetRenderBatchActive(RenderBatch *batch)
-       |             ^~~~~~~~~~~~~~~~~~~~
- raudio.c: In function 'SaveWAV':
- raudio.c:1967:45: warning: passing argument 2 of 'drwav_init_memory_write' from incompatible pointer type [-Wincompatible-pointer-types]
-  1967 |     success = drwav_init_memory_write(&wav, &fileData, &fileDataSize, &format, NULL);
-       |                                             ^~~~~~~~~
-       |                                             |
-       |                                             unsigned char **
- In file included from raudio.c:223:
- external/dr_wav.h:3409:68: note: expected 'void **' but argument is of type 'unsigned char **'
-  3409 | DRWAV_API drwav_bool32 drwav_init_memory_write(drwav* pWav, void** ppData, size_t* pDataSize, const drwav_data_format* pFormat, const drwav_allocation_callbacks* pAllocationCallbacks)
-       |                                                             ~~~~~~~^~~~~~
- external/stb_vorbis.h: In function 'stbv_start_decoder':
- external/stb_vorbis.h:3939:37: warning: 'hi' may be used uninitialized [-Wmaybe-uninitialized]
-  3939 |             g->stbv_neighbors[j][1] = hi;
-       |             ~~~~~~~~~~~~~~~~~~~~~~~~^~~~
- external/stb_vorbis.h:3936:21: note: 'hi' was declared here
-  3936 |             int low,hi;
-       |                     ^~
- external/stb_vorbis.h:3938:37: warning: 'low' may be used uninitialized [-Wmaybe-uninitialized]
-  3938 |             g->stbv_neighbors[j][0] = low;
-       |             ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
- external/stb_vorbis.h:3936:17: note: 'low' was declared here
-  3936 |             int low,hi;
-       |                 ^~~
- In function 'stbv_seek_to_sample_coarse',
-     inlined from 'stb_vorbis_seek_frame' at external/stb_vorbis.h:4791:9:
- external/stb_vorbis.h:4667:23: warning: 'offset' may be used uninitialized [-Wmaybe-uninitialized]
-  4667 |                offset += error * 2;
-       |                ~~~~~~~^~~~~~~~~~~~
- external/stb_vorbis.h: In function 'stb_vorbis_seek_frame':
- external/stb_vorbis.h:4614:11: note: 'offset' was declared here
-  4614 |    double offset, bytes_per_sample;
-       |           ^~~~~~
- In function 'stbv_seek_to_sample_coarse',
-     inlined from 'stb_vorbis_seek_frame' at external/stb_vorbis.h:4791:9:
- external/stb_vorbis.h:4664:23: warning: 'bytes_per_sample' may be used uninitialized [-Wmaybe-uninitialized]
-  4664 |                double error = ((double) sample_number - mid.last_decoded_sample) * bytes_per_sample;
-       |                       ^~~~~
- external/stb_vorbis.h: In function 'stb_vorbis_seek_frame':
- external/stb_vorbis.h:4614:19: note: 'bytes_per_sample' was declared here
-  4614 |    double offset, bytes_per_sample;
-       |                   ^~~~~~~~~~~~~~~~
- (cd _build/default/src/c && /usr/bin/make -C vendor/raylib/src clean)
- make: Entering directory '/home/opam/.opam/5.0/.opam-switch/build/raygui.0.3.1/_build/default/src/c/vendor/raylib/src'
- rm -fv *.o /home/opam/.opam/5.0/.opam-switch/build/raygui.0.3.1/_build/default/src/c/vendor/raylib/libraylib.a /home/opam/.opam/5.0/.opam-switch/build/raygui.0.3.1/_build/default/src/c/vendor/raylib/libraylib.bc /home/opam/.opam/5.0/.opam-switch/build/raygui.0.3.1/_build/default/src/c/vendor/raylib/libraylib.so*
- removed 'core.o'
- removed 'models.o'
- removed 'raudio.o'
- removed 'rglfw.o'
- removed 'shapes.o'
- removed 'text.o'
- removed 'textures.o'
- removed 'utils.o'
- removed '/home/opam/.opam/5.0/.opam-switch/build/raygui.0.3.1/_build/default/src/c/vendor/raylib/libraylib.a'
- removed all generated files!
- make: Leaving directory '/home/opam/.opam/5.0/.opam-switch/build/raygui.0.3.1/_build/default/src/c/vendor/raylib/src'
- (cd _build/default/src/c && /usr/bin/make -C vendor/raylib/src RAYLIB_LIBTYPE=SHARED -j 8)
- make: Entering directory '/home/opam/.opam/5.0/.opam-switch/build/raygui.0.3.1/_build/default/src/c/vendor/raylib/src'
- gcc -c core.c -Wall -D_DEFAULT_SOURCE -Wno-missing-braces -Werror=pointer-arith -fno-strict-aliasing -std=c99 -fPIC -s -O1 -Werror=implicit-function-declaration -fPIC -DBUILD_LIBTYPE_SHARED -I. -Iexternal/glfw/include -Iexternal/glfw/deps/mingw -DPLATFORM_DESKTOP -DGRAPHICS_API_OPENGL_33
- gcc -c shapes.c -Wall -D_DEFAULT_SOURCE -Wno-missing-braces -Werror=pointer-arith -fno-strict-aliasing -std=c99 -fPIC -s -O1 -Werror=implicit-function-declaration -fPIC -DBUILD_LIBTYPE_SHARED -I. -Iexternal/glfw/include -Iexternal/glfw/deps/mingw -DPLATFORM_DESKTOP -DGRAPHICS_API_OPENGL_33
- gcc -c textures.c -Wall -D_DEFAULT_SOURCE -Wno-missing-braces -Werror=pointer-arith -fno-strict-aliasing -std=c99 -fPIC -s -O1 -Werror=implicit-function-declaration -fPIC -DBUILD_LIBTYPE_SHARED -I. -Iexternal/glfw/include -Iexternal/glfw/deps/mingw -DPLATFORM_DESKTOP -DGRAPHICS_API_OPENGL_33
- gcc -c text.c -Wall -D_DEFAULT_SOURCE -Wno-missing-braces -Werror=pointer-arith -fno-strict-aliasing -std=c99 -fPIC -s -O1 -Werror=implicit-function-declaration -fPIC -DBUILD_LIBTYPE_SHARED -I. -Iexternal/glfw/include -Iexternal/glfw/deps/mingw -DPLATFORM_DESKTOP -DGRAPHICS_API_OPENGL_33
- gcc -c utils.c -Wall -D_DEFAULT_SOURCE -Wno-missing-braces -Werror=pointer-arith -fno-strict-aliasing -std=c99 -fPIC -s -O1 -Werror=implicit-function-declaration -fPIC -DBUILD_LIBTYPE_SHARED -I. -Iexternal/glfw/include -Iexternal/glfw/deps/mingw -DPLATFORM_DESKTOP
- gcc  -c rglfw.c -Wall -D_DEFAULT_SOURCE -Wno-missing-braces -Werror=pointer-arith -fno-strict-aliasing -std=c99 -fPIC -s -O1 -Werror=implicit-function-declaration -fPIC -DBUILD_LIBTYPE_SHARED -I. -Iexternal/glfw/include -Iexternal/glfw/deps/mingw -DPLATFORM_DESKTOP -DGRAPHICS_API_OPENGL_33
- gcc -c models.c -Wall -D_DEFAULT_SOURCE -Wno-missing-braces -Werror=pointer-arith -fno-strict-aliasing -std=c99 -fPIC -s -O1 -Werror=implicit-function-declaration -fPIC -DBUILD_LIBTYPE_SHARED -I. -Iexternal/glfw/include -Iexternal/glfw/deps/mingw -DPLATFORM_DESKTOP -DGRAPHICS_API_OPENGL_33
- gcc -c raudio.c -Wall -D_DEFAULT_SOURCE -Wno-missing-braces -Werror=pointer-arith -fno-strict-aliasing -std=c99 -fPIC -s -O1 -Werror=implicit-function-declaration -fPIC -DBUILD_LIBTYPE_SHARED -I. -Iexternal/glfw/include -Iexternal/glfw/deps/mingw -DPLATFORM_DESKTOP
- gcc -shared -o /home/opam/.opam/5.0/.opam-switch/build/raygui.0.3.1/_build/default/src/c/vendor/raylib/libraylib.so.3.5.0 core.o shapes.o textures.o text.o utils.o rglfw.o models.o raudio.o  -Wl,-soname,libraylib.so.350 -lGL -lc -lm -lpthread -ldl -lrt -lX11
- raylib shared library generated (libraylib.so.3.5.0) in /home/opam/.opam/5.0/.opam-switch/build/raygui.0.3.1/_build/default/src/c/vendor/raylib!
- cd /home/opam/.opam/5.0/.opam-switch/build/raygui.0.3.1/_build/default/src/c/vendor/raylib && ln -fsv libraylib.so.3.5.0 libraylib.so.350
- 'libraylib.so.350' -> 'libraylib.so.3.5.0'
- cd /home/opam/.opam/5.0/.opam-switch/build/raygui.0.3.1/_build/default/src/c/vendor/raylib && ln -fsv libraylib.so.350 libraylib.so
- 'libraylib.so' -> 'libraylib.so.350'
- make: Leaving directory '/home/opam/.opam/5.0/.opam-switch/build/raygui.0.3.1/_build/default/src/c/vendor/raylib/src'
- In file included from rglfw.c:90:
- external/glfw/src/posix_time.c:30: warning: "_POSIX_C_SOURCE" redefined
-    30 | #define _POSIX_C_SOURCE 199309L
-       | 
- In file included from /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
-                  from /usr/include/stdint.h:26,
-                  from /usr/lib/gcc/x86_64-linux-gnu/12/include/stdint.h:9,
-                  from external/glfw/src/../include/GLFW/glfw3.h:108,
-                  from external/glfw/src/internal.h:49,
-                  from external/glfw/src/context.c:30,
-                  from rglfw.c:54:
- /usr/include/features.h:290: note: this is the location of the previous definition
-   290 | # define _POSIX_C_SOURCE        200809L
-       | 
- In file included from textures.c:122:
- external/stb_image.h: In function 'stbi__load_gif_main':
- external/stb_image.h:6779:11: warning: variable 'delays_size' set but not used [-Wunused-but-set-variable]
-  6779 |       int delays_size = 0;
-       |           ^~~~~~~~~~~
- external/stb_image.h:6778:11: warning: variable 'out_size' set but not used [-Wunused-but-set-variable]
-  6778 |       int out_size = 0;
-       |           ^~~~~~~~
- In file included from text.c:70:
- external/stb_truetype.h:4902:15: warning: 'stbtt_CompareUTF8toUTF16_bigendian' defined but not used [-Wunused-function]
-  4902 | STBTT_DEF int stbtt_CompareUTF8toUTF16_bigendian(const char *s1, int len1, const char *s2, int len2)
-       |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:4897:15: warning: 'stbtt_FindMatchingFont' defined but not used [-Wunused-function]
-  4897 | STBTT_DEF int stbtt_FindMatchingFont(const unsigned char *fontdata, const char *name, int flags)
-       |               ^~~~~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:4887:15: warning: 'stbtt_GetNumberOfFonts' defined but not used [-Wunused-function]
-  4887 | STBTT_DEF int stbtt_GetNumberOfFonts(const unsigned char *data)
-       |               ^~~~~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:4875:15: warning: 'stbtt_BakeFontBitmap' defined but not used [-Wunused-function]
-  4875 | STBTT_DEF int stbtt_BakeFontBitmap(const unsigned char *data, int offset,
-       |               ^~~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:4762:23: warning: 'stbtt_GetFontNameString' defined but not used [-Wunused-function]
-  4762 | STBTT_DEF const char *stbtt_GetFontNameString(const stbtt_fontinfo *font, int *length, int platformID, int encodingID, int languageID, int nameID)
-       |                       ^~~~~~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:4705:16: warning: 'stbtt_FreeSDF' defined but not used [-Wunused-function]
-  4705 | STBTT_DEF void stbtt_FreeSDF(unsigned char *bitmap, void *userdata)
-       |                ^~~~~~~~~~~~~
- external/stb_truetype.h:4306:16: warning: 'stbtt_GetPackedQuad' defined but not used [-Wunused-function]
-  4306 | STBTT_DEF void stbtt_GetPackedQuad(const stbtt_packedchar *chardata, int pw, int ph, int char_index, float *xpos, float *ypos, stbtt_aligned_quad *q, int align_to_integer)
-       |                ^~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:4293:16: warning: 'stbtt_GetScaledFontVMetrics' defined but not used [-Wunused-function]
-  4293 | STBTT_DEF void stbtt_GetScaledFontVMetrics(const unsigned char *fontdata, int index, float size, float *ascent, float *descent, float *lineGap)
-       |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:4281:15: warning: 'stbtt_PackFontRange' defined but not used [-Wunused-function]
-  4281 | STBTT_DEF int stbtt_PackFontRange(stbtt_pack_context *spc, const unsigned char *fontdata, int font_index, float font_size,
-       |               ^~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:3948:16: warning: 'stbtt_PackSetSkipMissingCodepoints' defined but not used [-Wunused-function]
-  3948 | STBTT_DEF void stbtt_PackSetSkipMissingCodepoints(stbtt_pack_context *spc, int skip)
-       |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:3938:16: warning: 'stbtt_PackSetOversampling' defined but not used [-Wunused-function]
-  3938 | STBTT_DEF void stbtt_PackSetOversampling(stbtt_pack_context *spc, unsigned int h_oversample, unsigned int v_oversample)
-       |                ^~~~~~~~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:3932:16: warning: 'stbtt_PackEnd' defined but not used [-Wunused-function]
-  3932 | STBTT_DEF void stbtt_PackEnd  (stbtt_pack_context *spc)
-       |                ^~~~~~~~~~~~~
- external/stb_truetype.h:3900:15: warning: 'stbtt_PackBegin' defined but not used [-Wunused-function]
-  3900 | STBTT_DEF int stbtt_PackBegin(stbtt_pack_context *spc, unsigned char *pixels, int pw, int ph, int stride_in_bytes, int padding, void *alloc_context)
-       |               ^~~~~~~~~~~~~~~
- external/stb_truetype.h:3802:16: warning: 'stbtt_GetBakedQuad' defined but not used [-Wunused-function]
-  3802 | STBTT_DEF void stbtt_GetBakedQuad(const stbtt_bakedchar *chardata, int pw, int ph, int char_index, float *xpos, float *ypos, stbtt_aligned_quad *q, int opengl_fillrule)
-       |                ^~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:3745:16: warning: 'stbtt_MakeCodepointBitmap' defined but not used [-Wunused-function]
-  3745 | STBTT_DEF void stbtt_MakeCodepointBitmap(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, float scale_x, float scale_y, int codepoint)
-       |                ^~~~~~~~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:3730:16: warning: 'stbtt_MakeCodepointBitmapSubpixelPrefilter' defined but not used [-Wunused-function]
-  3730 | STBTT_DEF void stbtt_MakeCodepointBitmapSubpixelPrefilter(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, float scale_x, float scale_y, float shift_x, float shift_y, int oversample_x, int oversample_y, float *sub_x, float *sub_y, int codepoint)
-       |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:3696:26: warning: 'stbtt_GetGlyphBitmap' defined but not used [-Wunused-function]
-  3696 | STBTT_DEF unsigned char *stbtt_GetGlyphBitmap(const stbtt_fontinfo *info, float scale_x, float scale_y, int glyph, int *width, int *height, int *xoff, int *yoff)
-       |                          ^~~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:3651:16: warning: 'stbtt_FreeBitmap' defined but not used [-Wunused-function]
-  3651 | STBTT_DEF void stbtt_FreeBitmap(unsigned char *bitmap, void *userdata)
-       |                ^~~~~~~~~~~~~~~~
- external/stb_truetype.h:2762:16: warning: 'stbtt_GetCodepointBitmapBox' defined but not used [-Wunused-function]
-  2762 | STBTT_DEF void stbtt_GetCodepointBitmapBox(const stbtt_fontinfo *font, int codepoint, float scale_x, float scale_y, int *ix0, int *iy0, int *ix1, int *iy1)
-       |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:2724:15: warning: 'stbtt_GetCodepointSVG' defined but not used [-Wunused-function]
-  2724 | STBTT_DEF int stbtt_GetCodepointSVG(const stbtt_fontinfo *info, int unicode_codepoint, const char **svg)
-       |               ^~~~~~~~~~~~~~~~~~~~~
- In file included from core.c:133:
- rlgl.h:4634:13: warning: 'SetRenderBatchDefault' defined but not used [-Wunused-function]
-  4634 | static void SetRenderBatchDefault(void)
-       |             ^~~~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:2685:16: warning: 'stbtt_FreeShape' defined but not used [-Wunused-function]
-  2685 | STBTT_DEF void stbtt_FreeShape(const stbtt_fontinfo *info, stbtt_vertex *v)
-       |                ^~~~~~~~~~~~~~~
- rlgl.h:4627:13: warning: 'SetRenderBatchActive' defined but not used [-Wunused-function]
-  4627 | static void SetRenderBatchActive(RenderBatch *batch)
-       |             ^~~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:2665:16: warning: 'stbtt_GetFontBoundingBox' defined but not used [-Wunused-function]
-  2665 | STBTT_DEF void stbtt_GetFontBoundingBox(const stbtt_fontinfo *info, int *x0, int *y0, int *x1, int *y1)
-       |                ^~~~~~~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:2654:16: warning: 'stbtt_GetFontVMetricsOS2' defined but not used [-Wunused-function]
-  2654 | STBTT_DEF int  stbtt_GetFontVMetricsOS2(const stbtt_fontinfo *info, int *typoAscent, int *typoDescent, int *typoLineGap)
-       |                ^~~~~~~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:2635:16: warning: 'stbtt_GetCodepointKernAdvance' defined but not used [-Wunused-function]
-  2635 | STBTT_DEF int  stbtt_GetCodepointKernAdvance(const stbtt_fontinfo *info, int ch1, int ch2)
-       |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:2327:15: warning: 'stbtt_GetKerningTable' defined but not used [-Wunused-function]
-  2327 | STBTT_DEF int stbtt_GetKerningTable(const stbtt_fontinfo *info, stbtt_kerningentry* table, int table_length)
-       |               ^~~~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:2312:16: warning: 'stbtt_GetKerningTableLength' defined but not used [-Wunused-function]
-  2312 | STBTT_DEF int  stbtt_GetKerningTableLength(const stbtt_fontinfo *info)
-       |                ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:1641:15: warning: 'stbtt_IsGlyphEmpty' defined but not used [-Wunused-function]
-  1641 | STBTT_DEF int stbtt_IsGlyphEmpty(const stbtt_fontinfo *info, int glyph_index)
-       |               ^~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:1636:15: warning: 'stbtt_GetCodepointBox' defined but not used [-Wunused-function]
-  1636 | STBTT_DEF int stbtt_GetCodepointBox(const stbtt_fontinfo *info, int codepoint, int *x0, int *y0, int *x1, int *y1)
-       |               ^~~~~~~~~~~~~~~~~~~~~
- external/stb_truetype.h:1584:15: warning: 'stbtt_GetCodepointShape' defined but not used [-Wunused-function]
-  1584 | STBTT_DEF int stbtt_GetCodepointShape(const stbtt_fontinfo *info, int unicode_codepoint, stbtt_vertex **vertices)
-       |               ^~~~~~~~~~~~~~~~~~~~~~~
- In file included from raudio.c:198:
- external/stb_vorbis.h: In function 'stbv_decode_residue':
- external/stb_vorbis.h:900:46: warning: statement with no effect [-Wunused-value]
-   900 | #define stbv_temp_free(f,p)                  0
-       |                                              ^
- external/stb_vorbis.h:2275:4: note: in expansion of macro 'stbv_temp_free'
-  2275 |    stbv_temp_free(f,part_classdata);
-       |    ^~~~~~~~~~~~~~
- external/stb_vorbis.h: In function 'stbv_inverse_mdct':
- external/stb_vorbis.h:900:46: warning: statement with no effect [-Wunused-value]
-   900 | #define stbv_temp_free(f,p)                  0
-       |                                              ^
- external/stb_vorbis.h:2924:4: note: in expansion of macro 'stbv_temp_free'
-  2924 |    stbv_temp_free(f,buf2);
-       |    ^~~~~~~~~~~~~~
- raudio.c: In function 'SaveWAV':
- raudio.c:1967:45: warning: passing argument 2 of 'drwav_init_memory_write' from incompatible pointer type [-Wincompatible-pointer-types]
-  1967 |     success = drwav_init_memory_write(&wav, &fileData, &fileDataSize, &format, NULL);
-       |                                             ^~~~~~~~~
-       |                                             |
-       |                                             unsigned char **
- In file included from raudio.c:223:
- external/dr_wav.h:3409:68: note: expected 'void **' but argument is of type 'unsigned char **'
-  3409 | DRWAV_API drwav_bool32 drwav_init_memory_write(drwav* pWav, void** ppData, size_t* pDataSize, const drwav_data_format* pFormat, const drwav_allocation_callbacks* pAllocationCallbacks)
-       |                                                             ~~~~~~~^~~~~~
- external/stb_vorbis.h: In function 'stbv_start_decoder':
- external/stb_vorbis.h:3939:37: warning: 'hi' may be used uninitialized [-Wmaybe-uninitialized]
-  3939 |             g->stbv_neighbors[j][1] = hi;
-       |             ~~~~~~~~~~~~~~~~~~~~~~~~^~~~
- external/stb_vorbis.h:3936:21: note: 'hi' was declared here
-  3936 |             int low,hi;
-       |                     ^~
- external/stb_vorbis.h:3938:37: warning: 'low' may be used uninitialized [-Wmaybe-uninitialized]
-  3938 |             g->stbv_neighbors[j][0] = low;
-       |             ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~
- external/stb_vorbis.h:3936:17: note: 'low' was declared here
-  3936 |             int low,hi;
-       |                 ^~~
- In function 'stbv_seek_to_sample_coarse',
-     inlined from 'stb_vorbis_seek_frame' at external/stb_vorbis.h:4791:9:
- external/stb_vorbis.h:4667:23: warning: 'offset' may be used uninitialized [-Wmaybe-uninitialized]
-  4667 |                offset += error * 2;
-       |                ~~~~~~~^~~~~~~~~~~~
- external/stb_vorbis.h: In function 'stb_vorbis_seek_frame':
- external/stb_vorbis.h:4614:11: note: 'offset' was declared here
-  4614 |    double offset, bytes_per_sample;
-       |           ^~~~~~
- In function 'stbv_seek_to_sample_coarse',
-     inlined from 'stb_vorbis_seek_frame' at external/stb_vorbis.h:4791:9:
- external/stb_vorbis.h:4664:23: warning: 'bytes_per_sample' may be used uninitialized [-Wmaybe-uninitialized]
-  4664 |                double error = ((double) sample_number - mid.last_decoded_sample) * bytes_per_sample;
-       |                       ^~~~~
- external/stb_vorbis.h: In function 'stb_vorbis_seek_frame':
- external/stb_vorbis.h:4614:19: note: 'bytes_per_sample' was declared here
-  4614 |    double offset, bytes_per_sample;
-       |                   ^~~~~~~~~~~~~~~~
-> compiled  raygui.0.3.1
-> installed raygui.0.3.1
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-12 19:23.08 ---> saved as "777ad88cf10d3745b0b39433b26f5fb31aa8451711f312c2d1d7fe0135fd8cf8"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u raygui:9b2996726951bcc6a6d0fc21e6c37692"))
2024-09-12 19:23.09 ---> saved as "f5561e2becab64b51cbf710cdd320290f9d1189922f892abd1d218ee773c249f"

/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.276962') && (for DATA in prep/universes/9b2996726951bcc6a6d0fc21e6c37692/raygui/0.3.1,raygui.0.3.1-9b2996726951bcc6a6d0fc21e6c37692,raygui.0.3.1; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/*  && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/9b2996726951bcc6a6d0fc21e6c37692/raygui/0.3.1,raygui.0.3.1-9b2996726951bcc6a6d0fc21e6c37692,raygui.0.3.1; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 docs.ci.ocaml.org:/data/.; done) && (for DATA in prep/universes/9b2996726951bcc6a6d0fc21e6c37692/raygui/0.3.1,raygui.0.3.1-9b2996726951bcc6a6d0fc21e6c37692,raygui.0.3.1; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.276962
prep/universes/9b2996726951bcc6a6d0fc21e6c37692/raygui/0.3.1/doc/
prep/universes/9b2996726951bcc6a6d0fc21e6c37692/raygui/0.3.1/doc/raygui/
prep/universes/9b2996726951bcc6a6d0fc21e6c37692/raygui/0.3.1/doc/raygui/CHANGES.md
prep/universes/9b2996726951bcc6a6d0fc21e6c37692/raygui/0.3.1/doc/raygui/LICENSE
prep/universes/9b2996726951bcc6a6d0fc21e6c37692/raygui/0.3.1/doc/raygui/README.md
prep/universes/9b2996726951bcc6a6d0fc21e6c37692/raygui/0.3.1/lib/
prep/universes/9b2996726951bcc6a6d0fc21e6c37692/raygui/0.3.1/lib/raygui/
prep/universes/9b2996726951bcc6a6d0fc21e6c37692/raygui/0.3.1/lib/raygui/raygui.ocamlobjinfo
prep/universes/9b2996726951bcc6a6d0fc21e6c37692/raygui/0.3.1/lib/raygui/META
prep/universes/9b2996726951bcc6a6d0fc21e6c37692/raygui/0.3.1/lib/raygui/__private__/
prep/universes/9b2996726951bcc6a6d0fc21e6c37692/raygui/0.3.1/lib/raygui/__private__/raygui_c/
prep/universes/9b2996726951bcc6a6d0fc21e6c37692/raygui/0.3.1/lib/raygui/__private__/raygui_c/raygui_c.ocamlobjinfo
prep/universes/9b2996726951bcc6a6d0fc21e6c37692/raygui/0.3.1/lib/raygui/__private__/raygui_c/.public_cmi/
prep/universes/9b2996726951bcc6a6d0fc21e6c37692/raygui/0.3.1/lib/raygui/__private__/raygui_c/.public_cmi/raygui_c.cmi
prep/universes/9b2996726951bcc6a6d0fc21e6c37692/raygui/0.3.1/lib/raygui/__private__/raygui_c/.public_cmi/raygui_c.cmt
prep/universes/9b2996726951bcc6a6d0fc21e6c37692/raygui/0.3.1/lib/raygui/__private__/raygui_c/.public_cmi/raygui_c__C_generated_gui.cmi
prep/universes/9b2996726951bcc6a6d0fc21e6c37692/raygui/0.3.1/lib/raygui/__private__/raygui_c/.public_cmi/raygui_c__C_generated_gui.cmt
prep/universes/9b2996726951bcc6a6d0fc21e6c37692/raygui/0.3.1/lib/raygui/__private__/raygui_functions/
prep/universes/9b2996726951bcc6a6d0fc21e6c37692/raygui/0.3.1/lib/raygui/__private__/raygui_functions/raygui_functions.ocamlobjinfo
prep/universes/9b2996726951bcc6a6d0fc21e6c37692/raygui/0.3.1/lib/raygui/__private__/raygui_functions/.public_cmi/
prep/universes/9b2996726951bcc6a6d0fc21e6c37692/raygui/0.3.1/lib/raygui/__private__/raygui_functions/.public_cmi/raygui_functions.cmi
prep/universes/9b2996726951bcc6a6d0fc21e6c37692/raygui/0.3.1/lib/raygui/__private__/raygui_functions/.public_cmi/raygui_functions.cmt
prep/universes/9b2996726951bcc6a6d0fc21e6c37692/raygui/0.3.1/lib/raygui/__private__/raygui_generated_constants/
prep/universes/9b2996726951bcc6a6d0fc21e6c37692/raygui/0.3.1/lib/raygui/__private__/raygui_generated_constants/raygui_generated_constants.ocamlobjinfo
prep/universes/9b2996726951bcc6a6d0fc21e6c37692/raygui/0.3.1/lib/raygui/__private__/raygui_generated_constants/.public_cmi/
prep/universes/9b2996726951bcc6a6d0fc21e6c37692/raygui/0.3.1/lib/raygui/__private__/raygui_generated_constants/.public_cmi/raygui_generated_constants.cmi
prep/universes/9b2996726951bcc6a6d0fc21e6c37692/raygui/0.3.1/lib/raygui/__private__/raygui_generated_constants/.public_cmi/raygui_generated_constants.cmt
prep/universes/9b2996726951bcc6a6d0fc21e6c37692/raygui/0.3.1/lib/raygui/dune-package
prep/universes/9b2996726951bcc6a6d0fc21e6c37692/raygui/0.3.1/lib/raygui/raygui.cmi
prep/universes/9b2996726951bcc6a6d0fc21e6c37692/raygui/0.3.1/lib/raygui/raygui.cmt
prep/universes/9b2996726951bcc6a6d0fc21e6c37692/raygui/0.3.1/lib/raygui/raygui.cmti
prep/universes/9b2996726951bcc6a6d0fc21e6c37692/raygui/0.3.1/lib/raygui/raygui__.cmi
prep/universes/9b2996726951bcc6a6d0fc21e6c37692/raygui/0.3.1/lib/raygui/raygui__.cmt
prep/universes/9b2996726951bcc6a6d0fc21e6c37692/raygui/0.3.1/lib/raygui/raygui__Functions.cmi
prep/universes/9b2996726951bcc6a6d0fc21e6c37692/raygui/0.3.1/lib/raygui/raygui__Functions.cmt
prep/universes/9b2996726951bcc6a6d0fc21e6c37692/raygui/0.3.1/opam
Warning: Permanently added '[docs.ci.ocaml.org]:2222' (ED25519) to the list of known hosts.
HASHES:raygui.0.3.1-9b2996726951bcc6a6d0fc21e6c37692:9f8fea71fbaeeeb61029ec78e66f2ecb952f627196c021aa369eb4471fc0eb40
2024-09-12 19:23.10 ---> saved as "3bf9bb4401da2b72a2a859b4c5d0d02b059c1d034e999b22906331cb026e6caf"
Job succeeded
2024-09-12 19:30.36: raygui.0.3.1-9b2996726951bcc6a6d0fc21e6c37692 -> 9f8fea71fbaeeeb61029ec78e66f2ecb952f627196c021aa369eb4471fc0eb40
2024-09-12 19:30.36: Job succeeded