dependall ===> crypto/external/bsd/openssh/bin/sftp dependall ===> games/hack dependall ===> crypto/external/bsd/openssh/bin/ssh-pkcs11-helper dependall ===> games/hals_end dependall ===> crypto/external/bsd/openssh/libexec/ssh-sk-helper /home/source/ab/HEAD/src/crypto/external/bsd/openssh/dist/ssh-sk.c: In function 'sshsk_ecdsa_assemble': /home/source/ab/HEAD/src/crypto/external/bsd/openssh/dist/ssh-sk.c:208:9: warning: 'EC_KEY_new_by_curve_name' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 208 | if ((ecdsa = EC_KEY_new_by_curve_name(key->ecdsa_nid)) == NULL || | ^~ In file included from /home/source/ab/HEAD/src/crypto/external/bsd/openssh/dist/ssh-sk.c:32: /home/builds/ab/HEAD/evbsh3-sh3eb/20260419163647Z-dest/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); | ^~~~~~~~~~~~~~~~~~~~~~~~ /home/source/ab/HEAD/src/crypto/external/bsd/openssh/dist/ssh-sk.c:209:13: warning: 'EC_KEY_get0_group' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 209 | (g = EC_KEY_get0_group(ecdsa)) == NULL || | ^ /home/builds/ab/HEAD/evbsh3-sh3eb/20260419163647Z-dest/usr/include/openssl/ec.h:1045:39: note: declared here 1045 | OSSL_DEPRECATEDIN_3_0 const EC_GROUP *EC_KEY_get0_group(const EC_KEY *key); | ^~~~~~~~~~~~~~~~~ /home/source/ab/HEAD/src/crypto/external/bsd/openssh/dist/ssh-sk.c:231:9: warning: 'EC_KEY_set_public_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 231 | if (EC_KEY_set_public_key(ecdsa, q) != 1) { | ^~ /home/builds/ab/HEAD/evbsh3-sh3eb/20260419163647Z-dest/usr/include/openssl/ec.h:1081:27: note: declared here 1081 | OSSL_DEPRECATEDIN_3_0 int EC_KEY_set_public_key(EC_KEY *key, const EC_POINT *pub); | ^~~~~~~~~~~~~~~~~~~~~ /home/source/ab/HEAD/src/crypto/external/bsd/openssh/dist/ssh-sk.c:242:9: warning: 'EVP_PKEY_set1_EC_KEY' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 242 | if (EVP_PKEY_set1_EC_KEY(key->pkey, ecdsa) != 1) { | ^~ In file included from /home/source/ab/HEAD/src/crypto/external/bsd/openssh/dist/ssh-sk.c:33: /home/builds/ab/HEAD/evbsh3-sh3eb/20260419163647Z-dest/usr/include/openssl/evp.h:1420:5: note: declared here 1420 | int EVP_PKEY_set1_EC_KEY(EVP_PKEY *pkey, struct ec_key_st *key); | ^~~~~~~~~~~~~~~~~~~~ /home/source/ab/HEAD/src/crypto/external/bsd/openssh/dist/ssh-sk.c:254:9: warning: 'EC_KEY_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 254 | EC_KEY_free(ecdsa); | ^~~~~~~~~~~ /home/builds/ab/HEAD/evbsh3-sh3eb/20260419163647Z-dest/usr/include/openssl/ec.h:1014:28: note: declared here 1014 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key); | ^~~~~~~~~~~ /home/source/ab/HEAD/src/crypto/external/bsd/openssh/dist/monitor.c: In function 'mm_answer_moduli': /home/source/ab/HEAD/src/crypto/external/bsd/openssh/dist/monitor.c:691:17: warning: 'DH_get0_pqg' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 691 | DH_get0_pqg(dh, &dh_p, NULL, &dh_g); | ^~~~~~~~~~~ In file included from /home/source/ab/HEAD/src/crypto/external/bsd/openssh/dist/monitor.c:54: /home/builds/ab/HEAD/evbsh3-sh3eb/20260419163647Z-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/monitor.c:697:17: warning: 'DH_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 697 | DH_free(dh); | ^~~~~~~ /home/builds/ab/HEAD/evbsh3-sh3eb/20260419163647Z-dest/usr/include/openssl/dh.h:211:28: note: declared here 211 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh); | ^~~~~~~ dependall ===> external/bsd/less/bin/lessecho dependall ===> external/bsd/less/bin/lesskey dependall ===> crypto/external/cpl dependall ===> libexec dependall ===> libexec/atrun dependall ===> libexec/comsat dependall ===> libexec/fingerd dependall ===> external/bsd/libarchive dependall ===> external/bsd/libarchive/lib dependall ===> external/bsd/libarchive/lib/libarchive dependall ===> libexec/ftpd dependall ===> external/bsd/libarchive/lib/libarchive_fe dependall ===> external/bsd/libarchive/bin dependall ===> external/bsd/libarchive/bin/cpio dependall ===> external/bsd/libarchive/bin/tar /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/evbsh3-sh3eb/20260419163647Z-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/evbsh3-sh3eb/20260419163647Z-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/evbsh3-sh3eb/20260419163647Z-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/evbsh3-sh3eb/20260419163647Z-dest/usr/include/openssl/dh.h:211:28: note: declared here 211 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh); | ^~~~~~~ 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 ===> libexec/getty 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 ===> 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 ===> libexec/httpd dependall ===> games/hangman dependall ===> external/bsd/ntp dependall ===> external/bsd/ntp/lib dependall ===> external/bsd/ntp/lib/libntp dependall ===> games/hunt dependall ===> games/hunt/hunt /home/source/ab/HEAD/src/libexec/httpd/ssl-bozo.c: In function 'bozo_clear_ssl_queue': /home/source/ab/HEAD/src/libexec/httpd/ssl-bozo.c:130:29: warning: 'ERR_func_error_string' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 130 | ERR_func_error_string(sslcode), | ^~~~~~~~~~~~~~~~~~~~~ In file included from /home/source/ab/HEAD/src/libexec/httpd/ssl-bozo.c:50: /home/builds/ab/HEAD/evbsh3-sh3eb/20260419163647Z-dest/usr/include/openssl/err.h:461:35: note: declared here 461 | OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); | ^~~~~~~~~~~~~~~~~~~~~ /home/source/ab/HEAD/src/libexec/httpd/ssl-bozo.c:136:29: warning: 'ERR_func_error_string' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations] 136 | ERR_func_error_string(sslcode), | ^~~~~~~~~~~~~~~~~~~~~ /home/builds/ab/HEAD/evbsh3-sh3eb/20260419163647Z-dest/usr/include/openssl/err.h:461:35: note: declared here 461 | OSSL_DEPRECATEDIN_3_0 const char *ERR_func_error_string(unsigned long e); | ^~~~~~~~~~~~~~~~~~~~~ dependall ===> games/hunt/huntd dependall ===> libexec/identd dependall ===> libexec/ld.aout_so dependall ===> libexec/ld.elf_so dependall ===> games/larn dependall ===> libexec/mail.local dependall ===> external/bsd/mdocml/man dependall ===> libexec/makekey dependall ===> external/bsd/openresolv dependall ===> external/bsd/openresolv/sbin dependall ===> external/bsd/openresolv/sbin/resolvconf dependall ===> external/bsd/openresolv/libexec dependall ===> external/bsd/openresolv/libexec/resolvconf dependall ===> libexec/rexecd dependall ===> external/bsd/openresolv/libexec/libc.d dependall ===> libexec/rlogind dependall ===> libexec/rshd dependall ===> libexec/rpc.rstatd dependall ===> external/bsd/ntp/lib/libiscntp dependall ===> libexec/rpc.rusersd dependall ===> games/mille dependall ===> libexec/rpc.rwalld dependall ===> libexec/rpc.sprayd dependall ===> libexec/talkd dependall ===> libexec/telnetd dependall ===> games/monop dependall ===> games/morse dependall ===> external/cddl dependall ===> external/gpl2 dependall ===> external/gpl2/xcvs dependall ===> external/gpl2/xcvs/lib dependall ===> external/gpl2/xcvs/lib/libcvs dependall ===> libexec/tftpd dependall ===> games/number dependall ===> games/phantasia dependall ===> libexec/utmp_update dependall ===> libexec/lfs_cleanerd 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/pig dependall ===> games/pom dependall ===> games/ppt dependall ===> games/primes dependall ===> games/quiz dependall ===> libexec/rpc.rquotad 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/evbsh3-sh3eb/20260419163647Z-tools/bin/sh--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:20260419163647-xsrc@cvs:HEAD:20260222083521\" --sysroot=/home/builds/ab/HEAD/evbsh3-sh3eb/20260419163647Z-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/evbsh3-sh3eb/20260419163647Z-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/quiz --- dependall-quiz --- 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[6]: stopped making "dependall" in /home/source/ab/HEAD/src/libexec/rpc.rquotad --- dependall-rpc.rquotad --- nbmake[5]: stopped making "dependall" in /home/source/ab/HEAD/src/libexec --- dependall-libexec --- 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/xcvs/lib/libcvs --- dependall-libcvs --- nbmake[8]: stopped making "dependall" in /home/source/ab/HEAD/src/external/gpl2/xcvs/lib --- dependall-lib --- nbmake[7]: stopped making "dependall" in /home/source/ab/HEAD/src/external/gpl2/xcvs --- dependall-xcvs --- 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=20260419163647Z start=Sun Apr 19 17:35:20 UTC 2026 end=Sun Apr 19 18:11:38 UTC 2026 rc=1 No release_evbsh3_sh3eb.tar