Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Apr 2023 15:00:41 +0000 (GMT)
From:      jenkins-admin@FreeBSD.org
To:        mm@FreeBSD.org, dev-ci@FreeBSD.org
Cc:        jenkins-admin@FreeBSD.org
Subject:   FreeBSD-main-amd64-gcc12_build - Build #747 - Still Failing
Message-ID:  <22954121.1687.1680706843251@jenkins.ci.freebsd.org>
In-Reply-To: <1096803606.1677.1680696721535@jenkins.ci.freebsd.org>
References:  <1096803606.1677.1680696721535@jenkins.ci.freebsd.org>

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

FreeBSD-main-amd64-gcc12_build - Build #747 (eb1feadc201ab7c4dc3aee9938e272=
c068179a5f) - Still Failing

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

eb1feadc201ab7c4dc3aee9938e272c068179a5f by mm:
zfs: fix null ap->a_fsizetd NULL pointer derefernce



The end of the build log:

[...truncated 94.48 MB...]
  212 | #define PCPU_GET(member)        __PCPU_GET(pc_ ## member)
      |                                 ^~~~~~~~~~
./machine/pcpu.h:217:26: note: in expansion of macro 'PCPU_GET'
  217 | #define IS_BSP()        (PCPU_GET(cpuid) =3D=3D 0)
      |                          ^~~~~~~~
