dependall ===> sbin/ping dependall ===> usr.bin/c17 dependall ===> usr.bin/c89 dependall ===> external/bsd/mdocml/man dependall ===> usr.bin/c99 dependall ===> usr.bin/cal dependall ===> external/bsd/ntp dependall ===> external/bsd/ntp/lib dependall ===> external/bsd/ntp/lib/libntp dependall ===> usr.bin/calendar /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/landisk/20260420030351Z-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/landisk/20260420030351Z-dest/usr/include/openssl/dh.h:211:28: note: declared here 211 | OSSL_DEPRECATEDIN_3_0 void DH_free(DH *dh); | ^~~~~~~ dependall ===> usr.bin/cap_mkdb dependall ===> sbin/pppoectl dependall ===> usr.bin/cdplay dependall ===> sbin/raidctl dependall ===> usr.bin/checknr dependall ===> usr.bin/chflags dependall ===> sbin/reboot dependall ===> usr.bin/chpass dependall ===> sbin/rcorder dependall ===> sbin/rndctl dependall ===> usr.bin/cksum dependall ===> sbin/route dependall ===> usr.bin/cmp dependall ===> usr.bin/cleantags dependall ===> usr.bin/col dependall ===> usr.bin/colcrt dependall ===> sbin/routed dependall ===> sbin/routed/rtquery dependall ===> usr.bin/colrm dependall ===> usr.bin/column dependall ===> usr.bin/comm dependall ===> usr.bin/compress dependall ===> usr.bin/config /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/landisk/20260420030351Z-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/landisk/20260420030351Z-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/landisk/20260420030351Z-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/landisk/20260420030351Z-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/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/landisk/20260420030351Z-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/landisk/20260420030351Z-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/landisk/20260420030351Z-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/landisk/20260420030351Z-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/landisk/20260420030351Z-dest/usr/include/openssl/ec.h:1014:28: note: declared here 1014 | OSSL_DEPRECATEDIN_3_0 void EC_KEY_free(EC_KEY *key); | ^~~~~~~~~~~ dependall ===> usr.sbin dependall ===> usr.sbin/ac dependall ===> usr.sbin/accton dependall ===> usr.sbin/acpitools dependall ===> usr.sbin/acpitools/acpidump dependall ===> usr.sbin/acpitools/amldb dependall ===> usr.sbin/altq dependall ===> usr.sbin/altq/libaltq dependall ===> sbin/savecore dependall ===> sbin/scsictl dependall ===> usr.bin/crunch dependall ===> usr.bin/crunch/crunchgen dependall ===> sbin/shutdown dependall ===> sbin/slattach dependall ===> usr.bin/crunch/crunchide dependall ===> sbin/svhlabel dependall ===> usr.bin/csplit dependall ===> sbin/swapctl dependall ===> usr.bin/ctags dependall ===> sbin/sysctl dependall ===> external/bsd/ntp/lib/libiscntp dependall ===> usr.sbin/altq/altqd dependall ===> usr.bin/cut dependall ===> usr.sbin/altq/altqstat dependall ===> usr.bin/cvslatest dependall ===> usr.bin/dc dependall ===> usr.bin/dc/USD.doc dependall ===> sbin/ttyflags dependall ===> sbin/umount dependall ===> sbin/veriexecctl dependall ===> usr.sbin/altq/tbrconfig dependall ===> usr.bin/deroff dependall ===> usr.sbin/apm dependall ===> usr.sbin/apmd dependall ===> usr.sbin/arp dependall ===> sbin/wdogctl dependall ===> sbin/wsconsctl dependall ===> usr.sbin/bad144 dependall ===> usr.sbin/bootp dependall ===> usr.sbin/bootp/common dependall ===> usr.bin/db dependall ===> usr.bin/dirname dependall ===> usr.bin/du dependall ===> usr.bin/eject dependall ===> usr.bin/elf2aout dependall ===> usr.bin/elf2ecoff dependall ===> usr.bin/env dependall ===> usr.sbin/bootp/bootpd dependall ===> sbin/newfs dependall ===> usr.bin/error dependall ===> usr.sbin/bootp/bootpef dependall ===> usr.sbin/bootp/bootpgw dependall ===> external/bsd/ntp/lib/libopts dependall ===> usr.sbin/bootp/bootptest dependall ===> usr.bin/expand dependall ===> usr.sbin/catman dependall ===> usr.bin/extattr 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.bin/false dependall ===> usr.bin/fdformat dependall ===> usr.bin/fgen dependall ===> usr.sbin/certctl dependall ===> usr.sbin/chroot dependall ===> usr.sbin/cpuctl dependall ===> sbin/fsck_ffs dependall ===> sbin/fsck_ffs/SMM.doc dependall ===> usr.sbin/crash dependall ===> usr.sbin/dev_mkdb /home/builds/ab/HEAD/landisk/20260420030351Z-tools/lib/gcc/shle--netbsdelf/14.3.0/../../../../shle--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/fincore dependall ===> usr.sbin/dumpfs dependall ===> usr.bin/find 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/landisk/20260420030351Z-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:20260420030351-xsrc@cvs:HEAD:20260222083521\" --sysroot=/home/builds/ab/HEAD/landisk/20260420030351Z-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/landisk/20260420030351Z-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-find --- 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 --- 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/dumpfs --- dependall-dumpfs --- 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 --- 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=20260420030351Z start=Mon Apr 20 05:16:38 UTC 2026 end=Mon Apr 20 05:53:14 UTC 2026 rc=1 No release_landisk_.tar