/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/20260419035952Z-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 ===> external/bsd/less/bin/lessecho dependall ===> external/bsd/less/bin/lesskey /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/20260419035952Z-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/20260419035952Z-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/20260419035952Z-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/libarchive dependall ===> external/bsd/libarchive/lib dependall ===> external/bsd/libarchive/lib/libarchive dependall ===> external/bsd/libarchive/lib/libarchive_fe dependall ===> external/bsd/libarchive/bin dependall ===> external/bsd/libarchive/bin/cpio dependall ===> external/bsd/libarchive/bin/tar dependall ===> external/gpl2/grep dependall ===> external/gpl2/grep/lib dependall ===> crypto/external/bsd/openssh/bin/scp dependall ===> external/bsd/libevent dependall ===> external/bsd/libevent/include dependall ===> external/bsd/libevent/lib dependall ===> external/bsd/libevent/lib/libevent dependall ===> external/bsd/libevent/lib/libevent_openssl dependall ===> external/bsd/libevent/lib/libevent_pthreads dependall ===> external/bsd/libevent/man dependall ===> external/bsd/liblzf dependall ===> external/bsd/liblzf/lib dependall ===> external/bsd/liblzf/usr.bin dependall ===> external/bsd/liblzf/usr.bin/lzf dependall ===> external/bsd/libpcap dependall ===> external/bsd/libpcap/bin dependall ===> external/bsd/libpcap/lib dependall ===> external/bsd/libpcap/sbin dependall ===> external/bsd/libpcap/sbin/rpcapd dependall ===> games/hals_end dependall ===> external/gpl2/grep/bin dependall ===> games/hangman dependall ===> crypto/external/bsd/openssh/bin/sftp-server dependall ===> external/bsd/mdocml dependall ===> external/bsd/mdocml/lib dependall ===> external/bsd/mdocml/lib/libmandoc dependall ===> external/bsd/mdocml/bin dependall ===> external/bsd/mdocml/bin/mandoc dependall ===> games/hunt dependall ===> games/hunt/hunt dependall ===> crypto/external/bsd/openssh/bin/ssh-keysign dependall ===> games/hunt/huntd dependall ===> external/gpl2/groff dependall ===> external/gpl2/groff/lib dependall ===> external/gpl2/groff/lib/libgroff dependall ===> crypto/external/bsd/openssh/bin/ssh-keyscan dependall ===> games/larn /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/20260419035952Z-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/20260419035952Z-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/20260419035952Z-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/20260419035952Z-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 ===> external/gpl2/groff/lib/libdriver dependall ===> crypto/external/bsd/openssh/bin/ssh-pkcs11-helper dependall ===> external/gpl2/groff/lib/libbib dependall ===> crypto/external/bsd/openssh/libexec dependall ===> crypto/external/bsd/openssh/libexec/sshd-auth dependall ===> external/bsd/mdocml/man dependall ===> external/bsd/ntp dependall ===> external/bsd/ntp/lib dependall ===> external/bsd/ntp/lib/libntp dependall ===> external/gpl2/groff/bin dependall ===> external/gpl2/groff/bin/addftinfo dependall ===> games/mille dependall ===> external/gpl2/groff/bin/eqn dependall ===> games/monop dependall ===> games/morse dependall ===> games/number dependall ===> external/gpl2/groff/bin/gdiffmk dependall ===> external/gpl2/groff/bin/grn dependall ===> games/phantasia dependall ===> external/gpl2/groff/bin/groff dependall ===> external/gpl2/groff/bin/grog dependall ===> external/gpl2/groff/bin/hpftodit dependall ===> games/pig dependall ===> games/pom dependall ===> external/gpl2/groff/bin/html dependall ===> games/ppt dependall ===> games/primes dependall ===> games/quiz dependall ===> external/gpl2/groff/bin/indxbib dependall ===> games/rain dependall ===> games/random dependall ===> external/gpl2/groff/bin/lkbib dependall ===> games/robots dependall ===> external/gpl2/groff/bin/lookbib dependall ===> external/gpl2/groff/bin/nroff dependall ===> external/gpl2/groff/bin/pfbtops dependall ===> external/gpl2/groff/bin/pic dependall ===> games/rogue dependall ===> games/rogue/USD.doc dependall ===> external/bsd/ntp/lib/libiscntp dependall ===> external/gpl2/groff/bin/refer /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/20260419035952Z-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/20260419035952Z-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/20260419035952Z-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/20260419035952Z-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/libexec/sshd-session dependall ===> games/sail dependall ===> external/gpl2/groff/bin/soelim dependall ===> external/gpl2/groff/bin/tbl 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 ===> external/gpl2/groff/bin/tfmtodit dependall ===> games/snake/snscore dependall ===> games/testpat dependall ===> external/gpl2/groff/bin/troff dependall ===> games/tetris 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/20260419035952Z-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:20260419035952-xsrc@cvs:HEAD:20260222083521\" --sysroot=/home/builds/ab/HEAD/dreamcast/20260419035952Z-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/20260419035952Z-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 --- 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-session --- dependall-sshd-session --- 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 --- dependall --- nbmake[9]: stopped making "dependall" in /home/source/ab/HEAD/src/external/gpl2/groff/bin/troff --- dependall-troff --- nbmake[8]: stopped making "dependall" in /home/source/ab/HEAD/src/external/gpl2/groff/bin --- dependall-bin --- 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 --- 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=20260419035952Z start=Sun Apr 19 04:42:57 UTC 2026 end=Sun Apr 19 05:18:46 UTC 2026 rc=1 No release_dreamcast_.tar