./machine/counter.h:92:17: note: in expansion of macro 'IS_BSP'
   92 |         KASSERT(IS_BSP() || c !=3D EARLY_COUNTER, ("EARLY_COUNTER u=
sed on AP"));
      |                 ^~~~~~
In function 'counter_u64_add',
    inlined from 'carp_prepare_ad' at /workspace/src/sys/netinet/ip_carp.c:=
838:3,
    inlined from 'carp_prepare_ad' at /workspace/src/sys/netinet/ip_carp.c:=
817:1,
    inlined from 'carp_send_ad_locked' at /workspace/src/sys/netinet/ip_car=
p.c:1078:7,
    inlined from 'carp_master_down_locked' at /workspace/src/sys/netinet/ip=
_carp.c:1333:3,
    inlined from 'carp_input_c' at /workspace/src/sys/netinet/ip_carp.c:799=
:4,
    inlined from 'carp_input' at /workspace/src/sys/netinet/ip_carp.c:562:2=
:
./machine/pcpu.h:151:17: warning: array subscript 0 is outside array bounds=
 of 'struct __s[0]' [-Warray-bounds]
  151 |                 __asm __volatile("mov %%gs:%1,%0"                  =
     \
      |                 ^~~~~
/workspace/src/sys/sys/cdefs.h:449:51: note: in definition of macro '__pred=
ict_false'
  449 | #define __predict_false(exp)    __builtin_expect((exp), 0)
      |                                                   ^~~
./machine/counter.h:92:9: note: in expansion of macro 'KASSERT'
   92 |         KASSERT(IS_BSP() || c !=3D EARLY_COUNTER, ("EARLY_COUNTER u=
sed on AP"));
      |         ^~~~~~~
./machine/pcpu.h:212:33: note: in expansion of macro '__PCPU_GET'
  212 | #define PCPU_GET(member)        __PCPU_GET(pc_ ## member)
      |                                 ^~~~~~~~~~
./machine/pcpu.h:217:26: note: in expansion of macro 'PCPU_GET'
  217 | #define IS_BSP()        (PCPU_GET(cpuid) =3D=3D 0)
      |                          ^~~~~~~~
./machine/counter.h:92:17: note: in expansion of macro 'IS_BSP'
   92 |         KASSERT(IS_BSP() || c !=3D EARLY_COUNTER, ("EARLY_COUNTER u=
sed on AP"));
      |                 ^~~~~~
In function 'counter_u64_add',
    inlined from 'carp_send_ad_locked' at /workspace/src/sys/netinet/ip_car=
p.c:1038:4,
    inlined from 'carp_master_down_locked' at /workspace/src/sys/netinet/ip=
_carp.c:1333:3,
    inlined from 'carp_input_c' at /workspace/src/sys/netinet/ip_carp.c:799=
:4,
    inlined from 'carp_input' at /workspace/src/sys/netinet/ip_carp.c:562:2=
:
./machine/pcpu.h:151:17: warning: array subscript 0 is outside array bounds=
 of 'struct __s[0]' [-Warray-bounds]
  151 |                 __asm __volatile("mov %%gs:%1,%0"                  =
     \
      |                 ^~~~~
/workspace/src/sys/sys/cdefs.h:449:51: note: in definition of macro '__pred=
ict_false'
  449 | #define __predict_false(exp)    __builtin_expect((exp), 0)
      |                                                   ^~~
./machine/counter.h:92:9: note: in expansion of macro 'KASSERT'
   92 |         KASSERT(IS_BSP() || c !=3D EARLY_COUNTER, ("EARLY_COUNTER u=
sed on AP"));
      |         ^~~~~~~
./machine/pcpu.h:212:33: note: in expansion of macro '__PCPU_GET'
  212 | #define PCPU_GET(member)        __PCPU_GET(pc_ ## member)
      |                                 ^~~~~~~~~~
./machine/pcpu.h:217:26: note: in expansion of macro 'PCPU_GET'
  217 | #define IS_BSP()        (PCPU_GET(cpuid) =3D=3D 0)
      |                          ^~~~~~~~
./machine/counter.h:92:17: note: in expansion of macro 'IS_BSP'
   92 |         KASSERT(IS_BSP() || c !=3D EARLY_COUNTER, ("EARLY_COUNTER u=
sed on AP"));
      |                 ^~~~~~
In function 'counter_u64_add',
    inlined from 'carp_input_c' at /workspace/src/sys/netinet/ip_carp.c:744=
:3,
    inlined from 'carp_input' at /workspace/src/sys/netinet/ip_carp.c:562:2=
:
./machine/pcpu.h:151:17: warning: array subscript 0 is outside array bounds=
 of 'struct __s[0]' [-Warray-bounds]
  151 |                 __asm __volatile("mov %%gs:%1,%0"                  =
     \
      |                 ^~~~~
/workspace/src/sys/sys/cdefs.h:449:51: note: in definition of macro '__pred=
ict_false'
  449 | #define __predict_false(exp)    __builtin_expect((exp), 0)
      |                                                   ^~~
./machine/counter.h:92:9: note: in expansion of macro 'KASSERT'
   92 |         KASSERT(IS_BSP() || c !=3D EARLY_COUNTER, ("EARLY_COUNTER u=
sed on AP"));
      |         ^~~~~~~
./machine/pcpu.h:212:33: note: in expansion of macro '__PCPU_GET'
  212 | #define PCPU_GET(member)        __PCPU_GET(pc_ ## member)
      |                                 ^~~~~~~~~~
./machine/pcpu.h:217:26: note: in expansion of macro 'PCPU_GET'
  217 | #define IS_BSP()        (PCPU_GET(cpuid) =3D=3D 0)
      |                          ^~~~~~~~
./machine/counter.h:92:17: note: in expansion of macro 'IS_BSP'
   92 |         KASSERT(IS_BSP() || c !=3D EARLY_COUNTER, ("EARLY_COUNTER u=
sed on AP"));
      |                 ^~~~~~
In function 'counter_u64_add',
    inlined from 'carp_input_c' at /workspace/src/sys/netinet/ip_carp.c:737=
:3,
    inlined from 'carp_input' at /workspace/src/sys/netinet/ip_carp.c:562:2=
:
./machine/pcpu.h:151:17: warning: array subscript 0 is outside array bounds=
 of 'struct __s[0]' [-Warray-bounds]
  151 |                 __asm __volatile("mov %%gs:%1,%0"                  =
     \
      |                 ^~~~~
/workspace/src/sys/sys/cdefs.h:449:51: note: in definition of macro '__pred=
ict_false'
  449 | #define __predict_false(exp)    __builtin_expect((exp), 0)
      |                                                   ^~~
./machine/counter.h:92:9: note: in expansion of macro 'KASSERT'
   92 |         KASSERT(IS_BSP() || c !=3D EARLY_COUNTER, ("EARLY_COUNTER u=
sed on AP"));
      |         ^~~~~~~
./machine/pcpu.h:212:33: note: in expansion of macro '__PCPU_GET'
  212 | #define PCPU_GET(member)        __PCPU_GET(pc_ ## member)
      |                                 ^~~~~~~~~~
./machine/pcpu.h:217:26: note: in expansion of macro 'PCPU_GET'
  217 | #define IS_BSP()        (PCPU_GET(cpuid) =3D=3D 0)
      |                          ^~~~~~~~
./machine/counter.h:92:17: note: in expansion of macro 'IS_BSP'
   92 |         KASSERT(IS_BSP() || c !=3D EARLY_COUNTER, ("EARLY_COUNTER u=
sed on AP"));
      |                 ^~~~~~
In function 'counter_u64_add',
    inlined from 'carp_input_c' at /workspace/src/sys/netinet/ip_carp.c:718=
:3,
    inlined from 'carp_input' at /workspace/src/sys/netinet/ip_carp.c:562:2=
:
./machine/pcpu.h:151:17: warning: array subscript 0 is outside array bounds=
 of 'struct __s[0]' [-Warray-bounds]
  151 |                 __asm __volatile("mov %%gs:%1,%0"                  =
     \
      |                 ^~~~~
/workspace/src/sys/sys/cdefs.h:449:51: note: in definition of macro '__pred=
ict_false'
  449 | #define __predict_false(exp)    __builtin_expect((exp), 0)
      |                                                   ^~~
./machine/counter.h:92:9: note: in expansion of macro 'KASSERT'
   92 |         KASSERT(IS_BSP() || c !=3D EARLY_COUNTER, ("EARLY_COUNTER u=
sed on AP"));
      |         ^~~~~~~
./machine/pcpu.h:212:33: note: in expansion of macro '__PCPU_GET'
  212 | #define PCPU_GET(member)        __PCPU_GET(pc_ ## member)
      |                                 ^~~~~~~~~~
./machine/pcpu.h:217:26: note: in expansion of macro 'PCPU_GET'
  217 | #define IS_BSP()        (PCPU_GET(cpuid) =3D=3D 0)
      |                          ^~~~~~~~
./machine/counter.h:92:17: note: in expansion of macro 'IS_BSP'
   92 |         KASSERT(IS_BSP() || c !=3D EARLY_COUNTER, ("EARLY_COUNTER u=
sed on AP"));
      |                 ^~~~~~
In function 'counter_u64_add',
    inlined from 'carp_input_c' at /workspace/src/sys/netinet/ip_carp.c:710=
:4,
    inlined from 'carp_input' at /workspace/src/sys/netinet/ip_carp.c:562:2=
:
./machine/pcpu.h:151:17: warning: array subscript 0 is outside array bounds=
 of 'struct __s[0]' [-Warray-bounds]
  151 |                 __asm __volatile("mov %%gs:%1,%0"                  =
     \
      |                 ^~~~~
/workspace/src/sys/sys/cdefs.h:449:51: note: in definition of macro '__pred=
ict_false'
  449 | #define __predict_false(exp)    __builtin_expect((exp), 0)
      |                                                   ^~~
./machine/counter.h:92:9: note: in expansion of macro 'KASSERT'
   92 |         KASSERT(IS_BSP() || c !=3D EARLY_COUNTER, ("EARLY_COUNTER u=
sed on AP"));
      |         ^~~~~~~
./machine/pcpu.h:212:33: note: in expansion of macro '__PCPU_GET'
  212 | #define PCPU_GET(member)        __PCPU_GET(pc_ ## member)
      |                                 ^~~~~~~~~~
./machine/pcpu.h:217:26: note: in expansion of macro 'PCPU_GET'
  217 | #define IS_BSP()        (PCPU_GET(cpuid) =3D=3D 0)
      |                          ^~~~~~~~
./machine/counter.h:92:17: note: in expansion of macro 'IS_BSP'
   92 |         KASSERT(IS_BSP() || c !=3D EARLY_COUNTER, ("EARLY_COUNTER u=
sed on AP"));
      |                 ^~~~~~
In function 'counter_u64_add',
    inlined from 'carp_input' at /workspace/src/sys/netinet/ip_carp.c:554:3=
:
./machine/pcpu.h:151:17: warning: array subscript 0 is outside array bounds=
 of 'struct __s[0]' [-Warray-bounds]
  151 |                 __asm __volatile("mov %%gs:%1,%0"                  =
     \
      |                 ^~~~~
/workspace/src/sys/sys/cdefs.h:449:51: note: in definition of macro '__pred=
ict_false'
  449 | #define __predict_false(exp)    __builtin_expect((exp), 0)
      |                                                   ^~~
./machine/counter.h:92:9: note: in expansion of macro 'KASSERT'
   92 |         KASSERT(IS_BSP() || c !=3D EARLY_COUNTER, ("EARLY_COUNTER u=
sed on AP"));
      |         ^~~~~~~
./machine/pcpu.h:212:33: note: in expansion of macro '__PCPU_GET'
  212 | #define PCPU_GET(member)        __PCPU_GET(pc_ ## member)
      |                                 ^~~~~~~~~~
./machine/pcpu.h:217:26: note: in expansion of macro 'PCPU_GET'
  217 | #define IS_BSP()        (PCPU_GET(cpuid) =3D=3D 0)
      |                          ^~~~~~~~
./machine/counter.h:92:17: note: in expansion of macro 'IS_BSP'
   92 |         KASSERT(IS_BSP() || c !=3D EARLY_COUNTER, ("EARLY_COUNTER u=
sed on AP"));
      |                 ^~~~~~
In function 'counter_u64_add',
    inlined from 'carp_input' at /workspace/src/sys/netinet/ip_carp.c:545:3=
:
./machine/pcpu.h:151:17: warning: array subscript 0 is outside array bounds=
 of 'struct __s[0]' [-Warray-bounds]
  151 |                 __asm __volatile("mov %%gs:%1,%0"                  =
     \
      |                 ^~~~~
/workspace/src/sys/sys/cdefs.h:449:51: note: in definition of macro '__pred=
ict_false'
  449 | #define __predict_false(exp)    __builtin_expect((exp), 0)
      |                                                   ^~~
./machine/counter.h:92:9: note: in expansion of macro 'KASSERT'
   92 |         KASSERT(IS_BSP() || c !=3D EARLY_COUNTER, ("EARLY_COUNTER u=
sed on AP"));
      |         ^~~~~~~
./machine/pcpu.h:212:33: note: in expansion of macro '__PCPU_GET'
  212 | #define PCPU_GET(member)        __PCPU_GET(pc_ ## member)
      |                                 ^~~~~~~~~~
./machine/pcpu.h:217:26: note: in expansion of macro 'PCPU_GET'
  217 | #define IS_BSP()        (PCPU_GET(cpuid) =3D=3D 0)
      |                          ^~~~~~~~
./machine/counter.h:92:17: note: in expansion of macro 'IS_BSP'
   92 |         KASSERT(IS_BSP() || c !=3D EARLY_COUNTER, ("EARLY_COUNTER u=
sed on AP"));
      |                 ^~~~~~
In function 'counter_u64_add',
    inlined from 'carp_input' at /workspace/src/sys/netinet/ip_carp.c:536:3=
:
./machine/pcpu.h:151:17: warning: array subscript 0 is outside array bounds=
 of 'struct __s[0]' [-Warray-bounds]
  151 |                 __asm __volatile("mov %%gs:%1,%0"                  =
     \
      |                 ^~~~~
/workspace/src/sys/sys/cdefs.h:449:51: note: in definition of macro '__pred=
ict_false'
  449 | #define __predict_false(exp)    __builtin_expect((exp), 0)
      |                                                   ^~~
./machine/counter.h:92:9: note: in expansion of macro 'KASSERT'
   92 |         KASSERT(IS_BSP() || c !=3D EARLY_COUNTER, ("EARLY_COUNTER u=
sed on AP"));
      |         ^~~~~~~
./machine/pcpu.h:212:33: note: in expansion of macro '__PCPU_GET'
  212 | #define PCPU_GET(member)        __PCPU_GET(pc_ ## member)
      |                                 ^~~~~~~~~~
./machine/pcpu.h:217:26: note: in expansion of macro 'PCPU_GET'
  217 | #define IS_BSP()        (PCPU_GET(cpuid) =3D=3D 0)
      |                          ^~~~~~~~
./machine/counter.h:92:17: note: in expansion of macro 'IS_BSP'
   92 |         KASSERT(IS_BSP() || c !=3D EARLY_COUNTER, ("EARLY_COUNTER u=
sed on AP"));
      |                 ^~~~~~
In function 'counter_u64_add',
    inlined from 'carp_input' at /workspace/src/sys/netinet/ip_carp.c:512:3=
:
./machine/pcpu.h:151:17: warning: array subscript 0 is outside array bounds=
 of 'struct __s[0]' [-Warray-bounds]
  151 |                 __asm __volatile("mov %%gs:%1,%0"                  =
     \
      |                 ^~~~~
/workspace/src/sys/sys/cdefs.h:449:51: note: in definition of macro '__pred=
ict_false'
  449 | #define __predict_false(exp)    __builtin_expect((exp), 0)
      |                                                   ^~~
./machine/counter.h:92:9: note: in expansion of macro 'KASSERT'
   92 |         KASSERT(IS_BSP() || c !=3D EARLY_COUNTER, ("EARLY_COUNTER u=
sed on AP"));
      |         ^~~~~~~
./machine/pcpu.h:212:33: note: in expansion of macro '__PCPU_GET'
  212 | #define PCPU_GET(member)        __PCPU_GET(pc_ ## member)
      |                                 ^~~~~~~~~~
./machine/pcpu.h:217:26: note: in expansion of macro 'PCPU_GET'
  217 | #define IS_BSP()        (PCPU_GET(cpuid) =3D=3D 0)
      |                          ^~~~~~~~
./machine/counter.h:92:17: note: in expansion of macro 'IS_BSP'
   92 |         KASSERT(IS_BSP() || c !=3D EARLY_COUNTER, ("EARLY_COUNTER u=
sed on AP"));
      |                 ^~~~~~
--- all_subdir_bhnd ---
ctfconvert -L VERSION -g bhnd_nvram_iores.o
ERROR: ctfconvert: rc =3D 1 Unsupported version [_dwarf_info_load(229)]
--- bhnd_nvram_plist.o ---
--- all_subdir_cc ---
cc1: all warnings being treated as errors
--- all_subdir_bhnd ---
/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/  -O2 -=
pipe -fno-common  -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -DKLD=
_TIED -nostdinc   -DHAVE_KERNEL_OPTION_HEADERS -include /tmp/obj/workspace/=
src/amd64.amd64/sys/GENERIC/opt_global.h -I. -I/workspace/src/sys -I/worksp=
ace/src/sys/contrib/ck/include -fno-common -g -fno-omit-frame-pointer -mno-=
omit-leaf-frame-pointer -fdebug-prefix-map=3D./machine=3D/workspace/src/sys=
/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x86/include =
-fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -I/tmp/obj/wo=
rkspace/src/amd64.amd64/sys/GENERIC     -MD  -MF.depend.bhnd_nvram_plist.o =
-MTbhnd_nvram_plist.o -mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -ms=
oft-float  -fno-asynchronous-unwind-tables -ffreestanding -fwrapv -fstack-p=
rotector -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wc=
ast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmis=
sing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error=
=3Daddress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bo=
unds -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compa=
re -Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wn=
o-error=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point=
 -Wno-error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=
=3Dunused-function -Wno-unused-but-set-variable -Wno-error=3Dstringop-overf=
low -Wno-error=3Dmemset-elt-size -Wno-error=3Dpacked-not-aligned -Wno-addre=
ss-of-packed-member -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull=
 -Wno-dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format=
-zero-length   -finline-limit=3D8000 -fms-extensions --param inline-unit-gr=
owth=3D100 --param large-function-growth=3D1000  -std=3Diso9899:1999 -c /wo=
rkspace/src/sys/dev/bhnd/nvram/bhnd_nvram_plist.c -o bhnd_nvram_plist.o
--- all_subdir_cc ---
*** [cc_newreno.o] Error code 1

make[5]: stopped in /workspace/src/sys/modules/cc/cc_newreno
       37.71 real        43.40 user         3.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/jenkins1239994661669713=
3775.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_1686_2052336158.1680706841116--



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