/home/builds/ab/HEAD/dreamcast/20260419105521Z-dest/usr/include/openssl/rsa.h:219:27: note: declared here 219 | OSSL_DEPRECATEDIN_3_0 int RSA_set0_factors(RSA *r, BIGNUM *p, BIGNUM *q); | ^~~~~~~~~~~~~~~~ /home/source/ab/HEAD/src/crypto/external/bsd/openssh/dist/ssh-keygen.c:534:17: warning: 'RSA_set0_crt_params' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 534 | if (RSA_set0_crt_params(rsa, rsa_dmp1, rsa_dmq1, rsa_iqmp) != 1) | ^~ /home/builds/ab/HEAD/dreamcast/20260419105521Z-dest/usr/include/openssl/rsa.h:220:27: note: declared here 220 | OSSL_DEPRECATEDIN_3_0 int RSA_set0_crt_params(RSA *r, | ^~~~~~~~~~~~~~~~~~~ /home/source/ab/HEAD/src/crypto/external/bsd/openssh/dist/ssh-keygen.c:537:17: warning: 'EVP_PKEY_set1_RSA' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 537 | if (EVP_PKEY_set1_RSA(key->pkey, rsa) != 1) | ^~ /home/builds/ab/HEAD/dreamcast/20260419105521Z-dest/usr/include/openssl/evp.h:1394:5: note: declared here 1394 | int EVP_PKEY_set1_RSA(EVP_PKEY *pkey, struct rsa_st *key); | ^~~~~~~~~~~~~~~~~ /home/source/ab/HEAD/src/crypto/external/bsd/openssh/dist/ssh-keygen.c:539:17: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 539 | RSA_free(rsa); | ^~~~~~~~ /home/builds/ab/HEAD/dreamcast/20260419105521Z-dest/usr/include/openssl/rsa.h:303:28: note: declared here 303 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ /home/source/ab/HEAD/src/crypto/external/bsd/openssh/dist/ssh-keygen.c: In function 'do_convert_from_pem': /home/source/ab/HEAD/src/crypto/external/bsd/openssh/dist/ssh-keygen.c:686:9: warning: 'PEM_read_RSAPublicKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 686 | if ((rsa = PEM_read_RSAPublicKey(fp, NULL, NULL, NULL)) != NULL) { | ^~ /home/builds/ab/HEAD/dreamcast/20260419105521Z-dest/usr/include/openssl/pem.h:458:1: note: declared here 458 | DECLARE_PEM_rw_attr(OSSL_DEPRECATEDIN_3_0, RSAPublicKey, RSA) | ^~~~~~~~~~~~~~~~~~~ /home/source/ab/HEAD/src/crypto/external/bsd/openssh/dist/ssh-keygen.c:692:17: warning: 'EVP_PKEY_set1_RSA' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 692 | if (EVP_PKEY_set1_RSA((*k)->pkey, rsa) != 1) | ^~ /home/builds/ab/HEAD/dreamcast/20260419105521Z-dest/usr/include/openssl/evp.h:1394:5: note: declared here 1394 | int EVP_PKEY_set1_RSA(EVP_PKEY *pkey, struct rsa_st *key); | ^~~~~~~~~~~~~~~~~ /home/source/ab/HEAD/src/crypto/external/bsd/openssh/dist/ssh-keygen.c:694:17: warning: 'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 694 | RSA_free(rsa); | ^~~~~~~~ /home/builds/ab/HEAD/dreamcast/20260419105521Z-dest/usr/include/openssl/rsa.h:303:28: note: declared here 303 | OSSL_DEPRECATEDIN_3_0 void RSA_free(RSA *r); | ^~~~~~~~ /home/source/ab/HEAD/src/crypto/external/bsd/openssh/dist/ssh-keygen.c: In function 'do_convert_from': /home/source/ab/HEAD/src/crypto/external/bsd/openssh/dist/ssh-keygen.c:735:25: warning: 'PEM_write_ECPrivateKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 735 | ok = PEM_write_ECPrivateKey(stdout, | ^~ /home/builds/ab/HEAD/dreamcast/20260419105521Z-dest/usr/include/openssl/pem.h:472:1: note: declared here 472 | DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, ECPrivateKey, EC_KEY) | ^~~~~~~~~~~~~~~~~~~~~~ /home/source/ab/HEAD/src/crypto/external/bsd/openssh/dist/ssh-keygen.c:736:29: warning: 'EVP_PKEY_get0_EC_KEY' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 736 | EVP_PKEY_get0_EC_KEY(k->pkey), NULL, NULL, 0, | ^~~~~~~~~~~~~~~~~~~~ /home/builds/ab/HEAD/dreamcast/20260419105521Z-dest/usr/include/openssl/evp.h:1422:25: note: declared here 1422 | const struct ec_key_st *EVP_PKEY_get0_EC_KEY(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~~~~ /home/source/ab/HEAD/src/crypto/external/bsd/openssh/dist/ssh-keygen.c:740:25: warning: 'PEM_write_RSAPrivateKey' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 740 | ok = PEM_write_RSAPrivateKey(stdout, | ^~ /home/builds/ab/HEAD/dreamcast/20260419105521Z-dest/usr/include/openssl/pem.h:457:1: note: declared here 457 | DECLARE_PEM_rw_cb_attr(OSSL_DEPRECATEDIN_3_0, RSAPrivateKey, RSA) | ^~~~~~~~~~~~~~~~~~~~~~ /home/source/ab/HEAD/src/crypto/external/bsd/openssh/dist/ssh-keygen.c:741:29: warning: 'EVP_PKEY_get0_RSA' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 741 | EVP_PKEY_get0_RSA(k->pkey), NULL, NULL, 0, | ^~~~~~~~~~~~~~~~~ /home/builds/ab/HEAD/dreamcast/20260419105521Z-dest/usr/include/openssl/evp.h:1396:22: note: declared here 1396 | const struct rsa_st *EVP_PKEY_get0_RSA(const EVP_PKEY *pkey); | ^~~~~~~~~~~~~~~~~ dependall ===> games/larn /home/source/ab/HEAD/src/crypto/external/bsd/openssh/dist/moduli.c: In function 'prime_test': /home/source/ab/HEAD/src/crypto/external/bsd/openssh/dist/moduli.c:709:17: warning: 'BN_is_prime_ex' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 709 | is_prime = BN_is_prime_ex(q, 1, NULL, NULL); | ^~~~~~~~ In file included from /home/source/ab/HEAD/src/crypto/external/bsd/openssh/dist/moduli.c:46: /home/builds/ab/HEAD/dreamcast/20260419105521Z-dest/usr/include/openssl/bn.h:379:5: note: declared here 379 | int BN_is_prime_ex(const BIGNUM *p, int nchecks, BN_CTX *ctx, BN_GENCB *cb); | ^~~~~~~~~~~~~~ /home/source/ab/HEAD/src/crypto/external/bsd/openssh/dist/moduli.c:725:17: warning: 'BN_is_prime_ex' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 725 | is_prime = BN_is_prime_ex(p, trials, NULL, NULL); | ^~~~~~~~ /home/builds/ab/HEAD/dreamcast/20260419105521Z-dest/usr/include/openssl/bn.h:379:5: note: declared here 379 | int BN_is_prime_ex(const BIGNUM *p, int nchecks, BN_CTX *ctx, BN_GENCB *cb); | ^~~~~~~~~~~~~~ /home/source/ab/HEAD/src/crypto/external/bsd/openssh/dist/moduli.c:735:17: warning: 'BN_is_prime_ex' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 735 | is_prime = BN_is_prime_ex(q, trials - 1, NULL, NULL); | ^~~~~~~~ /home/builds/ab/HEAD/dreamcast/20260419105521Z-dest/usr/include/openssl/bn.h:379:5: note: declared here 379 | int BN_is_prime_ex(const BIGNUM *p, int nchecks, BN_CTX *ctx, BN_GENCB *cb); | ^~~~~~~~~~~~~~ dependall ===> crypto/external/bsd/openssh/bin/ssh-agent dependall ===> external/bsd/mdocml/man dependall ===> external/gpl2/groff/bin/refer dependall ===> external/bsd/ntp dependall ===> external/bsd/ntp/lib dependall ===> external/bsd/ntp/lib/libntp dependall ===> crypto/external/bsd/openssh/bin/scp dependall ===> games/mille dependall ===> external/gpl2/groff/bin/soelim dependall ===> crypto/external/bsd/openssh/bin/sftp-server dependall ===> external/gpl2/groff/bin/tbl dependall ===> games/monop dependall ===> crypto/external/bsd/openssh/bin/ssh-keysign dependall ===> games/morse dependall ===> games/number dependall ===> external/gpl2/groff/bin/tfmtodit dependall ===> games/phantasia dependall ===> external/gpl2/groff/bin/troff dependall ===> crypto/external/bsd/openssh/bin/ssh-keyscan /home/source/ab/HEAD/src/crypto/external/bsd/openssh/dist/kexgexs.c: In function 'input_kex_dh_gex_request': /home/source/ab/HEAD/src/crypto/external/bsd/openssh/dist/kexgexs.c:107:9: warning: 'DH_get0_pqg' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 107 | DH_get0_pqg(kex->dh, &dh_p, NULL, &dh_g); | ^~~~~~~~~~~ In file included from /home/source/ab/HEAD/src/crypto/external/bsd/openssh/dist/kexgexs.c:38: /home/builds/ab/HEAD/dreamcast/20260419105521Z-dest/usr/include/openssl/dh.h:264:28: note: declared here 264 | OSSL_DEPRECATEDIN_3_0 void DH_get0_pqg(const DH *dh, const BIGNUM **p, | ^~~~~~~~~~~ /home/source/ab/HEAD/src/crypto/external/bsd/openssh/dist/kexgexs.c: In function 'input_kex_dh_gex_init': /home/source/ab/HEAD/src/crypto/external/bsd/openssh/dist/kexgexs.c:164:9: warning: 'DH_get0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 164 | DH_get0_key(kex->dh, &pub_key, NULL); | ^~~~~~~~~~~ /home/builds/ab/HEAD/dreamcast/20260419105521Z-dest/usr/include/openssl/dh.h:267:28: note: declared here 267 | OSSL_DEPRECATEDIN_3_0 void DH_get0_key(const DH *dh, const BIGNUM **pub_key, | ^~~~~~~~~~~ /home/source/ab/HEAD/src/crypto/external/bsd/openssh/dist/kexgexs.c:165:9: warning: 'DH_get0_pqg' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 165 | DH_get0_pqg(kex->dh, &dh_p, NULL, &dh_g); | ^~~~~~~~~~~ /home/builds/ab/HEAD/dreamcast/20260419105521Z-dest/usr/include/openssl/dh.h:264:28: note: declared here 264 | OSSL_DEPRECATEDIN_3_0 void DH_get0_pqg(const DH *dh, const BIGNUM **p, | ^~~~~~~~~~~ /home/source/ab/HEAD/src/crypto/external/bsd/openssh/dist/kexgexs.c:207:9: warning: 'DH_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 207 | DH_free(kex->dh); | ^~~~~~~ /home/builds/ab/HEAD/dreamcast/20260419105521Z-dest/usr/include/openssl/dh.h:211:28: note: declared here 211 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh); | ^~~~~~~ dependall ===> crypto/external/bsd/openssh/bin/sftp dependall ===> games/pig dependall ===> games/pom dependall ===> games/ppt dependall ===> games/primes dependall ===> games/quiz dependall ===> games/rain dependall ===> games/random dependall ===> games/robots dependall ===> crypto/external/bsd/openssh/bin/ssh-pkcs11-helper dependall ===> crypto/external/bsd/openssh/libexec dependall ===> crypto/external/bsd/openssh/libexec/sshd-auth dependall ===> games/rogue dependall ===> games/rogue/USD.doc dependall ===> external/bsd/ntp/lib/libiscntp dependall ===> games/sail dependall ===> external/gpl2/groff/doc dependall ===> external/gpl2/groff/font dependall ===> external/gpl2/groff/font/devX100 dependall ===> external/gpl2/groff/font/devX100-12 dependall ===> external/gpl2/groff/font/devX75 dependall ===> external/gpl2/groff/font/devX75-12 dependall ===> external/gpl2/groff/font/devascii dependall ===> external/gpl2/groff/font/devcp1047 dependall ===> external/gpl2/groff/font/devdvi dependall ===> external/gpl2/groff/font/devhtml dependall ===> external/gpl2/groff/font/devkoi8-r dependall ===> external/gpl2/groff/font/devlatin1 dependall ===> external/gpl2/groff/font/devlbp dependall ===> external/gpl2/groff/font/devlj4 dependall ===> external/gpl2/groff/font/devps dependall ===> external/gpl2/groff/font/devutf8 dependall ===> external/gpl2/groff/man dependall ===> external/gpl2/groff/tmac dependall ===> external/gpl2/groff/tmac/man dependall ===> external/gpl2/groff/tmac/mom dependall ===> external/gpl2/groff/tmac/mom/examples dependall ===> external/gpl2/groff/tmac/mom/momdoc dependall ===> external/gpl2/groff/tmac/mm dependall ===> external/gpl2/groff/devices dependall ===> external/gpl2/groff/devices/grodvi dependall ===> external/gpl2/groff/devices/grohtml dependall ===> external/bsd/ntp/lib/libopts In file included from /home/source/ab/HEAD/src/external/bsd/ntp/dist/sntp/libopts/autoopts.c:44, from /home/source/ab/HEAD/src/external/bsd/ntp/dist/sntp/libopts/libopts.c:24: In function 'canonicalize_pathname', inlined from 'option_pathfind.constprop' at /home/source/ab/HEAD/src/external/bsd/ntp/dist/sntp/libopts/compat/pathfind.c:90:32: /home/source/ab/HEAD/src/external/bsd/ntp/dist/sntp/libopts/compat/pathfind.c:206:17: error: 'strcpy' accessing 1 byte at offsets [-1073741824, 1073741823] and [-1073741824, 1073741823] overlaps 1 byte at offset [-1073741824, 1073741823] [-Werror=restrict] 206 | strcpy( result + i, result + i + 1 ); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ dependall ===> games/snake dependall ===> games/snake/snake dependall ===> games/snake/snscore dependall ===> games/testpat dependall ===> games/tetris dependall ===> external/gpl2/groff/devices/grolbp cc1: all warnings being treated as errors --- libopts.o --- *** Failed target: libopts.o *** In directory: /home/source/ab/HEAD/src/external/bsd/ntp/lib/libopts *** Failed commands: ${_MKTARGET_COMPILE} => @# "compile " libopts/libopts.o ${COMPILE.c} ${COPTS.${.IMPSRC:T}} ${CPUFLAGS.${.IMPSRC:T}} ${CPPFLAGS.${.IMPSRC:T}} ${.IMPSRC} ${OBJECT_TARGET} => /home/builds/ab/HEAD/dreamcast/20260419105521Z-tools/bin/shle--netbsdelf-gcc -Os -freorder-blocks -fdebug-prefix-map=\$DESTDIR= -fmacro-prefix-map=\$DESTDIR= -fdebug-prefix-map=\$NETBSDSRCDIR=/usr/src -fdebug-prefix-map=\$X11SRCDIR=/usr/xsrc -fdebug-prefix-map=\$NETBSDOBJDIR=/usr/obj -fmacro-prefix-map=\$NETBSDOBJDIR=/usr/obj -fdebug-regex-map='/usr/src/(.*)/obj$=/usr/obj/\1' -fdebug-regex-map='/usr/src/(.*)/obj/(.*)=/usr/obj/\1/\2' -fdebug-regex-map='/usr/src/(.*)/obj\..*=/usr/obj/\1' -fdebug-regex-map='/usr/src/(.*)/obj\..*/(.*)=/usr/obj/\1/\2' -fmacro-prefix-map=\$NETBSDSRCDIR=/usr/src -fmacro-prefix-map=\$X11SRCDIR=/usr/xsrc -std=gnu11 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wsign-compare -Wformat=2 -Wno-format-zero-length -Wno-uninitialized -Wno-maybe-uninitialized -Werror -Wno-missing-noreturn -fPIE -g -D_NETBSD_REVISIONID=\"src@cvs:HEAD:20260419105521-xsrc@cvs:HEAD:20260222083521\" --sysroot=/home/builds/ab/HEAD/dreamcast/20260419105521Z-dest -DHAVE_CONFIG_H -I/home/source/ab/HEAD/src/external/bsd/ntp/include -I/home/source/ab/HEAD/src/external/bsd/ntp/dist/include -I/home/source/ab/HEAD/src/external/bsd/ntp/dist/libntp/lib/isc/include -I/home/source/ab/HEAD/src/external/bsd/ntp/dist/libntp/lib/isc/unix/include -I/home/source/ab/HEAD/src/external/bsd/ntp/dist/libntp/lib/isc/nothreads/include -DOPENSSL -DAUTOKEY -DUSE_OPENSSL_CRYPTO_RAND -DWANT_IPV6 -I/home/source/ab/HEAD/src/external/bsd/ntp/dist/sntp/libopts -Wp,-iremap,/home/builds/ab/HEAD/dreamcast/20260419105521Z-dest: -Wp,-fno-canonical-system-headers -Wp,-iremap,/home/source/ab/HEAD/src:/usr/src -Wp,-iremap,/home/source/ab/HEAD/xsrc:/usr/xsrc -c -Wno-implicit-fallthrough -DPOSIX_SHELL="\"/bin/sh\"" -Wno-format-nonliteral -Wno-format-contains-nul -Wno-format-overflow /home/source/ab/HEAD/src/external/bsd/ntp/dist/sntp/libopts/libopts.c -o libopts.o ${CTFCONVERT_RUN} => *** [libopts.o] Error code 1 nbmake[10]: stopped making "realall" in /home/source/ab/HEAD/src/external/bsd/ntp/lib/libopts nbmake[10]: 1 error nbmake[10]: stopped making "realall" in /home/source/ab/HEAD/src/external/bsd/ntp/lib/libopts --- dependall --- nbmake[9]: stopped making "dependall" in /home/source/ab/HEAD/src/external/bsd/ntp/lib/libopts --- dependall-libopts --- nbmake[8]: stopped making "dependall" in /home/source/ab/HEAD/src/external/bsd/ntp/lib --- dependall-lib --- nbmake[7]: stopped making "dependall" in /home/source/ab/HEAD/src/external/bsd/ntp --- dependall-ntp --- nbmake[6]: stopped making "dependall" in /home/source/ab/HEAD/src/external/bsd --- dependall-bsd --- nbmake[5]: stopped making "dependall" in /home/source/ab/HEAD/src/external --- dependall-grolbp --- nbmake[8]: stopped making "dependall" in /home/source/ab/HEAD/src/external/gpl2/groff/devices --- dependall-devices --- nbmake[7]: stopped making "dependall" in /home/source/ab/HEAD/src/external/gpl2/groff --- dependall-groff --- nbmake[6]: stopped making "dependall" in /home/source/ab/HEAD/src/external/gpl2 --- dependall-gpl2 --- nbmake[5]: stopped making "dependall" in /home/source/ab/HEAD/src/external --- dependall-external --- nbmake[4]: stopped making "dependall" in /home/source/ab/HEAD/src --- dependall --- nbmake[6]: stopped making "dependall" in /home/source/ab/HEAD/src/games/tetris --- dependall-tetris --- nbmake[5]: stopped making "dependall" in /home/source/ab/HEAD/src/games --- dependall-games --- nbmake[4]: stopped making "dependall" in /home/source/ab/HEAD/src --- dependall --- nbmake[9]: stopped making "dependall" in /home/source/ab/HEAD/src/crypto/external/bsd/openssh/libexec/sshd-auth --- dependall-sshd-auth --- nbmake[8]: stopped making "dependall" in /home/source/ab/HEAD/src/crypto/external/bsd/openssh/libexec --- dependall-libexec --- nbmake[7]: stopped making "dependall" in /home/source/ab/HEAD/src/crypto/external/bsd/openssh --- dependall-openssh --- nbmake[6]: stopped making "dependall" in /home/source/ab/HEAD/src/crypto/external/bsd --- dependall-bsd --- nbmake[5]: stopped making "dependall" in /home/source/ab/HEAD/src/crypto/external --- dependall-crypto/external --- nbmake[4]: stopped making "dependall" in /home/source/ab/HEAD/src --- do-build --- nbmake[3]: stopped making "do-build" in /home/source/ab/HEAD/src --- build --- nbmake[2]: stopped making "build" in /home/source/ab/HEAD/src --- distribution --- nbmake[1]: stopped making "distribution" in /home/source/ab/HEAD/src --- release --- nbmake: stopped making "release" in /home/source/ab/HEAD/src ERROR: Failed to make release *** BUILD ABORTED *** TAG=HEAD DATE=20260419105521Z start=Sun Apr 19 12:35:43 UTC 2026 end=Sun Apr 19 13:11:39 UTC 2026 rc=1 No release_dreamcast_.tar