Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Mar 2023 16:37:08 +0000 (GMT)
From:      jenkins-admin@FreeBSD.org
To:        corvink@FreeBSD.org, dev-ci@FreeBSD.org
Cc:        jenkins-admin@FreeBSD.org
Subject:   FreeBSD-main-amd64-gcc12_build - Build #553 - Still Failing
Message-ID:  <350392961.11169.1678120628888@jenkins.ci.freebsd.org>
In-Reply-To: <50065120.11161.1678107757907@jenkins.ci.freebsd.org>
References:  <50065120.11161.1678107757907@jenkins.ci.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
------=_Part_11168_1625742793.1678120628194
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

FreeBSD-main-amd64-gcc12_build - Build #553 (062f2818c1ad35bdc3d520c7572e3c=
efda657770) - Still Failing

Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_buil=
d/553/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/=
553/changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc12_build/5=
53/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)

89fe7b98fe45cf56d60d0d4dfa1bfad3ba6908ec by corvink:
bhyvectl: do not return garbage from send_message

b64ba2426441ed33120ef0d3057417b7c0be6972 by corvink:
bhyvectl: correct socket_fd closing in send_message

942525ab47e9cd9277ac426e082366d58d7bbe41 by corvink:
bhyvectl: don't leak nvlist in send_message

755dcd5e49133e18b735de3e53f3bc79a8377082 by corvink:
libvmm: add missing ioctl's to vm_ioctl_cmds

5c0a03125988b89610f61a1bb2137b0e29d7cf31 by corvink:
bhyve: don't flush readonly device at blockif_pause

577ddca90877e377e5b40c8baa15fa5b7a3c9965 by corvink:
bhyve: add cap limits for ipc socket

d213429e42d48c7de56baf60befd5d953654d337 by corvink:
bhyve: exit with EX_OSERR if init checkpoint or restore time failed

9a9a248964696f45260ea026aa5f9174cc86b137 by corvink:
bhyve: init checkput before caph_enter

062f2818c1ad35bdc3d520c7572e3cefda657770 by corvink:
bhyvectl: don't permit using --suspend and --checkpoint at same time



The end of the build log:

[...truncated 12.21 MB...]
  255 |         [PJT_RWLOCK_INIT] =3D {DUAL_ENTRY(_thr_rwlock_init)},
      |                              ^~~~~~~~~~
/workspace/src/lib/libthr/thread/thr_init.c:204:9: warning: cast between in=
compatible 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:256:32: note: in expansion of m=
acro 'DUAL_ENTRY'
  256 |         [PJT_RWLOCK_RDLOCK] =3D {DUAL_ENTRY(_Tthr_rwlock_rdlock)},
      |                                ^~~~~~~~~~
/workspace/src/lib/libthr/thread/thr_init.c:204:32: warning: cast between i=
ncompatible 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:256:32: note: in expansion of m=
acro 'DUAL_ENTRY'
  256 |         [PJT_RWLOCK_RDLOCK] =3D {DUAL_ENTRY(_Tthr_rwlock_rdlock)},
      |                                ^~~~~~~~~~
/workspace/src/lib/libthr/thread/thr_init.c:204:9: warning: cast between in=
compatible 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 m=
acro 'DUAL_ENTRY'
  257 |         [PJT_RWLOCK_TRYRDLOCK] =3D {DUAL_ENTRY(_Tthr_rwlock_tryrdlo=
ck)},
      |                                   ^~~~~~~~~~
/workspace/src/lib/libthr/thread/thr_init.c:204:32: warning: cast between i=
ncompatible 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 m=
acro 'DUAL_ENTRY'
  257 |         [PJT_RWLOCK_TRYRDLOCK] =3D {DUAL_ENTRY(_Tthr_rwlock_tryrdlo=
ck)},
      |                                   ^~~~~~~~~~
