| ^~ In file included from /home/source/ab/HEAD/src/crypto/external/bsd/openssh/dist/ssh-sk.c:32: /home/builds/ab/HEAD/mmeye/20260419035952Z-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/mmeye/20260419035952Z-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/mmeye/20260419035952Z-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/mmeye/20260419035952Z-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/mmeye/20260419035952Z-dest/usr/include/openssl/ec.h:1014:28: note: declared here 1014 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key); | ^~~~~~~~~~~ dependall ===> sbin/ping dependall ===> usr.bin dependall ===> usr.bin/apply dependall ===> usr.bin/asa dependall ===> usr.bin/at dependall ===> sbin/pppoectl dependall ===> usr.bin/banner dependall ===> sbin/raidctl dependall ===> usr.bin/base64 dependall ===> external/bsd/mdocml/man dependall ===> external/bsd/ntp dependall ===> external/bsd/ntp/lib dependall ===> external/bsd/ntp/lib/libntp dependall ===> usr.bin/basename dependall ===> usr.bin/biff dependall ===> usr.bin/bzip2 dependall ===> sbin/reboot dependall ===> sbin/rcorder dependall ===> usr.bin/bzip2recover dependall ===> sbin/rndctl dependall ===> usr.bin/c11 dependall ===> usr.bin/c17 dependall ===> usr.bin/c89 dependall ===> usr.bin/c99 dependall ===> usr.bin/cal dependall ===> usr.bin/calendar dependall ===> sbin/route dependall ===> usr.bin/cap_mkdb /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/mmeye/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/mmeye/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/mmeye/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/mmeye/20260419035952Z-dest/usr/include/openssl/dh.h:211:28: note: declared here 211 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh); | ^~~~~~~ dependall ===> usr.bin/cdplay dependall ===> usr.sbin dependall ===> usr.sbin/ac dependall ===> usr.sbin/accton dependall ===> usr.bin/checknr dependall ===> usr.sbin/acpitools dependall ===> usr.sbin/acpitools/acpidump dependall ===> usr.sbin/acpitools/amldb dependall ===> usr.sbin/altq dependall ===> usr.sbin/altq/libaltq dependall ===> usr.bin/chflags dependall ===> sbin/routed dependall ===> sbin/routed/rtquery dependall ===> usr.bin/chpass dependall ===> usr.bin/cksum dependall ===> usr.bin/cmp dependall ===> usr.bin/cleantags dependall ===> usr.bin/col dependall ===> usr.bin/colcrt dependall ===> usr.bin/colrm dependall ===> usr.bin/column dependall ===> usr.sbin/altq/altqd dependall ===> usr.bin/comm dependall ===> usr.bin/compress dependall ===> usr.sbin/altq/altqstat dependall ===> usr.bin/config dependall ===> sbin/savecore dependall ===> sbin/scsictl dependall ===> sbin/shutdown dependall ===> usr.sbin/altq/tbrconfig dependall ===> sbin/slattach dependall ===> usr.sbin/apm dependall ===> usr.sbin/apmd dependall ===> usr.sbin/arp dependall ===> sbin/svhlabel dependall ===> sbin/swapctl dependall ===> usr.sbin/bad144 dependall ===> usr.sbin/bootp dependall ===> usr.sbin/bootp/common dependall ===> sbin/sysctl dependall ===> usr.sbin/bootp/bootpd dependall ===> sbin/ttyflags dependall ===> sbin/umount dependall ===> usr.bin/crunch dependall ===> usr.bin/crunch/crunchgen dependall ===> usr.sbin/bootp/bootpef dependall ===> usr.sbin/bootp/bootpgw dependall ===> sbin/veriexecctl dependall ===> external/bsd/ntp/lib/libiscntp dependall ===> usr.sbin/bootp/bootptest dependall ===> usr.bin/crunch/crunchide dependall ===> usr.bin/csplit dependall ===> usr.sbin/catman dependall ===> sbin/wdogctl dependall ===> usr.bin/ctags dependall ===> sbin/wsconsctl dependall ===> usr.sbin/certctl dependall ===> usr.sbin/chroot dependall ===> usr.sbin/cpuctl dependall ===> usr.sbin/crash dependall ===> usr.bin/cut dependall ===> usr.sbin/dev_mkdb /home/builds/ab/HEAD/mmeye/20260419035952Z-tools/lib/gcc/sh--netbsdelf/14.3.0/../../../../sh--netbsdelf/bin/ld: dev_mkdb.o: in function `compat_add_entry': /usr/src/usr.sbin/dev_mkdb/dev_mkdb.c:175:(.text.startup+0x288): warning: warning: mktemp() possibly used unsafely, use mkstemp() or mkdtemp() dependall ===> usr.sbin/diskpart dependall ===> usr.bin/cvslatest dependall ===> usr.bin/dc dependall ===> usr.bin/dc/USD.doc dependall ===> usr.sbin/dumpfs dependall ===> sbin/newfs dependall ===> usr.sbin/edquota dependall ===> usr.bin/deroff dependall ===> usr.sbin/eeprom dependall ===> usr.sbin/emcfanctl dependall ===> usr.sbin/envstat dependall ===> usr.bin/db dependall ===> sbin/fsck_ffs dependall ===> sbin/fsck_ffs/SMM.doc dependall ===> usr.bin/dirname dependall ===> usr.bin/du dependall ===> usr.bin/eject dependall ===> external/bsd/ntp/lib/libopts dependall ===> usr.bin/elf2aout dependall ===> usr.bin/elf2ecoff dependall ===> usr.bin/env dependall ===> usr.bin/error 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 ===> usr.sbin/etcupdate dependall ===> usr.sbin/extattrctl dependall ===> usr.sbin/flashctl dependall ===> usr.sbin/fssconfig dependall ===> usr.sbin/fstyp dependall ===> usr.bin/expand dependall ===> usr.bin/extattr dependall ===> usr.bin/false dependall ===> usr.bin/fdformat dependall ===> usr.bin/fgen 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/mmeye/20260419035952Z-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:20260419035952-xsrc@cvs:HEAD:20260222083521\" --sysroot=/home/builds/ab/HEAD/mmeye/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/mmeye/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-external --- nbmake[4]: stopped making "dependall" in /home/source/ab/HEAD/src --- dependall --- nbmake[6]: stopped making "dependall" in /home/source/ab/HEAD/src/sbin/fsck_ffs --- dependall-fsck_ffs --- nbmake[5]: stopped making "dependall" in /home/source/ab/HEAD/src/sbin --- dependall-sbin --- nbmake[4]: stopped making "dependall" in /home/source/ab/HEAD/src --- dependall --- nbmake[6]: stopped making "dependall" in /home/source/ab/HEAD/src/usr.sbin/fstyp --- dependall-fstyp --- nbmake[5]: stopped making "dependall" in /home/source/ab/HEAD/src/usr.sbin --- dependall-usr.sbin --- nbmake[4]: stopped making "dependall" in /home/source/ab/HEAD/src --- dependall --- nbmake[6]: stopped making "dependall" in /home/source/ab/HEAD/src/usr.bin/fgen --- dependall-fgen --- nbmake[5]: stopped making "dependall" in /home/source/ab/HEAD/src/usr.bin --- dependall-usr.bin --- 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 06:11:43 UTC 2026 end=Sun Apr 19 06:47:55 UTC 2026 rc=1 No release_mmeye_.tar