Build:
  1. 0
2026-06-16 12:10.15: New job: build ssl.0.5.6 (8c84acc29b30)
2026-06-16 12:10.15: Waiting for resource in pool day11-builds
2026-06-16 12:49.04: Got resource from pool day11-builds
2026-06-16 12:49.04: [profile full] build ssl.0.5.6
2026-06-16 12:49.04: build ssl.0.5.6 (8c84acc29b30)
=== DEPENDENCIES (10 transitive) ===
  base-threads.base                                  b7164ff76afe
  base-unix.base                                     839dc585f12d
  conf-libssl.4                                      cff50a027312
  conf-pkg-config.5                                  64c6b37d622b
  csexp.1.5.2                                        ec63db2dab31
  dune.3.23.1                                        5402470d931c
  dune-configurator.3.23.1                           58f4a3f92083
  ocaml.4.14.4                                       cb826ea44eb2
  ocaml-base-compiler.4.14.4                         d2f775f983d7
  ocaml-config.2                                     669e0fcf9e4d
=== STDOUT ===
Processing: [default: loading data]
[ssl.0.5.6: dl]
[ssl.0.5.6: extract]
-> retrieved ssl.0.5.6  (https://opam.ocaml.org/cache)
[ssl: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-p" "ssl" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/ssl.0.5.6)
- (cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -g -I /home/opam/.opam/default/lib/ocaml -o ssl_stubs.o -c ssl_stubs.c)
- ssl_stubs.c: In function 'get_method':
- ssl_stubs.c:313:11: warning: 'TLSv1_client_method' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations]
-   313 |           method = TLSv1_client_method();
-       |           ^~~~~~
- In file included from ssl_stubs.c:46:
- /usr/include/openssl/ssl.h:2023:50: note: declared here
-  2023 | OSSL_DEPRECATEDIN_1_1_0 __owur const SSL_METHOD *TLSv1_client_method(void);
-       |                                                  ^~~~~~~~~~~~~~~~~~~
- ssl_stubs.c:317:11: warning: 'TLSv1_server_method' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations]
-   317 |           method = TLSv1_server_method();
-       |           ^~~~~~
- /usr/include/openssl/ssl.h:2022:50: note: declared here
-  2022 | OSSL_DEPRECATEDIN_1_1_0 __owur const SSL_METHOD *TLSv1_server_method(void);
-       |                                                  ^~~~~~~~~~~~~~~~~~~
- ssl_stubs.c:321:11: warning: 'TLSv1_method' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations]
-   321 |           method = TLSv1_method();
-       |           ^~~~~~
- /usr/include/openssl/ssl.h:2021:50: note: declared here
-  2021 | OSSL_DEPRECATEDIN_1_1_0 __owur const SSL_METHOD *TLSv1_method(void); /* TLSv1.0 */
-       |                                                  ^~~~~~~~~~~~
- In file included from /home/opam/.opam/default/lib/ocaml/caml/alloc.h:24,
-                  from ssl_stubs.c:36:
- ssl_stubs.c: In function 'ocaml_ssl_ctx_use_certificate':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- ssl_stubs.c:405:21: note: in expansion of macro 'String_val'
-   405 |   char *cert_name = String_val(cert);
-       |                     ^~~~~~~~~~
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- ssl_stubs.c:406:24: note: in expansion of macro 'String_val'
-   406 |   char *privkey_name = String_val(privkey);
-       |                        ^~~~~~~~~~
- ssl_stubs.c: In function 'ocaml_ssl_ctx_set_verify':
- ssl_stubs.c:464:13: warning: "callback" is deprecated: use "caml_callback" instead
-   464 |   int (*callback) (int, X509_STORE_CTX*) = NULL;
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                       
- ssl_stubs.c:493:13: warning: "callback" is deprecated: use "caml_callback" instead
-   493 |     callback = (int(*) (int, X509_STORE_CTX*))Field(vcallback, 0);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~     
- ssl_stubs.c:496:13: warning: "callback" is deprecated: use "caml_callback" instead
-   496 |   SSL_CTX_set_verify(ctx, mode, callback);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                             
- ssl_stubs.c: In function 'ocaml_ssl_ctx_set_client_CA_list_from_file':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- ssl_stubs.c:521:20: note: in expansion of macro 'String_val'
-   521 |   char *filename = String_val(vfilename);
-       |                    ^~~~~~~~~~
- ssl_stubs.c: In function 'ocaml_ssl_ctx_set_cipher_list':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- ssl_stubs.c:589:19: note: in expansion of macro 'String_val'
-   589 |   char *ciphers = String_val(ciphers_string);
-       |                   ^~~~~~~~~~
- ssl_stubs.c: In function 'ocaml_ssl_ctx_init_dh_from_file':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- ssl_stubs.c:672:25: note: in expansion of macro 'String_val'
-   672 |   char *dh_cfile_path = String_val(dh_file_path);
-       |                         ^~~~~~~~~~
- ssl_stubs.c:686:5: warning: 'DH_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
-   686 |     DH_free(dh);
-       |     ^~~~~~~
- In file included from /usr/include/openssl/dsa.h:51,
-                  from /usr/include/openssl/x509.h:39,
-                  from /usr/include/openssl/ssl.h:33:
- /usr/include/openssl/dh.h:204:28: note: declared here
-   204 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh);
-       |                            ^~~~~~~
- ssl_stubs.c: In function 'ocaml_ssl_read_certificate':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- ssl_stubs.c:762:20: note: in expansion of macro 'String_val'
-   762 |   char *filename = String_val(vfilename);
-       |                    ^~~~~~~~~~
- ssl_stubs.c: In function 'ocaml_ssl_write_certificate':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- ssl_stubs.c:787:20: note: in expansion of macro 'String_val'
-   787 |   char *filename = String_val(vfilename);
-       |                    ^~~~~~~~~~
- ssl_stubs.c: In function 'ocaml_ssl_ctx_load_verify_locations':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- ssl_stubs.c:855:18: note: in expansion of macro 'String_val'
-   855 |   char *CAfile = String_val(ca_file);
-       |                  ^~~~~~~~~~
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ^
- ssl_stubs.c:856:18: note: in expansion of macro 'String_val'
-   856 |   char *CApath = String_val(ca_path);
-       |                  ^~~~~~~~~~
- ssl_stubs.c: In function 'load_dh_param':
- ssl_stubs.c:1348:3: warning: 'PEM_read_bio_DHparams' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
-  1348 |   ret=PEM_read_bio_DHparams(bio,NULL,NULL,NULL);
-       |   ^~~
- In file included from /usr/include/openssl/ssl.h:38:
- /usr/include/openssl/pem.h:471:1: note: declared here
-   471 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, DHparams, DH)
-       | ^~~~~~~~~~~~~~~~~~~
-> compiled  ssl.0.5.6
-> installed ssl.0.5.6
[WARNING] Opam package conf-libssl.4 depends on the following system package that can no longer be found: libssl-dev

=== STDERR ===

2026-06-16 12:49.14: OK: build ssl.0.5.6 (runc: 3.1s, disk: 12KB)
2026-06-16 12:49.14: Job succeeded