/workspace/src/lib/libthr/thread/thr_init.c:204:9: warning: cast between in=
compatible 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 m=
acro 'DUAL_ENTRY'
  258 |         [PJT_RWLOCK_TRYWRLOCK] =3D {DUAL_ENTRY(_Tthr_rwlock_trywrlo=
ck)},
      |                                   ^~~~~~~~~~
/workspace/src/lib/libthr/thread/thr_init.c:204:32: warning: cast between i=
ncompatible 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 m=
acro 'DUAL_ENTRY'
  258 |         [PJT_RWLOCK_TRYWRLOCK] =3D {DUAL_ENTRY(_Tthr_rwlock_trywrlo=
ck)},
      |                                   ^~~~~~~~~~
/workspace/src/lib/libthr/thread/thr_init.c:204:9: warning: cast between in=
compatible 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 m=
acro 'DUAL_ENTRY'
  259 |         [PJT_RWLOCK_UNLOCK] =3D {DUAL_ENTRY(_Tthr_rwlock_unlock)},
      |                                ^~~~~~~~~~
/workspace/src/lib/libthr/thread/thr_init.c:204:32: warning: cast between i=
ncompatible 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 m=
acro 'DUAL_ENTRY'
  259 |         [PJT_RWLOCK_UNLOCK] =3D {DUAL_ENTRY(_Tthr_rwlock_unlock)},
      |                                ^~~~~~~~~~
/workspace/src/lib/libthr/thread/thr_init.c:204:9: warning: cast between in=
compatible 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 m=
acro 'DUAL_ENTRY'
  260 |         [PJT_RWLOCK_WRLOCK] =3D {DUAL_ENTRY(_Tthr_rwlock_wrlock)},
      |                                ^~~~~~~~~~
/workspace/src/lib/libthr/thread/thr_init.c:204:32: warning: cast between i=
ncompatible 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 m=
acro 'DUAL_ENTRY'
  260 |         [PJT_RWLOCK_WRLOCK] =3D {DUAL_ENTRY(_Tthr_rwlock_wrlock)},
      |                                ^~~~~~~~~~
/workspace/src/lib/libthr/thread/thr_init.c:204:9: warning: cast between in=
compatible function types from 'struct pthread * (*)(void)' to 'int (*)(voi=
d)' [-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 m=
acro 'DUAL_ENTRY'
  261 |         [PJT_SELF] =3D {DUAL_ENTRY(_Tthr_self)},
      |                       ^~~~~~~~~~
/workspace/src/lib/libthr/thread/thr_init.c:204:32: warning: cast between i=
ncompatible function types from 'struct pthread * (*)(void)' to 'int (*)(vo=
id)' [-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 m=
acro 'DUAL_ENTRY'
  261 |         [PJT_SELF] =3D {DUAL_ENTRY(_Tthr_self)},
      |                       ^~~~~~~~~~
/workspace/src/lib/libthr/thread/thr_init.c:204:9: warning: cast between in=
compatible 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 m=
acro 'DUAL_ENTRY'
  262 |         [PJT_SETCANCELSTATE] =3D {DUAL_ENTRY(_thr_setcancelstate)},
      |                                 ^~~~~~~~~~
--- lib/libcrypt__L ---
/usr/local/bin/x86_64-unknown-freebsd13.1-gcc12 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd13.1/bin/ -fpic =
-DPIC  -O2 -pipe -fno-common   -I/workspace/src/lib/libmd  -I/workspace/src=
/sys/crypto/sha2 -I/workspace/src/lib/libcrypt -DHAS_DES -DHAS_BLOWFISH -DM=
D4Init=3D__MD4Init -DMD4Final=3D__MD4Final -DMD4Update=3D__MD4Update -DMD4P=
ad=3D__MD4Pad -DMD5Init=3D__MD5Init -DMD5Final=3D__MD5Final -DMD5Update=3D_=
_MD5Update -DMD5Pad=3D__MD5Pad -DSHA224_Init=3D__SHA224_Init -DSHA224_Final=
=3D__SHA224_Final -DSHA224_Update=3D__SHA224_Update -DSHA256_Init=3D__SHA25=
6_Init -DSHA256_Final=3D__SHA256_Final -DSHA256_Update=3D__SHA256_Update -D=
SHA512_224_Init=3D__SHA512_224_Init -DSHA512_224_Final=3D__SHA512_224_Final=
 -DSHA512_224_Update=3D__SHA512_224_Update -DSHA512_256_Init=3D__SHA512_256=
