Date: Tue, 5 May 2026 08:18:25 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: cperciva@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Subject: FreeBSD-main-amd64-gcc14_build - Build #3594 - Still Failing Message-ID: <57172370.7.1777969107657@jenkins.ci.freebsd.org> In-Reply-To: <2062943543.5.1777964771452@jenkins.ci.freebsd.org>
index | next in thread | previous in thread | raw e-mail
FreeBSD-main-amd64-gcc14_build - Build #3594 (89b97931d6d415d7a2504d8ea2c99beafd77cf24) - Still Failing Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc14_build/3594/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc14_build/3594/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc14_build/3594/console Status explanation: "Failure" - the build is suspected being broken by the following changes "Still Failing" - the build has not been fixed by the following changes and this is a notification to note that these changes have not been fully tested by the CI system Change summaries: (Those commits are likely but not certainly responsible) 89b97931d6d415d7a2504d8ea2c99beafd77cf24 by cperciva: bsdinstall: Always use pkg.FreeBSD.org The end of the build log: [...truncated 86.36 MiB...] make[5]: stopped making "all" in /workspace/src/krb5/plugins/preauth make[4]: stopped making "all" in /workspace/src/krb5/plugins make[3]: stopped making "all" in /workspace/src/krb5 make[2]: stopped making "all" in /workspace/src --- all_subdir_bin --- make[3]: stopped making "all" in /workspace/src/bin make[2]: stopped making "all" in /workspace/src --- all_subdir_stand --- --- all_subdir_stand/libsa32 --- make[3]: stopped making "all" in /workspace/src/stand --- all_subdir_sbin --- /workspace/src/sbin/dump/main.c: In function 'main': /workspace/src/sbin/dump/main.c:344:23: warning: 'strncpy' specified bound 64 equals destination size [-Wstringop-truncation] 344 | (void)strncpy(spcl.c_dev, disk, NAMELEN); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sbin/dump/main.c:341:23: warning: 'strncpy' specified bound 64 equals destination size [-Wstringop-truncation] 341 | (void)strncpy(spcl.c_dev, dt->fs_spec, NAMELEN); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sbin/dump/main.c:342:23: warning: 'strncpy' specified bound 64 equals destination size [-Wstringop-truncation] 342 | (void)strncpy(spcl.c_filesys, dt->fs_file, NAMELEN); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sbin/dump/main.c:365:64: warning: '/.snap' directive output may be truncated writing 6 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 365 | snprintf(snapname, sizeof snapname, "%s/.snap", mntpt); | ^~~~~~ /workspace/src/sbin/dump/main.c:365:25: note: 'snprintf' output between 7 and 1030 bytes into a destination of size 1024 365 | snprintf(snapname, sizeof snapname, "%s/.snap", mntpt); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sbin/dump/main.c:376:40: warning: '/.snap/dump_snapshot' directive output may be truncated writing 20 bytes into a region of size between 1 and 1024 [-Wformat-truncation=] 376 | "%s/.snap/dump_snapshot", mntpt); | ^~~~~~~~~~~~~~~~~~~~ /workspace/src/sbin/dump/main.c:375:33: note: 'snprintf' output between 21 and 1044 bytes into a destination of size 1024 375 | snprintf(snapname, sizeof snapname, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 376 | "%s/.snap/dump_snapshot", mntpt); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/sbin/dump/main.c:377:71: warning: '%s' directive output may be truncated writing up to 1023 bytes into a region of size 1007 [-Wformat-truncation=] 377 | snprintf(snapcmd, sizeof snapcmd, "%s %s %s", | ^~ /workspace/src/sbin/dump/main.c:377:33: note: 'snprintf' output between 19 and 2065 bytes into a destination of size 1024 377 | snprintf(snapcmd, sizeof snapcmd, "%s %s %s", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 378 | _PATH_MKSNAP_FFS, mntpt, snapname); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- all_subdir_stand --- --- all_subdir_stand/libsa --- make[3]: stopped making "all" in /workspace/src/stand make[2]: stopped making "all" in /workspace/src --- all_subdir_libexec --- /workspace/src/contrib/dma/net.c: In function 'read_remote': /workspace/src/contrib/dma/net.c:181:25: warning: 'strncat' output may be truncated copying between 0 and 1023 bytes from a string of length 2047 [-Wstringop-truncation] 181 | strncat(neterr, buff, copysize); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --- all_subdir_sbin --- make[3]: stopped making "all" in /workspace/src/sbin make[2]: stopped making "all" in /workspace/src --- all_subdir_rescue --- /workspace/src/bin/sh/eval.c: In function 'evalcommand': /workspace/src/bin/sh/eval.c:866:13: warning: variable 'mode' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered] 866 | int mode; | ^~~~ /workspace/src/bin/sh/eval.c:871:24: warning: variable 'savehandler' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered] 871 | struct jmploc *savehandler; | ^~~~~~~~~~~ /workspace/src/bin/sh/eval.c:857:34: warning: argument 'flags' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered] 857 | evalcommand(union node *cmd, int flags, struct backcmd *backcmd) | ~~~~^~~~~ --- all_subdir_libexec --- /workspace/src/contrib/dma/net.c: In function 'deliver_to_host': /workspace/src/contrib/dma/net.c:500:58: warning: ' [' directive output may be truncated writing 2 bytes into a region of size between 0 and 1024 [-Wformat-truncation=] 500 | snprintf(errmsg, sizeof(errmsg), "%s [%s] did not like our %s:\n%s", \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/contrib/dma/net.c:516:17: note: in expansion of macro 'READ_REMOTE_CHECK' 516 | READ_REMOTE_CHECK("connect", 2); | ^~~~~~~~~~~~~~~~~ /workspace/src/contrib/dma/net.c:500:61: note: format string is defined here 500 | snprintf(errmsg, sizeof(errmsg), "%s [%s] did not like our %s:\n%s", \ | ^~ /workspace/src/contrib/dma/net.c:500:25: note: 'snprintf' output between 31 and 2123 bytes into a destination of size 1024 500 | snprintf(errmsg, sizeof(errmsg), "%s [%s] did not like our %s:\n%s", \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 501 | host->host, host->addr, c, neterr); \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/contrib/dma/net.c:516:17: note: in expansion of macro 'READ_REMOTE_CHECK' 516 | READ_REMOTE_CHECK("connect", 2); | ^~~~~~~~~~~~~~~~~ /workspace/src/contrib/dma/net.c:500:58: warning: ' [' directive output may be truncated writing 2 bytes into a region of size between 0 and 1024 [-Wformat-truncation=] 500 | snprintf(errmsg, sizeof(errmsg), "%s [%s] did not like our %s:\n%s", \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/contrib/dma/net.c:529:25: note: in expansion of macro 'READ_REMOTE_CHECK' 529 | READ_REMOTE_CHECK("connect", 2); | ^~~~~~~~~~~~~~~~~ /workspace/src/contrib/dma/net.c:500:61: note: format string is defined here 500 | snprintf(errmsg, sizeof(errmsg), "%s [%s] did not like our %s:\n%s", \ | ^~ /workspace/src/contrib/dma/net.c:500:25: note: 'snprintf' output between 31 and 2123 bytes into a destination of size 1024 500 | snprintf(errmsg, sizeof(errmsg), "%s [%s] did not like our %s:\n%s", \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 501 | host->host, host->addr, c, neterr); \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/contrib/dma/net.c:529:25: note: in expansion of macro 'READ_REMOTE_CHECK' 529 | READ_REMOTE_CHECK("connect", 2); | ^~~~~~~~~~~~~~~~~ /workspace/src/contrib/dma/net.c:560:73: warning: '%s' directive output may be truncated writing up to 1024 bytes into a region of size 1010 [-Wformat-truncation=] 560 | snprintf(errmsg, sizeof(errmsg), "SMTP login to %s failed", host->host); | ^~ /workspace/src/contrib/dma/net.c:560:25: note: 'snprintf' output between 22 and 1046 bytes into a destination of size 1024 560 | snprintf(errmsg, sizeof(errmsg), "SMTP login to %s failed", host->host); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/contrib/dma/net.c:500:58: warning: ' [' directive output may be truncated writing 2 bytes into a region of size between 0 and 1024 [-Wformat-truncation=] 500 | snprintf(errmsg, sizeof(errmsg), "%s [%s] did not like our %s:\n%s", \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/contrib/dma/net.c:583:17: note: in expansion of macro 'READ_REMOTE_CHECK' 583 | READ_REMOTE_CHECK("RCPT TO", 2); | ^~~~~~~~~~~~~~~~~ /workspace/src/contrib/dma/net.c:500:61: note: format string is defined here 500 | snprintf(errmsg, sizeof(errmsg), "%s [%s] did not like our %s:\n%s", \ | ^~ /workspace/src/contrib/dma/net.c:500:25: note: 'snprintf' output between 31 and 2123 bytes into a destination of size 1024 500 | snprintf(errmsg, sizeof(errmsg), "%s [%s] did not like our %s:\n%s", \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 501 | host->host, host->addr, c, neterr); \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/contrib/dma/net.c:583:17: note: in expansion of macro 'READ_REMOTE_CHECK' 583 | READ_REMOTE_CHECK("RCPT TO", 2); | ^~~~~~~~~~~~~~~~~ /workspace/src/contrib/dma/net.c:500:58: warning: ' [' directive output may be truncated writing 2 bytes into a region of size between 0 and 1024 [-Wformat-truncation=] 500 | snprintf(errmsg, sizeof(errmsg), "%s [%s] did not like our %s:\n%s", \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/contrib/dma/net.c:620:9: note: in expansion of macro 'READ_REMOTE_CHECK' 620 | READ_REMOTE_CHECK("final DATA", 2); | ^~~~~~~~~~~~~~~~~ /workspace/src/contrib/dma/net.c:500:61: note: format string is defined here 500 | snprintf(errmsg, sizeof(errmsg), "%s [%s] did not like our %s:\n%s", \ | ^~ /workspace/src/contrib/dma/net.c:500:25: note: 'snprintf' output between 34 and 2126 bytes into a destination of size 1024 500 | snprintf(errmsg, sizeof(errmsg), "%s [%s] did not like our %s:\n%s", \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 501 | host->host, host->addr, c, neterr); \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/contrib/dma/net.c:620:9: note: in expansion of macro 'READ_REMOTE_CHECK' 620 | READ_REMOTE_CHECK("final DATA", 2); | ^~~~~~~~~~~~~~~~~ /workspace/src/contrib/dma/net.c:500:58: warning: ' [' directive output may be truncated writing 2 bytes into a region of size between 0 and 1024 [-Wformat-truncation=] 500 | snprintf(errmsg, sizeof(errmsg), "%s [%s] did not like our %s:\n%s", \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/contrib/dma/net.c:588:9: note: in expansion of macro 'READ_REMOTE_CHECK' 588 | READ_REMOTE_CHECK("DATA", 3); | ^~~~~~~~~~~~~~~~~ /workspace/src/contrib/dma/net.c:500:61: note: format string is defined here 500 | snprintf(errmsg, sizeof(errmsg), "%s [%s] did not like our %s:\n%s", \ | ^~ /workspace/src/contrib/dma/net.c:500:25: note: 'snprintf' output between 28 and 2120 bytes into a destination of size 1024 500 | snprintf(errmsg, sizeof(errmsg), "%s [%s] did not like our %s:\n%s", \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 501 | host->host, host->addr, c, neterr); \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/contrib/dma/net.c:588:9: note: in expansion of macro 'READ_REMOTE_CHECK' 588 | READ_REMOTE_CHECK("DATA", 3); | ^~~~~~~~~~~~~~~~~ /workspace/src/contrib/dma/net.c:500:58: warning: ' [' directive output may be truncated writing 2 bytes into a region of size between 0 and 1024 [-Wformat-truncation=] 500 | snprintf(errmsg, sizeof(errmsg), "%s [%s] did not like our %s:\n%s", \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/contrib/dma/net.c:572:9: note: in expansion of macro 'READ_REMOTE_CHECK' 572 | READ_REMOTE_CHECK("MAIL FROM", 2); | ^~~~~~~~~~~~~~~~~ /workspace/src/contrib/dma/net.c:500:61: note: format string is defined here 500 | snprintf(errmsg, sizeof(errmsg), "%s [%s] did not like our %s:\n%s", \ | ^~ /workspace/src/contrib/dma/net.c:500:25: note: 'snprintf' output between 33 and 2125 bytes into a destination of size 1024 500 | snprintf(errmsg, sizeof(errmsg), "%s [%s] did not like our %s:\n%s", \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 501 | host->host, host->addr, c, neterr); \ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /workspace/src/contrib/dma/net.c:572:9: note: in expansion of macro 'READ_REMOTE_CHECK' 572 | READ_REMOTE_CHECK("MAIL FROM", 2); | ^~~~~~~~~~~~~~~~~ make[4]: stopped making "all" in /workspace/src/libexec/dma make[3]: stopped making "all" in /workspace/src/libexec make[2]: stopped making "all" in /workspace/src --- all_subdir_rescue --- make[5]: stopped making "objs" in /tmp/obj/workspace/src/amd64.amd64/rescue/rescue make[4]: stopped making "all" in /workspace/src/rescue/rescue make[3]: stopped making "all" in /workspace/src/rescue make[2]: stopped making "all" in /workspace/src --- all_subdir_secure --- --- all_subdir_secure/usr.bin --- make[4]: stopped making "all" in /workspace/src/secure/usr.bin make[3]: stopped making "all" in /workspace/src/secure --- all_subdir_secure/libexec --- make[4]: stopped making "all" in /workspace/src/secure/libexec make[3]: stopped making "all" in /workspace/src/secure make[2]: stopped making "all" in /workspace/src --- all_subdir_lib --- make[5]: stopped making "all" in /workspace/src/lib/msun/tests make[4]: stopped making "all" in /workspace/src/lib/msun make[3]: stopped making "all" in /workspace/src/lib make[2]: stopped making "all" in /workspace/src 46.78 real 278.19 user 33.12 sys make[1]: stopped making "buildworld" in /workspace/src make: stopped making "buildworld" in /workspace/src Build step 'Execute shell' marked build as failure [WARNINGS]Skipping publisher since build result is FAILURE [PostBuildScript] - [INFO] Executing post build scripts. [FreeBSD-main-amd64-gcc14_build] $ /bin/sh -xe /tmp/jenkins3166615657629807482.sh + sh freebsd-ci/scripts/jail/clean.sh clean jail FreeBSD-main-amd64-gcc14_build Checking for post-build Performing post-build step Checking if email needs to be generated Email was triggered for: Failure - Any Sending email for trigger: Failure - Any Sending mail from default account using System Admin e-mail addresshome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?57172370.7.1777969107657>
