Build:
  1. 0
2026-06-20 18:53.24: New job: build libinput.0.1 (d69c74c4c2d8)
2026-06-20 18:53.24: Waiting for resource in pool day11-builds
2026-06-20 19:15.09: Got resource from pool day11-builds
2026-06-20 19:15.09: [profile full] build libinput.0.1
2026-06-20 19:15.09: build libinput.0.1 (d69c74c4c2d8)
=== DEPENDENCIES (20 transitive) ===
  base-threads.base                                  b7164ff76afe
  base-unix.base                                     839dc585f12d
  compiler-cloning.enabled                           0d2606125f88
  conf-libffi.2.0.0                                  8d7a8d3da0b7
  conf-libinput.1                                    1af3e9b1706c
  conf-pkg-config.5                                  64c6b37d622b
  csexp.1.5.2                                        315ecef51574
  ctypes.0.24.0                                      f65fb152010a
  ctypes-foreign.0.24.0                              b63050380a11
  dune.3.23.1                                        dbfeecb5ca10
  dune-configurator.3.23.1                           8afe79196456
  fmt.0.11.0                                         13e83cd80bf7
  integers.0.8.0                                     750e68af49a4
  ocaml.5.5.0                                        1b4132bddf48
  ocaml-base-compiler.5.5.0                          1901c3a760c1
  ocaml-compiler.5.5.0                               5f593a0b4a8c
  ocamlbuild.0.16.1                                  b485a4f69c01
  ocamlfind.1.9.8                                    5b46f9d92bbd
  stdlib-shims.0.3.0                                 9047e6396dc4
  topkg.1.1.1                                        8e3718e4cf5c