_Init -DSHA512_256_Final=3D__SHA512_256_Final -DSHA512_256_Update=3D__SHA51=
2_256_Update -DSHA384_Init=3D__SHA384_Init -DSHA384_Final=3D__SHA384_Final =
-DSHA384_Update=3D__SHA384_Update -DSHA512_Init=3D__SHA512_Init -DSHA512_Fi=
nal=3D__SHA512_Final -DSHA512_Update=3D__SHA512_Update -g -MD  -MF.depend.b=
lowfish.pico -MTblowfish.pico -std=3Dgnu99 -Wno-format-zero-length -fstack-=
protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninit=
ialized -Wno-pointer-sign -Wdate-time -Wno-error=3Daddress -Wno-error=3Darr=
ay-bounds -Wno-error=3Dattributes -Wno-error=3Dbool-compare -Wno-error=3Dca=
st-align -Wno-error=3Dclobbered -Wno-error=3Ddeprecated-declarations -Wno-e=
rror=3Denum-compare -Wno-error=3Dextra -Wno-error=3Dlogical-not-parentheses=
 -Wno-error=3Dstrict-aliasing -Wno-error=3Duninitialized -Wno-error=3Dunuse=
d-but-set-variable -Wno-error=3Dunused-function -Wno-error=3Dunused-value -=
Wno-error=3Dempty-body -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dnonnul=
l-compare -Wno-error=3Dshift-negative-value -Wno-error=3Dtautological-compa=
re -Wno-error=3Dunused-const-variable -Wno-error=3Dbool-operation -Wno-erro=
r=3Ddeprecated -Wno-error=3Dexpansion-to-defined -Wno-error=3Dformat-overfl=
ow -Wno-error=3Dformat-truncation -Wno-error=3Dimplicit-fallthrough -Wno-er=
ror=3Dint-in-bool-context -Wno-error=3Dmemset-elt-size -Wno-er--- lib/libth=
r__L ---
/workspace/src/lib/libthr/thread/thr_init.c:204:32: warning: cast between i=
ncompatible 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 m=
acro 'DUAL_ENTRY'
  262 |         [PJT_SETCANCELSTATE] =3D {DUAL_ENTRY(_thr_setcancelstate)},
      |                                 ^~~~~~~~~~
--- lib/libcrypt__L ---
ror=3Dnoexcept-type -Wno-error=3Dnonnull -Wno-error=3Dpointer-compare -Wno-=
error=3Dstringop-overflow -Wno-error=3Daggressive-loop-optimizations -Wno-e=
rror=3Dcast-function-type -Wno-error=3Dcatch-value -Wno-error=3Dmultistatem=
ent-macros -Wno-error=3Drestrict -Wno-error=3Dsizeof-pointer-memaccess -Wno=
-error=3Dstringop-truncation -Wno-return-type -Wno-address-of-packed-member=
      -c /workspace/src/secure/lib/libcrypt/blowfish.c -o blowfish.pico
--- lib/libthr__L ---
/workspace/src/lib/libthr/thread/thr_init.c:204:9: warning: cast between in=
compatible 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 m=
acro 'DUAL_ENTRY'
  263 |         [PJT_SETCANCELTYPE] =3D {DUAL_ENTRY(_thr_setcanceltype)},
      |                                ^~~~~~~~~~
/workspace/src/lib/libthr/thread/thr_init.c:204:32: warning: cast between i=
ncompatible 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 m=
acro 'DUAL_ENTRY'
  263 |         [PJT_SETCANCELTYPE] =3D {DUAL_ENTRY(_thr_setcanceltype)},
      |                                ^~~~~~~~~~
