Build:
- 0
2026-09-03 17:38.24: New job: build ssl.0.5.12 (b9198a93ccf8) 2026-09-03 17:38.24: Waiting for resource in pool day11-builds 2026-09-03 18:43.24: Got resource from pool day11-builds 2026-09-03 18:43.24: [profile full] build ssl.0.5.12 2026-09-03 18:43.24: build ssl.0.5.12 (b9198a93ccf8) === DEPENDENCIES (11 transitive) === base-threads.base 3d2f2cbc6db2 base-unix.base 3a38ddca6b5e conf-libssl.4 91c9703385de conf-pkg-config.5 74f50f3cfe72 csexp.1.5.1 c9c1cc79708e dune.2.9.3 67503f7aaabf dune-configurator.2.9.3 5dfc0ec5c343 ocaml.4.12.1 40bf037a0516 ocaml-base-compiler.4.12.1 e714dfd3f0fe ocaml-config.2 75bd2fc1f23b result.1.5 d01aeb9ef7d3 === STDOUT === Processing: [default: loading data] [ssl.0.5.12: dl] [ssl.0.5.12: extract] -> retrieved ssl.0.5.12 (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.12) - gcc src/ssl_stubs.o - ssl_stubs.c: In function 'get_method': - ssl_stubs.c:340:11: warning: 'TLSv1_client_method' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations] - 340 | method = TLSv1_client_method(); - | ^~~~~~ - In file included from ssl_stubs.c:46: - /usr/include/openssl/ssl.h:2067:50: note: declared here - 2067 | OSSL_DEPRECATEDIN_1_1_0 __owur const SSL_METHOD *TLSv1_client_method(void); - | ^~~~~~~~~~~~~~~~~~~ - ssl_stubs.c:344:11: warning: 'TLSv1_server_method' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations] - 344 | method = TLSv1_server_method(); - | ^~~~~~ - /usr/include/openssl/ssl.h:2066:50: note: declared here - 2066 | OSSL_DEPRECATEDIN_1_1_0 __owur const SSL_METHOD *TLSv1_server_method(void); - | ^~~~~~~~~~~~~~~~~~~ - ssl_stubs.c:348:11: warning: 'TLSv1_method' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations] - 348 | method = TLSv1_method(); - | ^~~~~~ - /usr/include/openssl/ssl.h:2065:50: note: declared here - 2065 | OSSL_DEPRECATEDIN_1_1_0 __owur const SSL_METHOD *TLSv1_method(void); /* TLSv1.0 */ - | ^~~~~~~~~~~~ - ssl_stubs.c:358:11: warning: 'TLSv1_1_client_method' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations] - 358 | method = TLSv1_1_client_method(); - | ^~~~~~ - /usr/include/openssl/ssl.h:2075:50: note: declared here - 2075 | OSSL_DEPRECATEDIN_1_1_0 __owur const SSL_METHOD *TLSv1_1_client_method(void); - | ^~~~~~~~~~~~~~~~~~~~~ - ssl_stubs.c:362:11: warning: 'TLSv1_1_server_method' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations] - 362 | method = TLSv1_1_server_method(); - | ^~~~~~ - /usr/include/openssl/ssl.h:2074:50: note: declared here - 2074 | OSSL_DEPRECATEDIN_1_1_0 __owur const SSL_METHOD *TLSv1_1_server_method(void); - | ^~~~~~~~~~~~~~~~~~~~~ - ssl_stubs.c:366:11: warning: 'TLSv1_1_method' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations] - 366 | method = TLSv1_1_method(); - | ^~~~~~ - /usr/include/openssl/ssl.h:2073:50: note: declared here - 2073 | OSSL_DEPRECATEDIN_1_1_0 __owur const SSL_METHOD *TLSv1_1_method(void); /* TLSv1.1 */ - | ^~~~~~~~~~~~~~ - ssl_stubs.c:377:11: warning: 'TLSv1_2_client_method' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations] - 377 | method = TLSv1_2_client_method(); - | ^~~~~~ - /usr/include/openssl/ssl.h:2083:50: note: declared here - 2083 | OSSL_DEPRECATEDIN_1_1_0 __owur const SSL_METHOD *TLSv1_2_client_method(void); - | ^~~~~~~~~~~~~~~~~~~~~ - ssl_stubs.c:381:11: warning: 'TLSv1_2_server_method' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations] - 381 | method = TLSv1_2_server_method(); - | ^~~~~~ - /usr/include/openssl/ssl.h:2082:50: note: declared here - 2082 | OSSL_DEPRECATEDIN_1_1_0 __owur const SSL_METHOD *TLSv1_2_server_method(void); - | ^~~~~~~~~~~~~~~~~~~~~ - ssl_stubs.c:385:11: warning: 'TLSv1_2_method' is deprecated: Since OpenSSL 1.1.0 [-Wdeprecated-declarations] - 385 | method = TLSv1_2_method(); - | ^~~~~~ - /usr/include/openssl/ssl.h:2081:50: note: declared here - 2081 | OSSL_DEPRECATEDIN_1_1_0 __owur const SSL_METHOD *TLSv1_2_method(void); /* TLSv1.2 */ - | ^~~~~~~~~~~~~~ - ssl_stubs.c: In function 'ocaml_ssl_ctx_init_dh_from_file': - ssl_stubs.c:1083:5: warning: 'DH_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] - 1083 | DH_free(dh); - | ^~~~~~~ - In file included from /usr/include/openssl/dsa.h:31, - from /usr/include/openssl/x509.h:39, - from /usr/include/openssl/ssl.h:34: - /usr/include/openssl/dh.h:211:28: note: declared here - 211 | 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:1110:3: warning: 'EC_KEY_new_by_curve_name' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] - 1110 | ecdh = EC_KEY_new_by_curve_name(nid); - | ^~~~ - In file included from /usr/include/openssl/x509.h:35: - /usr/include/openssl/ec.h:1009:31: note: declared here - 1009 | OSSL_DEPRECATEDIN_3_0 EC_KEY *EC_KEY_new_by_curve_name(int nid); - | ^~~~~~~~~~~~~~~~~~~~~~~~ - ssl_stubs.c:1118:5: warning: 'EC_KEY_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] - 1118 | EC_KEY_free(ecdh); - | ^~~~~~~~~~~ - /usr/include/openssl/ec.h:1014:28: note: declared here - 1014 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key); - | ^~~~~~~~~~~ - ssl_stubs.c: In function 'load_dh_param': - ssl_stubs.c:1945:3: warning: 'PEM_read_bio_DHparams' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] - 1945 | ret=PEM_read_bio_DHparams(bio,NULL,NULL,NULL); - | ^~~ - In file included from /usr/include/openssl/ssl.h:39: - /usr/include/openssl/pem.h:479:1: note: declared here - 479 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, DHparams, DH) - | ^~~~~~~~~~~~~~~~~~~ -> compiled ssl.0.5.12 -> installed ssl.0.5.12 [WARNING] Opam package conf-libssl.4 depends on the following system package that can no longer be found: libssl-dev === STDERR === 2026-09-03 18:43.35: OK: build ssl.0.5.12 (runc: 6.6s, disk: 11KB) 2026-09-03 18:43.35: Job succeeded