FreeBSD-main-amd64-gcc12_build - Build #574 - Still Failing

From: <jenkins-admin_at_FreeBSD.org>
Date: Thu, 09 Mar 2023 11:27:52 UTC
FreeBSD-main-amd64-gcc12_build - Build #574 (ecad3f5c4d922f93ceba455f8bff1c54e1ed4174) - Still Failing

Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/574/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/574/changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/574/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)

862aab6281a5e6b5dad89761ac17ca2a0e83ab32 by tijl:
hostid: Generate random UUID by default

ecad3f5c4d922f93ceba455f8bff1c54e1ed4174 by tijl:
rc.d: Generate machine-id from hostid_save



The end of the build log:

[...truncated 12.57 MB...]
      |                                ^~~~~~~~~~
/workspace/src/lib/libthr/thread/thr_init.c:204:9: 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:257:35: note: in expansion of macro 'DUAL_ENTRY'
  257 |         [PJT_RWLOCK_TRYRDLOCK] = {DUAL_ENTRY(_Tthr_rwlock_tryrdlock)},
      |                                   ^~~~~~~~~~
/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:257:35: note: in expansion of macro 'DUAL_ENTRY'
  257 |         [PJT_RWLOCK_TRYRDLOCK] = {DUAL_ENTRY(_Tthr_rwlock_tryrdlock)},
      |                                   ^~~~~~~~~~
/workspace/src/lib/libthr/thread/thr_init.c:204:9: 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:258:35: note: in expansion of macro 'DUAL_ENTRY'
  258 |         [PJT_RWLOCK_TRYWRLOCK] = {DUAL_ENTRY(_Tthr_rwlock_trywrlock)},
      |                                   ^~~~~~~~~~
/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:258:35: note: in expansion of macro 'DUAL_ENTRY'
  258 |         [PJT_RWLOCK_TRYWRLOCK] = {DUAL_ENTRY(_Tthr_rwlock_trywrlock)},
      |                                   ^~~~~~~~~~
/workspace/src/lib/libthr/thread/thr_init.c:204:9: 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:259:32: note: in expansion of macro 'DUAL_ENTRY'
  259 |         [PJT_RWLOCK_UNLOCK] = {DUAL_ENTRY(_Tthr_rwlock_unlock)},
      |                                ^~~~~~~~~~
/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:259:32: note: in expansion of macro 'DUAL_ENTRY'
  259 |         [PJT_RWLOCK_UNLOCK] = {DUAL_ENTRY(_Tthr_rwlock_unlock)},
      |                                ^~~~~~~~~~
/workspace/src/lib/libthr/thread/thr_init.c:204:9: 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: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)},
      |                              ^~~~~~~~~~
--- 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_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
--- lib/libpam/libpam__L ---
--- pam_strerror.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/contrib/openpam/include -DLIB_MAJ=6 -DHAVE_DLFUNC=1 -DHAVE_FDLOPEN=1 -DHAVE_FPURGE=1 -DHAVE_STRLCAT=1 -DHAVE_STRLCPY=1   -DOPENPAM_DEBUG -g -MD  -MF.depend.pam_strerror.pico -MTpam_strerror.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/openpam/lib/libpam/pam_strerror.c -o pam_strerror.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'
/workspace/src/sys/contrib/openzfs/module/icp/asm-x86_64/aes/aes_amd64.S:802: Error: unknown pseudo-op: `.rodata'
--- lib/libc++__L ---
--- ios.o ---
/usr/local/bin/x86_64-unknown-freebsd13.1-g++12  --sysroot=/tmp/obj/workspace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/  -O2 -pipe -fno-common -isystem /workspace/src/lib/libc++ -isystem /workspace/src/contrib/llvm-project/libcxx/include -isystem /workspace/src/contrib/llvm-project/libcxx/src -isystem /workspace/src/contrib/libcxxrt -nostdinc++ -nostdlib -D_LIBCPP_BUILDING_LIBRARY -DLIBCXXRT -ffunction-sections -fdata-sections -g -MD -MF.depend.ios.o -MTios.o -Wno-format-zero-length -fstack-protector-strong -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  -g -std=c++20 -Wno-literal-suffix -Wno-error=unknown-pragmas      -c /workspace/src/contrib/llvm-project/libcxx/src/ios.cpp -o ios.o
--- lib/libelf__L ---
--- gelf_symshndx.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.gelf_symshndx.pico -MTgelf_symshndx.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/gelf_symshndx.c -o gelf_symshndx.pico
--- lib/libpam/libpam__L ---
--- pam_verror.pico ---
--- 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.44 real       441.89 user        72.96 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/jenkins7292388452001551760.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