FreeBSD-main-amd64-gcc12_build - Build #581 - Still Failing
Date: Fri, 10 Mar 2023 17:19:52 UTC
FreeBSD-main-amd64-gcc12_build - Build #581 (9503d2704ca62293aca96642caa7922ec036e9ed) - Still Failing Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/581/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/581/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/581/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) 9503d2704ca62293aca96642caa7922ec036e9ed by imp: opts: Minor cleanup of ZFS options The end of the build log: [...truncated 12.61 MB...] /workspace/src/lib/libthr/thread/thr_init.c:260:32: note: in expansion of macro 'DUAL_ENTRY' 260 | [PJT_RWLOCK_WRLOCK] = {DUAL_ENTRY(_Tthr_rwlock_wrlock)}, | ^~~~~~~~~~ /workspace/src/lib/libthr/thread/thr_init.c:204:32: warning: cast between incompatible function types from 'int (*)(struct pthread_rwlock **)' to 'int (*)(void)' [-Wcast-function-type] 204 | (pthread_func_t)entry, (pthread_func_t)entry | ^ /workspace/src/lib/libthr/thread/thr_init.c:260:32: note: in expansion of macro 'DUAL_ENTRY' 260 | [PJT_RWLOCK_WRLOCK] = {DUAL_ENTRY(_Tthr_rwlock_wrlock)}, | ^~~~~~~~~~ /workspace/src/lib/libthr/thread/thr_init.c:204:9: warning: cast between incompatible function types from 'struct pthread * (*)(void)' to 'int (*)(void)' [-Wcast-function-type] 204 | (pthread_func_t)entry, (pthread_func_t)entry | ^ /workspace/src/lib/libthr/thread/thr_init.c:261:23: note: in expansion of macro 'DUAL_ENTRY' 261 | [PJT_SELF] = {DUAL_ENTRY(_Tthr_self)}, | ^~~~~~~~~~ /workspace/src/lib/libthr/thread/thr_init.c:204:32: warning: cast between incompatible function types from 'struct pthread * (*)(void)' to 'int (*)(void)' [-Wcast-function-type] 204 | (pthread_func_t)entry, (pthread_func_t)entry | ^ /workspace/src/lib/libthr/thread/thr_init.c:261:23: note: in expansion of macro 'DUAL_ENTRY' 261 | [PJT_SELF] = {DUAL_ENTRY(_Tthr_self)}, | ^~~~~~~~~~ /workspace/src/lib/libthr/thread/thr_init.c:204:9: warning: cast between incompatible function types from 'int (*)(int, int *)' to 'int (*)(void)' [-Wcast-function-type] 204 | (pthread_func_t)entry, (pthread_func_t)entry | ^ /workspace/src/lib/libthr/thread/thr_init.c:262:33: note: in expansion of macro 'DUAL_ENTRY' 262 | [PJT_SETCANCELSTATE] = {DUAL_ENTRY(_thr_setcancelstate)}, | ^~~~~~~~~~ /workspace/src/lib/libthr/thread/thr_init.c:204:32: warning: cast between incompatible function types from 'int (*)(int, int *)' to 'int (*)(void)' [-Wcast-function-type] 204 | (pthread_func_t)entry, (pthread_func_t)entry | ^ /workspace/src/lib/libthr/thread/thr_init.c:262:33: note: in expansion of macro 'DUAL_ENTRY' 262 | [PJT_SETCANCELSTATE] = {DUAL_ENTRY(_thr_setcancelstate)}, | ^~~~~~~~~~ /workspace/src/lib/libthr/thread/thr_init.c:204:9: warning: cast between incompatible function types from 'int (*)(int, int *)' to 'int (*)(void)' [-Wcast-function-type] 204 | (pthread_func_t)entry, (pthread_func_t)entry | ^ /workspace/src/lib/libthr/thread/thr_init.c:263:32: note: in expansion of macro 'DUAL_ENTRY' 263 | [PJT_SETCANCELTYPE] = {DUAL_ENTRY(_thr_setcanceltype)}, | ^~~~~~~~~~ /workspace/src/lib/libthr/thread/thr_init.c:204:32: warning: cast between incompatible function types from 'int (*)(int, int *)' to 'int (*)(void)' [-Wcast-function-type] 204 | (pthread_func_t)entry, (pthread_func_t)entry | ^ /workspace/src/lib/libthr/thread/thr_init.c:263:32: note: in expansion of macro 'DUAL_ENTRY' 263 | [PJT_SETCANCELTYPE] = {DUAL_ENTRY(_thr_setcanceltype)}, | ^~~~~~~~~~ /workspace/src/lib/libthr/thread/thr_init.c:204:9: warning: cast between incompatible function types from 'int (*)(pthread_key_t, const void *)' {aka 'int (*)(int, const void *)'} to 'int (*)(void)' [-Wcast-function-type] 204 | (pthread_func_t)entry, (pthread_func_t)entry | ^ /workspace/src/lib/libthr/thread/thr_init.c:264:30: note: in expansion of macro 'DUAL_ENTRY' 264 | [PJT_SETSPECIFIC] = {DUAL_ENTRY(_thr_setspecific)}, | ^~~~~~~~~~ /workspace/src/lib/libthr/thread/thr_init.c:204:32: warning: cast between incompatible function types from 'int (*)(pthread_key_t, const void *)' {aka 'int (*)(int, const void *)'} to 'int (*)(void)' [-Wcast-function-type] 204 | (pthread_func_t)entry, (pthread_func_t)entry | ^ /workspace/src/lib/libthr/thread/thr_init.c:264:30: note: in expansion of macro 'DUAL_ENTRY' 264 | [PJT_SETSPECIFIC] = {DUAL_ENTRY(_thr_setspecific)}, | ^~~~~~~~~~ /workspace/src/lib/libthr/thread/thr_init.c:204:9: warning: cast between incompatible function types from 'int (*)(int, const sigset_t *, sigset_t *)' to 'int (*)(void)' [-Wcast-function-type] 204 | (pthread_func_t)entry, (pthread_func_t)entry | ^ /workspace/src/lib/libthr/thread/thr_init.c:265:26: note: in expansion of macro 'DUAL_ENTRY' 265 | [PJT_SIGMASK] = {DUAL_ENTRY(_thr_sigmask)}, | ^~~~~~~~~~ /workspace/src/lib/libthr/thread/thr_init.c:204:32: warning: cast between incompatible function types from 'int (*)(int, const sigset_t *, sigset_t *)' to 'int (*)(void)' [-Wcast-function-type] 204 | (pthread_func_t)entry, (pthread_func_t)entry | ^ /workspace/src/lib/libthr/thread/thr_init.c:265:26: note: in expansion of macro 'DUAL_ENTRY' 265 | [PJT_SIGMASK] = {DUAL_ENTRY(_thr_sigmask)}, | ^~~~~~~~~~ /workspace/src/lib/libthr/thread/thr_init.c:204:9: warning: cast between incompatible function types from 'void (*)(int)' to 'int (*)(void)' [-Wcast-function-type] 204 | (pthread_func_t)entry, (pthread_func_t)entry | ^ /workspace/src/lib/libthr/thread/thr_init.c:267:34: note: in expansion of macro 'DUAL_ENTRY' 267 | [PJT_CLEANUP_POP_IMP] = {DUAL_ENTRY(__thr_cleanup_pop_imp)}, | ^~~~~~~~~~ /workspace/src/lib/libthr/thread/thr_init.c:204:32: warning: cast between incompatible function types from 'void (*)(int)' to 'int (*)(void)' [-Wcast-function-type] 204 | (pthread_func_t)entry, (pthread_func_t)entry | ^ /workspace/src/lib/libthr/thread/thr_init.c:267:34: note: in expansion of macro 'DUAL_ENTRY' 267 | [PJT_CLEANUP_POP_IMP] = {DUAL_ENTRY(__thr_cleanup_pop_imp)}, | ^~~~~~~~~~ /workspace/src/lib/libthr/thread/thr_init.c:204:9: warning: cast between incompatible function types from 'void (*)(void (*)(void *), void *, struct _pthread_cleanup_info *)' to 'int (*)(void)' [-Wcast-function-type] 204 | (pthread_func_t)entry, (pthread_func_t)entry | ^ /workspace/src/lib/libthr/thread/thr_init.c:268:35: note: in expansion of macro 'DUAL_ENTRY' 268 | [PJT_CLEANUP_PUSH_IMP] = {DUAL_ENTRY(__thr_cleanup_push_imp)}, | ^~~~~~~~~~ /workspace/src/lib/libthr/thread/thr_init.c:204:32: warning: cast between incompatible function types from 'void (*)(void (*)(void *), void *, struct _pthread_cleanup_info *)' to 'int (*)(void)' [-Wcast-function-type] 204 | (pthread_func_t)entry, (pthread_func_t)entry | ^ /workspace/src/lib/libthr/thread/thr_init.c:268:35: note: in expansion of macro 'DUAL_ENTRY' 268 | [PJT_CLEANUP_PUSH_IMP] = {DUAL_ENTRY(__thr_cleanup_push_imp)}, | ^~~~~~~~~~ /workspace/src/lib/libthr/thread/thr_init.c:204:9: warning: cast between incompatible function types from 'void (*)(int)' to 'int (*)(void)' [-Wcast-function-type] 204 | (pthread_func_t)entry, (pthread_func_t)entry | ^ /workspace/src/lib/libthr/thread/thr_init.c:269:31: note: in expansion of macro 'DUAL_ENTRY' 269 | [PJT_CANCEL_ENTER] = {DUAL_ENTRY(_Tthr_cancel_enter)}, | ^~~~~~~~~~ /workspace/src/lib/libthr/thread/thr_init.c:204:32: warning: cast between incompatible function types from 'void (*)(int)' to 'int (*)(void)' [-Wcast-function-type] 204 | (pthread_func_t)entry, (pthread_func_t)entry | ^ /workspace/src/lib/libthr/thread/thr_init.c:269:31: note: in expansion of macro 'DUAL_ENTRY' 269 | [PJT_CANCEL_ENTER] = {DUAL_ENTRY(_Tthr_cancel_enter)}, | ^~~~~~~~~~ /workspace/src/lib/libthr/thread/thr_init.c:204:9: warning: cast between incompatible function types from 'void (*)(int)' to 'int (*)(void)' [-Wcast-function-type] 204 | (pthread_func_t)entry, (pthread_func_t)entry | ^ /workspace/src/lib/libthr/thread/thr_init.c:270:31: note: in expansion of macro 'DUAL_ENTRY' 270 | [PJT_CANCEL_LEAVE] = {DUAL_ENTRY(_Tthr_cancel_leave)}, | ^~~~~~~~~~ /workspace/src/lib/libthr/thread/thr_init.c:204:32: warning: cast between incompatible function types from 'void (*)(int)' to 'int (*)(void)' [-Wcast-function-type] 204 | (pthread_func_t)entry, (pthread_func_t)entry | ^ /workspace/src/lib/libthr/thread/thr_init.c:270:31: note: in expansion of macro 'DUAL_ENTRY' 270 | [PJT_CANCEL_LEAVE] = {DUAL_ENTRY(_Tthr_cancel_leave)}, | ^~~~~~~~~~ /workspace/src/lib/libthr/thread/thr_init.c:204:9: warning: cast between incompatible function types from 'int (*)(struct pthread_mutex **)' to 'int (*)(void)' [-Wcast-function-type] 204 | (pthread_func_t)entry, (pthread_func_t)entry | ^ /workspace/src/lib/libthr/thread/thr_init.c:271:35: note: in expansion of macro 'DUAL_ENTRY' 271 | [PJT_MUTEX_CONSISTENT] = {DUAL_ENTRY(_Tthr_mutex_consistent)}, | ^~~~~~~~~~ /workspace/src/lib/libthr/thread/thr_init.c:204:32: warning: cast between incompatible function types from 'int (*)(struct pthread_mutex **)' to 'int (*)(void)' [-Wcast-function-type] 204 | (pthread_func_t)entry, (pthread_func_t)entry | ^ /workspace/src/lib/libthr/thread/thr_init.c:271:35: note: in expansion of macro 'DUAL_ENTRY' 271 | [PJT_MUTEX_CONSISTENT] = {DUAL_ENTRY(_Tthr_mutex_consistent)}, | ^~~~~~~~~~ /workspace/src/lib/libthr/thread/thr_init.c:204:9: warning: cast between incompatible function types from 'int (*)(struct pthread_mutex_attr **, int *)' to 'int (*)(void)' [-Wcast-function-type] 204 | (pthread_func_t)entry, (pthread_func_t)entry | ^ /workspace/src/lib/libthr/thread/thr_init.c:272:38: note: in expansion of macro 'DUAL_ENTRY' 272 | [PJT_MUTEXATTR_GETROBUST] = {DUAL_ENTRY(_thr_mutexattr_getrobust)}, | ^~~~~~~~~~ /workspace/src/lib/libthr/thread/thr_init.c:204:32: warning: cast between incompatible function types from 'int (*)(struct pthread_mutex_attr **, int *)' to 'int (*)(void)' [-Wcast-function-type] 204 | (pthread_func_t)entry, (pthread_func_t)entry | ^ /workspace/src/lib/libthr/thread/thr_init.c:272:38: note: in expansion of macro 'DUAL_ENTRY' 272 | [PJT_MUTEXATTR_GETROBUST] = {DUAL_ENTRY(_thr_mutexattr_getrobust)}, | ^~~~~~~~~~ /workspace/src/lib/libthr/thread/thr_init.c:204:9: warning: cast between incompatible function types from 'int (*)(struct pthread_mutex_attr **, int)' to 'int (*)(void)' [-Wcast-function-type] 204 | (pthread_func_t)entry, (pthread_func_t)entry | ^ /workspace/src/lib/libthr/thread/thr_init.c:273:38: note: in expansion of macro 'DUAL_ENTRY' 273 | [PJT_MUTEXATTR_SETROBUST] = {DUAL_ENTRY(_thr_mutexattr_setrobust)}, | ^~~~~~~~~~ /workspace/src/lib/libthr/thread/thr_init.c:204:32: warning: cast between incompatible function types from 'int (*)(struct pthread_mutex_attr **, int)' to 'int (*)(void)' [-Wcast-function-type] 204 | (pthread_func_t)entry, (pthread_func_t)entry | ^ /workspace/src/lib/libthr/thread/thr_init.c:273:38: note: in expansion of macro 'DUAL_ENTRY' 273 | [PJT_MUTEXATTR_SETROBUST] = {DUAL_ENTRY(_thr_mutexattr_setrobust)}, | ^~~~~~~~~~ /workspace/src/lib/libthr/thread/thr_init.c:204:9: warning: cast between incompatible function types from 'int (*)(struct pthread *, struct pthread_attr **)' to 'int (*)(void)' [-Wcast-function-type] 204 | (pthread_func_t)entry, (pthread_func_t)entry | ^ /workspace/src/lib/libthr/thread/thr_init.c:275:30: note: in expansion of macro 'DUAL_ENTRY' 275 | [PJT_ATTR_GET_NP] = {DUAL_ENTRY(_thr_attr_get_np)}, | ^~~~~~~~~~ /workspace/src/lib/libthr/thread/thr_init.c:204:32: warning: cast between incompatible function types from 'int (*)(struct pthread *, struct pthread_attr **)' to 'int (*)(void)' [-Wcast-function-type] 204 | (pthread_func_t)entry, (pthread_func_t)entry | ^ /workspace/src/lib/libthr/thread/thr_init.c:275:30: note: in expansion of macro 'DUAL_ENTRY' 275 | [PJT_ATTR_GET_NP] = {DUAL_ENTRY(_thr_attr_get_np)}, | ^~~~~~~~~~ --- lib/libelf__L --- /usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/ -fpic -DPIC -O2 -pipe -fno-common -I. -I/workspace/src/contrib/elftoolchain/libelf -I/workspace/src/contrib/elftoolchain/common -g -MD -MF.depend.libelf_xlate.pico -MTlibelf_xlate.pico -std=gnu99 -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-but-set-variable -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/contrib/elftoolchain/libelf/libelf_xlate.c -o libelf_xlate.pico --- lib/libgeom__L --- --- geom_getxml.pico --- /usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/ -fpic -DPIC -O2 -pipe -fno-common -I/workspace/src/lib/libgeom -g -MD -MF.depend.geom_getxml.pico -MTgeom_getxml.pico -std=gnu99 -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-but-set-variable -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/lib/libgeom/geom_getxml.c -o geom_getxml.pico --- lib/libthr__L --- --- thr_join.o --- /usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/ -O2 -pipe -fno-common -DPTHREAD_KERNEL -I/workspace/src/lib/libc/include -I/workspace/src/lib/libc/amd64 -I/workspace/src/lib/libthr/thread -I/workspace/src/lib/libthr/arch/amd64/include -I/workspace/src/lib/libthr/sys -I/workspace/src/libexec/rtld-elf -I/workspace/src/libexec/rtld-elf/amd64 -I/workspace/src/lib/libthread_db -fexceptions -D_PTHREAD_FORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -g -MD -MF.depend.thr_join.o -MTthr_join.o -std=gnu99 -Wno-format-zero-length -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 -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-but-set-variable -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/lib/libthr/thread/thr_join.c -o thr_join.o --- cddl/lib/libicp__L --- --- lib/libelf__L --- --- libelf_fsize.pico --- /usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/ -fpic -DPIC -O2 -pipe -fno-common -I. -I/workspace/src/contrib/elftoolchain/libelf -I/workspace/src/contrib/elftoolchain/common -g -MD -MF.depend.libelf_fsize.pico -MTlibelf_fsize.pico -std=gnu99 -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-but-set-variable -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 libelf_fsize.c -o libelf_fsize.pico --- libelf_msize.pico --- --- cddl/lib/libicp__L --- ===> cddl/lib/libicp (obj,all,install) --- lib/libelf__L --- /usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/ -fpic -DPIC -O2 -pipe -fno-common -I. -I/workspace/src/contrib/elftoolchain/libelf -I/workspace/src/contrib/elftoolchain/common -g -MD -MF.depend.libelf_msize.pico -MTlibelf_msize.pico -std=gnu99 -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-but-set-variable -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 libelf_msize.c -o libelf_msize.pico --- lib/libgeom__L --- --- geom_stats.pico --- /usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/ -fpic -DPIC -O2 -pipe -fno-common -I/workspace/src/lib/libgeom -g -MD -MF.depend.geom_stats.pico -MTgeom_stats.pico -std=gnu99 -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-but-set-variable -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/lib/libgeom/geom_stats.c -o geom_stats.pico --- cddl/lib/libicp__L --- --- asm-x86_64/aes/aes_amd64.o --- /usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/ -O2 -pipe -fno-common -D__amd64 -D_SYS_STACK_H -UHAVE_AES -DIN_BASE -I/workspace/src/sys/contrib/openzfs/include -I/workspace/src/sys/contrib/openzfs/lib/libspl/include/ -I/workspace/src/sys/contrib/openzfs/lib/libspl/include/os/freebsd -I/workspace/src/sys -I/workspace/src/cddl/compat/opensolaris/include -I/workspace/src/sys/contrib/openzfs/module/icp/include -include /workspace/src/sys/contrib/openzfs/include/os/freebsd/spl/sys/ccompile.h -DHAVE_ISSETUGID -include /workspace/src/sys/modules/zfs/zfs_config.h -DNEED_SOLARIS_BOOLEAN -g -MD -MF.depend.asm-x86_64_aes_aes_amd64.o -MTasm-x86_64/aes/aes_amd64.o -std=iso9899:1999 -Wno-format-zero-length -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -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-but-set-variable -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-unknown-pragmas -Wno-address-of-packed-member -DLOCORE -c /workspace/src/sys/contrib/openzfs/module/icp/asm-x86_64/aes/aes_amd64.S -o asm-x86_64/aes/aes_amd64.o --- lib/libthr__L --- --- thr_list.o --- --- thr_kern.o --- --- thr_list.o --- /usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/ -O2 -pipe -fno-common -DPTHREAD_KERNEL -I/workspace/src/lib/libc/include -I/workspace/src/lib/libc/amd64 -I/workspace/src/lib/libthr/thread -I/workspace/src/lib/libthr/arch/amd64/include -I/workspace/src/lib/libthr/sys -I/workspace/src/libexec/rtld-elf -I/workspace/src/libexec/rtld-elf/amd64 -I/workspace/src/lib/libthread_db -fexceptions -D_PTHREAD_FORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -g -MD -MF.depend.thr_list.o -MTthr_list.o -std=gnu99 -Wno-format-zero-length -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 -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-but-set-variable -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/lib/libthr/thread/thr_list.c -o thr_list.o --- thr_kern.o --- /usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/ -O2 -pipe -fno-common -DPTHREAD_KERNEL -I/workspace/src/lib/libc/include -I/workspace/src/lib/libc/amd64 -I/workspace/src/lib/libthr/thread -I/workspace/src/lib/libthr/arch/amd64/include -I/workspace/src/lib/libthr/sys -I/workspace/src/libexec/rtld-elf -I/workspace/src/libexec/rtld-elf/amd64 -I/workspace/src/lib/libthread_db -fexceptions -D_PTHREAD_FORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -g -MD -MF.depend.thr_kern.o -MTthr_kern.o -std=gnu99 -Wno-format-zero-length -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 -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-but-set-variable -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/lib/libthr/thread/thr_kern.c -o thr_kern.o --- lib/libelf__L --- --- libelf_convert.pico --- /usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/ -fpic -DPIC -O2 -pipe -fno-common -I. -I/workspace/src/contrib/elftoolchain/libelf -I/workspace/src/contrib/elftoolchain/common -g -MD -MF.depend.libelf_convert.pico -MTlibelf_convert.pico -std=gnu99 -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-but-set-variable -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 libelf_convert.c -o libelf_convert.pico --- cddl/lib/libicp__L --- /workspace/src/sys/contrib/openzfs/module/icp/asm-x86_64/aes/aes_amd64.S: Assembler messages: /workspace/src/sys/contrib/openzfs/module/icp/asm-x86_64/aes/aes_amd64.S:696: Error: unknown pseudo-op: `.rodata' --- lib/libthr__L --- --- thr_join.o --- In file included from /workspace/src/lib/libthr/thread/thr_private.h:77, from /workspace/src/lib/libthr/thread/thr_join.c:37: In function '_get_curthread', inlined from 'backout_join' at /workspace/src/lib/libthr/thread/thr_join.c:52:30: /workspace/src/lib/libthr/arch/amd64/include/pthread_md.h:52:9: warning: array subscript 0 is outside array bounds of 'volatile u_long[0]' {aka 'volatile long unsigned int[]'} [-Warray-bounds] 52 | __asm __volatile("movq %%fs:%1, %0" : "=r" (thr) | ^~~~~ --- cddl/lib/libicp__L --- /workspace/src/sys/contrib/openzfs/module/icp/asm-x86_64/aes/aes_amd64.S:802: Error: unknown pseudo-op: `.rodata' --- lib/libgeom__L --- --- geom_xml2tree.pico --- --- lib/libthr__L --- In function '_get_curthread', inlined from 'join_common' at /workspace/src/lib/libthr/thread/thr_join.c:90:30: --- lib/libgeom__L --- /usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/ -fpic -DPIC -O2 -pipe -fno-common -I/workspace/src/lib/libgeom -g -MD -MF.depend.geom_xml2tree.pico -MTgeom_xml2tree.pico -std=gnu99 -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-but-set-variable -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/lib/libgeom/geom_xml2tree.c -o geom_xml2tree.pico --- lib/libthr__L --- /workspace/src/lib/libthr/arch/amd64/include/pthread_md.h:52:9: warning: array subscript 0 is outside array bounds of 'volatile u_long[0]' {aka 'volatile long unsigned int[]'} [-Warray-bounds] 52 | __asm __volatile("movq %%fs:%1, %0" : "=r" (thr) | ^~~~~ --- lib/ncurses/tinfo__L --- --- visbuf.o --- /usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/ -O2 -pipe -fno-common -D_XOPEN_SOURCE_EXTENDED -I. -I/workspace/src/lib/ncurses/tinfo -I/workspace/src/lib/ncurses/ncurses -I/workspace/src/contrib/ncurses/include -I/workspace/src/contrib/ncurses/ncurses -I/tmp/obj/workspace/src/amd64.amd64/lib/ncurses/tinfo/ -Wall -DNDEBUG -DHAVE_CONFIG_H -DTERMIOS -g -MD -MF.depend.visbuf.o -MTvisbuf.o -std=gnu99 -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-but-set-variable -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/ncurses/ncurses/trace/visbuf.c -o visbuf.o --- cddl/lib/libicp__L --- *** [asm-x86_64/aes/aes_amd64.o] Error code 1 make[4]: stopped in /workspace/src/cddl/lib/libicp make[2]: stopped in /workspace/src 54.06 real 437.19 user 61.48 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-main-amd64-gcc12_build] $ /bin/sh -xe /tmp/jenkins1548506500230834661.sh + sh freebsd-ci/scripts/jail/clean.sh clean jail FreeBSD-main-amd64-gcc12_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 address