Build:
  1. 0
2026-07-30 15:51.16: New job: build raylib.2.2.2 (8b9c3b264e76)
2026-07-30 15:51.16: [profile full] build raylib.2.2.2
2026-07-30 15:51.23: build raylib.2.2.2 (8b9c3b264e76)
=== DEPENDENCIES (19 transitive) ===
  base-threads.base                                  afe16a8e71c3
  base-unix.base                                     73c0a5fdd34a
  compiler-cloning.enabled                           22a431860256
  conf-libxcursor.1                                  c92e731fec24
  conf-libxi.1                                       695b784e5160
  conf-libxinerama.1                                 6844e08c15a4
  conf-libxrandr.1                                   8060910cffaf
  conf-mesa.1                                        945c2e215d02
  conf-pkg-config.5                                  2c611009363a
  csexp.1.5.2                                        9b58e29a8bf1
  ctypes.0.24.0                                      7b5a58116582
  dune.3.24.1                                        0d2a3ba8bfb9
  dune-configurator.3.24.1                           29a4528f5159
  integers.0.8.0                                     62aece7f10dd
  ocaml.5.5.0                                        af24caade1d3
  ocaml-base-compiler.5.5.0                          5f93989ce6d7
  ocaml-compiler.5.5.0                               15edcf5138e5
  patch.3.1.2                                        7532353f8805
  stdlib-shims.0.3.0                                 4bbd4a6c7a07
