Build:
  1. 0
2026-06-24 11:05.49: New job: build kyotocabinet.0.1 (0b6594a03b9f)
2026-06-24 11:05.49: Waiting for resource in pool day11-builds
2026-06-24 11:14.52: Got resource from pool day11-builds
2026-06-24 11:14.52: [profile full] build kyotocabinet.0.1
2026-06-24 11:14.52: build kyotocabinet.0.1 (0b6594a03b9f)
=== DEPENDENCIES (4 transitive) ===
  jbuilder.1.0+beta20.2                              4f461261c648
  ocaml.4.14.4                                       b047fb9251f4
  ocaml-base-compiler.4.14.4                         d3b7ccb2c6fb
  ocaml-config.2                                     2d9c209f5590
=== STDOUT ===
Processing: [default: loading data]

The following system packages will first need to be installed:
    libkyotocabinet-dev

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libkyotocabinet-dev"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package liblzo2-2: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 ... 18247 files and directories currently installed.)
- Preparing to unpack .../0-liblzo2-2_2.10-2_amd64.deb ...
- Unpacking liblzo2-2:amd64 (2.10-2) ...
- Selecting previously unselected package libkyotocabinet16v5:amd64.
- Preparing to unpack .../1-libkyotocabinet16v5_1.2.79-2+b1_amd64.deb ...
- Unpacking libkyotocabinet16v5:amd64 (1.2.79-2+b1) ...
- Selecting previously unselected package zlib1g-dev:amd64.
- Preparing to unpack .../2-zlib1g-dev_1%3a1.2.13.dfsg-1_amd64.deb ...
- Unpacking zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ...
- Selecting previously unselected package liblzma-dev:amd64.
- Preparing to unpack .../3-liblzma-dev_5.4.1-1_amd64.deb ...
- Unpacking liblzma-dev:amd64 (5.4.1-1) ...
- Selecting previously unselected package liblzo2-dev:amd64.
- Preparing to unpack .../4-liblzo2-dev_2.10-2_amd64.deb ...
- Unpacking liblzo2-dev:amd64 (2.10-2) ...
- Selecting previously unselected package libkyotocabinet-dev:amd64.
- Preparing to unpack .../5-libkyotocabinet-dev_1.2.79-2+b1_amd64.deb ...
- Unpacking libkyotocabinet-dev:amd64 (1.2.79-2+b1) ...
- Setting up liblzo2-2:amd64 (2.10-2) ...
- Setting up liblzo2-dev:amd64 (2.10-2) ...
- Setting up liblzma-dev:amd64 (5.4.1-1) ...
- Setting up zlib1g-dev:amd64 (1:1.2.13.dfsg-1) ...
- Setting up libkyotocabinet16v5:amd64 (1.2.79-2+b1) ...
- Setting up libkyotocabinet-dev:amd64 (1.2.79-2+b1) ...
- Processing triggers for libc-bin (2.36-9+deb12u14) ...
[kyotocabinet.0.1: dl]
[kyotocabinet.0.1: extract]
-> retrieved kyotocabinet.0.1  (https://opam.ocaml.org/cache)
[kyotocabinet: jbuilder build]
+ /home/opam/.opam/default/bin/jbuilder "build" "--only" "kyotocabinet" "--root" "." "-j" "39" "@install" (CWD=/home/opam/.opam/default/.opam-switch/build/kyotocabinet.0.1)
-       ocamlc lib/kyoto_ocaml_wrapper.o
- kyoto_ocaml_wrapper.c: In function 'RAISE':
- kyoto_ocaml_wrapper.c:41:23: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-    41 |     exception_handler = caml_named_value("kyotocabinet.error");
-       |                       ^
- kyoto_ocaml_wrapper.c: In function 'kc_open':
- kyoto_ocaml_wrapper.c:85:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead
-    85 |   value caml_db = alloc_small(1, Abstract_tag);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                              
- kyoto_ocaml_wrapper.c: In function 'kc_count':
- kyoto_ocaml_wrapper.c:117:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead
-   117 |   val = copy_int64(count);
-       |             ^~~~~~~~~~~~~~                                                 
- kyoto_ocaml_wrapper.c: In function 'kc_size':
- kyoto_ocaml_wrapper.c:130:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead
-   130 |   val = copy_int64(size);
-       |             ^~~~~~~~~~~~~                                                  
- kyoto_ocaml_wrapper.c: In function 'kc_replace':
- kyoto_ocaml_wrapper.c:216:13: warning: "raise_not_found" is deprecated: use "caml_raise_not_found" instead
-   216 |      if (kcdbecode(db) == KCENOREC) raise_not_found();
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                               
- In file included from /home/opam/.opam/default/lib/ocaml/caml/memory.h:31,
-                  from kyoto_ocaml_wrapper.c:1:
- kyoto_ocaml_wrapper.c: In function 'get_some_value':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- kyoto_ocaml_wrapper.c:230:10: note: in expansion of macro 'String_val'
-   230 |   memcpy(String_val(str), vbuf, vsiz);
-       |          ^~~~~~~~~~
- In file included from /usr/include/kclangc.h:40,
-                  from kyoto_ocaml_wrapper.c:7:
- /usr/include/string.h:43:39: note: expected 'void * restrict' but argument is of type 'const char *'
-    43 | extern void *memcpy (void *__restrict __dest, const void *__restrict __src,
-       |                      ~~~~~~~~~~~~~~~~~^~~~~~
- kyoto_ocaml_wrapper.c: In function 'get_the_value':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- kyoto_ocaml_wrapper.c:271:10: note: in expansion of macro 'String_val'
-   271 |   memcpy(String_val(str), vbuf, vsiz);
-       |          ^~~~~~~~~~
- /usr/include/string.h:43:39: note: expected 'void * restrict' but argument is of type 'const char *'
-    43 | extern void *memcpy (void *__restrict __dest, const void *__restrict __src,
-       |                      ~~~~~~~~~~~~~~~~~^~~~~~
- kyoto_ocaml_wrapper.c: In function 'kc_find':
- kyoto_ocaml_wrapper.c:301:13: warning: "raise_not_found" is deprecated: use "caml_raise_not_found" instead
-   301 |   if ((char*)val == NULL) raise_not_found();
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                         
- kyoto_ocaml_wrapper.c: In function 'kc_cursor_open':
- kyoto_ocaml_wrapper.c:379:13: warning: "alloc_small" is deprecated: use "caml_alloc_small" instead
-   379 |   value caml_cursor = alloc_small(1, Abstract_tag);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                          
- kyoto_ocaml_wrapper.c: In function 'get_pair':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- kyoto_ocaml_wrapper.c:405:10: note: in expansion of macro 'String_val'
-   405 |   memcpy(String_val(key ), kbuf, ksiz);
-       |          ^~~~~~~~~~
- /usr/include/string.h:43:39: note: expected 'void * restrict' but argument is of type 'const char *'
-    43 | extern void *memcpy (void *__restrict __dest, const void *__restrict __src,
-       |                      ~~~~~~~~~~~~~~~~~^~~~~~
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- kyoto_ocaml_wrapper.c:408:10: note: in expansion of macro 'String_val'
-   408 |   memcpy(String_val(val), vbuf, vsiz);
-       |          ^~~~~~~~~~
- /usr/include/string.h:43:39: note: expected 'void * restrict' but argument is of type 'const char *'
-    43 | extern void *memcpy (void *__restrict __dest, const void *__restrict __src,
-       |                      ~~~~~~~~~~~~~~~~~^~~~~~
-> compiled  kyotocabinet.0.1
-> installed kyotocabinet.0.1

=== STDERR ===

2026-06-24 11:15.06: OK: build kyotocabinet.0.1 (runc: 7.7s, disk: 0KB)
2026-06-24 11:15.06: Job succeeded