/workspace/src/lib/libthr/thread/thr_init.c:204:9: warning: cast between in=
compatible 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 m=
acro 'DUAL_ENTRY'
  264 |         [PJT_SETSPECIFIC] =3D {DUAL_ENTRY(_thr_setspecific)},
      |                              ^~~~~~~~~~
/workspace/src/lib/libthr/thread/thr_init.c:204:32: warning: cast between i=
ncompatible function types from 'int (*)(pthread_key_t,  const void *)' {ak=
a '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 m=
acro 'DUAL_ENTRY'
  264 |         [PJT_SETSPECIFIC] =3D {DUAL_ENTRY(_thr_setspecific)},
      |                              ^~~~~~~~~~
/workspace/src/lib/libthr/thread/thr_init.c:204:9: warning: cast between in=
compatible 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 m=
acro 'DUAL_ENTRY'
  265 |         [PJT_SIGMASK] =3D {DUAL_ENTRY(_thr_sigmask)},
      |                          ^~~~~~~~~~
/workspace/src/lib/libthr/thread/thr_init.c:204:32: warning: cast between i=
ncompatible 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 m=
acro 'DUAL_ENTRY'
  265 |         [PJT_SIGMASK] =3D {DUAL_ENTRY(_thr_sigmask)},
      |                          ^~~~~~~~~~
/workspace/src/lib/libthr/thread/thr_init.c:204:9: warning: cast between in=
compatible function types from 'void (*)(int)' to 'int (*)(void)' [-Wcast-f=
unction-type]
  204 |         (pthread_func_t)entry, (pthread_func_t)entry
      |         ^
/workspace/src/lib/libthr/thread/thr_init.c:267:34: note: in expansion of m=
acro 'DUAL_ENTRY'
  267 |         [PJT_CLEANUP_POP_IMP] =3D {DUAL_ENTRY(__thr_cleanup_pop_imp=
)},
      |                                  ^~~~~~~~~~
/workspace/src/lib/libthr/thread/thr_init.c:204:32: warning: cast between i=
ncompatible 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 m=
acro 'DUAL_ENTRY'
  267 |         [PJT_CLEANUP_POP_IMP] =3D {DUAL_ENTRY(__thr_cleanup_pop_imp=
)},
      |                                  ^~~~~~~~~~
/workspace/src/lib/libthr/thread/thr_init.c:204:9: warning: cast between in=
compatible 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 m=
acro 'DUAL_ENTRY'
  268 |         [PJT_CLEANUP_PUSH_IMP] =3D {DUAL_ENTRY(__thr_cleanup_push_i=
mp)},
      |                                   ^~~~~~~~~~
/workspace/src/lib/libthr/thread/thr_init.c:204:32: warning: cast between i=
ncompatible 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 m=
acro 'DUAL_ENTRY'
  268 |         [PJT_CLEANUP_PUSH_IMP] =3D {DUAL_ENTRY(__thr_cleanup_push_i=
mp)},
      |                                   ^~~~~~~~~~
/workspace/src/lib/libthr/thread/thr_init.c:204:9: warning: cast between in=
compatible function types from 'void (*)(int)' to 'int (*)(void)' [-Wcast-f=
unction-type]
  204 |         (pthread_func_t)entry, (pthread_func_t)entry
      |         ^
/workspace/src/lib/libthr/thread/thr_init.c:269:31: note: in expansion of m=
acro 'DUAL_ENTRY'
  269 |         [PJT_CANCEL_ENTER] =3D {DUAL_ENTRY(_Tthr_cancel_enter)},
      |                               ^~~~~~~~~~
/workspace/src/lib/libthr/thread/thr_init.c:204:32: warning: cast between i=
ncompatible 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 m=
acro 'DUAL_ENTRY'
  269 |         [PJT_CANCEL_ENTER] =3D {DUAL_ENTRY(_Tthr_cancel_enter)},
      |                               ^~~~~~~~~~
/workspace/src/lib/libthr/thread/thr_init.c:204:9: warning: cast between in=
compatible function types from 'void (*)(int)' to 'int (*)(void)' [-Wcast-f=
unction-type]
  204 |         (pthread_func_t)entry, (pthread_func_t)entry
      |         ^
/workspace/src/lib/libthr/thread/thr_init.c:270:31: note: in expansion of m=
acro 'DUAL_ENTRY'
  270 |         [PJT_CANCEL_LEAVE] =3D {DUAL_ENTRY(_Tthr_cancel_leave)},
      |                               ^~~~~~~~~~
/workspace/src/lib/libthr/thread/thr_init.c:204:32: warning: cast between i=
ncompatible 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 m=
acro 'DUAL_ENTRY'
  270 |         [PJT_CANCEL_LEAVE] =3D {DUAL_ENTRY(_Tthr_cancel_leave)},
      |                               ^~~~~~~~~~
/workspace/src/lib/libthr/thread/thr_init.c:204:9: warning: cast between in=
compatible 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 m=
acro 'DUAL_ENTRY'
  271 |         [PJT_MUTEX_CONSISTENT] =3D {DUAL_ENTRY(_Tthr_mutex_consiste=
nt)},
      |                                   ^~~~~~~~~~
/workspace/src/lib/libthr/thread/thr_init.c:204:32: warning: cast between i=
ncompatible 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 m=
acro 'DUAL_ENTRY'
  271 |         [PJT_MUTEX_CONSISTENT] =3D {DUAL_ENTRY(_Tthr_mutex_consiste=
nt)},
      |                                   ^~~~~~~~~~
/workspace/src/lib/libthr/thread/thr_init.c:204:9: warning: cast between in=
compatible 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 m=
acro 'DUAL_ENTRY'
  272 |         [PJT_MUTEXATTR_GETROBUST] =3D {DUAL_ENTRY(_thr_mutexattr_ge=
trobust)},
      |                                      ^~~~~~~~~~
/workspace/src/lib/libthr/thread/thr_init.c:204:32: warning: cast between i=
ncompatible 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 m=
acro 'DUAL_ENTRY'
  272 |         [PJT_MUTEXATTR_GETROBUST] =3D {DUAL_ENTRY(_thr_mutexattr_ge=
trobust)},
      |                                      ^~~~~~~~~~
/workspace/src/lib/libthr/thread/thr_init.c:204:9: warning: cast between in=
compatible 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 m=
acro 'DUAL_ENTRY'
  273 |         [PJT_MUTEXATTR_SETROBUST] =3D {DUAL_ENTRY(_thr_mutexattr_se=
trobust)},
      |                                      ^~~~~~~~~~
/workspace/src/lib/libthr/thread/thr_init.c:204:32: warning: cast between i=
ncompatible 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 m=
acro 'DUAL_ENTRY'
  273 |         [PJT_MUTEXATTR_SETROBUST] =3D {DUAL_ENTRY(_thr_mutexattr_se=
trobust)},
      |                                      ^~~~~~~~~~
/workspace/src/lib/libthr/thread/thr_init.c:204:9: warning: cast between in=
compatible function types from 'int (*)(struct pthread *, struct pthread_at=
tr **)' 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 m=
acro 'DUAL_ENTRY'
  275 |         [PJT_ATTR_GET_NP] =3D {DUAL_ENTRY(_thr_attr_get_np)},
      |                              ^~~~~~~~~~
/workspace/src/lib/libthr/thread/thr_init.c:204:32: warning: cast between i=
ncompatible function types from 'int (*)(struct pthread *, struct pthread_a=
ttr **)' 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 m=
acro 'DUAL_ENTRY'
  275 |         [PJT_ATTR_GET_NP] =3D {DUAL_ENTRY(_thr_attr_get_np)},
      |                              ^~~~~~~~~~
--- 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[2]: stopped in /workspace/src
       34.19 real       273.12 user        54.60 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/jenkins6891677533627927=
288.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
------=_Part_11168_1625742793.1678120628194--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?350392961.11169.1678120628888>