FreeBSD-main-amd64-gcc12_build - Build #589 - Still Failing
Date: Sat, 11 Mar 2023 23:52:17 UTC
FreeBSD-main-amd64-gcc12_build - Build #589 (1a791448272a61e3435feba0ede5e93738f2ba7c) - Still Failing Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/589/ Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/589/changes Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/589/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) 1a791448272a61e3435feba0ede5e93738f2ba7c by maxim: rc.conf.5: a stray whitespace removed The end of the build log: [...truncated 12.81 MB...] | ^ /workspace/src/lib/libthr/thread/thr_syscalls.c:683:9: note: in expansion of macro 'SLOT' 683 | SLOT(spinunlock); | ^~~~ /workspace/src/lib/libthr/thread/thr_syscalls.c:648:13: warning: cast between incompatible function types from 'int (*)(int, const struct kevent *, int, struct kevent *, int, const struct timespec *)' to 'int (*)(void)' [-Wcast-function-type] 648 | (interpos_func_t)__thr_##name; | ^ /workspace/src/lib/libthr/thread/thr_syscalls.c:684:9: note: in expansion of macro 'SLOT' 684 | SLOT(kevent); | ^~~~ /workspace/src/lib/libthr/thread/thr_syscalls.c:648:13: warning: cast between incompatible function types from 'pid_t (*)(idtype_t, id_t, int *, int, struct __wrusage *, siginfo_t *)' {aka 'int (*)(enum idtype, long int, int *, int, struct __wrusage *, siginfo_t *)'} to 'int (*)(void)' [-Wcast-function-type] 648 | (interpos_func_t)__thr_##name; | ^ /workspace/src/lib/libthr/thread/thr_syscalls.c:685:9: note: in expansion of macro 'SLOT' 685 | SLOT(wait6); | ^~~~ /workspace/src/lib/libthr/thread/thr_syscalls.c:648:13: warning: cast between incompatible function types from 'int (*)(struct pollfd *, nfds_t, const struct timespec *, const sigset_t *)' {aka 'int (*)(struct pollfd *, unsigned int, const struct timespec *, const sigset_t *)'} to 'int (*)(void)' [-Wcast-function-type] 648 | (interpos_func_t)__thr_##name; | ^ /workspace/src/lib/libthr/thread/thr_syscalls.c:686:9: note: in expansion of macro 'SLOT' 686 | SLOT(ppoll); | ^~~~ /workspace/src/lib/libthr/thread/thr_syscalls.c:648:13: warning: cast between incompatible function types from 'int (*)(int)' to 'int (*)(void)' [-Wcast-function-type] 648 | (interpos_func_t)__thr_##name; | ^ /workspace/src/lib/libthr/thread/thr_syscalls.c:688:9: note: in expansion of macro 'SLOT' 688 | SLOT(fdatasync); | ^~~~ /workspace/src/lib/libthr/thread/thr_syscalls.c:648:13: warning: cast between incompatible function types from 'int (*)(clockid_t, int, const struct timespec *, struct timespec *)' {aka 'int (*)(int, int, const struct timespec *, struct timespec *)'} to 'int (*)(void)' [-Wcast-function-type] 648 | (interpos_func_t)__thr_##name; | ^ /workspace/src/lib/libthr/thread/thr_syscalls.c:689:9: note: in expansion of macro 'SLOT' 689 | SLOT(clock_nanosleep); | ^~~~ /workspace/src/lib/libthr/thread/thr_syscalls.c:648:13: warning: cast between incompatible function types from 'pid_t (*)(int *, int)' {aka 'int (*)(int *, int)'} to 'int (*)(void)' [-Wcast-function-type] 648 | (interpos_func_t)__thr_##name; | ^ /workspace/src/lib/libthr/thread/thr_syscalls.c:690:9: note: in expansion of macro 'SLOT' 690 | SLOT(pdfork); | ^~~~ /workspace/src/lib/libthr/thread/thr_syscalls.c:694:13: warning: cast between incompatible function types from 'int (*)(struct pthread_mutex **, void * (*)(size_t, size_t))' {aka 'int (*)(struct pthread_mutex **, void * (*)(long unsigned int, long unsigned int))'} to 'int (*)(void)' [-Wcast-function-type] 694 | (interpos_func_t)_pthread_mutex_init_calloc_cb; | ^ In file included from /workspace/src/lib/libthr/thread/thr_private.h:77, from /workspace/src/lib/libthr/thread/thr_syscalls.c:98: In function '_get_curthread', inlined from '__thr_clock_nanosleep' at /workspace/src/lib/libthr/thread/thr_syscalls.c:271:14: /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) | ^~~~~ In function '_get_curthread', inlined from '__thr_fdatasync' at /workspace/src/lib/libthr/thread/thr_syscalls.c:238:14: /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) | ^~~~~ In function '_get_curthread', inlined from '__thr_ppoll' at /workspace/src/lib/libthr/thread/thr_syscalls.c:356:14: /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) | ^~~~~ In function '_get_curthread', inlined from '__thr_wait6' at /workspace/src/lib/libthr/thread/thr_syscalls.c:598:14: /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) | ^~~~~ In function '_get_curthread', inlined from '__thr_writev' at /workspace/src/lib/libthr/thread/thr_syscalls.c:634:14: /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) | ^~~~~ In function '_get_curthread', inlined from '__thr_write' at /workspace/src/lib/libthr/thread/thr_syscalls.c:616:14: /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) | ^~~~~ In function '_get_curthread', inlined from '__thr_wait4' at /workspace/src/lib/libthr/thread/thr_syscalls.c:579:14: /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) | ^~~~~ In function '_get_curthread', inlined from '__thr_tcdrain' at /workspace/src/lib/libthr/thread/thr_syscalls.c:561:14: /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) | ^~~~~ In function '_get_curthread', inlined from '__thr_system' at /workspace/src/lib/libthr/thread/thr_syscalls.c:543:14: /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) | ^~~~~ In function '_get_curthread', inlined from '__thr_sendto' at /workspace/src/lib/libthr/thread/thr_syscalls.c:530:14: /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) | ^~~~~ In function '_get_curthread', inlined from '__thr_sendmsg' at /workspace/src/lib/libthr/thread/thr_syscalls.c:511:14: /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) | ^~~~~ In function '_get_curthread', inlined from '__thr_select' at /workspace/src/lib/libthr/thread/thr_syscalls.c:493:14: /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) | ^~~~~ In function '_get_curthread', inlined from '__thr_recvmsg' at /workspace/src/lib/libthr/thread/thr_syscalls.c:474:14: /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) | ^~~~~ In function '_get_curthread', inlined from '__thr_recvfrom' at /workspace/src/lib/libthr/thread/thr_syscalls.c:456:14: /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) | ^~~~~ In function '_get_curthread', inlined from '__thr_readv' at /workspace/src/lib/libthr/thread/thr_syscalls.c:437:14: /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) | ^~~~~ In function '_get_curthread', inlined from '__thr_read' at /workspace/src/lib/libthr/thread/thr_syscalls.c:418:14: /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) | ^~~~~ In function '_get_curthread', inlined from '__thr_pselect' at /workspace/src/lib/libthr/thread/thr_syscalls.c:376:14: /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) | ^~~~~ In function '_get_curthread', inlined from '__thr_poll' at /workspace/src/lib/libthr/thread/thr_syscalls.c:336:14: /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) | ^~~~~ In function '_get_curthread', inlined from '__thr_openat' at /workspace/src/lib/libthr/thread/thr_syscalls.c:317:14: /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) | ^~~~~ In function '_get_curthread', inlined from '__thr_nanosleep' at /workspace/src/lib/libthr/thread/thr_syscalls.c:287:14: /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) | ^~~~~ In function '_get_curthread', inlined from '__thr_msync' at /workspace/src/lib/libthr/thread/thr_syscalls.c:256:14: /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) | ^~~~~ In function '_get_curthread', inlined from '__thr_fsync' at /workspace/src/lib/libthr/thread/thr_syscalls.c:224:14: /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) | ^~~~~ In function '_get_curthread', inlined from '__thr_fcntl' at /workspace/src/lib/libthr/thread/thr_syscalls.c:200:14: /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) | ^~~~~ In function '_get_curthread', inlined from '__thr_connect' at /workspace/src/lib/libthr/thread/thr_syscalls.c:178:14: /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) | ^~~~~ In function '_get_curthread', inlined from '__thr_close' at /workspace/src/lib/libthr/thread/thr_syscalls.c:160:14: /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) | ^~~~~ In function '_get_curthread', inlined from '__thr_aio_suspend' at /workspace/src/lib/libthr/thread/thr_syscalls.c:139:14: /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) | ^~~~~ In function '_get_curthread', inlined from '__thr_accept4' at /workspace/src/lib/libthr/thread/thr_syscalls.c:124:14: /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) | ^~~~~ In function '_get_curthread', inlined from '__thr_accept' at /workspace/src/lib/libthr/thread/thr_syscalls.c:106:14: /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) | ^~~~~ In function '_get_curthread', inlined from '__thr_kevent' at /workspace/src/lib/libthr/thread/thr_syscalls.c:398:14, inlined from '__thr_kevent' at /workspace/src/lib/libthr/thread/thr_syscalls.c:385:1: /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 --- --- lib/ncurses/tinfo__L --- --- read_entry.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.read_entry.o -MTread_entry.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/tinfo/read_entry.c -o read_entry.o --- cddl/lib/libicp__L --- ===> cddl/lib/libicp (obj,all,install) --- lib/libthr__L --- --- thr_switch_np.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_switch_np.o -MTthr_switch_np.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_switch_np.c -o thr_switch_np.o --- 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 /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' /workspace/src/sys/contrib/openzfs/module/icp/asm-x86_64/aes/aes_amd64.S:802: Error: unknown pseudo-op: `.rodata' --- lib/libthr__L --- --- thr_symbols.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_symbols.o -MTthr_symbols.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 -Wno-missing-variable-declarations -c /workspace/src/lib/libthr/thread/thr_symbols.c -o thr_symbols.o --- cddl/lib/libicp__L --- *** [asm-x86_64/aes/aes_amd64.o] Error code 1 make[4]: stopped in /workspace/src/cddl/lib/libicp 1 error make[4]: stopped in /workspace/src/cddl/lib/libicp make[3]: stopped in /workspace/src --- lib/ncurses/tinfo__L --- make[3]: stopped in /workspace/src --- lib/libthr__L --- make[3]: stopped in /workspace/src --- lib/libc++__L --- make[3]: stopped in /workspace/src --- lib/libelf__L --- make[3]: stopped in /workspace/src make[2]: stopped in /workspace/src 58.65 real 505.08 user 83.01 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/jenkins6556188001010936302.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