Build:
- 0
2026-06-16 12:10.15: New job: build ssl.0.5.11 (0a6c737ab868) 2026-06-16 12:10.15: Waiting for resource in pool day11-builds 2026-06-16 12:48.53: Got resource from pool day11-builds 2026-06-16 12:48.53: [profile full] build ssl.0.5.11 2026-06-16 12:48.53: build ssl.0.5.11 (0a6c737ab868) === 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.11: dl] [ssl.0.5.11: extract] -> retrieved ssl.0.5.11 (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.11) - (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:338:11: warning: 'TLSv1_client_method' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations] - 338 | 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:342:11: warning: 'TLSv1_server_method' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations] - 342 | 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:346:11: warning: 'TLSv1_method' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations] - 346 | 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 */ - | ^~~~~~~~~~~~ - ssl_stubs.c:356:11: warning: 'TLSv1_1_client_method' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations] - 356 | method = TLSv1_1_client_method(); - | ^~~~~~ - /usr/include/openssl/ssl.h:2031:50: note: declared here - 2031 | OSSL_DEPRECATEDIN_1_1_0 __owur const SSL_METHOD *TLSv1_1_client_method(void); - | ^~~~~~~~~~~~~~~~~~~~~ - ssl_stubs.c:360:11: warning: 'TLSv1_1_server_method' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations] - 360 | method = TLSv1_1_server_method(); - | ^~~~~~ - /usr/include/openssl/ssl.h:2030:50: note: declared here - 2030 | OSSL_DEPRECATEDIN_1_1_0 __owur const SSL_METHOD *TLSv1_1_server_method(void); - | ^~~~~~~~~~~~~~~~~~~~~ - ssl_stubs.c:364:11: warning: 'TLSv1_1_method' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations] - 364 | method = TLSv1_1_method(); - | ^~~~~~ - /usr/include/openssl/ssl.h:2029:50: note: declared here - 2029 | OSSL_DEPRECATEDIN_1_1_0 __owur const SSL_METHOD *TLSv1_1_method(void); /* TLSv1.1 */ - | ^~~~~~~~~~~~~~ - ssl_stubs.c:375:11: warning: 'TLSv1_2_client_method' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations] - 375 | method = TLSv1_2_client_method(); - | ^~~~~~ - /usr/include/openssl/ssl.h:2039:50: note: declared here - 2039 | OSSL_DEPRECATEDIN_1_1_0 __owur const SSL_METHOD *TLSv1_2_client_method(void); - | ^~~~~~~~~~~~~~~~~~~~~ - ssl_stubs.c:379:11: warning: 'TLSv1_2_server_method' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations] - 379 | method = TLSv1_2_server_method(); - | ^~~~~~ - /usr/include/openssl/ssl.h:2038:50: note: declared here - 2038 | OSSL_DEPRECATEDIN_1_1_0 __owur const SSL_METHOD *TLSv1_2_server_method(void); - | ^~~~~~~~~~~~~~~~~~~~~ - ssl_stubs.c:383:11: warning: 'TLSv1_2_method' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations] - 383 | method = TLSv1_2_method(); - | ^~~~~~ - /usr/include/openssl/ssl.h:2037:50: note: declared here - 2037 | OSSL_DEPRECATEDIN_1_1_0 __owur const SSL_METHOD *TLSv1_2_method(void); /* TLSv1.2 */ - | ^~~~~~~~~~~~~~ - ssl_stubs.c: In function 'ocaml_ssl_ctx_use_certificate_from_string': - ssl_stubs.c:498:3: warning: 'PEM_read_bio_RSAPrivateKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] - 498 | rsa = PEM_read_bio_RSAPrivateKey(kbio, NULL, 0, NULL); - | ^~~ - In file included from /usr/include/openssl/ssl.h:38: - /usr/include/openssl/pem.h:449:1: note: declared here - 449 | DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, RSAPrivateKey, RSA) - | ^~~~~~~~~~~~~~~~~~~~~~ - ssl_stubs.c:499:3: warning: 'SSL_CTX_use_RSAPrivateKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] - 499 | if (NULL == rsa || SSL_CTX_use_RSAPrivateKey(ctx, rsa) <= 0) - | ^~ - /usr/include/openssl/ssl.h:1816:12: note: declared here - 1816 | __owur int SSL_CTX_use_RSAPrivateKey(SSL_CTX *ctx, RSA *rsa); - | ^~~~~~~~~~~~~~~~~~~~~~~~~ - ssl_stubs.c: In function 'ocaml_ssl_ctx_set_verify': - ssl_stubs.c:596:13: warning: "callback" is deprecated: use "caml_callback" instead - 596 | int (*callback) (int, X509_STORE_CTX*) = NULL; - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - ssl_stubs.c:632:13: warning: "callback" is deprecated: use "caml_callback" instead - 632 | callback = (int(*) (int, X509_STORE_CTX*))Field(vcallback, 0); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - ssl_stubs.c:637:13: warning: "callback" is deprecated: use "caml_callback" instead - 637 | SSL_CTX_set_verify(ctx, mode, callback); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - ssl_stubs.c: In function 'ocaml_ssl_ctx_init_dh_from_file': - ssl_stubs.c:1011:5: warning: 'DH_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] - 1011 | 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_ctx_init_ec_from_named_curve': - ssl_stubs.c:1038:3: warning: 'EC_KEY_new_by_curve_name' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] - 1038 | ecdh = EC_KEY_new_by_curve_name(nid); - | ^~~~ - In file included from /usr/include/openssl/x509.h:35: - /usr/include/openssl/ec.h:990:31: note: declared here - 990 | OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new_by_curve_name(int nid); - | ^~~~~~~~~~~~~~~~~~~~~~~~ - ssl_stubs.c:1046:5: warning: 'EC_KEY_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] - 1046 | EC_KEY_free(ecdh); - | ^~~~~~~~~~~ - /usr/include/openssl/ec.h:995:28: note: declared here - 995 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key); - | ^~~~~~~~~~~ - ssl_stubs.c: In function 'load_dh_param': - ssl_stubs.c:1859:3: warning: 'PEM_read_bio_DHparams' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] - 1859 | ret=PEM_read_bio_DHparams(bio,NULL,NULL,NULL); - | ^~~ - /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.11 -> installed ssl.0.5.11 [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.08: OK: build ssl.0.5.11 (runc: 5.6s, disk: 13KB) 2026-06-16 12:49.08: Job succeeded