Date: Mon, 20 Oct 2025 19:44:03 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: jlduran@FreeBSD.org, markj@FreeBSD.org, des@FreeBSD.org, dev-ci@FreeBSD.org Cc: jenkins-admin@FreeBSD.org Subject: FreeBSD-stable-15-amd64-gcc14_build - Build #83 - Still Failing Message-ID: <897246720.79.1760989446723@jenkins.ci.freebsd.org> In-Reply-To: <812323660.59.1760978553237@jenkins.ci.freebsd.org> References: <812323660.59.1760978553237@jenkins.ci.freebsd.org>
index | next in thread | previous in thread | raw e-mail
FreeBSD-stable-15-amd64-gcc14_build - Build #83 (511311e4f7a6220234bc5bced1e8e0fae96d02a6) - Still Failing Build information: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-gcc14_build/83/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-gcc14_build/83/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-stable-15-amd64-gcc14_build/83/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) 59c0a987e0d3fab4a884f57001802e6099624d57 by jlduran: rc.conf: Fix typo interferring -> interfering fa2e886206f41b4ce652377a6da163103ef25351 by jlduran: rc: dmesg: Allow umask to be configurable f28a5c92f9cd8b8f8fe690f6a2bdbd28dbe1b7cd by jlduran: bsdinstall: Fix typos 5debbcb6b7a5a25511e8d63142fbc5e8498a8f46 by des: realpath: Additional test cases 6c9b25246d4408eced73886d0b58feef7bff25c6 by des: realpath: Report correct path on failure 50d6a56a198c7c3961313a933f54eea94ffa4b5f by des: realpath: Belatedly document POSIX conformance 3d680881f6ed2f55079aac26cf0ded307c282563 by des: quot: Fix benign buffer overflow 68911bf64eb5f6a99dd1fa7e2b6eaee1d27d8f1a by des: quot: Clean up 9a7b48fef15230740cdf7b69e40e6ceb2bd2318e by des: quot: Drop the COMPAT version c0d4bbcb8069bd64f6ad070c099ebcf7cfde3e72 by des: quot: Drop the -h option b5f3f1a661ab69986c3379fa4c9c2b38785933db by des: quot: Add tests 3e138efaf4baa7517ac00b85ee6c1711c290d7c3 by markj: linprocfs: Add nodes for inotify 511311e4f7a6220234bc5bced1e8e0fae96d02a6 by markj: vm: Fix iterator usage in vm_thread_stack_create() The end of the build log: [...truncated 104.56 MiB...] from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__locale:24: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h: In function 'void std::__1::atomic_flag_wait(const volatile atomic_flag*, bool)': /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h:149:12: warning: 'void std::__1::atomic_flag::wait(bool, std::__1::memory_order) const volatile' is deprecated: The C++20 synchronization library has been deprecated prior to C++20. Please update to using -std=c++20 if you need to use these facilities. [-Wdeprecated-declarations] 149 | __o->wait(__v); | ~~~~~~~~~^~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h:52:3: note: declared here 52 | wait(bool __v, memory_order __m = memory_order_seq_cst) const volatile _NOEXCEPT { | ^~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h: In function 'void std::__1::atomic_flag_wait(const atomic_flag*, bool)': /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h:154:12: warning: 'void std::__1::atomic_flag::wait(bool, std::__1::memory_order) const' is deprecated: The C++20 synchronization library has been deprecated prior to C++20. Please update to using -std=c++20 if you need to use these facilities. [-Wdeprecated-declarations] 154 | __o->wait(__v); | ~~~~~~~~~^~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h:56:3: note: declared here 56 | wait(bool __v, memory_order __m = memory_order_seq_cst) const _NOEXCEPT { | ^~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h: In function 'void std::__1::atomic_flag_wait_explicit(const volatile atomic_flag*, bool, memory_order)': /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h:159:12: warning: 'void std::__1::atomic_flag::wait(bool, std::__1::memory_order) const volatile' is deprecated: The C++20 synchronization library has been deprecated prior to C++20. Please update to using -std=c++20 if you need to use these facilities. [-Wdeprecated-declarations] 159 | __o->wait(__v, __m); | ~~~~~~~~~^~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h:52:3: note: declared here 52 | wait(bool __v, memory_order __m = memory_order_seq_cst) const volatile _NOEXCEPT { | ^~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h: In function 'void std::__1::atomic_flag_wait_explicit(const atomic_flag*, bool, memory_order)': /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h:164:12: warning: 'void std::__1::atomic_flag::wait(bool, std::__1::memory_order) const' is deprecated: The C++20 synchronization library has been deprecated prior to C++20. Please update to using -std=c++20 if you need to use these facilities. [-Wdeprecated-declarations] 164 | __o->wait(__v, __m); | ~~~~~~~~~^~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h:56:3: note: declared here 56 | wait(bool __v, memory_order __m = memory_order_seq_cst) const _NOEXCEPT { | ^~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h: In function 'void std::__1::atomic_flag_notify_one(volatile atomic_flag*)': /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h:169:18: warning: 'void std::__1::atomic_flag::notify_one() volatile' is deprecated: The C++20 synchronization library has been deprecated prior to C++20. Please update to using -std=c++20 if you need to use these facilities. [-Wdeprecated-declarations] 169 | __o->notify_one(); | ~~~~~~~~~~~~~~~^~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h:59:87: note: declared here 59 | _LIBCPP_DEPRECATED_ATOMIC_SYNC _LIBCPP_AVAILABILITY_SYNC _LIBCPP_HIDE_FROM_ABI void notify_one() volatile _NOEXCEPT { | ^~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h: In function 'void std::__1::atomic_flag_notify_one(atomic_flag*)': /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h:174:18: warning: 'void std::__1::atomic_flag::notify_one()' is deprecated: The C++20 synchronization library has been deprecated prior to C++20. Please update to using -std=c++20 if you need to use these facilities. [-Wdeprecated-declarations] 174 | __o->notify_one(); | ~~~~~~~~~~~~~~~^~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h:62:87: note: declared here 62 | _LIBCPP_DEPRECATED_ATOMIC_SYNC _LIBCPP_AVAILABILITY_SYNC _LIBCPP_HIDE_FROM_ABI void notify_one() _NOEXCEPT { | ^~~~~~~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h: In function 'void std::__1::atomic_flag_notify_all(atomic_flag*)': /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h:184:18: warning: 'void std::__1::atomic_flag::notify_all()' is deprecated: The C++20 synchronization library has been deprecated prior to C++20. Please update to using -std=c++20 if you need to use these facilities. [-Wdeprecated-declarations] 184 | __o->notify_all(); | ~~~~~~~~~~~~~~~^~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/__atomic/atomic_flag.h:68:87: note: declared here 68 | _LIBCPP_DEPRECATED_ATOMIC_SYNC _LIBCPP_AVAILABILITY_SYNC _LIBCPP_HIDE_FROM_ABI void notify_all() _NOEXCEPT { | ^~~~~~~~~~ --- all_subdir_usr.sbin --- --- pw_groupadd_test --- echo '#! /usr/libexec/atf-sh' > pw_groupadd_test.tmp cat /workspace/src/usr.sbin/pw/tests/pw_groupadd_test.sh >>pw_groupadd_test.tmp chmod +x pw_groupadd_test.tmp mv pw_groupadd_test.tmp pw_groupadd_test --- pw_groupdel_test --- echo '#! /usr/libexec/atf-sh' > pw_groupdel_test.tmp cat /workspace/src/usr.sbin/pw/tests/pw_groupdel_test.sh >>pw_groupdel_test.tmp chmod +x pw_groupdel_test.tmp mv pw_groupdel_test.tmp pw_groupdel_test --- pw_groupmod_test --- echo '#! /usr/libexec/atf-sh' > pw_groupmod_test.tmp cat /workspace/src/usr.sbin/pw/tests/pw_groupmod_test.sh >>pw_groupmod_test.tmp chmod +x pw_groupmod_test.tmp mv pw_groupmod_test.tmp pw_groupmod_test --- pw_groupshow_test --- echo '#! /usr/libexec/atf-sh' > pw_groupshow_test.tmp cat /workspace/src/usr.sbin/pw/tests/pw_groupshow_test.sh >>pw_groupshow_test.tmp chmod +x pw_groupshow_test.tmp mv pw_groupshow_test.tmp pw_groupshow_test --- pw_useradd_test --- echo '#! /usr/libexec/atf-sh' > pw_useradd_test.tmp cat /workspace/src/usr.sbin/pw/tests/pw_useradd_test.sh >>pw_useradd_test.tmp chmod +x pw_useradd_test.tmp mv pw_useradd_test.tmp pw_useradd_test --- pw_userdel_test --- echo '#! /usr/libexec/atf-sh' > pw_userdel_test.tmp cat /workspace/src/usr.sbin/pw/tests/pw_userdel_test.sh >>pw_userdel_test.tmp chmod +x pw_userdel_test.tmp mv pw_userdel_test.tmp pw_userdel_test --- pw_usermod_test --- --- all_subdir_tests --- --- all_subdir_tests/sys/opencrypto --- --- poly1305_test.debug --- --- all_subdir_usr.sbin --- echo '#! /usr/libexec/atf-sh' > pw_usermod_test.tmp --- all_subdir_usr.bin --- --- all_subdir_usr.bin/printenv/tests --- ===> usr.bin/printenv/tests (all) --- all_subdir_tests --- /usr/local/x86_64-unknown-freebsd14.3/bin/objcopy --only-keep-debug poly1305_test.full poly1305_test.debug --- all_subdir_tests/sys/capsicum --- In file included from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/iterator:742, from /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/optional:1292: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/variant: In member function 'void std::__1::__variant_detail::__assignment<_Traits>::__assign_alt(std::__1::__variant_detail::__alt<_Ip, _Tp>&, _Arg&&)': /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/variant:931:81: warning: 'visibility' attribute ignored [-Wattributes] 931 | _LIBCPP_HIDDEN _LIBCPP_CONSTEXPR_SINCE_CXX20 void operator()(true_type) const { | ^~~~~ /tmp/obj/workspace/src/amd64.amd64/tmp/usr/include/c++/v1/variant:934:82: warning: 'visibility' attribute ignored [-Wattributes] 934 | _LIBCPP_HIDDEN _LIBCPP_CONSTEXPR_SINCE_CXX20 void operator()(false_type) const { | ^~~~~ --- all_subdir_usr.sbin --- cat /workspace/src/usr.sbin/pw/tests/pw_usermod_test.sh >>pw_usermod_test.tmp chmod +x pw_usermod_test.tmp mv pw_usermod_test.tmp pw_usermod_test --- pw_usernext_test --- --- all_subdir_tests --- --- all_subdir_tests/sys/opencrypto --- --- poly1305_test --- /usr/local/x86_64-unknown-freebsd14.3/bin/objcopy --strip-debug --add-gnu-debuglink=poly1305_test.debug poly1305_test.full poly1305_test --- all_subdir_usr.sbin --- echo '#! /usr/libexec/atf-sh' > pw_usernext_test.tmp cat /workspace/src/usr.sbin/pw/tests/pw_usernext_test.sh >>pw_usernext_test.tmp chmod +x pw_usernext_test.tmp --- all_subdir_tests --- --- runtests --- cat /workspace/src/tests/sys/opencrypto/runtests.sh >runtests.tmp --- all_subdir_usr.sbin --- mv pw_usernext_test.tmp pw_usernext_test --- pw_usershow_test --- echo '#! /usr/libexec/atf-sh' > pw_usershow_test.tmp cat /workspace/src/usr.sbin/pw/tests/pw_usershow_test.sh >>pw_usershow_test.tmp chmod +x pw_usershow_test.tmp --- all_subdir_tests --- chmod +x runtests.tmp --- all_subdir_usr.sbin --- mv pw_usershow_test.tmp pw_usershow_test --- all_subdir_tests --- mv runtests.tmp runtests --- all_subdir_usr.sbin --- --- Kyuafile --- --- all_subdir_tests --- --- Kyuafile --- --- all_subdir_usr.sbin --- --- pw.full --- --- pw.conf.5.gz --- --- pw.full --- /usr/local/bin/x86_64-unknown-freebsd14.3-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/ -O2 -pipe -fno-common -fPIE -ffile-prefix-map=/workspace/src=/usr/src -ffile-prefix-map=/tmp/obj/workspace/src=/usr/obj -g -std=gnu17 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wdate-time -Wno-error=address -Wno-error=array-bounds -Wno-error=attributes -Wno-error=bool-compare -Wno-error=cast-align -Wno-error=clobbered -Wno-error=deprecated-declarations -Wno-error=enum-compare -Wno-error=extra -Wno-error=logical-not-parentheses -Wno-error=strict-aliasing -Wno-error=uninitialized -Wno-error=unused-function -Wno-error=unused-value -Wno-error=empty-body -Wno-error=maybe-uninitialized -Wno-error=nonnull-compare -Wno-error=shift-negative-value -Wno-error=tautological-compare -Wno-error=unused-const-variable -Wno-error=bool-operation -Wno-error=deprecated -Wno-error=expansion-to-defined -Wno-error=format-overflow -Wno-error=format-truncation -Wno-error=implicit-fallthrough -Wno-error=int-in-bool-context -Wno-error=memset-elt-size -Wno-error=noexcept-type -Wno-error=nonnull -Wno-error=pointer-compare -Wno-error=stringop-overflow -Wno-error=aggressive-loop-optimizations -Wno-error=cast-function-type -Wno-error=catch-value -Wno-error=multistatement-macros -Wno-error=restrict -Wno-error=sizeof-pointer-memaccess -Wno-error=stringop-truncation -Wno-return-type -Wno-address-of-packed-member -Wl,-zrelro -pie -Wl,-znoexecstack -o pw.full pw.pieo pw_conf.pieo pw_user.pieo pw_group.pieo pw_log.pieo pw_nis.pieo pw_vpw.pieo grupd.pieo pwupd.pieo psdate.pieo bitmap.pieo cpdir.pieo rm_r.pieo strtounum.pieo pw_utils.pieo -lcrypt -lutil --- pw.conf.5.gz --- gzip -cn /workspace/src/usr.sbin/pw/pw.conf.5 > pw.conf.5.gz --- all_subdir_usr.bin --- --- printenv_test --- --- all_subdir_usr.sbin --- --- all_subdir_usr.sbin/rarpd --- ===> usr.sbin/rarpd (all) --- all_subdir_usr.bin --- echo '#! /usr/libexec/atf-sh' > printenv_test.tmp cat /workspace/src/usr.bin/printenv/tests/printenv_test.sh >>printenv_test.tmp chmod +x printenv_test.tmp --- all_subdir_usr.sbin --- --- .depend --- echo rarpd.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.a /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libutil.a >> .depend --- rarpd.pieo --- --- all_subdir_usr.bin --- mv printenv_test.tmp printenv_test --- Kyuafile --- --- printenv.full --- /usr/local/bin/x86_64-unknown-freebsd14.3-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/ -O2 -pipe -fno-common -fPIE -ffile-prefix-map=/workspace/src=/usr/src -ffile-prefix-map=/tmp/obj/workspace/src=/usr/obj -g -std=gnu17 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Wnested-externs -Wold-style-definition -Wno-pointer-sign -Wdate-time -Wno-error=address -Wno-error=array-bounds -Wno-error=attributes -Wno-error=bool-compare -Wno-error=cast-align -Wno-error=clobbered -Wno-error=deprecated-declarations -Wno-error=enum-compare -Wno-error=extra -Wno-error=logical-not-parentheses -Wno-error=strict-aliasing -Wno-error=uninitialized -Wno-error=unused-function -Wno-error=unused-value -Wno-error=empty-body -Wno-error=maybe-uninitialized -Wno-error=nonnull-compare -Wno-error=shift-negative-value -Wno-error=tautological-compare -Wno-error=unused-const-variable -Wno-error=bool-operation -Wno-error=deprecated -Wno-error=expansion-to-defined -Wno-error=format-overflow -Wno-error=format-truncation -Wno-error=implicit-fallthrough -Wno-error=int-in-bool-context -Wno-error=memset-elt-size -Wno-error=noexcept-type -Wno-error=nonnull -Wno-error=pointer-compare -Wno-error=stringop-overflow -Wno-error=aggressive-loop-optimizations -Wno-error=cast-function-type -Wno-error=catch-value -Wno-error=multistatement-macros -Wno-error=restrict -Wno-error=sizeof-pointer-memaccess -Wno-error=stringop-truncation -Wno-return-type -Wl,-zrelro -pie -Wl,-znoexecstack -o printenv.full printenv.pieo --- all_subdir_usr.sbin --- /usr/local/bin/x86_64-unknown-freebsd14.3-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/ -fpie -DPIC -O2 -pipe -fno-common -fPIE -ffile-prefix-map=/workspace/src=/usr/src -ffile-prefix-map=/tmp/obj/workspace/src=/usr/obj -g -MD -MF.depend.rarpd.pieo -MTrarpd.pieo -std=gnu17 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wdate-time -Wno-error=address -Wno-error=array-bounds -Wno-error=attributes -Wno-error=bool-compare -Wno-error=cast-align -Wno-error=clobbered -Wno-error=deprecated-declarations -Wno-error=enum-compare -Wno-error=extra -Wno-error=logical-not-parentheses -Wno-error=strict-aliasing -Wno-error=uninitialized -Wno-error=unused-function -Wno-error=unused-value -Wno-error=empty-body -Wno-error=maybe-uninitialized -Wno-error=nonnull-compare -Wno-error=shift-negative-value -Wno-error=tautological-compare -Wno-error=unused-const-variable -Wno-error=bool-operation -Wno-error=deprecated -Wno-error=expansion-to-defined -Wno-error=format-overflow -Wno-error=format-truncation -Wno-error=implicit-fallthrough -Wno-error=int-in-bool-context -Wno-error=memset-elt-size -Wno-error=noexcept-type -Wno-error=nonnull -Wno-error=pointer-compare -Wno-error=stringop-overflow -Wno-error=aggressive-loop-optimizations -Wno-error=cast-function-type -Wno-error=catch-value -Wno-error=multistatement-macros -Wno-error=restrict -Wno-error=sizeof-pointer-memaccess -Wno-error=stringop-truncation -Wno-return-type -Wno-address-of-packed-member -c /workspace/src/usr.sbin/rarpd/rarpd.c -o rarpd.pieo --- all_subdir_usr.bin --- --- printenv.1.gz --- gzip -cn /workspace/src/usr.bin/printenv/printenv.1 > printenv.1.gz --- printenv.debug --- /usr/local/x86_64-unknown-freebsd14.3/bin/objcopy --only-keep-debug printenv.full printenv.debug --- all_subdir_usr.sbin --- --- all_subdir_usr.sbin/pw --- --- pw.8.gz --- gzip -cn /workspace/src/usr.sbin/pw/pw.8 > pw.8.gz --- all_subdir_usr.bin --- --- printenv --- --- all_subdir_usr.sbin --- --- pw.debug --- --- all_subdir_usr.bin --- /usr/local/x86_64-unknown-freebsd14.3/bin/objcopy --strip-debug --add-gnu-debuglink=printenv.debug printenv.full printenv --- all_subdir_usr.sbin --- /usr/local/x86_64-unknown-freebsd14.3/bin/objcopy --only-keep-debug pw.full pw.debug --- pw --- --- all_subdir_usr.bin --- --- all_subdir_usr.bin/printf --- ===> usr.bin/printf (all) --- all_subdir_usr.sbin --- /usr/local/x86_64-unknown-freebsd14.3/bin/objcopy --strip-debug --add-gnu-debuglink=pw.debug pw.full pw --- all_subdir_usr.bin --- --- all_subdir_usr.bin/proccontrol --- ===> usr.bin/proccontrol (all) --- all_subdir_usr.bin/printf --- --- .depend --- echo printf.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.a >> .depend --- printf.pieo --- /usr/local/bin/x86_64-unknown-freebsd14.3-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/ -fpie -DPIC -O2 -pipe -fno-common -fPIE -ffile-prefix-map=/workspace/src=/usr/src -ffile-prefix-map=/tmp/obj/workspace/src=/usr/obj -g -MD -MF.depend.printf.pieo -MTprintf.pieo -std=gnu17 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Wnested-externs -Wold-style-definition -Wno-pointer-sign -Wdate-time -Wno-error=address -Wno-error=array-bounds -Wno-error=attributes -Wno-error=bool-compare -Wno-error=cast-align -Wno-error=clobbered -Wno-error=deprecated-declarations -Wno-error=enum-compare -Wno-error=extra -Wno-error=logical-not-parentheses -Wno-error=strict-aliasing -Wno-error=uninitialized -Wno-error=unused-function -Wno-error=unused-value -Wno-error=empty-body -Wno-error=maybe-uninitialized -Wno-error=nonnull-compare -Wno-error=shift-negative-value -Wno-error=tautological-compare -Wno-error=unused-const-variable -Wno-error=bool-operation -Wno-error=deprecated -Wno-error=expansion-to-defined -Wno-error=format-overflow -Wno-error=format-truncation -Wno-error=implicit-fallthrough -Wno-error=int-in-bool-context -Wno-error=memset-elt-size -Wno-error=noexcept-type -Wno-error=nonnull -Wno-error=pointer-compare -Wno-error=stringop-overflow -Wno-error=aggressive-loop-optimizations -Wno-error=cast-function-type -Wno-error=catch-value -Wno-error=multistatement-macros -Wno-error=restrict -Wno-error=sizeof-pointer-memaccess -Wno-error=stringop-truncation -Wno-return-type -c /workspace/src/usr.bin/printf/printf.c -o printf.pieo --- all_subdir_usr.bin/proccontrol --- --- .depend --- echo proccontrol.full: /tmp/obj/workspace/src/amd64.amd64/tmp/usr/lib/libc.a >> .depend --- proccontrol.pieo --- /usr/local/bin/x86_64-unknown-freebsd14.3-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/ -fpie -DPIC -O2 -pipe -fno-common -fPIE -ffile-prefix-map=/workspace/src=/usr/src -ffile-prefix-map=/tmp/obj/workspace/src=/usr/obj -g -MD -MF.depend.proccontrol.pieo -MTproccontrol.pieo -std=gnu17 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Wnested-externs -Wold-style-definition -Wno-pointer-sign -Wdate-time -Wno-error=address -Wno-error=array-bounds -Wno-error=attributes -Wno-error=bool-compare -Wno-error=cast-align -Wno-error=clobbered -Wno-error=deprecated-declarations -Wno-error=enum-compare -Wno-error=extra -Wno-error=logical-not-parentheses -Wno-error=strict-aliasing -Wno-error=uninitialized -Wno-error=unused-function -Wno-error=unused-value -Wno-error=empty-body -Wno-error=maybe-uninitialized -Wno-error=nonnull-compare -Wno-error=shift-negative-value -Wno-error=tautological-compare -Wno-error=unused-const-variable -Wno-error=bool-operation -Wno-error=deprecated -Wno-error=expansion-to-defined -Wno-error=format-overflow -Wno-error=format-truncation -Wno-error=implicit-fallthrough -Wno-error=int-in-bool-context -Wno-error=memset-elt-size -Wno-error=noexcept-type -Wno-error=nonnull -Wno-error=pointer-compare -Wno-error=stringop-overflow -Wno-error=aggressive-loop-optimizations -Wno-error=cast-function-type -Wno-error=catch-value -Wno-error=multistatement-macros -Wno-error=restrict -Wno-error=sizeof-pointer-memaccess -Wno-error=stringop-truncation -Wno-return-type -c /workspace/src/usr.bin/proccontrol/proccontrol.c -o proccontrol.pieo --- all_subdir_rescue --- --- ex_args.o --- /usr/local/bin/x86_64-unknown-freebsd14.3-gcc14 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.3/bin/ -O2 -pipe -fno-common -D__REGEX_PRIVATE -D_XOPEN_SOURCE_EXTENDED=1 -I/workspace/src/usr.bin/vi -I/workspace/src/contrib/nvi -I/workspace/src/contrib/nvi/regex -I/workspace/src/usr.bin/vi/ex -DRESCUE -I/tmp/obj/workspace/src/amd64.amd64/lib/libifconfig -I/tmp/obj/workspace/src/amd64.amd64/lib/libiscsiutil -ffile-prefix-map=/workspace/src=/usr/src -ffile-prefix-map=/tmp/obj/workspace/src/amd64.amd64/rescue/rescue/workspace/src=/usr/obj -g -MD -MF.depend.ex_args.o -MTex_args.o -std=gnu17 -Wno-format-zero-length -fstack-protector-strong -Wno-pointer-sign -Wdate-time -Wno-error=address -Wno-error=array-bounds -Wno-error=attributes -Wno-error=bool-compare -Wno-error=cast-align -Wno-error=clobbered -Wno-error=deprecated-declarations -Wno-error=enum-compare -Wno-error=extra -Wno-error=logical-not-parentheses -Wno-error=strict-aliasing -Wno-error=uninitialized -Wno-error=unused-function -Wno-error=unused-value -Wno-error=empty-body -Wno-error=maybe-uninitialized -Wno-error=nonnull-compare -Wno-error=shift-negative-value -Wno-error=tautological-compare -Wno-error=unused-const-variable -Wno-error=bool-operation -Wno-error=deprecated -Wno-error=expansion-to-defined -Wno-error=format-overflow -Wno-error=format-truncation -Wno-error=implicit-fallthrough -Wno-error=int-in-bool-context -Wno-error=memset-elt-size -Wno-error=noexcept-type -Wno-error=nonnull -Wno-error=pointer-compare -Wno-error=stringop-overflow -Wno-error=aggressive-loop-optimizations -Wno-error=cast-function-type -Wno-error=catch-value -Wno-error=multistatement-macros -Wno-error=restrict -Wno-error=sizeof-pointer-memaccess -Wno-error=stringop-truncation -Wno-return-type -Wno-address-of-packed-member -c /workspace/src/contrib/nvi/ex/ex_args.c -o ex_args.o --- all_subdir_usr.sbin --- --- all_subdir_usr.sbin/quot --- cc1: all warnings being treated as errors *** [quot.pieo] Error code 1 make[4]: stopped in /workspace/src/usr.sbin/quot make[2]: stopped in /workspace/src --- all_subdir_lib --- make[3]: stopped in /workspace/src/lib make[2]: stopped in /workspace/src --- all_subdir_usr.bin --- make[2]: stopped in /workspace/src --- all_subdir_tests --- make[3]: stopped in /workspace/src/tests make[2]: stopped in /workspace/src --- all_subdir_rescue --- *** [objs] Error code 6 make[4]: stopped in /workspace/src/rescue/rescue 1 error make[4]: stopped in /workspace/src/rescue/rescue make[3]: stopped in /workspace/src/rescue make[2]: stopped in /workspace/src 173.34 real 1512.38 user 147.11 sys make[1]: stopped in /workspace/src make: stopped 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-stable-15-amd64-gcc14_build] $ /bin/sh -xe /tmp/jenkins213562389881849893.sh + sh freebsd-ci/scripts/jail/clean.sh clean jail FreeBSD-stable-15-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 addresshelp
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?897246720.79.1760989446723>