=== STDOUT ===
Processing: [default: loading data]
[raylib.2.2.2: dl]
[raylib.2.2.2: http]
[raylib.2.2.2: extract]
-> retrieved raylib.2.2.2  (https://github.com/tjammer/raylib-ocaml/releases/download/2.2.2/raylib-2.2.2.tbz)
[raylib: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-p" "raylib" "-j" "39" "@install" (CWD=/home/opam/.opam/default/.opam-switch/build/raylib.2.2.2)
- (cd _build/default/src/c && ./apply_patch.exe enable_formats.patch)
- patching vendor/raylib/src/config.h
- (cd _build/default/src/c && ./apply_patch.exe hotfixes.patch)
- patching vendor/raylib/src/platforms/rcore_desktop_glfw.c
- patching vendor/raylib/src/raudio.c
- (cd _build/default/src/c && /usr/bin/make -C vendor/raylib/src RAYLIB_LIBTYPE=STATIC -j 8)
- make: Entering directory '/home/opam/.opam/default/.opam-switch/build/raylib.2.2.2/_build/default/src/c/vendor/raylib/src'
- gcc -c rcore.c -Wall -D_GNU_SOURCE -DPLATFORM_DESKTOP_GLFW -DGRAPHICS_API_OPENGL_33 -Wno-missing-braces -Werror=pointer-arith -fno-strict-aliasing -std=c99 -fPIC -O1 -Werror=implicit-function-declaration -D_GLFW_X11  -I.  -Iexternal/glfw/include
- gcc -c rshapes.c -Wall -D_GNU_SOURCE -DPLATFORM_DESKTOP_GLFW -DGRAPHICS_API_OPENGL_33 -Wno-missing-braces -Werror=pointer-arith -fno-strict-aliasing -std=c99 -fPIC -O1 -Werror=implicit-function-declaration -D_GLFW_X11  -I.  -Iexternal/glfw/include
- gcc -c rtextures.c -Wall -D_GNU_SOURCE -DPLATFORM_DESKTOP_GLFW -DGRAPHICS_API_OPENGL_33 -Wno-missing-braces -Werror=pointer-arith -fno-strict-aliasing -std=c99 -fPIC -O1 -Werror=implicit-function-declaration -D_GLFW_X11  -I.  -Iexternal/glfw/include
- gcc -c rtext.c -Wall -D_GNU_SOURCE -DPLATFORM_DESKTOP_GLFW -DGRAPHICS_API_OPENGL_33 -Wno-missing-braces -Werror=pointer-arith -fno-strict-aliasing -std=c99 -fPIC -O1 -Werror=implicit-function-declaration -D_GLFW_X11  -I.  -Iexternal/glfw/include
- gcc  -c rglfw.c -Wall -D_GNU_SOURCE -DPLATFORM_DESKTOP_GLFW -DGRAPHICS_API_OPENGL_33 -Wno-missing-braces -Werror=pointer-arith -fno-strict-aliasing -std=c99 -fPIC -O1 -Werror=implicit-function-declaration -D_GLFW_X11  -I.  -Iexternal/glfw/include -U_GNU_SOURCE
- gcc -c rmodels.c -Wall -D_GNU_SOURCE -DPLATFORM_DESKTOP_GLFW -DGRAPHICS_API_OPENGL_33 -Wno-missing-braces -Werror=pointer-arith -fno-strict-aliasing -std=c99 -fPIC -O1 -Werror=implicit-function-declaration -D_GLFW_X11  -I.  -Iexternal/glfw/include
- gcc -c raudio.c -Wall -D_GNU_SOURCE -DPLATFORM_DESKTOP_GLFW -DGRAPHICS_API_OPENGL_33 -Wno-missing-braces -Werror=pointer-arith -fno-strict-aliasing -std=c99 -fPIC -O1 -Werror=implicit-function-declaration -D_GLFW_X11  -I.  -Iexternal/glfw/include
- ar rcs ../src/libraylib.a rcore.o rshapes.o rtextures.o rtext.o rglfw.o rmodels.o raudio.o
- raylib static library generated (libraylib.a) in ../src!
- make: Leaving directory '/home/opam/.opam/default/.opam-switch/build/raylib.2.2.2/_build/default/src/c/vendor/raylib/src'
- In file included from rmodels.c:44:
- external/par_shapes.h: In function 'par_shapes_create_disk':
- raylib.h:132:33: warning: argument 1 range [18446744069414584320, 18446744073709551610] exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=]
-   132 |     #define RL_MALLOC(sz)       malloc(sz)
-       |                                 ^~~~~~~~~~
- rmodels.c:101:36: note: in expansion of macro 'RL_MALLOC'
-   101 |     #define PAR_MALLOC(T, N) ((T *)RL_MALLOC(N*sizeof(T)))
-       |                                    ^~~~~~~~~
- external/par_shapes.h:741:23: note: in expansion of macro 'PAR_MALLOC'
-   741 |     mesh->triangles = PAR_MALLOC(PAR_SHAPES_T, 3 * mesh->ntriangles);
-       |                       ^~~~~~~~~~
- In file included from rmodels.c:54:
- /usr/include/stdlib.h:672:14: note: in a call to allocation function 'malloc' declared here
-   672 | extern void *malloc (size_t __size) __THROW __attribute_malloc__
-       |              ^~~~~~
- (cd _build/default/src/c && /usr/bin/make -C vendor/raylib/src clean)
- make: Entering directory '/home/opam/.opam/default/.opam-switch/build/raylib.2.2.2/_build/default/src/c/vendor/raylib/src'
- rm -fv *.o ../src/libraylib.a ../src/libraylib.web.a ../src/libraylib.so* raygui.c ../src/*-protocol.h ../src/*-protocol-code.h ../src/*-protocol-code.c
- removed 'raudio.o'
- removed 'rcore.o'
- removed 'rglfw.o'
- removed 'rmodels.o'
- removed 'rshapes.o'
- removed 'rtext.o'
- removed 'rtextures.o'
- removed '../src/libraylib.a'
- removed all generated files!
- make: Leaving directory '/home/opam/.opam/default/.opam-switch/build/raylib.2.2.2/_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/default/.opam-switch/build/raylib.2.2.2/_build/default/src/c/vendor/raylib/src'
- gcc -c rcore.c -Wall -D_GNU_SOURCE -DPLATFORM_DESKTOP_GLFW -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 -fvisibility=hidden -D_GLFW_X11  -I.  -Iexternal/glfw/include
- gcc -c rshapes.c -Wall -D_GNU_SOURCE -DPLATFORM_DESKTOP_GLFW -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 -fvisibility=hidden -D_GLFW_X11  -I.  -Iexternal/glfw/include
- gcc -c rtextures.c -Wall -D_GNU_SOURCE -DPLATFORM_DESKTOP_GLFW -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 -fvisibility=hidden -D_GLFW_X11  -I.  -Iexternal/glfw/include
- gcc -c rtext.c -Wall -D_GNU_SOURCE -DPLATFORM_DESKTOP_GLFW -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 -fvisibility=hidden -D_GLFW_X11  -I.  -Iexternal/glfw/include
- gcc  -c rglfw.c -Wall -D_GNU_SOURCE -DPLATFORM_DESKTOP_GLFW -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 -fvisibility=hidden -D_GLFW_X11  -I.  -Iexternal/glfw/include -U_GNU_SOURCE
- gcc -c rmodels.c -Wall -D_GNU_SOURCE -DPLATFORM_DESKTOP_GLFW -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 -fvisibility=hidden -D_GLFW_X11  -I.  -Iexternal/glfw/include
- gcc -c raudio.c -Wall -D_GNU_SOURCE -DPLATFORM_DESKTOP_GLFW -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 -fvisibility=hidden -D_GLFW_X11  -I.  -Iexternal/glfw/include
- gcc -shared -o ../src/libraylib.so.6.0.0 rcore.o rshapes.o rtextures.o rtext.o rglfw.o rmodels.o raudio.o  -L. -L../src -Wl,-soname,libraylib.so.600 -lGL -lc -lm -lpthread -ldl -lrt -lX11
- raylib shared library generated (libraylib.so.6.0.0) in ../src!
- cd ../src && ln -fsv libraylib.so.6.0.0 libraylib.so.600
- 'libraylib.so.600' -> 'libraylib.so.6.0.0'
- cd ../src && ln -fsv libraylib.so.600 libraylib.so
- 'libraylib.so' -> 'libraylib.so.600'
- make: Leaving directory '/home/opam/.opam/default/.opam-switch/build/raylib.2.2.2/_build/default/src/c/vendor/raylib/src'
- In file included from rmodels.c:44:
- external/par_shapes.h: In function 'par_shapes_create_disk':
- raylib.h:132:33: warning: argument 1 range [18446744069414584320, 18446744073709551610] exceeds maximum object size 9223372036854775807 [-Walloc-size-larger-than=]
-   132 |     #define RL_MALLOC(sz)       malloc(sz)
-       |                                 ^~~~~~~~~~
- rmodels.c:101:36: note: in expansion of macro 'RL_MALLOC'
-   101 |     #define PAR_MALLOC(T, N) ((T *)RL_MALLOC(N*sizeof(T)))
-       |                                    ^~~~~~~~~
- external/par_shapes.h:741:23: note: in expansion of macro 'PAR_MALLOC'
-   741 |     mesh->triangles = PAR_MALLOC(PAR_SHAPES_T, 3 * mesh->ntriangles);
-       |                       ^~~~~~~~~~
- In file included from rmodels.c:54:
- /usr/include/stdlib.h:672:14: note: in a call to allocation function 'malloc' declared here
-   672 | extern void *malloc (size_t __size) __THROW __attribute_malloc__
-       |              ^~~~~~
- (cd _build/default/src/c/raylib/core && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -I../../vendor/raylib/src -g -I /home/opam/.opam/default/lib/ocaml -I /home/opam/.opam/default/lib/ctypes raylib__c_cout_generated_types.c -o raylib__c_cout_generated_types.exe)
- In file included from raylib__c_cout_generated_types.c:3:
- ../../vendor/raylib/src/config.h:370:13: warning: "TRACELOG" redefined
-   370 |     #define TRACELOG(level, ...) TraceLog(level, __VA_ARGS__)
-       |             ^~~~~~~~
- In file included from raylib__c_cout_generated_types.c:2:
- ../../vendor/raylib/src/rlgl.h:130:13: note: this is the location of the previous definition
-   130 |     #define TRACELOG(level, ...) (void)0
-       |             ^~~~~~~~
- (cd _build/default/src/c/raylib/core && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -I../../vendor/raylib/src -g -I /home/opam/.opam/default/lib/ocaml -I /home/opam/.opam/default/lib/ctypes -I /home/opam/.opam/default/lib/ctypes/stubs -I /home/opam/.opam/default/lib/integers -I /home/opam/.opam/default/lib/ocaml/str -I /home/opam/.opam/default/lib/stdlib-shims -o raylib__c_cout_generated_functions__Functions__Functions.o -c raylib__c_cout_generated_functions__Functions__Functions.c)
- In file included from raylib__c_cout_generated_functions__Functions__Functions.c:3:
- ../../vendor/raylib/src/config.h:370:13: warning: "TRACELOG" redefined
-   370 |     #define TRACELOG(level, ...) TraceLog(level, __VA_ARGS__)
-       |             ^~~~~~~~
- In file included from raylib__c_cout_generated_functions__Functions__Functions.c:2:
- ../../vendor/raylib/src/rlgl.h:130:13: note: this is the location of the previous definition
-   130 |     #define TRACELOG(level, ...) (void)0
-       |             ^~~~~~~~
- raylib__c_cout_generated_functions__Functions__Functions.c: In function 'raylib_stubs_46_GetClipboardText':
- raylib__c_cout_generated_functions__Functions__Functions.c:445:17: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   445 |    char* x310 = GetClipboardText();
-       |                 ^~~~~~~~~~~~~~~~
- raylib__c_cout_generated_functions__Functions__Functions.c: In function 'raylib_stubs_112_LoadFileData':
- raylib__c_cout_generated_functions__Functions__Functions.c:1155:17: warning: pointer targets in initialization of 'char *' from 'unsigned char *' differ in signedness [-Wpointer-sign]
-  1155 |    char* x873 = LoadFileData(x871, x872);
-       |                 ^~~~~~~~~~~~
- raylib__c_cout_generated_functions__Functions__Functions.c: In function 'raylib_stubs_113_UnloadFileData':
- raylib__c_cout_generated_functions__Functions__Functions.c:1165:19: warning: pointer targets in passing argument 1 of 'UnloadFileData' differ in signedness [-Wpointer-sign]
-  1165 |    UnloadFileData(x878);
-       |                   ^~~~
-       |                   |
-       |                   char *
- In file included from raylib__c_cout_generated_functions__Functions__Functions.c:1:
- ../../vendor/raylib/src/raylib.h:1128:42: note: expected 'unsigned char *' but argument is of type 'char *'
-  1128 | RLAPI void UnloadFileData(unsigned char *data);                     // Unload file data allocated by LoadFileData()
-       |                           ~~~~~~~~~~~~~~~^~~~
- raylib__c_cout_generated_functions__Functions__Functions.c: In function 'raylib_stubs_115_ExportDataAsCode':
- raylib__c_cout_generated_functions__Functions__Functions.c:1189:34: warning: pointer targets in passing argument 1 of 'ExportDataAsCode' differ in signedness [-Wpointer-sign]
-  1189 |    _Bool x903 = ExportDataAsCode(x898, x899, x902);
-       |                                  ^~~~
-       |                                  |
-       |                                  const char *
- ../../vendor/raylib/src/raylib.h:1130:50: note: expected 'const unsigned char *' but argument is of type 'const char *'
-  1130 | RLAPI bool ExportDataAsCode(const unsigned char *data, int dataSize, const char *fileName); // Export data to code (.h), returns true on success
-       |                             ~~~~~~~~~~~~~~~~~~~~~^~~~
- (cd _build/default/src/c/raylib/models && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -I../../vendor/raylib/src -g -I /home/opam/.opam/default/lib/ocaml -I /home/opam/.opam/default/lib/ctypes raylib__c_cout_generated_types.c -o raylib__c_cout_generated_types.exe)
- In file included from raylib__c_cout_generated_types.c:3:
- ../../vendor/raylib/src/config.h:370:13: warning: "TRACELOG" redefined
-   370 |     #define TRACELOG(level, ...) TraceLog(level, __VA_ARGS__)
-       |             ^~~~~~~~
- In file included from raylib__c_cout_generated_types.c:2:
- ../../vendor/raylib/src/rlgl.h:130:13: note: this is the location of the previous definition
-   130 |     #define TRACELOG(level, ...) (void)0
-       |             ^~~~~~~~
- (cd _build/default/src/c/raylib/audio && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -I../../vendor/raylib/src -g -I /home/opam/.opam/default/lib/ocaml -I /home/opam/.opam/default/lib/ctypes raylib__c_cout_generated_types.c -o raylib__c_cout_generated_types.exe)
- In file included from raylib__c_cout_generated_types.c:3:
- ../../vendor/raylib/src/config.h:370:13: warning: "TRACELOG" redefined
-   370 |     #define TRACELOG(level, ...) TraceLog(level, __VA_ARGS__)
-       |             ^~~~~~~~
- In file included from raylib__c_cout_generated_types.c:2:
- ../../vendor/raylib/src/rlgl.h:130:13: note: this is the location of the previous definition
-   130 |     #define TRACELOG(level, ...) (void)0
-       |             ^~~~~~~~
- (cd _build/default/src/c/raylib/text && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -I../../vendor/raylib/src -g -I /home/opam/.opam/default/lib/ocaml -I /home/opam/.opam/default/lib/ctypes raylib__c_cout_generated_types.c -o raylib__c_cout_generated_types.exe)
- In file included from raylib__c_cout_generated_types.c:3:
- ../../vendor/raylib/src/config.h:370:13: warning: "TRACELOG" redefined
-   370 |     #define TRACELOG(level, ...) TraceLog(level, __VA_ARGS__)
-       |             ^~~~~~~~
- In file included from raylib__c_cout_generated_types.c:2:
- ../../vendor/raylib/src/rlgl.h:130:13: note: this is the location of the previous definition
-   130 |     #define TRACELOG(level, ...) (void)0
-       |             ^~~~~~~~
- (cd _build/default/src/c/raylib/shapes && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -I../../vendor/raylib/src -g -I /home/opam/.opam/default/lib/ocaml -I /home/opam/.opam/default/lib/ctypes raylib__c_cout_generated_types.c -o raylib__c_cout_generated_types.exe)
- In file included from raylib__c_cout_generated_types.c:3:
- ../../vendor/raylib/src/config.h:370:13: warning: "TRACELOG" redefined
-   370 |     #define TRACELOG(level, ...) TraceLog(level, __VA_ARGS__)
-       |             ^~~~~~~~
- In file included from raylib__c_cout_generated_types.c:2:
- ../../vendor/raylib/src/rlgl.h:130:13: note: this is the location of the previous definition
-   130 |     #define TRACELOG(level, ...) (void)0
-       |             ^~~~~~~~
- (cd _build/default/src/c/raylib/textures && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -I../../vendor/raylib/src -g -I /home/opam/.opam/default/lib/ocaml -I /home/opam/.opam/default/lib/ctypes raylib__c_cout_generated_types.c -o raylib__c_cout_generated_types.exe)
- In file included from raylib__c_cout_generated_types.c:3:
- ../../vendor/raylib/src/config.h:370:13: warning: "TRACELOG" redefined
-   370 |     #define TRACELOG(level, ...) TraceLog(level, __VA_ARGS__)
-       |             ^~~~~~~~
- In file included from raylib__c_cout_generated_types.c:2:
- ../../vendor/raylib/src/rlgl.h:130:13: note: this is the location of the previous definition
-   130 |     #define TRACELOG(level, ...) (void)0
-       |             ^~~~~~~~
- (cd _build/default/src/c/raylib/text && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -I../../vendor/raylib/src -g -I /home/opam/.opam/default/lib/ocaml -I /home/opam/.opam/default/lib/ctypes -I /home/opam/.opam/default/lib/ctypes/stubs -I /home/opam/.opam/default/lib/integers -I /home/opam/.opam/default/lib/ocaml/str -I /home/opam/.opam/default/lib/stdlib-shims -I ../core -I ../../../raylib -o raylib__c_cout_generated_functions__Functions__Functions.o -c raylib__c_cout_generated_functions__Functions__Functions.c)
- In file included from raylib__c_cout_generated_functions__Functions__Functions.c:3:
- ../../vendor/raylib/src/config.h:370:13: warning: "TRACELOG" redefined
-   370 |     #define TRACELOG(level, ...) TraceLog(level, __VA_ARGS__)
-       |             ^~~~~~~~
- In file included from raylib__c_cout_generated_functions__Functions__Functions.c:2:
- ../../vendor/raylib/src/rlgl.h:130:13: note: this is the location of the previous definition
-   130 |     #define TRACELOG(level, ...) (void)0
-       |             ^~~~~~~~
- raylib__c_cout_generated_functions__Functions__Functions.c: In function 'raylib_stubs_5_LoadFontFromMemory':
- raylib__c_cout_generated_functions__Functions__Functions.c:64:46: warning: pointer targets in passing argument 2 of 'LoadFontFromMemory' differ in signedness [-Wpointer-sign]
-    64 |    struct Font x62 = LoadFontFromMemory(x50, x51, x52, x55, x58, x59);
-       |                                              ^~~
-       |                                              |
-       |                                              const char *
- In file included from raylib__c_cout_generated_functions__Functions__Functions.c:1:
- ../../vendor/raylib/src/raylib.h:1493:74: note: expected 'const unsigned char *' but argument is of type 'const char *'
-  1493 | RLAPI Font LoadFontFromMemory(const char *fileType, const unsigned char *fileData, int dataSize, int fontSize, const int *codepoints, int codepointCount); // Load font from memory buffer, fileType refers to extension: i.e. '.ttf'
-       |                                                     ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
- raylib__c_cout_generated_functions__Functions__Functions.c: In function 'raylib_stubs_7_LoadFontData':
- raylib__c_cout_generated_functions__Functions__Functions.c:102:42: warning: pointer targets in passing argument 1 of 'LoadFontData' differ in signedness [-Wpointer-sign]
-   102 |    struct GlyphInfo* x102 = LoadFontData(x87, x88, x91, x94, x95, x98, x101);
-       |                                          ^~~
-       |                                          |
-       |                                          const char *
- ../../vendor/raylib/src/raylib.h:1495:52: note: expected 'const unsigned char *' but argument is of type 'const char *'
-  1495 | RLAPI GlyphInfo *LoadFontData(const unsigned char *fileData, int dataSize, int fontSize, const int *codepoints, int codepointCount, int type, int *glyphCount); // Load font data for further use
-       |                               ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
- (cd _build/default/src/c/raylib/audio && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -I../../vendor/raylib/src -g -I /home/opam/.opam/default/lib/ocaml -I /home/opam/.opam/default/lib/ctypes -I /home/opam/.opam/default/lib/ctypes/stubs -I /home/opam/.opam/default/lib/integers -I /home/opam/.opam/default/lib/ocaml/str -I /home/opam/.opam/default/lib/stdlib-shims -I ../core -I ../../../raylib -o raylib__c_cout_generated_functions__Functions__Functions.o -c raylib__c_cout_generated_functions__Functions__Functions.c)
- In file included from raylib__c_cout_generated_functions__Functions__Functions.c:3:
- ../../vendor/raylib/src/config.h:370:13: warning: "TRACELOG" redefined
-   370 |     #define TRACELOG(level, ...) TraceLog(level, __VA_ARGS__)
-       |             ^~~~~~~~
- In file included from raylib__c_cout_generated_functions__Functions__Functions.c:2:
- ../../vendor/raylib/src/rlgl.h:130:13: note: this is the location of the previous definition
-   130 |     #define TRACELOG(level, ...) (void)0
-       |             ^~~~~~~~
- raylib__c_cout_generated_functions__Functions__Functions.c: In function 'raylib_stubs_7_LoadWaveFromMemory':
- raylib__c_cout_generated_functions__Functions__Functions.c:70:46: warning: pointer targets in passing argument 2 of 'LoadWaveFromMemory' differ in signedness [-Wpointer-sign]
-    70 |    struct Wave x43 = LoadWaveFromMemory(x38, x39, x40);
-       |                                              ^~~
-       |                                              |
-       |                                              const char *
- In file included from raylib__c_cout_generated_functions__Functions__Functions.c:1:
- ../../vendor/raylib/src/raylib.h:1670:74: note: expected 'const unsigned char *' but argument is of type 'const char *'
-  1670 | RLAPI Wave LoadWaveFromMemory(const char *fileType, const unsigned char *fileData, int dataSize); // Load wave from memory buffer, fileType refers to extension: i.e. '.wav'
-       |                                                     ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
- raylib__c_cout_generated_functions__Functions__Functions.c: In function 'raylib_stubs_33_LoadMusicStreamFromMemory':
- raylib__c_cout_generated_functions__Functions__Functions.c:366:56: warning: pointer targets in passing argument 2 of 'LoadMusicStreamFromMemory' differ in signedness [-Wpointer-sign]
-   366 |    struct Music x287 = LoadMusicStreamFromMemory(x282, x283, x284);
-       |                                                        ^~~~
-       |                                                        |
-       |                                                        const char *
- ../../vendor/raylib/src/raylib.h:1700:82: note: expected 'const unsigned char *' but argument is of type 'const char *'
-  1700 | RLAPI Music LoadMusicStreamFromMemory(const char *fileType, const unsigned char *data, int dataSize); // Load music stream from data
-       |                                                             ~~~~~~~~~~~~~~~~~~~~~^~~~
- (cd _build/default/src/c/raylib/textures && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -I../../vendor/raylib/src -g -I /home/opam/.opam/default/lib/ocaml -I /home/opam/.opam/default/lib/ctypes -I /home/opam/.opam/default/lib/ctypes/stubs -I /home/opam/.opam/default/lib/integers -I /home/opam/.opam/default/lib/ocaml/str -I /home/opam/.opam/default/lib/stdlib-shims -I ../core -I ../../../raylib -o raylib__c_cout_generated_functions__Functions__Functions.o -c raylib__c_cout_generated_functions__Functions__Functions.c)
- In file included from raylib__c_cout_generated_functions__Functions__Functions.c:3:
- ../../vendor/raylib/src/config.h:370:13: warning: "TRACELOG" redefined
-   370 |     #define TRACELOG(level, ...) TraceLog(level, __VA_ARGS__)
-       |             ^~~~~~~~
- In file included from raylib__c_cout_generated_functions__Functions__Functions.c:2:
- ../../vendor/raylib/src/rlgl.h:130:13: note: this is the location of the previous definition
-   130 |     #define TRACELOG(level, ...) (void)0
-       |             ^~~~~~~~
- raylib__c_cout_generated_functions__Functions__Functions.c: In function 'raylib_stubs_4_LoadImageAnimFromMemory':
- raylib__c_cout_generated_functions__Functions__Functions.c:52:52: warning: pointer targets in passing argument 2 of 'LoadImageAnimFromMemory' differ in signedness [-Wpointer-sign]
-    52 |    struct Image x47 = LoadImageAnimFromMemory(x41, x42, x43, x46);
-       |                                                    ^~~
-       |                                                    |
-       |                                                    const char *
- In file included from raylib__c_cout_generated_functions__Functions__Functions.c:1:
- ../../vendor/raylib/src/raylib.h:1355:80: note: expected 'const unsigned char *' but argument is of type 'const char *'
-  1355 | RLAPI Image LoadImageAnimFromMemory(const char *fileType, const unsigned char *fileData, int dataSize, int *frames); // Load image sequence from memory buffer
-       |                                                           ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
- raylib__c_cout_generated_functions__Functions__Functions.c: In function 'raylib_stubs_5_LoadImageFromMemory':
- raylib__c_cout_generated_functions__Functions__Functions.c:64:48: warning: pointer targets in passing argument 2 of 'LoadImageFromMemory' differ in signedness [-Wpointer-sign]
-    64 |    struct Image x59 = LoadImageFromMemory(x54, x55, x56);
-       |                                                ^~~
-       |                                                |
-       |                                                const char *
- ../../vendor/raylib/src/raylib.h:1356:76: note: expected 'const unsigned char *' but argument is of type 'const char *'
-  1356 | RLAPI Image LoadImageFromMemory(const char *fileType, const unsigned char *fileData, int dataSize);      // Load image from memory buffer, fileType refers to extension: i.e. '.png'
-       |                                                       ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
- raylib__c_cout_generated_functions__Functions__Functions.c: In function 'raylib_stubs_11_ExportImageToMemory':
- raylib__c_cout_generated_functions__Functions__Functions.c:131:23: warning: pointer targets in initialization of 'const char *' from 'unsigned char *' differ in signedness [-Wpointer-sign]
-   131 |    char const* x110 = ExportImageToMemory(x107, x108, x109);
-       |                       ^~~~~~~~~~~~~~~~~~~
- (cd _build/default/src/c/raylib/shapes && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -I../../vendor/raylib/src -g -I /home/opam/.opam/default/lib/ocaml -I /home/opam/.opam/default/lib/ctypes -I /home/opam/.opam/default/lib/ctypes/stubs -I /home/opam/.opam/default/lib/integers -I /home/opam/.opam/default/lib/ocaml/str -I /home/opam/.opam/default/lib/stdlib-shims -I ../core -I ../../../raylib -o raylib__c_cout_generated_functions__Functions__Functions.o -c raylib__c_cout_generated_functions__Functions__Functions.c)
- In file included from raylib__c_cout_generated_functions__Functions__Functions.c:3:
- ../../vendor/raylib/src/config.h:370:13: warning: "TRACELOG" redefined
-   370 |     #define TRACELOG(level, ...) TraceLog(level, __VA_ARGS__)
-       |             ^~~~~~~~
- In file included from raylib__c_cout_generated_functions__Functions__Functions.c:2:
- ../../vendor/raylib/src/rlgl.h:130:13: note: this is the location of the previous definition
-   130 |     #define TRACELOG(level, ...) (void)0
-       |             ^~~~~~~~
- (cd _build/default/src/c/raylib/models && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -I../../vendor/raylib/src -g -I /home/opam/.opam/default/lib/ocaml -I /home/opam/.opam/default/lib/ctypes -I /home/opam/.opam/default/lib/ctypes/stubs -I /home/opam/.opam/default/lib/integers -I /home/opam/.opam/default/lib/ocaml/str -I /home/opam/.opam/default/lib/stdlib-shims -I ../core -I ../../../raylib -o raylib__c_cout_generated_functions__Functions__Functions.o -c raylib__c_cout_generated_functions__Functions__Functions.c)
- In file included from raylib__c_cout_generated_functions__Functions__Functions.c:3:
- ../../vendor/raylib/src/config.h:370:13: warning: "TRACELOG" redefined
-   370 |     #define TRACELOG(level, ...) TraceLog(level, __VA_ARGS__)
-       |             ^~~~~~~~
- In file included from raylib__c_cout_generated_functions__Functions__Functions.c:2:
- ../../vendor/raylib/src/rlgl.h:130:13: note: this is the location of the previous definition
-   130 |     #define TRACELOG(level, ...) (void)0
-       |             ^~~~~~~~
-> compiled  raylib.2.2.2
-> installed raylib.2.2.2
[WARNING] Opam packages conf-libxcursor.1, conf-libxi.1, conf-libxinerama.1, conf-libxrandr.1 and conf-mesa.1 depend on the following system packages that are no longer installed: libgl1-mesa-dev libxcursor-dev libxi-dev libxinerama-dev libxrandr-dev
  - conf-libxcursor.1: depends on libxcursor-dev
  - conf-libxi.1: depends on libxi-dev
  - conf-libxinerama.1: depends on libxinerama-dev
  - conf-libxrandr.1: depends on libxrandr-dev
  - conf-mesa.1: depends on libgl1-mesa-dev

=== STDERR ===

2026-07-30 15:55.41: OK: build raylib.2.2.2 (runc: 51.6s, disk: 37KB)
2026-07-30 15:55.41: Job succeeded