Build:
  1. 0
2024-08-27 15:46.22: New job: Voodoo prep raygui.1.3.0; 77649e7ff11db69e8ac0908ab3149bc4
2024-08-27 15:46.22: Waiting for resource in pool OCluster
2024-08-27 18:20.45: Waiting for worker…
2024-08-27 18:35.32: Got resource from pool OCluster
2024-08-27 18:35.32: Using cache hint "docs-universe-prep-5.1.0"

To reproduce locally:

cat > prep.spec <<'END-OF-SPEC'
((build tools
        ((from ocaml/opam:debian-12-ocaml-5.1@sha256:77150679cb3c9870c76e77cb76ec1ad0fc2e3e3cf93b98fb6255d07eb938ea0a)
         (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.1@sha256:77150679cb3c9870c76e77cb76ec1ad0fc2e3e3cf93b98fb6255d07eb938ea0a)
 (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.15.3"))
 (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.1.3.0 stdlib-shims.0.3.0 raylib.1.3.0 integers.0.7.0 dune-configurator.3.15.3 dune.3.15.3 ctypes.0.22.0 csexp.1.5.2 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:77649e7ff11db69e8ac0908ab3149bc4,raylib:dce96608ab8048ef240c12ab96aaa692,conf-mesa:f10a8e6d5c7eddcd8c8d8cfb436aa5d4,conf-libxrandr:f10a8e6d5c7eddcd8c8d8cfb436aa5d4,conf-libxinerama:f10a8e6d5c7eddcd8c8d8cfb436aa5d4,conf-libxi:f10a8e6d5c7eddcd8c8d8cfb436aa5d4,conf-libxcursor:f10a8e6d5c7eddcd8c8d8cfb436aa5d4"))
 (run (network host)
      (secrets (ssh_privkey (target /home/opam/.ssh/id_rsa)) (ssh_pubkey (target /home/opam/.ssh/id_rsa.pub)) (ssh_config (target /home/opam/.ssh/config)))
      (shell "(echo '0.875687') && (for DATA in prep/universes/f10a8e6d5c7eddcd8c8d8cfb436aa5d4/conf-libxcursor/1,conf-libxcursor.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4,conf-libxcursor.1 prep/universes/f10a8e6d5c7eddcd8c8d8cfb436aa5d4/conf-libxi/1,conf-libxi.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4,conf-libxi.1 prep/universes/f10a8e6d5c7eddcd8c8d8cfb436aa5d4/conf-libxinerama/1,conf-libxinerama.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4,conf-libxinerama.1 prep/universes/f10a8e6d5c7eddcd8c8d8cfb436aa5d4/conf-libxrandr/1,conf-libxrandr.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4,conf-libxrandr.1 prep/universes/f10a8e6d5c7eddcd8c8d8cfb436aa5d4/conf-mesa/1,conf-mesa.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4,conf-mesa.1 prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0,raylib.1.3.0-dce96608ab8048ef240c12ab96aaa692,raylib.1.3.0 prep/universes/77649e7ff11db69e8ac0908ab3149bc4/raygui/1.3.0,raygui.1.3.0-77649e7ff11db69e8ac0908ab3149bc4,raygui.1.3.0; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/*  && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/f10a8e6d5c7eddcd8c8d8cfb436aa5d4/conf-libxcursor/1,conf-libxcursor.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4,conf-libxcursor.1 prep/universes/f10a8e6d5c7eddcd8c8d8cfb436aa5d4/conf-libxi/1,conf-libxi.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4,conf-libxi.1 prep/universes/f10a8e6d5c7eddcd8c8d8cfb436aa5d4/conf-libxinerama/1,conf-libxinerama.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4,conf-libxinerama.1 prep/universes/f10a8e6d5c7eddcd8c8d8cfb436aa5d4/conf-libxrandr/1,conf-libxrandr.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4,conf-libxrandr.1 prep/universes/f10a8e6d5c7eddcd8c8d8cfb436aa5d4/conf-mesa/1,conf-mesa.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4,conf-mesa.1 prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0,raylib.1.3.0-dce96608ab8048ef240c12ab96aaa692,raylib.1.3.0 prep/universes/77649e7ff11db69e8ac0908ab3149bc4/raygui/1.3.0,raygui.1.3.0-77649e7ff11db69e8ac0908ab3149bc4,raygui.1.3.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 staging.docs.ci.ocamllabs.io:/data/.; done) && (for DATA in prep/universes/f10a8e6d5c7eddcd8c8d8cfb436aa5d4/conf-libxcursor/1,conf-libxcursor.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4,conf-libxcursor.1 prep/universes/f10a8e6d5c7eddcd8c8d8cfb436aa5d4/conf-libxi/1,conf-libxi.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4,conf-libxi.1 prep/universes/f10a8e6d5c7eddcd8c8d8cfb436aa5d4/conf-libxinerama/1,conf-libxinerama.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4,conf-libxinerama.1 prep/universes/f10a8e6d5c7eddcd8c8d8cfb436aa5d4/conf-libxrandr/1,conf-libxrandr.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4,conf-libxrandr.1 prep/universes/f10a8e6d5c7eddcd8c8d8cfb436aa5d4/conf-mesa/1,conf-mesa.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4,conf-mesa.1 prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0,raylib.1.3.0-dce96608ab8048ef240c12ab96aaa692,raylib.1.3.0 prep/universes/77649e7ff11db69e8ac0908ab3149bc4/raygui/1.3.0,raygui.1.3.0-77649e7ff11db69e8ac0908ab3149bc4,raygui.1.3.0; 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 ea87c49e51ff29a459422419e1688938fd77a46f --local-file prep.spec \
--pool linux-x86_64 --connect ocluster-submission.cap --cache-hint docs-universe-prep-5.1.0 \
--secret ssh_privkey:id_rsa --secret ssh_pubkey:id_rsa.pub--secret ssh_config:ssh_config

2024-08-27 18:35.32: RETRYING: 2024-08-27/154622-voodoo-prep-cb1794 Number of retries: 0 (retriable error condition)
Building on x86-bm-c10.sw.ocaml.org
All commits already cached
Updating files:  77% (24246/31368)
Updating files:  78% (24468/31368)
Updating files:  79% (24781/31368)
Updating files:  80% (25095/31368)
Updating files:  81% (25409/31368)
Updating files:  82% (25722/31368)
Updating files:  83% (26036/31368)
Updating files:  84% (26350/31368)
Updating files:  85% (26663/31368)
Updating files:  86% (26977/31368)
Updating files:  87% (27291/31368)
Updating files:  88% (27604/31368)
Updating files:  89% (27918/31368)
Updating files:  90% (28232/31368)
Updating files:  91% (28545/31368)
Updating files:  92% (28859/31368)
Updating files:  93% (29173/31368)
Updating files:  94% (29486/31368)
Updating files:  95% (29800/31368)
Updating files:  96% (30114/31368)
Updating files:  97% (30427/31368)
Updating files:  98% (30741/31368)
Updating files:  99% (31055/31368)
Updating files: 100% (31368/31368)
Updating files: 100% (31368/31368), done.
HEAD is now at ea87c49e51 opam admin add-hashes sha256

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-5.1@sha256:77150679cb3c9870c76e77cb76ec1ad0fc2e3e3cf93b98fb6255d07eb938ea0a)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.1@sha256:77150679cb3c9870c76e77cb76ec1ad0fc2e3e3cf93b98fb6255d07eb938ea0a' locally
docker.io/ocaml/opam@sha256:77150679cb3c9870c76e77cb76ec1ad0fc2e3e3cf93b98fb6255d07eb938ea0a: Pulling from ocaml/opam
f063fe254241: Pulling fs layer
f063fe254241: Verifying Checksum
f063fe254241: Download complete
f063fe254241: Pull complete
Digest: sha256:77150679cb3c9870c76e77cb76ec1ad0fc2e3e3cf93b98fb6255d07eb938ea0a
Status: Downloaded newer image for ocaml/opam@sha256:77150679cb3c9870c76e77cb76ec1ad0fc2e3e3cf93b98fb6255d07eb938ea0a
2024-08-27 18:35.35 ---> using "7f1fc91569c4944f2a42384167d6a5257d51f4f823a2dc27fc5cd059b17040d7" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-08-27 18:35.35 ---> using "bc3f29ea438c9e2614414d51ac62e10cee52d78977c2addbef0ed4c0d41b35c5" from cache

/home/opam: (run (network host)
                 (shell "sudo apt-get update && sudo apt-get install -yy m4 pkg-config"))
Hit:1 http://deb.debian.org/debian bookworm InRelease
Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [179 kB]
Fetched 282 kB in 0s (890 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 (7325 kB/s)
Selecting previously unselected package libpkgconf3:amd64.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18765 files and directories currently installed.)
Preparing to unpack .../libpkgconf3_1.8.1-1_amd64.deb ...
Unpacking libpkgconf3:amd64 (1.8.1-1) ...
Selecting previously unselected package m4.
Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ...
Unpacking m4 (1.4.19-3) ...
Selecting previously unselected package pkgconf-bin.
Preparing to unpack .../pkgconf-bin_1.8.1-1_amd64.deb ...
Unpacking pkgconf-bin (1.8.1-1) ...
Selecting previously unselected package pkgconf:amd64.
Preparing to unpack .../pkgconf_1.8.1-1_amd64.deb ...
Unpacking pkgconf:amd64 (1.8.1-1) ...
Selecting previously unselected package pkg-config:amd64.
Preparing to unpack .../pkg-config_1.8.1-1_amd64.deb ...
Unpacking pkg-config:amd64 (1.8.1-1) ...
Setting up m4 (1.4.19-3) ...
Setting up libpkgconf3:amd64 (1.8.1-1) ...
Setting up pkgconf-bin (1.8.1-1) ...
Setting up pkgconf:amd64 (1.8.1-1) ...
Setting up pkg-config:amd64 (1.8.1-1) ...
Processing triggers for libc-bin (2.36-9+deb12u7) ...
2024-08-27 18:35.35 ---> using "614ec7772af9d76ed354c2eb70b7b3876f563f1ef6a7a4feb859ebe05e327dc0" 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.11.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.11.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 fpath.0.7.3
-> installed jsonm.1.0.2
-> 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.11.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-08-27 18:35.35 ---> using "ceca5acc4e202d7b9cfcea94f9c2adea7ed720e26117286981a925f91c4d2338" from cache

/home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))
2024-08-27 18:35.35 ---> using "9a45712bf2660a9bc4b6657d5bcd781f9f0cae0573fdd83f035b20b3cbb42f72" from cache
2024-08-27 18:35.35 --> finished "tools"

(from ocaml/opam:debian-12-ocaml-5.1@sha256:77150679cb3c9870c76e77cb76ec1ad0fc2e3e3cf93b98fb6255d07eb938ea0a)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.1@sha256:77150679cb3c9870c76e77cb76ec1ad0fc2e3e3cf93b98fb6255d07eb938ea0a' locally
docker.io/ocaml/opam@sha256:77150679cb3c9870c76e77cb76ec1ad0fc2e3e3cf93b98fb6255d07eb938ea0a: Pulling from ocaml/opam
f063fe254241: Pulling fs layer
f063fe254241: Verifying Checksum
f063fe254241: Download complete
f063fe254241: Pull complete
Digest: sha256:77150679cb3c9870c76e77cb76ec1ad0fc2e3e3cf93b98fb6255d07eb938ea0a
Status: Downloaded newer image for ocaml/opam@sha256:77150679cb3c9870c76e77cb76ec1ad0fc2e3e3cf93b98fb6255d07eb938ea0a
2024-08-27 18:35.35 ---> using "7f1fc91569c4944f2a42384167d6a5257d51f4f823a2dc27fc5cd059b17040d7" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-08-27 18:35.35 ---> using "bc3f29ea438c9e2614414d51ac62e10cee52d78977c2addbef0ed4c0d41b35c5" from cache

/home/opam: (run (shell "sudo mkdir /src"))
2024-08-27 18:35.35 ---> using "e3f5da4bc36aaf6b25c398ac7eec585bac7e6c1717598971e405e46f7521bd10" from cache

/home/opam: (copy (src packages) (dst /src/packages))
2024-08-27 18:35.37 ---> using "76445690704b2bf586c0ed1f678c2348c9afd155776c96fef45f1125d6cc781f" from cache

/home/opam: (copy (src repo) (dst /src/repo))
2024-08-27 18:35.37 ---> using "28b0dfb2621794d58e9e8e1f5e3170405569e61ba1bcb074568ba7edf0cf6b28" from cache

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

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

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

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-08-27 18:35.37 ---> using "827031e055bd9f48112ff5eefdf127865f52e0bfb01e4c251088f8c2ec689154" from cache

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

2024-08-27 18:35.37 ---> using "fb1a3abec452cf6374ce9d624124bddf426b80006cf36b87c1c0b1519b56e323" from cache

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-08-27 18:35.37 ---> using "060d6a304d9580bc9ea42fbae54103e3292d55f210f96811b5beacf6aef2d66d" 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.15.3"))
The following actions will be performed:
  - recompile ocaml-options-vanilla 1      [upstream or system changes]
  - recompile ocaml-base-compiler   5.1.1* [upstream or system changes]
  - recompile ocaml-config          3      [uses ocaml-base-compiler]
  - recompile ocaml                 5.1.1  [uses ocaml-base-compiler]
  - install   dune                  3.15.3
  - recompile opam-depext           1.2.3  [uses ocaml]
  - recompile base-domains          base   [uses ocaml]
  - recompile base-nnp              base   [uses base-domains]
===== 1 to install | 7 to recompile =====

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-config.3  (cached)
-> removed   ocaml-options-vanilla.1
-> installed ocaml-options-vanilla.1
-> retrieved dune.3.15.3  (cached)
-> retrieved ocaml-base-compiler.5.1.1  (cached)
-> retrieved opam-depext.1.2.3  (cached)
-> removed   base-nnp.base
-> removed   base-domains.base
-> removed   opam-depext.1.2.3
-> removed   ocaml.5.1.1
-> removed   ocaml-config.3
-> removed   ocaml-base-compiler.5.1.1
-> installed ocaml-base-compiler.5.1.1
-> installed ocaml-config.3
-> installed ocaml.5.1.1
-> installed base-domains.base
-> installed base-nnp.base
-> installed opam-depext.1.2.3
-> installed dune.3.15.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
2024-08-27 18:35.37 ---> using "8f6c061e2402f86c43a8ed74b881193ee4dc5add77d88b81b52732b82762a83f" 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.1.3.0 stdlib-shims.0.3.0 raylib.1.3.0 integers.0.7.0 dune-configurator.3.15.3 dune.3.15.3 ctypes.0.22.0 csexp.1.5.2 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-security bookworm-security/main amd64 Packages [179 kB]
Fetched 282 kB in 0s (600 kB/s)
Reading package lists...
Building dependency tree...
Reading state information...
All packages are up to date.
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.15.3).
The following actions will be performed:
  - install bigarray-compat   1.1.0
  - install csexp             1.5.2
  - install conf-pkg-config   3
  - install stdlib-shims      0.3.0
  - install dune-configurator 3.15.3
  - install conf-mesa         1
  - install conf-libxrandr    1
  - install conf-libxinerama  1
  - install conf-libxi        1
  - install conf-libxcursor   1
  - install integers          0.7.0
  - install ctypes            0.22.0
  - install raylib            1.3.0
  - install raygui            1.3.0
===== 14 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 ... 18765 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+deb12u7) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/42:
Processing  2/42:
Processing  3/42:
Processing  4/42:
Processing  5/42:
Processing  6/42:
Processing  7/42:
Processing  8/42:
Processing  9/42:
Processing 10/42: [conf-pkg-config: pkg-config]
-> retrieved bigarray-compat.1.1.0  (cached)
Processing 11/42: [conf-pkg-config: pkg-config]
Processing 12/42: [bigarray-compat: dune build] [conf-pkg-config: pkg-config]
-> retrieved csexp.1.5.2  (cached)
Processing 13/42: [bigarray-compat: dune build] [conf-pkg-config: pkg-config]
Processing 14/42: [bigarray-compat: dune build] [conf-pkg-config: pkg-config] [csexp: dune build]
-> retrieved ctypes.0.22.0  (cached)
Processing 15/42: [raygui.1.3.0: http] [bigarray-compat: dune build] [conf-pkg-config: pkg-config] [csexp: dune build]
- usage: pkgconf [OPTIONS] [LIBRARIES]
- 
- basic options:
- 
-   --help                            this message
-   --about                           print pkgconf version and license to stdout
-   --version                         print supported pkg-config version to stdout
-   --atleast-pkgconfig-version       check whether or not pkgconf is compatible
-                                     with a specified pkg-config version
-   --errors-to-stdout                print all errors on stdout instead of stderr
-   --print-errors                    ensure all errors are printed
-   --short-errors                    be less verbose about some errors
-   --silence-errors                  explicitly be silent about errors
-   --list-all                        list all known packages
-   --list-package-names              list all known package names
-   --simulate                        simulate walking the calculated dependency graph
-   --no-cache                        do not cache already seen packages when
-                                     walking the dependency graph
-   --log-file=filename               write an audit log to a specified file
-   --with-path=path                  adds a directory to the search path
-   --define-prefix                   override the prefix variable with one that is guessed based on
-                                     the location of the .pc file
-   --dont-define-prefix              do not override the prefix variable under any circumstances
-   --prefix-variable=varname         sets the name of the variable that pkgconf considers
-                                     to be the package prefix
-   --relocate=path                   relocates a path and exits (mostly for testsuite)
-   --dont-relocate-paths             disables path relocation support
- 
- cross-compilation personality support:
- 
-   --personality=triplet|filename    sets the personality to 'triplet' or a file named 'filename'
-   --dump-personality                dumps details concerning selected personality
- 
- checking specific pkg-config database entries:
- 
-   --atleast-version                 require a specific version of a module
-   --exact-version                   require an exact version of a module
-   --max-version                     require a maximum version of a module
-   --exists                          check whether or not a module exists
-   --uninstalled                     check whether or not an uninstalled module will be used
-   --no-uninstalled                  never use uninstalled modules when satisfying dependencies
-   --no-provides                     do not use 'provides' rules to resolve dependencies
-   --maximum-traverse-depth          maximum allowed depth for dependency graph
-   --static                          be more aggressive when computing dependency graph
-                                     (for static linking)
-   --shared                          use a simplified dependency graph (usually default)
-   --pure                            optimize a static dependency graph as if it were a normal
-                                     dependency graph
-   --env-only                        look only for package entries in PKG_CONFIG_PATH
-   --ignore-conflicts                ignore 'conflicts' rules in modules
-   --validate                        validate specific .pc files for correctness
- 
- querying specific pkg-config database fields:
- 
-   --define-variable=varname=value   define variable 'varname' as 'value'
-   --variable=varname                print specified variable entry to stdout
-   --cflags                          print required CFLAGS to stdout
-   --cflags-only-I                   print required include-dir CFLAGS to stdout
-   --cflags-only-other               print required non-include-dir CFLAGS to stdout
-   --libs                            print required linker flags to stdout
-   --libs-only-L                     print required LDPATH linker flags to stdout
-   --libs-only-l                     print required LIBNAME linker flags to stdout
-   --libs-only-other                 print required other linker flags to stdout
-   --print-requires                  print required dependency frameworks to stdout
-   --print-requires-private          print required dependency frameworks for static
-                                     linking to stdout
-   --print-provides                  print provided dependencies to stdout
-   --print-variables                 print all known variables in module to stdout
-   --digraph                         print entire dependency graph in graphviz 'dot' format
-   --keep-system-cflags              keep -I/usr/include entries in cflags output
-   --keep-system-libs                keep -L/lib:/lib/i386-linux-gnu:/lib/x86_64-linux-gnu:/lib/x86_64-linux-gnux32:/lib32:/libx32:/usr/lib:/usr/lib/i386-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnux32:/usr/lib32:/usr/libx32 entries in libs output
-   --path                            show the exact filenames for any matching .pc files
-   --modversion                      print the specified module's version to stdout
-   --internal-cflags                 do not filter 'internal' cflags from output
- 
- filtering output:
- 
-   --msvc-syntax                     print translatable fragments in MSVC syntax
-   --fragment-filter=types           filter output fragments to the specified types
- 
- report bugs to <https://github.com/pkgconf/pkgconf/issues/new>.
-> compiled  conf-pkg-config.3
Processing 15/42: [raygui.1.3.0: http] [bigarray-compat: dune build] [csexp: dune build]
-> installed conf-pkg-config.3
Processing 16/42: [raygui.1.3.0: http] [bigarray-compat: dune build] [csexp: dune build]
Processing 17/42: [raygui.1.3.0: http] [bigarray-compat: dune build] [conf-libxcursor: pkg-config xcursor] [csexp: dune build]
Processing 18/42: [raygui.1.3.0: http] [bigarray-compat: dune build] [conf-libxcursor: pkg-config xcursor] [conf-libxi: pkg-config xi] [csexp: dune build]
Processing 19/42: [raygui.1.3.0: http] [bigarray-compat: dune build] [conf-libxcursor: pkg-config xcursor] [conf-libxi: pkg-config xi] [conf-libxinerama: pkg-config xinerama] [csexp: dune build]
Processing 20/42: [raygui.1.3.0: http] [bigarray-compat: dune build] [conf-libxcursor: pkg-config xcursor] [conf-libxi: pkg-config xi] [conf-libxinerama: pkg-config xinerama] [conf-libxrandr: pkg-config xrandr] [csexp: dune build]
Processing 21/42: [raygui.1.3.0: http] [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] [csexp: dune build]
-> retrieved integers.0.7.0  (cached)
Processing 22/42: [raygui.1.3.0: http] [raylib.1.3.0: http] [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] [csexp: dune build]
-> compiled  conf-libxcursor.1
Processing 22/42: [raygui.1.3.0: http] [raylib.1.3.0: http] [bigarray-compat: dune build] [conf-libxi: pkg-config xi] [conf-libxinerama: pkg-config xinerama] [conf-libxrandr: pkg-config xrandr] [conf-mesa: pkg-config gl] [csexp: dune build]
-> installed conf-libxcursor.1
Processing 23/42: [raygui.1.3.0: http] [raylib.1.3.0: http] [bigarray-compat: dune build] [conf-libxi: pkg-config xi] [conf-libxinerama: pkg-config xinerama] [conf-libxrandr: pkg-config xrandr] [conf-mesa: pkg-config gl] [csexp: dune build]
-> compiled  conf-libxi.1
Processing 23/42: [raygui.1.3.0: http] [raylib.1.3.0: http] [bigarray-compat: dune build] [conf-libxinerama: pkg-config xinerama] [conf-libxrandr: pkg-config xrandr] [conf-mesa: pkg-config gl] [csexp: dune build]
-> installed conf-libxi.1
Processing 24/42: [raygui.1.3.0: http] [raylib.1.3.0: http] [bigarray-compat: dune build] [conf-libxinerama: pkg-config xinerama] [conf-libxrandr: pkg-config xrandr] [conf-mesa: pkg-config gl] [csexp: dune build]
-> compiled  conf-libxinerama.1
Processing 24/42: [raygui.1.3.0: http] [raylib.1.3.0: http] [bigarray-compat: dune build] [conf-libxrandr: pkg-config xrandr] [conf-mesa: pkg-config gl] [csexp: dune build]
-> installed conf-libxinerama.1
Processing 25/42: [raygui.1.3.0: http] [raylib.1.3.0: http] [bigarray-compat: dune build] [conf-libxrandr: pkg-config xrandr] [conf-mesa: pkg-config gl] [csexp: dune build]
-> compiled  conf-libxrandr.1
Processing 25/42: [raygui.1.3.0: http] [raylib.1.3.0: http] [bigarray-compat: dune build] [conf-mesa: pkg-config gl] [csexp: dune build]
-> installed conf-libxrandr.1
Processing 26/42: [raygui.1.3.0: http] [raylib.1.3.0: http] [bigarray-compat: dune build] [conf-mesa: pkg-config gl] [csexp: dune build]
-> compiled  conf-mesa.1
Processing 26/42: [raygui.1.3.0: http] [raylib.1.3.0: http] [bigarray-compat: dune build] [csexp: dune build]
-> installed conf-mesa.1
Processing 27/42: [raygui.1.3.0: http] [raylib.1.3.0: http] [bigarray-compat: dune build] [csexp: dune build]
-> compiled  csexp.1.5.2
Processing 27/42: [raygui.1.3.0: http] [raylib.1.3.0: http] [bigarray-compat: dune build]
-> installed csexp.1.5.2
Processing 28/42: [raygui.1.3.0: http] [raylib.1.3.0: http] [bigarray-compat: dune build]
-> compiled  bigarray-compat.1.1.0
Processing 28/42: [raygui.1.3.0: http] [raylib.1.3.0: http]
-> installed bigarray-compat.1.1.0
Processing 29/42: [raygui.1.3.0: http] [raylib.1.3.0: http]
-> retrieved dune-configurator.3.15.3  (cached)
Processing 30/42: [raygui.1.3.0: http] [raylib.1.3.0: http]
Processing 31/42: [raygui.1.3.0: http] [raylib.1.3.0: http] [dune-configurator: rm]
Processing 31/42: [raylib.1.3.0: http] [dune-configurator: rm]
Processing 31/42: [dune-configurator: rm]
-> retrieved stdlib-shims.0.3.0  (cached)
Processing 32/42: [dune-configurator: rm] [stdlib-shims: dune build]
Processing 32/42: [dune-configurator: dune build] [stdlib-shims: dune build]
-> compiled  stdlib-shims.0.3.0
Processing 32/42: [dune-configurator: dune build]
-> installed stdlib-shims.0.3.0
Processing 33/42: [dune-configurator: dune build]
Processing 34/42: [dune-configurator: dune build] [integers: dune build]
-> retrieved raygui.1.3.0  (https://github.com/tjammer/raylib-ocaml/releases/download/1.3.0/raylib-1.3.0.tbz)
-> retrieved raylib.1.3.0  (https://github.com/tjammer/raylib-ocaml/releases/download/1.3.0/raylib-1.3.0.tbz)
-> compiled  integers.0.7.0
Processing 34/42: [dune-configurator: dune build]
-> installed integers.0.7.0
Processing 35/42: [dune-configurator: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "dune-configurator" "-j" "39" "@install" (CWD=/home/opam/.opam/5.1/.opam-switch/build/dune-configurator.3.15.3)
-> compiled  dune-configurator.3.15.3
-> installed dune-configurator.3.15.3
Processing 37/42: [ctypes: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "ctypes" "-j" "39" "--promote-install-files=false" "@install" (CWD=/home/opam/.opam/5.1/.opam-switch/build/ctypes.0.22.0)
Processing 37/42: [ctypes: dune install]
+ /home/opam/.opam/5.1/bin/dune "install" "-p" "ctypes" "--create-install-files" "ctypes" (CWD=/home/opam/.opam/5.1/.opam-switch/build/ctypes.0.22.0)
-> compiled  ctypes.0.22.0
-> installed ctypes.0.22.0
Processing 39/42: [raylib: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "raylib" "-j" "39" "@install" (CWD=/home/opam/.opam/5.1/.opam-switch/build/raylib.1.3.0)
- (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.1/lib/ocaml -I /home/opam/.opam/5.1/lib/bigarray-compat -I /home/opam/.opam/5.1/lib/ctypes -I /home/opam/.opam/5.1/lib/ctypes/stubs -I /home/opam/.opam/5.1/lib/integers -I /home/opam/.opam/5.1/lib/ocaml/str -I /home/opam/.opam/5.1/lib/stdlib-shims -I functions -I types -I vendor/raylib/src -o c_generated_rlgl.o -c c_generated_rlgl.c)
- c_generated_rlgl.c: In function 'raylib_stub_96_rlGetPixelFormatName':
- c_generated_rlgl.c:693:17: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   693 |    char* x712 = rlGetPixelFormatName(x709);
-       |                 ^~~~~~~~~~~~~~~~~~~~
- (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.1/lib/ocaml -I /home/opam/.opam/5.1/lib/bigarray-compat -I /home/opam/.opam/5.1/lib/ctypes -I /home/opam/.opam/5.1/lib/ctypes/stubs -I /home/opam/.opam/5.1/lib/integers -I /home/opam/.opam/5.1/lib/ocaml/str -I /home/opam/.opam/5.1/lib/stdlib-shims -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_44_GetMonitorName':
- c_generated_functions.c:248:17: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   248 |    char* x170 = GetMonitorName(x167);
-       |                 ^~~~~~~~~~~~~~
- c_generated_functions.c: In function 'raylib_stub_46_GetClipboardText':
- c_generated_functions.c:259:17: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   259 |    char* x175 = GetClipboardText();
-       |                 ^~~~~~~~~~~~~~~~
- c_generated_functions.c: In function 'raylib_stub_121_GetFileExtension':
- c_generated_functions.c:759:17: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   759 |    char* x570 = GetFileExtension(x569);
-       |                 ^~~~~~~~~~~~~~~~
- c_generated_functions.c: In function 'raylib_stub_122_GetFileName':
- c_generated_functions.c:765:17: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   765 |    char* x573 = GetFileName(x572);
-       |                 ^~~~~~~~~~~
- c_generated_functions.c: In function 'raylib_stub_123_GetFileNameWithoutExt':
- c_generated_functions.c:771:17: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   771 |    char* x576 = GetFileNameWithoutExt(x575);
-       |                 ^~~~~~~~~~~~~~~~~~~~~
- c_generated_functions.c: In function 'raylib_stub_124_GetDirectoryPath':
- c_generated_functions.c:777:17: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   777 |    char* x579 = GetDirectoryPath(x578);
-       |                 ^~~~~~~~~~~~~~~~
- c_generated_functions.c: In function 'raylib_stub_125_GetPrevDirectoryPath':
- c_generated_functions.c:783:17: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   783 |    char* x582 = GetPrevDirectoryPath(x581);
-       |                 ^~~~~~~~~~~~~~~~~~~~
- c_generated_functions.c: In function 'raylib_stub_126_GetWorkingDirectory':
- c_generated_functions.c:788:17: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   788 |    char* x584 = GetWorkingDirectory();
-       |                 ^~~~~~~~~~~~~~~~~~~
- c_generated_functions.c: In function 'raylib_stub_127_GetApplicationDirectory':
- c_generated_functions.c:793:17: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   793 |    char* x586 = GetApplicationDirectory();
-       |                 ^~~~~~~~~~~~~~~~~~~~~~~
- c_generated_functions.c: In function 'raylib_stub_156_GetGamepadName':
- c_generated_functions.c:973:17: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   973 |    char* x713 = GetGamepadName(x710);
-       |                 ^~~~~~~~~~~~~~
- c_generated_functions.c: In function 'raylib_stub_392_CodepointToUTF8':
- c_generated_functions.c:3545:18: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-  3545 |    char* x3579 = CodepointToUTF8(x3575, x3578);
-       |                  ^~~~~~~~~~~~~~~
- c_generated_functions.c: In function 'raylib_stub_396_TextSubtext':
- c_generated_functions.c:3573:18: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-  3573 |    char* x3603 = TextSubtext(x3596, x3597, x3600);
-       |                  ^~~~~~~~~~~
- c_generated_functions.c: In function 'raylib_stub_401_TextToUpper':
- c_generated_functions.c:3610:18: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-  3610 |    char* x3634 = TextToUpper(x3633);
-       |                  ^~~~~~~~~~~
- c_generated_functions.c: In function 'raylib_stub_402_TextToLower':
- c_generated_functions.c:3616:18: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-  3616 |    char* x3637 = TextToLower(x3636);
-       |                  ^~~~~~~~~~~
- c_generated_functions.c: In function 'raylib_stub_403_TextToPascal':
- c_generated_functions.c:3622:18: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-  3622 |    char* x3640 = TextToPascal(x3639);
-       |                  ^~~~~~~~~~~~
- (cd _build/default/src/c && /usr/bin/make -C vendor/raylib/src RAYLIB_LIBTYPE=STATIC -j 8)
- make: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/raylib.1.3.0/_build/default/src/c/vendor/raylib/src'
- gcc -c rcore.c -Wall -D_GNU_SOURCE -DPLATFORM_DESKTOP -DGRAPHICS_API_OPENGL_33 -Wno-missing-braces -Werror=pointer-arith -fno-strict-aliasing  -std=c99 -fPIC -O1 -Werror=implicit-function-declaration -I.  -Iexternal/glfw/include -Iexternal/glfw/deps/mingw
- gcc -c rshapes.c -Wall -D_GNU_SOURCE -DPLATFORM_DESKTOP -DGRAPHICS_API_OPENGL_33 -Wno-missing-braces -Werror=pointer-arith -fno-strict-aliasing  -std=c99 -fPIC -O1 -Werror=implicit-function-declaration -I.  -Iexternal/glfw/include -Iexternal/glfw/deps/mingw
- gcc -c rtextures.c -Wall -D_GNU_SOURCE -DPLATFORM_DESKTOP -DGRAPHICS_API_OPENGL_33 -Wno-missing-braces -Werror=pointer-arith -fno-strict-aliasing  -std=c99 -fPIC -O1 -Werror=implicit-function-declaration -I.  -Iexternal/glfw/include -Iexternal/glfw/deps/mingw
- gcc -c rtext.c -Wall -D_GNU_SOURCE -DPLATFORM_DESKTOP -DGRAPHICS_API_OPENGL_33 -Wno-missing-braces -Werror=pointer-arith -fno-strict-aliasing  -std=c99 -fPIC -O1 -Werror=implicit-function-declaration -I.  -Iexternal/glfw/include -Iexternal/glfw/deps/mingw
- gcc -c utils.c -Wall -D_GNU_SOURCE -DPLATFORM_DESKTOP -DGRAPHICS_API_OPENGL_33 -Wno-missing-braces -Werror=pointer-arith -fno-strict-aliasing  -std=c99 -fPIC -O1 -Werror=implicit-function-declaration -I.  -Iexternal/glfw/include -Iexternal/glfw/deps/mingw
- gcc  -c rglfw.c -Wall -D_GNU_SOURCE -DPLATFORM_DESKTOP -DGRAPHICS_API_OPENGL_33 -Wno-missing-braces -Werror=pointer-arith -fno-strict-aliasing  -std=c99 -fPIC -O1 -Werror=implicit-function-declaration -I.  -Iexternal/glfw/include -Iexternal/glfw/deps/mingw
- gcc -c rmodels.c -Wall -D_GNU_SOURCE -DPLATFORM_DESKTOP -DGRAPHICS_API_OPENGL_33 -Wno-missing-braces -Werror=pointer-arith -fno-strict-aliasing  -std=c99 -fPIC -O1 -Werror=implicit-function-declaration -I.  -Iexternal/glfw/include -Iexternal/glfw/deps/mingw
- gcc -c raudio.c -Wall -D_GNU_SOURCE -DPLATFORM_DESKTOP -DGRAPHICS_API_OPENGL_33 -Wno-missing-braces -Werror=pointer-arith -fno-strict-aliasing  -std=c99 -fPIC -O1 -Werror=implicit-function-declaration -I.  -Iexternal/glfw/include -Iexternal/glfw/deps/mingw
- ar rcs ../src/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 ../src!
- make: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/raylib.1.3.0/_build/default/src/c/vendor/raylib/src'
- In file included from rglfw.c:87:
- external/glfw/src/posix_poll.c:29: warning: "_GNU_SOURCE" redefined
-    29 | #define _GNU_SOURCE
-       | 
- <command-line>: note: this is the location of the previous definition
- In file included from rtextures.c:216:
- external/stb_image_resize2.h:2866:14: warning: 'stbir__support_zero' defined but not used [-Wunused-function]
-  2866 | static float stbir__support_zero(float s, void * user_data)
-       |              ^~~~~~~~~~~~~~~~~~~
- external/stb_image_resize2.h:2503:13: warning: 'stbir_simd_memcpy' defined but not used [-Wunused-function]
-  2503 | static void stbir_simd_memcpy( void * dest, void const * src, size_t bytes )
-       |             ^~~~~~~~~~~~~~~~~
- In file included from raudio.c:238:
- external/qoa.h: In function 'qoa_encode_frame':
- external/qoa.h:455:45: warning: 'best_scalefactor' may be used uninitialized [-Wmaybe-uninitialized]
-   455 |                         prev_scalefactor[c] = best_scalefactor;
-       |                         ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
- external/qoa.h:411:29: note: 'best_scalefactor' was declared here
-   411 |                         int best_scalefactor;
-       |                             ^~~~~~~~~~~~~~~~
- external/qoa.h:466:36: warning: 'best_slice' may be used uninitialized [-Wmaybe-uninitialized]
-   466 |                         best_slice <<= (QOA_SLICE_LEN - slice_len) * 3;
-       |                         ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- external/qoa.h:409:38: note: 'best_slice' was declared here
-   409 |                         qoa_uint64_t best_slice;
-       |                                      ^~~~~~~~~~
- (cd _build/default/src/c && /usr/bin/make -C vendor/raylib/src clean)
- make: Entering directory '/home/opam/.opam/5.1/.opam-switch/build/raylib.1.3.0/_build/default/src/c/vendor/raylib/src'
- rm -fv *.o ../src/libraylib.a ../src/libraylib.bc ../src/libraylib.so* raygui.c
- 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 '../src/libraylib.a'
- removed all generated files!
- make: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/raylib.1.3.0/_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.1/.opam-switch/build/raylib.1.3.0/_build/default/src/c/vendor/raylib/src'
- gcc -c rcore.c -Wall -D_GNU_SOURCE -DPLATFORM_DESKTOP -DGRAPHICS_API_OPENGL_33 -Wno-missing-braces -Werror=pointer-arith -fno-strict-aliasing  -std=c99 -fPIC -O1 -Werror=implicit-function-declaration -fPIC -DBUILD_LIBTYPE_SHARED -I.  -Iexternal/glfw/include -Iexternal/glfw/deps/mingw
- gcc -c rshapes.c -Wall -D_GNU_SOURCE -DPLATFORM_DESKTOP -DGRAPHICS_API_OPENGL_33 -Wno-missing-braces -Werror=pointer-arith -fno-strict-aliasing  -std=c99 -fPIC -O1 -Werror=implicit-function-declaration -fPIC -DBUILD_LIBTYPE_SHARED -I.  -Iexternal/glfw/include -Iexternal/glfw/deps/mingw
- gcc -c rtextures.c -Wall -D_GNU_SOURCE -DPLATFORM_DESKTOP -DGRAPHICS_API_OPENGL_33 -Wno-missing-braces -Werror=pointer-arith -fno-strict-aliasing  -std=c99 -fPIC -O1 -Werror=implicit-function-declaration -fPIC -DBUILD_LIBTYPE_SHARED -I.  -Iexternal/glfw/include -Iexternal/glfw/deps/mingw
- gcc -c rtext.c -Wall -D_GNU_SOURCE -DPLATFORM_DESKTOP -DGRAPHICS_API_OPENGL_33 -Wno-missing-braces -Werror=pointer-arith -fno-strict-aliasing  -std=c99 -fPIC -O1 -Werror=implicit-function-declaration -fPIC -DBUILD_LIBTYPE_SHARED -I.  -Iexternal/glfw/include -Iexternal/glfw/deps/mingw
- gcc -c utils.c -Wall -D_GNU_SOURCE -DPLATFORM_DESKTOP -DGRAPHICS_API_OPENGL_33 -Wno-missing-braces -Werror=pointer-arith -fno-strict-aliasing  -std=c99 -fPIC -O1 -Werror=implicit-function-declaration -fPIC -DBUILD_LIBTYPE_SHARED -I.  -Iexternal/glfw/include -Iexternal/glfw/deps/mingw
- gcc  -c rglfw.c -Wall -D_GNU_SOURCE -DPLATFORM_DESKTOP -DGRAPHICS_API_OPENGL_33 -Wno-missing-braces -Werror=pointer-arith -fno-strict-aliasing  -std=c99 -fPIC -O1 -Werror=implicit-function-declaration -fPIC -DBUILD_LIBTYPE_SHARED -I.  -Iexternal/glfw/include -Iexternal/glfw/deps/mingw
- gcc -c rmodels.c -Wall -D_GNU_SOURCE -DPLATFORM_DESKTOP -DGRAPHICS_API_OPENGL_33 -Wno-missing-braces -Werror=pointer-arith -fno-strict-aliasing  -std=c99 -fPIC -O1 -Werror=implicit-function-declaration -fPIC -DBUILD_LIBTYPE_SHARED -I.  -Iexternal/glfw/include -Iexternal/glfw/deps/mingw
- gcc -c raudio.c -Wall -D_GNU_SOURCE -DPLATFORM_DESKTOP -DGRAPHICS_API_OPENGL_33 -Wno-missing-braces -Werror=pointer-arith -fno-strict-aliasing  -std=c99 -fPIC -O1 -Werror=implicit-function-declaration -fPIC -DBUILD_LIBTYPE_SHARED -I.  -Iexternal/glfw/include -Iexternal/glfw/deps/mingw
- gcc -shared -o ../src/libraylib.so.5.0.0 rcore.o rshapes.o rtextures.o rtext.o utils.o rglfw.o rmodels.o raudio.o  -L. -L../src -Wl,-soname,libraylib.so.500 -lGL -lc -lm -lpthread -ldl -lrt -lX11
- raylib shared library generated (libraylib.so.5.0.0) in ../src!
- cd ../src && ln -fsv libraylib.so.5.0.0 libraylib.so.500
- 'libraylib.so.500' -> 'libraylib.so.5.0.0'
- cd ../src && ln -fsv libraylib.so.500 libraylib.so
- 'libraylib.so' -> 'libraylib.so.500'
- make: Leaving directory '/home/opam/.opam/5.1/.opam-switch/build/raylib.1.3.0/_build/default/src/c/vendor/raylib/src'
- In file included from rglfw.c:87:
- external/glfw/src/posix_poll.c:29: warning: "_GNU_SOURCE" redefined
-    29 | #define _GNU_SOURCE
-       | 
- <command-line>: note: this is the location of the previous definition
- In file included from rtextures.c:216:
- external/stb_image_resize2.h:2866:14: warning: 'stbir__support_zero' defined but not used [-Wunused-function]
-  2866 | static float stbir__support_zero(float s, void * user_data)
-       |              ^~~~~~~~~~~~~~~~~~~
- external/stb_image_resize2.h:2503:13: warning: 'stbir_simd_memcpy' defined but not used [-Wunused-function]
-  2503 | static void stbir_simd_memcpy( void * dest, void const * src, size_t bytes )
-       |             ^~~~~~~~~~~~~~~~~
- In file included from raudio.c:238:
- external/qoa.h: In function 'qoa_encode_frame':
- external/qoa.h:455:45: warning: 'best_scalefactor' may be used uninitialized [-Wmaybe-uninitialized]
-   455 |                         prev_scalefactor[c] = best_scalefactor;
-       |                         ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
- external/qoa.h:411:29: note: 'best_scalefactor' was declared here
-   411 |                         int best_scalefactor;
-       |                             ^~~~~~~~~~~~~~~~
- external/qoa.h:466:36: warning: 'best_slice' may be used uninitialized [-Wmaybe-uninitialized]
-   466 |                         best_slice <<= (QOA_SLICE_LEN - slice_len) * 3;
-       |                         ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- external/qoa.h:409:38: note: 'best_slice' was declared here
-   409 |                         qoa_uint64_t best_slice;
-       |                                      ^~~~~~~~~~
-> compiled  raylib.1.3.0
-> installed raylib.1.3.0
Processing 41/42: [raygui: dune build]
+ /home/opam/.opam/5.1/bin/dune "build" "-p" "raygui" "-j" "39" "@install" (CWD=/home/opam/.opam/5.1/.opam-switch/build/raygui.1.3.0)
-> compiled  raygui.1.3.0
-> installed raygui.1.3.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-08-27 18:38.04 ---> saved as "1c0c2bcef2e493bff1b3df7eadde9a70e7e9aeaed2d7df24fd7592d6931fd37f"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u raygui:77649e7ff11db69e8ac0908ab3149bc4,raylib:dce96608ab8048ef240c12ab96aaa692,conf-mesa:f10a8e6d5c7eddcd8c8d8cfb436aa5d4,conf-libxrandr:f10a8e6d5c7eddcd8c8d8cfb436aa5d4,conf-libxinerama:f10a8e6d5c7eddcd8c8d8cfb436aa5d4,conf-libxi:f10a8e6d5c7eddcd8c8d8cfb436aa5d4,conf-libxcursor:f10a8e6d5c7eddcd8c8d8cfb436aa5d4"))
2024-08-27 18:38.06 ---> saved as "c2242b40b637da9dad6af04da0218539845dc813c299e024dd335aeb4c7c0dce"

/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.875687') && (for DATA in prep/universes/f10a8e6d5c7eddcd8c8d8cfb436aa5d4/conf-libxcursor/1,conf-libxcursor.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4,conf-libxcursor.1 prep/universes/f10a8e6d5c7eddcd8c8d8cfb436aa5d4/conf-libxi/1,conf-libxi.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4,conf-libxi.1 prep/universes/f10a8e6d5c7eddcd8c8d8cfb436aa5d4/conf-libxinerama/1,conf-libxinerama.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4,conf-libxinerama.1 prep/universes/f10a8e6d5c7eddcd8c8d8cfb436aa5d4/conf-libxrandr/1,conf-libxrandr.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4,conf-libxrandr.1 prep/universes/f10a8e6d5c7eddcd8c8d8cfb436aa5d4/conf-mesa/1,conf-mesa.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4,conf-mesa.1 prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0,raylib.1.3.0-dce96608ab8048ef240c12ab96aaa692,raylib.1.3.0 prep/universes/77649e7ff11db69e8ac0908ab3149bc4/raygui/1.3.0,raygui.1.3.0-77649e7ff11db69e8ac0908ab3149bc4,raygui.1.3.0; do IFS=\",\"; set -- $DATA; ([ -d $1 ] || (echo \"FAILED:$2\" && mkdir -p $1 && cp ~/opam.err.log $1 && opam show $3 --raw > $1/opam)) && (shopt -s nullglob && ((tar -cvf $1.tar $1/*  && rm -R $1/* && mv $1.tar $1/content.tar) || (echo 'Empty directory'))) done) && (for DATA in prep/universes/f10a8e6d5c7eddcd8c8d8cfb436aa5d4/conf-libxcursor/1,conf-libxcursor.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4,conf-libxcursor.1 prep/universes/f10a8e6d5c7eddcd8c8d8cfb436aa5d4/conf-libxi/1,conf-libxi.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4,conf-libxi.1 prep/universes/f10a8e6d5c7eddcd8c8d8cfb436aa5d4/conf-libxinerama/1,conf-libxinerama.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4,conf-libxinerama.1 prep/universes/f10a8e6d5c7eddcd8c8d8cfb436aa5d4/conf-libxrandr/1,conf-libxrandr.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4,conf-libxrandr.1 prep/universes/f10a8e6d5c7eddcd8c8d8cfb436aa5d4/conf-mesa/1,conf-mesa.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4,conf-mesa.1 prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0,raylib.1.3.0-dce96608ab8048ef240c12ab96aaa692,raylib.1.3.0 prep/universes/77649e7ff11db69e8ac0908ab3149bc4/raygui/1.3.0,raygui.1.3.0-77649e7ff11db69e8ac0908ab3149bc4,raygui.1.3.0; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 staging.docs.ci.ocamllabs.io:/data/.; done) && (for DATA in prep/universes/f10a8e6d5c7eddcd8c8d8cfb436aa5d4/conf-libxcursor/1,conf-libxcursor.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4,conf-libxcursor.1 prep/universes/f10a8e6d5c7eddcd8c8d8cfb436aa5d4/conf-libxi/1,conf-libxi.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4,conf-libxi.1 prep/universes/f10a8e6d5c7eddcd8c8d8cfb436aa5d4/conf-libxinerama/1,conf-libxinerama.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4,conf-libxinerama.1 prep/universes/f10a8e6d5c7eddcd8c8d8cfb436aa5d4/conf-libxrandr/1,conf-libxrandr.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4,conf-libxrandr.1 prep/universes/f10a8e6d5c7eddcd8c8d8cfb436aa5d4/conf-mesa/1,conf-mesa.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4,conf-mesa.1 prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0,raylib.1.3.0-dce96608ab8048ef240c12ab96aaa692,raylib.1.3.0 prep/universes/77649e7ff11db69e8ac0908ab3149bc4/raygui/1.3.0,raygui.1.3.0-77649e7ff11db69e8ac0908ab3149bc4,raygui.1.3.0; do IFS=\",\"; set -- $DATA; HASH=$((sha256sum $1/content.tar | cut -d \" \" -f 1)  || echo -n 'empty'); printf \"HASHES:$2:$HASH\\n\"; done)"))
0.875687
prep/universes/f10a8e6d5c7eddcd8c8d8cfb436aa5d4/conf-libxcursor/1/opam
prep/universes/f10a8e6d5c7eddcd8c8d8cfb436aa5d4/conf-libxi/1/opam
prep/universes/f10a8e6d5c7eddcd8c8d8cfb436aa5d4/conf-libxinerama/1/opam
prep/universes/f10a8e6d5c7eddcd8c8d8cfb436aa5d4/conf-libxrandr/1/opam
prep/universes/f10a8e6d5c7eddcd8c8d8cfb436aa5d4/conf-mesa/1/opam
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/doc/
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/doc/raylib/
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/doc/raylib/CHANGES.md
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/doc/raylib/LICENSE
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/doc/raylib/README.md
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/lib/
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/lib/raylib/
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/lib/raylib/raylib.ocamlobjinfo
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/lib/raylib/META
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/lib/raylib/__private__/
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/lib/raylib/__private__/raylib_c/
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/lib/raylib/__private__/raylib_c/raylib_c.ocamlobjinfo
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/lib/raylib/__private__/raylib_c/.public_cmi/
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/lib/raylib/__private__/raylib_c/.public_cmi/raylib_c.cmi
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/lib/raylib/__private__/raylib_c/.public_cmi/raylib_c.cmt
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/lib/raylib/__private__/raylib_c/.public_cmi/raylib_c__Raylib_c_generated_functions.cmi
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/lib/raylib/__private__/raylib_c/.public_cmi/raylib_c__Raylib_c_generated_functions.cmt
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/lib/raylib/__private__/raylib_c/.public_cmi/raylib_c__Raylib_c_generated_math.cmi
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/lib/raylib/__private__/raylib_c/.public_cmi/raylib_c__Raylib_c_generated_math.cmt
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/lib/raylib/__private__/raylib_c/.public_cmi/raylib_c__Raylib_c_generated_rlgl.cmi
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/lib/raylib/__private__/raylib_c/.public_cmi/raylib_c__Raylib_c_generated_rlgl.cmt
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/lib/raylib/__private__/raylib_fixed_types/
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/lib/raylib/__private__/raylib_fixed_types/raylib_fixed_types.ocamlobjinfo
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/lib/raylib/__private__/raylib_fixed_types/.public_cmi/
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/lib/raylib/__private__/raylib_fixed_types/.public_cmi/raylib_fixed_types.cmi
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/lib/raylib/__private__/raylib_fixed_types/.public_cmi/raylib_fixed_types.cmt
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/lib/raylib/__private__/raylib_fixed_types/.public_cmi/raylib_fixed_types__.cmi
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/lib/raylib/__private__/raylib_fixed_types/.public_cmi/raylib_fixed_types__.cmt
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/lib/raylib/__private__/raylib_fixed_types/.public_cmi/raylib_fixed_types__Raylib_c_generated_types.cmi
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/lib/raylib/__private__/raylib_fixed_types/.public_cmi/raylib_fixed_types__Raylib_c_generated_types.cmt
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/lib/raylib/__private__/raylib_functions/
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/lib/raylib/__private__/raylib_functions/raylib_functions.ocamlobjinfo
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/lib/raylib/__private__/raylib_functions/.public_cmi/
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/lib/raylib/__private__/raylib_functions/.public_cmi/raylib_functions.cmi
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/lib/raylib/__private__/raylib_functions/.public_cmi/raylib_functions.cmt
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/lib/raylib/__private__/raylib_math/
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/lib/raylib/__private__/raylib_math/raylib_math.ocamlobjinfo
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/lib/raylib/__private__/raylib_math/.public_cmi/
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/lib/raylib/__private__/raylib_math/.public_cmi/raylib_math.cmi
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/lib/raylib/__private__/raylib_math/.public_cmi/raylib_math.cmt
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/lib/raylib/__private__/raylib_rlgl/
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/lib/raylib/__private__/raylib_rlgl/raylib_rlgl.ocamlobjinfo
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/lib/raylib/__private__/raylib_rlgl/.public_cmi/
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/lib/raylib/__private__/raylib_rlgl/.public_cmi/raylib_rlgl.cmi
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/lib/raylib/__private__/raylib_rlgl/.public_cmi/raylib_rlgl.cmt
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/lib/raylib/__private__/raylib_types/
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/lib/raylib/__private__/raylib_types/raylib_types.ocamlobjinfo
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/lib/raylib/__private__/raylib_types/.public_cmi/
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/lib/raylib/__private__/raylib_types/.public_cmi/raylib_types.cmi
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/lib/raylib/__private__/raylib_types/.public_cmi/raylib_types.cmt
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/lib/raylib/__private__/rlgl_generated_types/
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/lib/raylib/__private__/rlgl_generated_types/rlgl_generated_types.ocamlobjinfo
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/lib/raylib/__private__/rlgl_generated_types/.public_cmi/
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/lib/raylib/__private__/rlgl_generated_types/.public_cmi/rlgl_generated_types.cmi
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/lib/raylib/__private__/rlgl_generated_types/.public_cmi/rlgl_generated_types.cmt
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/lib/raylib/__private__/rlgl_generated_types/.public_cmi/rlgl_generated_types__.cmi
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/lib/raylib/__private__/rlgl_generated_types/.public_cmi/rlgl_generated_types__.cmt
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/lib/raylib/__private__/rlgl_generated_types/.public_cmi/rlgl_generated_types__Rlgl_c_generated_types.cmi
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/lib/raylib/__private__/rlgl_generated_types/.public_cmi/rlgl_generated_types__Rlgl_c_generated_types.cmt
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/lib/raylib/__private__/rlgl_types/
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/lib/raylib/__private__/rlgl_types/rlgl_types.ocamlobjinfo
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/lib/raylib/__private__/rlgl_types/.public_cmi/
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/lib/raylib/__private__/rlgl_types/.public_cmi/rlgl_types.cmi
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/lib/raylib/__private__/rlgl_types/.public_cmi/rlgl_types.cmt
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/lib/raylib/dune-package
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/lib/raylib/raylib.cmi
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/lib/raylib/raylib.cmt
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/lib/raylib/raylib.cmti
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/lib/raylib/raylib__.cmi
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/lib/raylib/raylib__.cmt
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/lib/raylib/raylib__Ctypes_reexports.cmi
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/lib/raylib/raylib__Ctypes_reexports.cmt
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/lib/raylib/raylib__Functions.cmi
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/lib/raylib/raylib__Functions.cmt
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/lib/raylib/raylib__Raylib_types.cmi
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/lib/raylib/raylib__Raylib_types.cmt
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/lib/raylib/raylib__Rlgl.cmi
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/lib/raylib/raylib__Rlgl.cmt
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/lib/raylib/raylib__Rlgl.cmti
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/lib/raylib/raylib__Rlgl_types.cmi
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/lib/raylib/raylib__Rlgl_types.cmt
prep/universes/dce96608ab8048ef240c12ab96aaa692/raylib/1.3.0/opam
prep/universes/77649e7ff11db69e8ac0908ab3149bc4/raygui/1.3.0/doc/
prep/universes/77649e7ff11db69e8ac0908ab3149bc4/raygui/1.3.0/doc/raygui/
prep/universes/77649e7ff11db69e8ac0908ab3149bc4/raygui/1.3.0/doc/raygui/CHANGES.md
prep/universes/77649e7ff11db69e8ac0908ab3149bc4/raygui/1.3.0/doc/raygui/LICENSE
prep/universes/77649e7ff11db69e8ac0908ab3149bc4/raygui/1.3.0/doc/raygui/README.md
prep/universes/77649e7ff11db69e8ac0908ab3149bc4/raygui/1.3.0/lib/
prep/universes/77649e7ff11db69e8ac0908ab3149bc4/raygui/1.3.0/lib/raygui/
prep/universes/77649e7ff11db69e8ac0908ab3149bc4/raygui/1.3.0/lib/raygui/raygui.ocamlobjinfo
prep/universes/77649e7ff11db69e8ac0908ab3149bc4/raygui/1.3.0/lib/raygui/META
prep/universes/77649e7ff11db69e8ac0908ab3149bc4/raygui/1.3.0/lib/raygui/__private__/
prep/universes/77649e7ff11db69e8ac0908ab3149bc4/raygui/1.3.0/lib/raygui/__private__/raygui_c/
prep/universes/77649e7ff11db69e8ac0908ab3149bc4/raygui/1.3.0/lib/raygui/__private__/raygui_c/raygui_c.ocamlobjinfo
prep/universes/77649e7ff11db69e8ac0908ab3149bc4/raygui/1.3.0/lib/raygui/__private__/raygui_c/.public_cmi/
prep/universes/77649e7ff11db69e8ac0908ab3149bc4/raygui/1.3.0/lib/raygui/__private__/raygui_c/.public_cmi/raygui_c.cmi
prep/universes/77649e7ff11db69e8ac0908ab3149bc4/raygui/1.3.0/lib/raygui/__private__/raygui_c/.public_cmi/raygui_c.cmt
prep/universes/77649e7ff11db69e8ac0908ab3149bc4/raygui/1.3.0/lib/raygui/__private__/raygui_c/.public_cmi/raygui_c__C_generated_gui.cmi
prep/universes/77649e7ff11db69e8ac0908ab3149bc4/raygui/1.3.0/lib/raygui/__private__/raygui_c/.public_cmi/raygui_c__C_generated_gui.cmt
prep/universes/77649e7ff11db69e8ac0908ab3149bc4/raygui/1.3.0/lib/raygui/__private__/raygui_fixed_types/
prep/universes/77649e7ff11db69e8ac0908ab3149bc4/raygui/1.3.0/lib/raygui/__private__/raygui_fixed_types/raygui_fixed_types.ocamlobjinfo
prep/universes/77649e7ff11db69e8ac0908ab3149bc4/raygui/1.3.0/lib/raygui/__private__/raygui_fixed_types/.public_cmi/
prep/universes/77649e7ff11db69e8ac0908ab3149bc4/raygui/1.3.0/lib/raygui/__private__/raygui_fixed_types/.public_cmi/raygui_fixed_types.cmi
prep/universes/77649e7ff11db69e8ac0908ab3149bc4/raygui/1.3.0/lib/raygui/__private__/raygui_fixed_types/.public_cmi/raygui_fixed_types.cmt
prep/universes/77649e7ff11db69e8ac0908ab3149bc4/raygui/1.3.0/lib/raygui/__private__/raygui_fixed_types/.public_cmi/raygui_fixed_types__.cmi
prep/universes/77649e7ff11db69e8ac0908ab3149bc4/raygui/1.3.0/lib/raygui/__private__/raygui_fixed_types/.public_cmi/raygui_fixed_types__.cmt
prep/universes/77649e7ff11db69e8ac0908ab3149bc4/raygui/1.3.0/lib/raygui/__private__/raygui_fixed_types/.public_cmi/raygui_fixed_types__Raygui_c_generated_types.cmi
prep/universes/77649e7ff11db69e8ac0908ab3149bc4/raygui/1.3.0/lib/raygui/__private__/raygui_fixed_types/.public_cmi/raygui_fixed_types__Raygui_c_generated_types.cmt
prep/universes/77649e7ff11db69e8ac0908ab3149bc4/raygui/1.3.0/lib/raygui/__private__/raygui_functions/
prep/universes/77649e7ff11db69e8ac0908ab3149bc4/raygui/1.3.0/lib/raygui/__private__/raygui_functions/raygui_functions.ocamlobjinfo
prep/universes/77649e7ff11db69e8ac0908ab3149bc4/raygui/1.3.0/lib/raygui/__private__/raygui_functions/.public_cmi/
prep/universes/77649e7ff11db69e8ac0908ab3149bc4/raygui/1.3.0/lib/raygui/__private__/raygui_functions/.public_cmi/raygui_functions.cmi
prep/universes/77649e7ff11db69e8ac0908ab3149bc4/raygui/1.3.0/lib/raygui/__private__/raygui_functions/.public_cmi/raygui_functions.cmt
prep/universes/77649e7ff11db69e8ac0908ab3149bc4/raygui/1.3.0/lib/raygui/__private__/raygui_types/
prep/universes/77649e7ff11db69e8ac0908ab3149bc4/raygui/1.3.0/lib/raygui/__private__/raygui_types/raygui_types.ocamlobjinfo
prep/universes/77649e7ff11db69e8ac0908ab3149bc4/raygui/1.3.0/lib/raygui/__private__/raygui_types/.public_cmi/
prep/universes/77649e7ff11db69e8ac0908ab3149bc4/raygui/1.3.0/lib/raygui/__private__/raygui_types/.public_cmi/raygui_types.cmi
prep/universes/77649e7ff11db69e8ac0908ab3149bc4/raygui/1.3.0/lib/raygui/__private__/raygui_types/.public_cmi/raygui_types.cmt
prep/universes/77649e7ff11db69e8ac0908ab3149bc4/raygui/1.3.0/lib/raygui/dune-package
prep/universes/77649e7ff11db69e8ac0908ab3149bc4/raygui/1.3.0/lib/raygui/raygui.cmi
prep/universes/77649e7ff11db69e8ac0908ab3149bc4/raygui/1.3.0/lib/raygui/raygui.cmt
prep/universes/77649e7ff11db69e8ac0908ab3149bc4/raygui/1.3.0/lib/raygui/raygui.cmti
prep/universes/77649e7ff11db69e8ac0908ab3149bc4/raygui/1.3.0/lib/raygui/raygui__.cmi
prep/universes/77649e7ff11db69e8ac0908ab3149bc4/raygui/1.3.0/lib/raygui/raygui__.cmt
prep/universes/77649e7ff11db69e8ac0908ab3149bc4/raygui/1.3.0/lib/raygui/raygui__Functions.cmi
prep/universes/77649e7ff11db69e8ac0908ab3149bc4/raygui/1.3.0/lib/raygui/raygui__Functions.cmt
prep/universes/77649e7ff11db69e8ac0908ab3149bc4/raygui/1.3.0/opam
Warning: Permanently added '[staging.docs.ci.ocamllabs.io]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[staging.docs.ci.ocamllabs.io]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[staging.docs.ci.ocamllabs.io]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[staging.docs.ci.ocamllabs.io]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[staging.docs.ci.ocamllabs.io]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[staging.docs.ci.ocamllabs.io]:2222' (ED25519) to the list of known hosts.
Warning: Permanently added '[staging.docs.ci.ocamllabs.io]:2222' (ED25519) to the list of known hosts.
HASHES:conf-libxcursor.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4:9b360bcebc558a4263069a2f63f0be71e3fda7aaf8d4e157a57cc126437973a5
HASHES:conf-libxi.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4:a4a03552b4ec0ac41a635f9ddb1e2fac3d1699df91db8bd56c7ac562c262a2f9
HASHES:conf-libxinerama.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4:dfbfc955b0c55f8143d82adc012cd2bc51b7c3baec471a0effa5cc79e5e97f4a
HASHES:conf-libxrandr.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4:667cc5eb585cafa33762202fbbd84a9ed7d23a1ffb710a9924602f89722c1711
HASHES:conf-mesa.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4:0a60aa84052609413adc7a764036d150dfa4992a659dfdbf9aa688b073e0a25f
HASHES:raylib.1.3.0-dce96608ab8048ef240c12ab96aaa692:cec8639f7ba078abdd5e7d9d2bbe40f25f3208948e81ac1144df450b9f36b67f
HASHES:raygui.1.3.0-77649e7ff11db69e8ac0908ab3149bc4:a79f0d75f8d4b9c86f3ff6c13ba693d3f66bf51034c85616f41e47783f32193a
2024-08-27 18:38.12 ---> saved as "64ee2c9e3fd49193c97b77bd71885c0681ce3cc0ac4d6c717fd3558268a3b3b7"
Job succeeded
2024-08-27 18:38.22: raygui.1.3.0-77649e7ff11db69e8ac0908ab3149bc4 -> a79f0d75f8d4b9c86f3ff6c13ba693d3f66bf51034c85616f41e47783f32193a
2024-08-27 18:38.22: raylib.1.3.0-dce96608ab8048ef240c12ab96aaa692 -> cec8639f7ba078abdd5e7d9d2bbe40f25f3208948e81ac1144df450b9f36b67f
2024-08-27 18:38.22: conf-mesa.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4 -> 0a60aa84052609413adc7a764036d150dfa4992a659dfdbf9aa688b073e0a25f
2024-08-27 18:38.22: conf-libxrandr.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4 -> 667cc5eb585cafa33762202fbbd84a9ed7d23a1ffb710a9924602f89722c1711
2024-08-27 18:38.22: conf-libxinerama.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4 -> dfbfc955b0c55f8143d82adc012cd2bc51b7c3baec471a0effa5cc79e5e97f4a
2024-08-27 18:38.22: conf-libxi.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4 -> a4a03552b4ec0ac41a635f9ddb1e2fac3d1699df91db8bd56c7ac562c262a2f9
2024-08-27 18:38.22: conf-libxcursor.1-f10a8e6d5c7eddcd8c8d8cfb436aa5d4 -> 9b360bcebc558a4263069a2f63f0be71e3fda7aaf8d4e157a57cc126437973a5
2024-08-27 18:38.22: Job succeeded