Build:
  1. 0
2024-09-25 08:58.06: New job: Voodoo prep raylib.1.3.1; 56bafb855cbaebb8a121a3167b30c757
2024-09-25 08:58.06: Waiting for resource in pool OCluster
2024-09-25 08:58.42: Waiting for worker…
2024-09-25 08:58.42: Got resource from pool OCluster
2024-09-25 08:58.42: 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:0cfb2cde31ba2a32430240b9333f95a68414311f9f85cfa9debad172b705f8d3)
         (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:0cfb2cde31ba2a32430240b9333f95a68414311f9f85cfa9debad172b705f8d3)
 (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"))
 (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 raylib.1.3.1 stdlib-shims.0.3.0 patch.2.0.0 integers.0.7.0 host-arch-x86_64.1 dune-configurator.3.16.0 dune.3.16.0 ctypes.0.23.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 raylib:56bafb855cbaebb8a121a3167b30c757,patch:00c332824f54335328bbccfda79c0db7,conf-mesa:99632b2bb55302e1fa3e2a57571063d0,conf-libxrandr:99632b2bb55302e1fa3e2a57571063d0,conf-libxinerama:99632b2bb55302e1fa3e2a57571063d0,conf-libxi:99632b2bb55302e1fa3e2a57571063d0,conf-libxcursor:99632b2bb55302e1fa3e2a57571063d0"))
 (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.014084') && (for DATA in prep/universes/99632b2bb55302e1fa3e2a57571063d0/conf-libxcursor/1,conf-libxcursor.1-99632b2bb55302e1fa3e2a57571063d0,conf-libxcursor.1 prep/universes/99632b2bb55302e1fa3e2a57571063d0/conf-libxi/1,conf-libxi.1-99632b2bb55302e1fa3e2a57571063d0,conf-libxi.1 prep/universes/99632b2bb55302e1fa3e2a57571063d0/conf-libxinerama/1,conf-libxinerama.1-99632b2bb55302e1fa3e2a57571063d0,conf-libxinerama.1 prep/universes/99632b2bb55302e1fa3e2a57571063d0/conf-libxrandr/1,conf-libxrandr.1-99632b2bb55302e1fa3e2a57571063d0,conf-libxrandr.1 prep/universes/99632b2bb55302e1fa3e2a57571063d0/conf-mesa/1,conf-mesa.1-99632b2bb55302e1fa3e2a57571063d0,conf-mesa.1 prep/universes/00c332824f54335328bbccfda79c0db7/patch/2.0.0,patch.2.0.0-00c332824f54335328bbccfda79c0db7,patch.2.0.0 prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1,raylib.1.3.1-56bafb855cbaebb8a121a3167b30c757,raylib.1.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/99632b2bb55302e1fa3e2a57571063d0/conf-libxcursor/1,conf-libxcursor.1-99632b2bb55302e1fa3e2a57571063d0,conf-libxcursor.1 prep/universes/99632b2bb55302e1fa3e2a57571063d0/conf-libxi/1,conf-libxi.1-99632b2bb55302e1fa3e2a57571063d0,conf-libxi.1 prep/universes/99632b2bb55302e1fa3e2a57571063d0/conf-libxinerama/1,conf-libxinerama.1-99632b2bb55302e1fa3e2a57571063d0,conf-libxinerama.1 prep/universes/99632b2bb55302e1fa3e2a57571063d0/conf-libxrandr/1,conf-libxrandr.1-99632b2bb55302e1fa3e2a57571063d0,conf-libxrandr.1 prep/universes/99632b2bb55302e1fa3e2a57571063d0/conf-mesa/1,conf-mesa.1-99632b2bb55302e1fa3e2a57571063d0,conf-mesa.1 prep/universes/00c332824f54335328bbccfda79c0db7/patch/2.0.0,patch.2.0.0-00c332824f54335328bbccfda79c0db7,patch.2.0.0 prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1,raylib.1.3.1-56bafb855cbaebb8a121a3167b30c757,raylib.1.3.1; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 staging.docs.ci.ocamllabs.io:/data/.; done) && (for DATA in prep/universes/99632b2bb55302e1fa3e2a57571063d0/conf-libxcursor/1,conf-libxcursor.1-99632b2bb55302e1fa3e2a57571063d0,conf-libxcursor.1 prep/universes/99632b2bb55302e1fa3e2a57571063d0/conf-libxi/1,conf-libxi.1-99632b2bb55302e1fa3e2a57571063d0,conf-libxi.1 prep/universes/99632b2bb55302e1fa3e2a57571063d0/conf-libxinerama/1,conf-libxinerama.1-99632b2bb55302e1fa3e2a57571063d0,conf-libxinerama.1 prep/universes/99632b2bb55302e1fa3e2a57571063d0/conf-libxrandr/1,conf-libxrandr.1-99632b2bb55302e1fa3e2a57571063d0,conf-libxrandr.1 prep/universes/99632b2bb55302e1fa3e2a57571063d0/conf-mesa/1,conf-mesa.1-99632b2bb55302e1fa3e2a57571063d0,conf-mesa.1 prep/universes/00c332824f54335328bbccfda79c0db7/patch/2.0.0,patch.2.0.0-00c332824f54335328bbccfda79c0db7,patch.2.0.0 prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1,raylib.1.3.1-56bafb855cbaebb8a121a3167b30c757,raylib.1.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 0fc7720da9fcf8d57fe4c2fea9ff5d6c895f2489 --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-09-25 08:58.42: RETRYING: 2024-09-25/085806-voodoo-prep-4b5218 Number of retries: 0 (retriable error condition)
Building on x86-bm-c1.sw.ocaml.org
All commits already cached
Updating files:  73% (23793/32301)
Updating files:  74% (23903/32301)
Updating files:  75% (24226/32301)
Updating files:  76% (24549/32301)
Updating files:  77% (24872/32301)
Updating files:  78% (25195/32301)
Updating files:  79% (25518/32301)
Updating files:  80% (25841/32301)
Updating files:  81% (26164/32301)
Updating files:  82% (26487/32301)
Updating files:  83% (26810/32301)
Updating files:  84% (27133/32301)
Updating files:  85% (27456/32301)
Updating files:  86% (27779/32301)
Updating files:  87% (28102/32301)
Updating files:  88% (28425/32301)
Updating files:  89% (28748/32301)
Updating files:  90% (29071/32301)
Updating files:  91% (29394/32301)
Updating files:  92% (29717/32301)
Updating files:  93% (30040/32301)
Updating files:  94% (30363/32301)
Updating files:  95% (30686/32301)
Updating files:  96% (31009/32301)
Updating files:  97% (31332/32301)
Updating files:  98% (31655/32301)
Updating files:  99% (31978/32301)
Updating files: 100% (32301/32301)
Updating files: 100% (32301/32301), done.
HEAD is now at 0fc7720da9 Release raylib 1.3.1

(build "tools" …)

(from ocaml/opam:debian-12-ocaml-5.1@sha256:0cfb2cde31ba2a32430240b9333f95a68414311f9f85cfa9debad172b705f8d3)
2024-09-25 08:59.22 ---> saved as "5738de3d9df8ead20a1a1c116d643ca1bf950908deaecacf76190f5cf776294c"

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-09-25 08:59.22 ---> saved as "8391fd98bf10c1b1296f6d4a932e8df1595ecebf5401b500bda55f2c0e61572d"

/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 [182 kB]
Fetched 286 kB in 0s (967 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.3 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 ... 18776 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-25 08:59.26 ---> saved as "bec6cf53b4fa5eda5b1eb1f36dafcc932ebe4bc8ef063792518775d25b653193"

/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 logs.0.7.0
-> installed fpath.0.7.3
-> 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-25 09:01.04 ---> saved as "cab3815344a0357da0f3c0c1135ee2220ba569a4a0469cad79759a0f2e7d292b"

/home/opam: (run (shell "cp $(opam config var bin)/voodoo-prep /home/opam"))
2024-09-25 09:01.04 ---> saved as "ee94619e306b7affeb0ad0dbfb51bf4de359a985365ee3e5b1a73c73ed7839c3"
2024-09-25 09:01.04 --> finished "tools"

(from ocaml/opam:debian-12-ocaml-5.1@sha256:0cfb2cde31ba2a32430240b9333f95a68414311f9f85cfa9debad172b705f8d3)
2024-09-25 09:01.05 ---> using "5738de3d9df8ead20a1a1c116d643ca1bf950908deaecacf76190f5cf776294c" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo chown opam:opam /home/opam"))
2024-09-25 09:01.05 ---> using "8391fd98bf10c1b1296f6d4a932e8df1595ecebf5401b500bda55f2c0e61572d" from cache

/home/opam: (run (shell "sudo mkdir /src"))
2024-09-25 09:01.06 ---> saved as "39281634f23b6a385b40d14eca21561ed7736e5fd03dc6a4e713357d63c1f0a4"

/home/opam: (copy (src packages) (dst /src/packages))
2024-09-25 09:01.18 ---> saved as "c8350fb5285f12371434032787a9fde66c500b1224f0221b620c71487b46c4eb"

/home/opam: (copy (src repo) (dst /src/repo))
2024-09-25 09:01.18 ---> saved as "e2e76aefcbd0640b89b1dcc9ffc60dc366b2ffa95142f5f95ad9f4ce1fcae58f"

/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] y
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.

Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-09-25 09:03.00 ---> saved as "3c5435948a45d02c2aa49b6a964fac1c492276917248b14f99f940d8b9779aa4"

/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-09-25 09:03.24 ---> saved as "7142aa345e4531319282bcce58018bf58d1f63559690eed00fcce27a0bb2a2bc"

/home/opam: (copy (from (build tools))
                  (src /home/opam/voodoo-prep)
                  (dst /home/opam/))
2024-09-25 09:03.25 ---> saved as "b430a650f25349dc4c9714c9a9e15fe78c10b4f256299e700c2336fbd23e93a2"

/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"))
The following actions will be performed:
  - install dune 3.16.0

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.16.0  (cached)
-> installed dune.3.16.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-25 09:04.15 ---> saved as "59ce81a3b9353a579f0a9fe31a40e56649edbdef79f63498bacd0658cd407130"

/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 raylib.1.3.1 stdlib-shims.0.3.0 patch.2.0.0 integers.0.7.0 host-arch-x86_64.1 dune-configurator.3.16.0 dune.3.16.0 ctypes.0.23.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 [182 kB]
Fetched 286 kB in 0s (982 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 raylib.1.3.1 stdlib-shims.0.3.0 patch.2.0.0 integers.0.7.0 host-arch-x86_64.1 dune-configurator.3.16.0 dune.3.16.0 ctypes.0.23.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" 

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).
The following actions will be performed:
  - install bigarray-compat   1.1.0
  - install patch             2.0.0
  - install csexp             1.5.2
  - install conf-pkg-config   3
  - install stdlib-shims      0.3.0
  - install dune-configurator 3.16.0
  - 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.23.0
  - install raylib            1.3.1
===== 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 ... 18776 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/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.23.0  (cached)
Processing 15/42: [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: [bigarray-compat: dune build] [csexp: dune build]
-> installed conf-pkg-config.3
Processing 16/42: [bigarray-compat: dune build] [csexp: dune build]
Processing 17/42: [bigarray-compat: dune build] [conf-libxcursor: pkg-config xcursor] [csexp: dune build]
Processing 18/42: [bigarray-compat: dune build] [conf-libxcursor: pkg-config xcursor] [conf-libxi: pkg-config xi] [csexp: dune build]
Processing 19/42: [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: [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: [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: [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 patch.2.0.0  (cached)
Processing 23/42: [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]
Processing 24/42: [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] [patch: dune build]
-> compiled  conf-libxcursor.1
Processing 24/42: [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] [patch: dune build]
-> installed conf-libxcursor.1
Processing 25/42: [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] [patch: dune build]
-> compiled  conf-libxi.1
Processing 25/42: [bigarray-compat: dune build] [conf-libxinerama: pkg-config xinerama] [conf-libxrandr: pkg-config xrandr] [conf-mesa: pkg-config gl] [csexp: dune build] [patch: dune build]
-> installed conf-libxi.1
Processing 26/42: [bigarray-compat: dune build] [conf-libxinerama: pkg-config xinerama] [conf-libxrandr: pkg-config xrandr] [conf-mesa: pkg-config gl] [csexp: dune build] [patch: dune build]
-> compiled  conf-libxinerama.1
Processing 26/42: [bigarray-compat: dune build] [conf-libxrandr: pkg-config xrandr] [conf-mesa: pkg-config gl] [csexp: dune build] [patch: dune build]
-> installed conf-libxinerama.1
Processing 27/42: [bigarray-compat: dune build] [conf-libxrandr: pkg-config xrandr] [conf-mesa: pkg-config gl] [csexp: dune build] [patch: dune build]
-> compiled  conf-libxrandr.1
Processing 27/42: [bigarray-compat: dune build] [conf-mesa: pkg-config gl] [csexp: dune build] [patch: dune build]
-> installed conf-libxrandr.1
Processing 28/42: [bigarray-compat: dune build] [conf-mesa: pkg-config gl] [csexp: dune build] [patch: dune build]
-> compiled  conf-mesa.1
Processing 28/42: [bigarray-compat: dune build] [csexp: dune build] [patch: dune build]
-> installed conf-mesa.1
Processing 29/42: [bigarray-compat: dune build] [csexp: dune build] [patch: dune build]
-> retrieved stdlib-shims.0.3.0  (cached)
Processing 30/42: [bigarray-compat: dune build] [csexp: dune build] [patch: dune build] [stdlib-shims: dune build]
-> compiled  csexp.1.5.2
Processing 30/42: [bigarray-compat: dune build] [patch: dune build] [stdlib-shims: dune build]
-> installed csexp.1.5.2
Processing 31/42: [bigarray-compat: dune build] [patch: dune build] [stdlib-shims: dune build]
-> compiled  stdlib-shims.0.3.0
Processing 31/42: [bigarray-compat: dune build] [patch: dune build]
-> installed stdlib-shims.0.3.0
Processing 32/42: [bigarray-compat: dune build] [patch: dune build]
Processing 33/42: [bigarray-compat: dune build] [integers: dune build] [patch: dune build]
-> compiled  bigarray-compat.1.1.0
Processing 33/42: [integers: dune build] [patch: dune build]
-> installed bigarray-compat.1.1.0
Processing 34/42: [integers: dune build] [patch: dune build]
-> compiled  patch.2.0.0
Processing 34/42: [integers: dune build]
-> installed patch.2.0.0
Processing 35/42: [integers: dune build]
-> retrieved dune-configurator.3.16.0  (cached)
Processing 36/42: [dune-configurator: rm] [integers: dune build]
-> retrieved raylib.1.3.1  (cached)
-> compiled  integers.0.7.0
Processing 36/42: [dune-configurator: rm]
-> installed integers.0.7.0
Processing 37/42: [dune-configurator: rm]
+ /usr/bin/rm "-rf" "vendor/csexp" (CWD=/home/opam/.opam/5.1/.opam-switch/build/dune-configurator.3.16.0)
+ /usr/bin/rm "-rf" "vendor/pp" (CWD=/home/opam/.opam/5.1/.opam-switch/build/dune-configurator.3.16.0)
Processing 37/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.16.0)
-> compiled  dune-configurator.3.16.0
-> installed dune-configurator.3.16.0
Processing 39/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.23.0)
Processing 39/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.23.0)
-> compiled  ctypes.0.23.0
-> installed ctypes.0.23.0
Processing 41/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.1)
- (cd _build/default/src/c && ./apply_patch.exe enable_jpg.patch)
- vendor/raylib/src/config.h
- patching 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.1/.opam-switch/build/raylib.1.3.1/_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.1/_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.1/_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.1/_build/default/src/c/vendor/raylib/src'
- (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_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_111_UnloadFileData':
- c_generated_functions.c:693:19: warning: passing argument 1 of 'UnloadFileData' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   693 |    UnloadFileData(x523);
-       |                   ^~~~
- In file included from c_generated_functions.c:1:
- vendor/raylib/src/raylib.h:1099:42: note: expected 'unsigned char *' but argument is of type 'const char *'
-  1099 | RLAPI void UnloadFileData(unsigned char *data);                   // Unload file data allocated by LoadFileData()
-       |                           ~~~~~~~~~~~~~~~^~~~
- c_generated_functions.c: In function 'raylib_stub_115_UnloadFileText':
- c_generated_functions.c:721:19: warning: passing argument 1 of 'UnloadFileText' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   721 |    UnloadFileText(x547);
-       |                   ^~~~
- vendor/raylib/src/raylib.h:1103:33: note: expected 'char *' but argument is of type 'const char *'
-  1103 | RLAPI void UnloadFileText(char *text);                            // Unload file text data allocated by LoadFileText()
-       |                           ~~~~~~^~~~
- c_generated_functions.c: In function 'raylib_stub_116_SaveFileText':
- c_generated_functions.c:728:36: warning: passing argument 2 of 'SaveFileText' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   728 |    _Bool x553 = SaveFileText(x551, x552);
-       |                                    ^~~~
- vendor/raylib/src/raylib.h:1104:53: note: expected 'char *' but argument is of type 'const char *'
-  1104 | 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_393_TextCopy':
- c_generated_functions.c:3552:25: warning: passing argument 1 of 'TextCopy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-  3552 |    int x3584 = TextCopy(x3582, x3583);
-       |                         ^~~~~
- vendor/raylib/src/raylib.h:1463:26: note: expected 'char *' but argument is of type 'const char *'
-  1463 | RLAPI int TextCopy(char *dst, const char *src);                                             // Copy one string to another, returns bytes copied
-       |                    ~~~~~~^~~
- c_generated_functions.c: In function 'raylib_stub_397_TextReplace':
- c_generated_functions.c:3581:36: warning: passing argument 1 of 'TextReplace' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-  3581 |    char const* x3610 = TextReplace(x3607, x3608, x3609);
-       |                                    ^~~~~
- vendor/raylib/src/raylib.h:1468:31: note: expected 'char *' but argument is of type 'const char *'
-  1468 | 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_399_TextAppend':
- c_generated_functions.c:3597:15: warning: passing argument 1 of 'TextAppend' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-  3597 |    TextAppend(x3623, x3624, x3625);
-       |               ^~~~~
- vendor/raylib/src/raylib.h:1472:29: note: expected 'char *' but argument is of type 'const char *'
-  1472 | RLAPI void TextAppend(char *text, const char *append, int *position);                       // Append text at specific position and move cursor!
-       |                       ~~~~~~^~~~
- (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.1/_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.1/_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.1
-> installed raylib.1.3.1
Done.
# Run eval $(opam env) to update the current shell environment
2024-09-25 09:07.25 ---> saved as "42060997215326354258d5e9932feabe72476e8c44d18aaf64fc32204b845c2f"

/home/opam: (run (shell "opam exec -- ~/voodoo-prep -u raylib:56bafb855cbaebb8a121a3167b30c757,patch:00c332824f54335328bbccfda79c0db7,conf-mesa:99632b2bb55302e1fa3e2a57571063d0,conf-libxrandr:99632b2bb55302e1fa3e2a57571063d0,conf-libxinerama:99632b2bb55302e1fa3e2a57571063d0,conf-libxi:99632b2bb55302e1fa3e2a57571063d0,conf-libxcursor:99632b2bb55302e1fa3e2a57571063d0"))
2024-09-25 09:07.29 ---> saved as "dcc0de4616c2a0c75961ab02f17c59ecc05c12af0481443b0ce5f6c95d320ac6"

/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.014084') && (for DATA in prep/universes/99632b2bb55302e1fa3e2a57571063d0/conf-libxcursor/1,conf-libxcursor.1-99632b2bb55302e1fa3e2a57571063d0,conf-libxcursor.1 prep/universes/99632b2bb55302e1fa3e2a57571063d0/conf-libxi/1,conf-libxi.1-99632b2bb55302e1fa3e2a57571063d0,conf-libxi.1 prep/universes/99632b2bb55302e1fa3e2a57571063d0/conf-libxinerama/1,conf-libxinerama.1-99632b2bb55302e1fa3e2a57571063d0,conf-libxinerama.1 prep/universes/99632b2bb55302e1fa3e2a57571063d0/conf-libxrandr/1,conf-libxrandr.1-99632b2bb55302e1fa3e2a57571063d0,conf-libxrandr.1 prep/universes/99632b2bb55302e1fa3e2a57571063d0/conf-mesa/1,conf-mesa.1-99632b2bb55302e1fa3e2a57571063d0,conf-mesa.1 prep/universes/00c332824f54335328bbccfda79c0db7/patch/2.0.0,patch.2.0.0-00c332824f54335328bbccfda79c0db7,patch.2.0.0 prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1,raylib.1.3.1-56bafb855cbaebb8a121a3167b30c757,raylib.1.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/99632b2bb55302e1fa3e2a57571063d0/conf-libxcursor/1,conf-libxcursor.1-99632b2bb55302e1fa3e2a57571063d0,conf-libxcursor.1 prep/universes/99632b2bb55302e1fa3e2a57571063d0/conf-libxi/1,conf-libxi.1-99632b2bb55302e1fa3e2a57571063d0,conf-libxi.1 prep/universes/99632b2bb55302e1fa3e2a57571063d0/conf-libxinerama/1,conf-libxinerama.1-99632b2bb55302e1fa3e2a57571063d0,conf-libxinerama.1 prep/universes/99632b2bb55302e1fa3e2a57571063d0/conf-libxrandr/1,conf-libxrandr.1-99632b2bb55302e1fa3e2a57571063d0,conf-libxrandr.1 prep/universes/99632b2bb55302e1fa3e2a57571063d0/conf-mesa/1,conf-mesa.1-99632b2bb55302e1fa3e2a57571063d0,conf-mesa.1 prep/universes/00c332824f54335328bbccfda79c0db7/patch/2.0.0,patch.2.0.0-00c332824f54335328bbccfda79c0db7,patch.2.0.0 prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1,raylib.1.3.1-56bafb855cbaebb8a121a3167b30c757,raylib.1.3.1; do IFS=\",\"; set -- $DATA; rsync -aR --no-p ./$1 staging.docs.ci.ocamllabs.io:/data/.; done) && (for DATA in prep/universes/99632b2bb55302e1fa3e2a57571063d0/conf-libxcursor/1,conf-libxcursor.1-99632b2bb55302e1fa3e2a57571063d0,conf-libxcursor.1 prep/universes/99632b2bb55302e1fa3e2a57571063d0/conf-libxi/1,conf-libxi.1-99632b2bb55302e1fa3e2a57571063d0,conf-libxi.1 prep/universes/99632b2bb55302e1fa3e2a57571063d0/conf-libxinerama/1,conf-libxinerama.1-99632b2bb55302e1fa3e2a57571063d0,conf-libxinerama.1 prep/universes/99632b2bb55302e1fa3e2a57571063d0/conf-libxrandr/1,conf-libxrandr.1-99632b2bb55302e1fa3e2a57571063d0,conf-libxrandr.1 prep/universes/99632b2bb55302e1fa3e2a57571063d0/conf-mesa/1,conf-mesa.1-99632b2bb55302e1fa3e2a57571063d0,conf-mesa.1 prep/universes/00c332824f54335328bbccfda79c0db7/patch/2.0.0,patch.2.0.0-00c332824f54335328bbccfda79c0db7,patch.2.0.0 prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1,raylib.1.3.1-56bafb855cbaebb8a121a3167b30c757,raylib.1.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.014084
prep/universes/99632b2bb55302e1fa3e2a57571063d0/conf-libxcursor/1/opam
prep/universes/99632b2bb55302e1fa3e2a57571063d0/conf-libxi/1/opam
prep/universes/99632b2bb55302e1fa3e2a57571063d0/conf-libxinerama/1/opam
prep/universes/99632b2bb55302e1fa3e2a57571063d0/conf-libxrandr/1/opam
prep/universes/99632b2bb55302e1fa3e2a57571063d0/conf-mesa/1/opam
prep/universes/00c332824f54335328bbccfda79c0db7/patch/2.0.0/doc/
prep/universes/00c332824f54335328bbccfda79c0db7/patch/2.0.0/doc/patch/
prep/universes/00c332824f54335328bbccfda79c0db7/patch/2.0.0/doc/patch/CHANGES.md
prep/universes/00c332824f54335328bbccfda79c0db7/patch/2.0.0/doc/patch/LICENSE.md
prep/universes/00c332824f54335328bbccfda79c0db7/patch/2.0.0/doc/patch/README.md
prep/universes/00c332824f54335328bbccfda79c0db7/patch/2.0.0/lib/
prep/universes/00c332824f54335328bbccfda79c0db7/patch/2.0.0/lib/patch/
prep/universes/00c332824f54335328bbccfda79c0db7/patch/2.0.0/lib/patch/patch.ocamlobjinfo
prep/universes/00c332824f54335328bbccfda79c0db7/patch/2.0.0/lib/patch/META
prep/universes/00c332824f54335328bbccfda79c0db7/patch/2.0.0/lib/patch/dune-package
prep/universes/00c332824f54335328bbccfda79c0db7/patch/2.0.0/lib/patch/patch.cmi
prep/universes/00c332824f54335328bbccfda79c0db7/patch/2.0.0/lib/patch/patch.cmt
prep/universes/00c332824f54335328bbccfda79c0db7/patch/2.0.0/lib/patch/patch.cmti
prep/universes/00c332824f54335328bbccfda79c0db7/patch/2.0.0/opam
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/doc/
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/doc/raylib/
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/doc/raylib/CHANGES.md
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/doc/raylib/LICENSE
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/doc/raylib/README.md
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/lib/
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/lib/raylib/
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/lib/raylib/raylib.ocamlobjinfo
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/lib/raylib/META
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/lib/raylib/__private__/
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/lib/raylib/__private__/raylib_c/
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/lib/raylib/__private__/raylib_c/raylib_c.ocamlobjinfo
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/lib/raylib/__private__/raylib_c/.public_cmi/
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/lib/raylib/__private__/raylib_c/.public_cmi/raylib_c.cmi
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/lib/raylib/__private__/raylib_c/.public_cmi/raylib_c.cmt
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/lib/raylib/__private__/raylib_c/.public_cmi/raylib_c__Raylib_c_generated_functions.cmi
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/lib/raylib/__private__/raylib_c/.public_cmi/raylib_c__Raylib_c_generated_functions.cmt
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/lib/raylib/__private__/raylib_c/.public_cmi/raylib_c__Raylib_c_generated_math.cmi
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/lib/raylib/__private__/raylib_c/.public_cmi/raylib_c__Raylib_c_generated_math.cmt
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/lib/raylib/__private__/raylib_c/.public_cmi/raylib_c__Raylib_c_generated_rlgl.cmi
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/lib/raylib/__private__/raylib_c/.public_cmi/raylib_c__Raylib_c_generated_rlgl.cmt
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/lib/raylib/__private__/raylib_fixed_types/
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/lib/raylib/__private__/raylib_fixed_types/raylib_fixed_types.ocamlobjinfo
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/lib/raylib/__private__/raylib_fixed_types/.public_cmi/
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/lib/raylib/__private__/raylib_fixed_types/.public_cmi/raylib_fixed_types.cmi
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/lib/raylib/__private__/raylib_fixed_types/.public_cmi/raylib_fixed_types.cmt
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/lib/raylib/__private__/raylib_fixed_types/.public_cmi/raylib_fixed_types__.cmi
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/lib/raylib/__private__/raylib_fixed_types/.public_cmi/raylib_fixed_types__.cmt
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/lib/raylib/__private__/raylib_fixed_types/.public_cmi/raylib_fixed_types__Raylib_c_generated_types.cmi
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/lib/raylib/__private__/raylib_fixed_types/.public_cmi/raylib_fixed_types__Raylib_c_generated_types.cmt
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/lib/raylib/__private__/raylib_functions/
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/lib/raylib/__private__/raylib_functions/raylib_functions.ocamlobjinfo
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/lib/raylib/__private__/raylib_functions/.public_cmi/
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/lib/raylib/__private__/raylib_functions/.public_cmi/raylib_functions.cmi
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/lib/raylib/__private__/raylib_functions/.public_cmi/raylib_functions.cmt
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/lib/raylib/__private__/raylib_math/
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/lib/raylib/__private__/raylib_math/raylib_math.ocamlobjinfo
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/lib/raylib/__private__/raylib_math/.public_cmi/
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/lib/raylib/__private__/raylib_math/.public_cmi/raylib_math.cmi
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/lib/raylib/__private__/raylib_math/.public_cmi/raylib_math.cmt
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/lib/raylib/__private__/raylib_rlgl/
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/lib/raylib/__private__/raylib_rlgl/raylib_rlgl.ocamlobjinfo
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/lib/raylib/__private__/raylib_rlgl/.public_cmi/
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/lib/raylib/__private__/raylib_rlgl/.public_cmi/raylib_rlgl.cmi
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/lib/raylib/__private__/raylib_rlgl/.public_cmi/raylib_rlgl.cmt
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/lib/raylib/__private__/raylib_types/
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/lib/raylib/__private__/raylib_types/raylib_types.ocamlobjinfo
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/lib/raylib/__private__/raylib_types/.public_cmi/
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/lib/raylib/__private__/raylib_types/.public_cmi/raylib_types.cmi
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/lib/raylib/__private__/raylib_types/.public_cmi/raylib_types.cmt
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/lib/raylib/__private__/rlgl_generated_types/
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/lib/raylib/__private__/rlgl_generated_types/rlgl_generated_types.ocamlobjinfo
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/lib/raylib/__private__/rlgl_generated_types/.public_cmi/
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/lib/raylib/__private__/rlgl_generated_types/.public_cmi/rlgl_generated_types.cmi
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/lib/raylib/__private__/rlgl_generated_types/.public_cmi/rlgl_generated_types.cmt
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/lib/raylib/__private__/rlgl_generated_types/.public_cmi/rlgl_generated_types__.cmi
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/lib/raylib/__private__/rlgl_generated_types/.public_cmi/rlgl_generated_types__.cmt
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/lib/raylib/__private__/rlgl_generated_types/.public_cmi/rlgl_generated_types__Rlgl_c_generated_types.cmi
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/lib/raylib/__private__/rlgl_generated_types/.public_cmi/rlgl_generated_types__Rlgl_c_generated_types.cmt
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/lib/raylib/__private__/rlgl_types/
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/lib/raylib/__private__/rlgl_types/rlgl_types.ocamlobjinfo
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/lib/raylib/__private__/rlgl_types/.public_cmi/
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/lib/raylib/__private__/rlgl_types/.public_cmi/rlgl_types.cmi
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/lib/raylib/__private__/rlgl_types/.public_cmi/rlgl_types.cmt
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/lib/raylib/dune-package
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/lib/raylib/raylib.cmi
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/lib/raylib/raylib.cmt
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/lib/raylib/raylib.cmti
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/lib/raylib/raylib__.cmi
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/lib/raylib/raylib__.cmt
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/lib/raylib/raylib__Ctypes_reexports.cmi
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/lib/raylib/raylib__Ctypes_reexports.cmt
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/lib/raylib/raylib__Functions.cmi
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/lib/raylib/raylib__Functions.cmt
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/lib/raylib/raylib__Raylib_types.cmi
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/lib/raylib/raylib__Raylib_types.cmt
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/lib/raylib/raylib__Rlgl.cmi
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/lib/raylib/raylib__Rlgl.cmt
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/lib/raylib/raylib__Rlgl.cmti
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/lib/raylib/raylib__Rlgl_types.cmi
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/lib/raylib/raylib__Rlgl_types.cmt
prep/universes/56bafb855cbaebb8a121a3167b30c757/raylib/1.3.1/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-99632b2bb55302e1fa3e2a57571063d0:6cd003101a2465006c255886a010a13cd8771455151685325c07d5bc68370fe6
HASHES:conf-libxi.1-99632b2bb55302e1fa3e2a57571063d0:a45f43f002b9ad536abd0c1c91b0141104937247fc39bc341d54bab85f3a6c64
HASHES:conf-libxinerama.1-99632b2bb55302e1fa3e2a57571063d0:3013e6903fb4ebffdb3222fbb574500702f92cf1c31413f27ec7f471757edd41
HASHES:conf-libxrandr.1-99632b2bb55302e1fa3e2a57571063d0:8be5f7679bae4e077ec99983ed342dbf166550ab2a74281b83dc2ed9d6fdf558
HASHES:conf-mesa.1-99632b2bb55302e1fa3e2a57571063d0:58346e82e027c9ccff8d369ce3ab05d8f173565a669483a3934d4d983f924852
HASHES:patch.2.0.0-00c332824f54335328bbccfda79c0db7:dbc8874b6c0b9e0f6ee2b9a894efeedae6f2ab7953a15e2ebda0e6d094a66250
HASHES:raylib.1.3.1-56bafb855cbaebb8a121a3167b30c757:6758a9bd9365a54d1674dcafcacb29af7e7ff0eb04c1639d7d63ff77732aa982
2024-09-25 09:07.36 ---> saved as "53688a55388a1d5be3fd925fccd4c81a0589a4ba3b28ae2b01ef54f8c090a315"
Job succeeded
2024-09-25 09:07.50: raylib.1.3.1-56bafb855cbaebb8a121a3167b30c757 -> 6758a9bd9365a54d1674dcafcacb29af7e7ff0eb04c1639d7d63ff77732aa982
2024-09-25 09:07.50: patch.2.0.0-00c332824f54335328bbccfda79c0db7 -> dbc8874b6c0b9e0f6ee2b9a894efeedae6f2ab7953a15e2ebda0e6d094a66250
2024-09-25 09:07.50: conf-mesa.1-99632b2bb55302e1fa3e2a57571063d0 -> 58346e82e027c9ccff8d369ce3ab05d8f173565a669483a3934d4d983f924852
2024-09-25 09:07.50: conf-libxrandr.1-99632b2bb55302e1fa3e2a57571063d0 -> 8be5f7679bae4e077ec99983ed342dbf166550ab2a74281b83dc2ed9d6fdf558
2024-09-25 09:07.50: conf-libxinerama.1-99632b2bb55302e1fa3e2a57571063d0 -> 3013e6903fb4ebffdb3222fbb574500702f92cf1c31413f27ec7f471757edd41
2024-09-25 09:07.50: conf-libxi.1-99632b2bb55302e1fa3e2a57571063d0 -> a45f43f002b9ad536abd0c1c91b0141104937247fc39bc341d54bab85f3a6c64
2024-09-25 09:07.50: conf-libxcursor.1-99632b2bb55302e1fa3e2a57571063d0 -> 6cd003101a2465006c255886a010a13cd8771455151685325c07d5bc68370fe6
2024-09-25 09:07.50: Job succeeded