=== STDOUT ===
Processing: [default: loading data]
[libinput.0.1: dl]
[libinput.0.1: extract]
-> retrieved libinput.0.1  (https://opam.ocaml.org/cache)
[libinput: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-p" "libinput" "-j" "39" "@install" (CWD=/home/opam/.opam/default/.opam-switch/build/libinput.0.1)
- File "lib/_unknown_", line 1, characters 0-0:
- (cd _build/default/lib && /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. -g -I /home/opam/.opam/default/lib/ocaml -I /home/opam/.opam/default/lib/ctypes input__c_cout_generated_types.c -o input__c_cout_generated_types.exe)
- input__c_cout_generated_types.c: In function 'main':
- input__c_cout_generated_types.c:96:59: error: 'LIBINPUT_ACCEL_TYPE_SCROLL' undeclared (first use in this function)
-    96 |      enum { check_LIBINPUT_ACCEL_TYPE_SCROLL_const = (int)LIBINPUT_ACCEL_TYPE_SCROLL };
-       |                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~
- input__c_cout_generated_types.c:96:59: note: each undeclared identifier is reported only once for each function it appears in
- input__c_cout_generated_types.c:103:59: error: 'LIBINPUT_ACCEL_TYPE_MOTION' undeclared (first use in this function); did you mean 'LIBINPUT_EVENT_TOUCH_MOTION'?
-   103 |      enum { check_LIBINPUT_ACCEL_TYPE_MOTION_const = (int)LIBINPUT_ACCEL_TYPE_MOTION };
-       |                                                           ^~~~~~~~~~~~~~~~~~~~~~~~~~
-       |                                                           LIBINPUT_EVENT_TOUCH_MOTION
- input__c_cout_generated_types.c:110:61: error: 'LIBINPUT_ACCEL_TYPE_FALLBACK' undeclared (first use in this function)
-   110 |      enum { check_LIBINPUT_ACCEL_TYPE_FALLBACK_const = (int)LIBINPUT_ACCEL_TYPE_FALLBACK };
-       |                                                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
- input__c_cout_generated_types.c:117:69: error: 'LIBINPUT_CONFIG_ACCEL_PROFILE_CUSTOM' undeclared (first use in this function); did you mean 'LIBINPUT_CONFIG_ACCEL_PROFILE_FLAT'?
-   117 |      enum { check_LIBINPUT_CONFIG_ACCEL_PROFILE_CUSTOM_const = (int)LIBINPUT_CONFIG_ACCEL_PROFILE_CUSTOM };
-       |                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-       |                                                                     LIBINPUT_CONFIG_ACCEL_PROFILE_FLAT
- input__c_cout_generated_types.c:369:63: error: 'LIBINPUT_EVENT_TABLET_PAD_DIAL' undeclared (first use in this function); did you mean 'LIBINPUT_EVENT_TABLET_PAD_RING'?
-   369 |      enum { check_LIBINPUT_EVENT_TABLET_PAD_DIAL_const = (int)LIBINPUT_EVENT_TABLET_PAD_DIAL };
-       |                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-       |                                                               LIBINPUT_EVENT_TABLET_PAD_RING
- input__c_cout_generated_types.c:726:50: error: 'LIBINPUT_LED_KANA' undeclared (first use in this function); did you mean 'LIBINPUT_EVENT_NONE'?
-   726 |      enum { check_LIBINPUT_LED_KANA_const = (int)LIBINPUT_LED_KANA };
-       |                                                  ^~~~~~~~~~~~~~~~~
-       |                                                  LIBINPUT_EVENT_NONE
- input__c_cout_generated_types.c:733:53: error: 'LIBINPUT_LED_COMPOSE' undeclared (first use in this function); did you mean 'LIBINPUT_LED_NUM_LOCK'?
-   733 |      enum { check_LIBINPUT_LED_COMPOSE_const = (int)LIBINPUT_LED_COMPOSE };
-       |                                                     ^~~~~~~~~~~~~~~~~~~~
-       |                                                     LIBINPUT_LED_NUM_LOCK
- In file included from /home/opam/.opam/default/lib/ctypes/ctypes_cstubs_internals.h:13,
-                  from input__c_cout_generated_types.c:6:
- input__c_cout_generated_types.c:856:81: error: conversion to incomplete type
-   856 |                ctypes_arithmetic_type_name(CTYPES_CLASSIFY_ARITHMETIC_TYPE(enum libinput_config_accel_type)));
-       |                                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~
- /home/opam/.opam/default/lib/ctypes/ctypes_primitives.h:143:17: note: in definition of macro 'CTYPES_CHECK_FLOATING'
-   143 |   ((unsigned)(((TYPENAME) 0.5) != 0) << CTYPES_FLOATING_FLAG_BIT)
-       |                 ^~~~~~~~
- /home/opam/.opam/default/lib/ctypes/ctypes_primitives.h:148:47: note: in expansion of macro 'CTYPES_CLASSIFY'
-   148 | #define CTYPES_ARITHMETIC_TYPEINFO(TYPENAME) (CTYPES_CLASSIFY(TYPENAME) \
-       |                                               ^~~~~~~~~~~~~~~
- /home/opam/.opam/default/lib/ctypes/ctypes_primitives.h:151:35: note: in expansion of macro 'CTYPES_ARITHMETIC_TYPEINFO'
-   151 |   ctypes_classify_arithmetic_type(CTYPES_ARITHMETIC_TYPEINFO(TYPENAME))
-       |                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~
- input__c_cout_generated_types.c:856:44: note: in expansion of macro 'CTYPES_CLASSIFY_ARITHMETIC_TYPE'
-   856 |                ctypes_arithmetic_type_name(CTYPES_CLASSIFY_ARITHMETIC_TYPE(enum libinput_config_accel_type)));
-       |                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- input__c_cout_generated_types.c:856:81: error: conversion to incomplete type
-   856 |                ctypes_arithmetic_type_name(CTYPES_CLASSIFY_ARITHMETIC_TYPE(enum libinput_config_accel_type)));
-       |                                                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~
- /home/opam/.opam/default/lib/ctypes/ctypes_primitives.h:145:17: note: in definition of macro 'CTYPES_CHECK_UNSIGNED'
-   145 |   ((unsigned)(((TYPENAME) -1) > 0) << CTYPES_UNSIGNED_FLAG_BIT)
-       |                 ^~~~~~~~
- /home/opam/.opam/default/lib/ctypes/ctypes_primitives.h:148:47: note: in expansion of macro 'CTYPES_CLASSIFY'
-   148 | #define CTYPES_ARITHMETIC_TYPEINFO(TYPENAME) (CTYPES_CLASSIFY(TYPENAME) \
-       |                                               ^~~~~~~~~~~~~~~
- /home/opam/.opam/default/lib/ctypes/ctypes_primitives.h:151:35: note: in expansion of macro 'CTYPES_ARITHMETIC_TYPEINFO'
-   151 |   ctypes_classify_arithmetic_type(CTYPES_ARITHMETIC_TYPEINFO(TYPENAME))
-       |                                   ^~~~~~~~~~~~~~~~~~~~~~~~~~
- input__c_cout_generated_types.c:856:44: note: in expansion of macro 'CTYPES_CLASSIFY_ARITHMETIC_TYPE'
-   856 |                ctypes_arithmetic_type_name(CTYPES_CLASSIFY_ARITHMETIC_TYPE(enum libinput_config_accel_type)));
-       |                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- input__c_cout_generated_types.c:856:76: error: invalid application of 'sizeof' to incomplete type 'enum libinput_config_accel_type'
-   856 |                ctypes_arithmetic_type_name(CTYPES_CLASSIFY_ARITHMETIC_TYPE(enum libinput_config_accel_type)));
-       |                                                                            ^~~~
- /home/opam/.opam/default/lib/ctypes/ctypes_primitives.h:149:54: note: in definition of macro 'CTYPES_ARITHMETIC_TYPEINFO'
-   149 |                                             | sizeof(TYPENAME))
-       |                                                      ^~~~~~~~
- input__c_cout_generated_types.c:856:44: note: in expansion of macro 'CTYPES_CLASSIFY_ARITHMETIC_TYPE'
-   856 |                ctypes_arithmetic_type_name(CTYPES_CLASSIFY_ARITHMETIC_TYPE(enum libinput_config_accel_type)));
-       |                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[ERROR] The compilation of libinput.0.1 failed at "dune build -p libinput -j 39 @install".
build failed... 

=== STDERR ===

2026-06-20 19:15.18: FAILED: build libinput.0.1
2026-06-20 19:15.18: Job failed: build failed: libinput.0.1