Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Sep 2024 02:17:43 +0000 (GMT)
From:      jenkins-admin@FreeBSD.org
To:        asomers@FreeBSD.org, dev-ci@FreeBSD.org
Cc:        jenkins-admin@FreeBSD.org
Subject:   FreeBSD-main-amd64-gcc13_build - Build #1654 - Failure
Message-ID:  <1368207779.3289.1725848265746@jenkins.ci.freebsd.org>

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

FreeBSD-main-amd64-gcc13_build - Build #1654 (f93a50d69df2e996ff1d4f793d0dc=
b9de655ebdc) - Failure

Build information: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc13_buil=
d/1654/
Full change log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc13_build/=
1654/changes
Full build log: https://ci.FreeBSD.org/job/FreeBSD-main-amd64-gcc13_build/1=
654/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)

f93a50d69df2e996ff1d4f793d0dcb9de655ebdc by asomers:
fusefs: fix an uninitialized memory access in fuse_vnop_deallocate



The end of the build log:

[...truncated 137.93 MiB...]
 1304 |         struct dirtemplate dbuf;
      |                            ^~~~
/workspace/src/sys/ufs/ufs/ufs_lookup.c:1329:44: warning: array subscript '=
struct direct[0]' is partly outside array bounds of 'struct dirtemplate[1]'=
 [-Warray-bounds=3D]
 1329 |                                 namlen =3D dp->d_type;
      |                                            ^~
/workspace/src/sys/ufs/ufs/ufs_lookup.c:1304:28: note: object 'dbuf' of siz=
e 24
 1304 |         struct dirtemplate dbuf;
      |                            ^~~~
/workspace/src/sys/ufs/ufs/ufs_lookup.c:1337:23: warning: array subscript '=
struct direct[0]' is partly outside array bounds of 'struct dirtemplate[1]'=
 [-Warray-bounds=3D]
 1337 |                 if (dp->d_name[0] !=3D '.')
      |                       ^~
/workspace/src/sys/ufs/ufs/ufs_lookup.c:1304:28: note: object 'dbuf' of siz=
e 24
 1304 |         struct dirtemplate dbuf;
      |                            ^~~~
/workspace/src/sys/ufs/ufs/ufs_lookup.c:1346:23: warning: array subscript '=
struct direct[0]' is partly outside array bounds of 'struct dirtemplate[1]'=
 [-Warray-bounds=3D]
 1346 |                 if (dp->d_name[1] =3D=3D '.' && dp->d_ino =3D=3D pa=
rentino)
      |                       ^~
/workspace/src/sys/ufs/ufs/ufs_lookup.c:1304:28: note: object 'dbuf' of siz=
e 24
 1304 |         struct dirtemplate dbuf;
      |                            ^~~~
--- uma_dbg.o ---
ctfconvert -L VERSION -g uma_dbg.o
--- vm_fault.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -c -O2=
 -pipe -frename-registers -fno-strict-aliasing  -g -nostdinc  -I. -I/worksp=
ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co=
ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -=
fno-common    -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD  -MF=
.depend.vm_fault.o -MTvm_fault.o -fdebug-prefix-map=3D./machine=3D/workspac=
e/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 -mcm=
odel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchrono=
us-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wall -=
Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef=
 -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dir=
s -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Daddr=
ess -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -W=
no-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno=
-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-error=
=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-e=
rror=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dunused=
-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-=
error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-la=
rger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-dang=
ling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-leng=
th   -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=3D100=
 --param large-function-growth=3D1000 -fms-extensions  -std=3Dgnu99 -Werror=
 /workspace/src/sys/vm/vm_fault.c
--- ufs_lookup.o ---
ctfconvert -L VERSION -g ufs_lookup.o
--- vm_glue.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -c -O2=
 -pipe -frename-registers -fno-strict-aliasing  -g -nostdinc  -I. -I/worksp=
ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co=
ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -=
fno-common    -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD  -MF=
.depend.vm_glue.o -MTvm_glue.o -fdebug-prefix-map=3D./machine=3D/workspace/=
src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x86/i=
nclude -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -mcmod=
el=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous=
-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wall -Ws=
trict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -=
Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs =
-fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Daddres=
s -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -Wno=
-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-e=
rror=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-error=
=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-e=
rror=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dunused=
-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-=
error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-la=
rger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-dang=
ling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-leng=
th   -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=3D100=
 --param large-function-growth=3D1000 -fms-extensions  -std=3Dgnu99 -Werror=
 /workspace/src/sys/vm/vm_glue.c
--- mlx5_en_main.o ---
ctfconvert -L VERSION -g mlx5_en_main.o
--- vm_domainset.o ---
ctfconvert -L VERSION -g vm_domainset.o
--- vm_init.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -c -O2=
 -pipe -frename-registers -fno-strict-aliasing  -g -nostdinc  -I. -I/worksp=
ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co=
ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -=
fno-common    -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD  -MF=
.depend.vm_init.o -MTvm_init.o -fdebug-prefix-map=3D./machine=3D/workspace/=
src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x86/i=
nclude -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -mcmod=
el=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous=
-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wall -Ws=
trict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -=
Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs =
-fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Daddres=
s -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -Wno=
-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-e=
rror=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-error=
=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-e=
rror=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dunused=
-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-=
error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-la=
rger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-dang=
ling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-leng=
th   -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=3D100=
 --param large-function-growth=3D1000 -fms-extensions  -std=3Dgnu99 -Werror=
 /workspace/src/sys/vm/vm_init.c
--- vm_kern.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -c -O2=
 -pipe -frename-registers -fno-strict-aliasing  -g -nostdinc  -I. -I/worksp=
ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co=
ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -=
fno-common    -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD  -MF=
.depend.vm_kern.o -MTvm_kern.o -fdebug-prefix-map=3D./machine=3D/workspace/=
src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x86/i=
nclude -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -mcmod=
el=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous=
-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wall -Ws=
trict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -=
Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs =
-fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Daddres=
s -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -Wno=
-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-e=
rror=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-error=
=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-e=
rror=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dunused=
-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-=
error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-la=
rger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-dang=
ling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-leng=
th   -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=3D100=
 --param large-function-growth=3D1000 -fms-extensions  -std=3Dgnu99 -Werror=
 /workspace/src/sys/vm/vm_kern.c
--- vm_init.o ---
ctfconvert -L VERSION -g vm_init.o
--- vm_glue.o ---
ctfconvert -L VERSION -g vm_glue.o
--- vm_map.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -c -O2=
 -pipe -frename-registers -fno-strict-aliasing  -g -nostdinc  -I. -I/worksp=
ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co=
ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -=
fno-common    -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD  -MF=
.depend.vm_map.o -MTvm_map.o -fdebug-prefix-map=3D./machine=3D/workspace/sr=
c/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x86/inc=
lude -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -mcmodel=
=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous-u=
nwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wall -Wstr=
ict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -Wn=
o-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -f=
diagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Daddress =
-Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -Wno-e=
rror=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-err=
or=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-error=3Dn=
onnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-error=
=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dunused-fun=
ction -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-erro=
r=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-larger=
-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-dangling=
-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-length  =
 -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=3D100 --p=
aram large-function-growth=3D1000 -fms-extensions  -std=3Dgnu99 -Werror /wo=
rkspace/src/sys/vm/vm_map.c
--- vm_meter.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -c -O2=
 -pipe -frename-registers -fno-strict-aliasing  -g -nostdinc  -I. -I/worksp=
ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co=
ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -=
fno-common    -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD  -MF=
.depend.vm_meter.o -MTvm_meter.o -fdebug-prefix-map=3D./machine=3D/workspac=
e/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 -mcm=
odel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchrono=
us-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wall -=
Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef=
 -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dir=
s -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Daddr=
ess -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -W=
no-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno=
-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-error=
=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-e=
rror=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dunused=
-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-=
error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-la=
rger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-dang=
ling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-leng=
th   -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=3D100=
 --param large-function-growth=3D1000 -fms-extensions  -std=3Dgnu99 -Werror=
 /workspace/src/sys/vm/vm_meter.c
--- ufs_vnops.o ---
ctfconvert -L VERSION -g ufs_vnops.o
--- vm_meter.o ---
ctfconvert -L VERSION -g vm_meter.o
--- vm_mmap.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -c -O2=
 -pipe -frename-registers -fno-strict-aliasing  -g -nostdinc  -I. -I/worksp=
ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co=
ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -=
fno-common    -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD  -MF=
.depend.vm_mmap.o -MTvm_mmap.o -fdebug-prefix-map=3D./machine=3D/workspace/=
src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x86/i=
nclude -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -mcmod=
el=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous=
-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wall -Ws=
trict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -=
Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs =
-fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Daddres=
s -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -Wno=
-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-e=
rror=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-error=
=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-e=
rror=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dunused=
-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-=
error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-la=
rger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-dang=
ling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-leng=
th   -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=3D100=
 --param large-function-growth=3D1000 -fms-extensions  -std=3Dgnu99 -Werror=
 /workspace/src/sys/vm/vm_mmap.c
--- vm_object.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -c -O2=
 -pipe -frename-registers -fno-strict-aliasing  -g -nostdinc  -I. -I/worksp=
ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co=
ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -=
fno-common    -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD  -MF=
.depend.vm_object.o -MTvm_object.o -fdebug-prefix-map=3D./machine=3D/worksp=
ace/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x=
86/include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -m=
cmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchro=
nous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wall=
 -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wund=
ef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-d=
irs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Dad=
dress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds =
-Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -W=
no-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-err=
or=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno=
-error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dunus=
ed-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wn=
o-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-=
larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-da=
ngling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-le=
ngth   -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=3D1=
00 --param large-function-growth=3D1000 -fms-extensions  -std=3Dgnu99 -Werr=
or /workspace/src/sys/vm/vm_object.c
--- vm_mmap.o ---
In file included from ./machine/atomic.h:73,
                 from /workspace/src/sys/sys/systm.h:45,
                 from /workspace/src/sys/vm/vm_mmap.c:48:
/workspace/src/sys/vm/vm_mmap.c: In function 'kern_mincore':
/workspace/src/sys/sys/atomic_common.h:127:35: warning: to be safe all inte=
rmediate pointers in cast from 'struct vm_object **' to 'struct vm_object *=
 volatile*' must be 'const' qualified [-Wcast-qual]
  127 | #define atomic_load_ptr(p)      (*(volatile __typeof(*p) *)(p))
      |                                   ^
/workspace/src/sys/vm/vm_mmap.c:880:50: note: in expansion of macro 'atomic=
_load_ptr'
  880 |                                         object =3D atomic_load_ptr(=
&m->object);
      |                                                  ^~~~~~~~~~~~~~~
--- vm_kern.o ---
ctfconvert -L VERSION -g vm_kern.o
--- vm_page.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -c -O2=
 -pipe -frename-registers -fno-strict-aliasing  -g -nostdinc  -I. -I/worksp=
ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co=
ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -=
fno-common    -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD  -MF=
.depend.vm_page.o -MTvm_page.o -fdebug-prefix-map=3D./machine=3D/workspace/=
src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x86/i=
nclude -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -mcmod=
el=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous=
-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wall -Ws=
trict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -=
Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs =
-fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Daddres=
s -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -Wno=
-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-e=
rror=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-error=
=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-e=
rror=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dunused=
-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-=
error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-la=
rger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-dang=
ling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-leng=
th   -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=3D100=
 --param large-function-growth=3D1000 -fms-extensions  -std=3Dgnu99 -Werror=
 /workspace/src/sys/vm/vm_page.c
Checking for post-build
Performing post-build step
Checking if email needs to be generated
Email was triggered for: Failure - Any
In file included from ./machine/atomic.h:73,
                 from /workspace/src/sys/sys/systm.h:45,
                 from /workspace/src/sys/vm/vm_page.c:71:
/workspace/src/sys/vm/vm_page.c: In function 'vm_page_busy_acquire':
Sending email for trigger: Failure - Any
Sending mail from default account using System Admin e-mail address
/workspace/src/sys/sys/atomic_common.h:127:35: warning: to be safe all inte=
rmediate pointers in cast from 'struct vm_object **' to 'struct vm_object *=
 volatile*' must be 'const' qualified [-Wcast-qual]
  127 | #define atomic_load_ptr(p)      (*(volatile __typeof(*p) *)(p))
      |                                   ^
/workspace/src/sys/vm/vm_page.c:935:15: note: in expansion of macro 'atomic=
_load_ptr'
  935 |         obj =3D atomic_load_ptr(&m->object);
      |               ^~~~~~~~~~~~~~~
/workspace/src/sys/vm/vm_page.c: In function 'vm_page_scan_contig':
/workspace/src/sys/sys/atomic_common.h:127:35: warning: to be safe all inte=
rmediate pointers in cast from 'struct vm_object **' to 'struct vm_object *=
 volatile*' must be 'const' qualified [-Wcast-qual]
  127 | #define atomic_load_ptr(p)      (*(volatile __typeof(*p) *)(p))
      |                                   ^
/workspace/src/sys/vm/vm_page.c:2796:36: note: in expansion of macro 'atomi=
c_load_ptr'
 2796 |                 else if ((object =3D atomic_load_ptr(&m->object)) !=
=3D NULL) {
      |                                    ^~~~~~~~~~~~~~~
/workspace/src/sys/vm/vm_page.c: In function 'vm_page_reclaim_run':
/workspace/src/sys/sys/atomic_common.h:127:35: warning: to be safe all inte=
rmediate pointers in cast from 'struct vm_object **' to 'struct vm_object *=
 volatile*' must be 'const' qualified [-Wcast-qual]
  127 | #define atomic_load_ptr(p)      (*(volatile __typeof(*p) *)(p))
      |                                   ^
/workspace/src/sys/vm/vm_page.c:2937:36: note: in expansion of macro 'atomi=
c_load_ptr'
 2937 |                 else if ((object =3D atomic_load_ptr(&m->object)) !=
=3D NULL) {
      |                                    ^~~~~~~~~~~~~~~
/workspace/src/sys/vm/vm_page.c: In function 'vm_page_release':
/workspace/src/sys/sys/atomic_common.h:127:35: warning: to be safe all inte=
rmediate pointers in cast from 'struct vm_object **' to 'struct vm_object *=
 volatile*' must be 'const' qualified [-Wcast-qual]
  127 | #define atomic_load_ptr(p)      (*(volatile __typeof(*p) *)(p))
      |                                   ^
/workspace/src/sys/vm/vm_page.c:4456:34: note: in expansion of macro 'atomi=
c_load_ptr'
 4456 |                         object =3D atomic_load_ptr(&m->object);
      |                                  ^~~~~~~~~~~~~~~
/workspace/src/sys/vm/vm_page.c: In function 'vm_page_acquire_unlocked':
/workspace/src/sys/sys/atomic_common.h:127:35: warning: to be safe all inte=
rmediate pointers in cast from 'struct vm_object **' to 'struct vm_object *=
 volatile*' must be 'const' qualified [-Wcast-qual]
  127 | #define atomic_load_ptr(p)      (*(volatile __typeof(*p) *)(p))
      |                                   ^
/workspace/src/sys/vm/vm_page.c:4769:21: note: in expansion of macro 'atomi=
c_load_ptr'
 4769 |                     atomic_load_ptr(&m->object) !=3D object) {
      |                     ^~~~~~~~~~~~~~~
--- swap_pager.o ---
In file included from /workspace/src/sys/sys/buf.h:44,
                 from /workspace/src/sys/vm/swap_pager.c:74:
In function 'uma_zfree',
    inlined from 'swap_pager_swapoff_object' at /workspace/src/sys/vm/swap_=
pager.c:1840:5,
    inlined from 'swap_pager_swapoff' at /workspace/src/sys/vm/swap_pager.c=
:1960:3,
    inlined from 'swapoff_one' at /workspace/src/sys/vm/swap_pager.c:2603:2=
,
    inlined from 'kern_swapoff' at /workspace/src/sys/vm/swap_pager.c:2535:=
10,
    inlined from 'freebsd13_swapoff' at /workspace/src/sys/vm/swap_pager.c:=
2546:10:
/workspace/src/sys/vm/uma.h:408:9: warning: 'sb' may be used uninitialized =
[-Wmaybe-uninitialized]
  408 |         uma_zfree_arg(zone, item, NULL);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/vm/swap_pager.c: In function 'freebsd13_swapoff':
/workspace/src/sys/vm/swap_pager.c:1810:23: note: 'sb' was declared here
 1810 |         struct swblk *sb;
      |                       ^~
In function 'swap_pager_swapoff_object',
    inlined from 'swap_pager_swapoff' at /workspace/src/sys/vm/swap_pager.c=
:1960:3,
    inlined from 'swapoff_one' at /workspace/src/sys/vm/swap_pager.c:2603:2=
,
    inlined from 'kern_swapoff' at /workspace/src/sys/vm/swap_pager.c:2535:=
10,
    inlined from 'freebsd13_swapoff' at /workspace/src/sys/vm/swap_pager.c:=
2546:10:
/workspace/src/sys/vm/swap_pager.c:1868:49: warning: 'm' may be used uninit=
ialized [-Wmaybe-uninitialized]
 1868 |                 m =3D m !=3D NULL ? vm_page_next(m) :
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
 1869 |                     vm_page_lookup(object, sb->p + i);
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/vm/swap_pager.c: In function 'freebsd13_swapoff':
/workspace/src/sys/vm/swap_pager.c:1811:19: note: 'm' was declared here
 1811 |         vm_page_t m;
      |                   ^
--- vm_fault.o ---
ctfconvert -L VERSION -g vm_fault.o
--- vm_pageout.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -c -O2=
 -pipe -frename-registers -fno-strict-aliasing  -g -nostdinc  -I. -I/worksp=
ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co=
ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -=
fno-common    -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD  -MF=
.depend.vm_pageout.o -MTvm_pageout.o -fdebug-prefix-map=3D./machine=3D/work=
space/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 =
-mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynch=
ronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wa=
ll -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wu=
ndef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include=
-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3D=
address -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bound=
s -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare =
-Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-e=
rror=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -W=
no-error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dun=
used-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -=
Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-alloc-siz=
e-larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-=
dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-=
length   -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=
=3D100 --param large-function-growth=3D1000 -fms-extensions  -std=3Dgnu99 -=
Werror /workspace/src/sys/vm/vm_pageout.c
In file included from ./machine/atomic.h:73,
                 from /workspace/src/sys/sys/systm.h:45,
                 from /workspace/src/sys/vm/vm_pageout.c:79:
/workspace/src/sys/vm/vm_pageout.c: In function 'vm_pageout_launder':
/workspace/src/sys/sys/atomic_common.h:127:35: warning: to be safe all inte=
rmediate pointers in cast from 'struct vm_object **' to 'struct vm_object *=
 volatile*' must be 'const' qualified [-Wcast-qual]
  127 | #define atomic_load_ptr(p)      (*(volatile __typeof(*p) *)(p))
      |                                   ^
/workspace/src/sys/vm/vm_pageout.c:745:34: note: in expansion of macro 'ato=
mic_load_ptr'
  745 |                         object =3D atomic_load_ptr(&m->object);
      |                                  ^~~~~~~~~~~~~~~
/workspace/src/sys/vm/vm_pageout.c: In function 'vm_pageout_scan_active':
/workspace/src/sys/sys/atomic_common.h:127:35: warning: to be safe all inte=
rmediate pointers in cast from 'struct vm_object **' to 'struct vm_object *=
 volatile*' must be 'const' qualified [-Wcast-qual]
  127 | #define atomic_load_ptr(p)      (*(volatile __typeof(*p) *)(p))
      |                                   ^
/workspace/src/sys/vm/vm_pageout.c:1213:26: note: in expansion of macro 'at=
omic_load_ptr'
--- swap_pager.o ---
In function 'uma_zfree',
    inlined from 'swap_pager_swapoff_object' at /workspace/src/sys/vm/swap_=
pager.c:1840:5,
    inlined from 'swap_pager_swapoff' at /workspace/src/sys/vm/swap_pager.c=
:1960:3,
    inlined from 'swapoff_one' at /workspace/src/sys/vm/swap_pager.c:2603:2=
,
    inlined from 'kern_swapoff' at /workspace/src/sys/vm/swap_pager.c:2535:=
10,
    inlined from 'sys_swapoff' at /workspace/src/sys/vm/swap_pager.c:2553:1=
0:
/workspace/src/sys/vm/uma.h:408:9: warning: 'sb' may be used uninitialized =
[-Wmaybe-uninitialized]
  408 |         uma_zfree_arg(zone, item, NULL);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/vm/swap_pager.c: In function 'sys_swapoff':
/workspace/src/sys/vm/swap_pager.c:1810:23: note: 'sb' was declared here
 1810 |         struct swblk *sb;
      |                       ^~
In function 'swap_pager_swapoff_object',
    inlined from 'swap_pager_swapoff' at /workspace/src/sys/vm/swap_pager.c=
:1960:3,
--- vm_pageout.o ---
 1213 |                 object =3D atomic_load_ptr(&m->object);
      |                          ^~~~~~~~~~~~~~~
/workspace/src/sys/vm/vm_pageout.c: In function 'vm_pageout_scan_inactive':
/workspace/src/sys/sys/atomic_common.h:127:35: warning: to be safe all inte=
rmediate pointers in cast from 'struct vm_object **' to 'struct vm_object *=
 volatile*' must be 'const' qualified [-Wcast-qual]
  127 | #define atomic_load_ptr(p)      (*(volatile __typeof(*p) *)(p))
      |                                   ^
/workspace/src/sys/vm/vm_pageout.c:1462:34: note: in expansion of macro 'at=
omic_load_ptr'
 1462 |                         object =3D atomic_load_ptr(&m->object);
      |                                  ^~~~~~~~~~~~~~~
--- swap_pager.o ---
    inlined from 'swapoff_one' at /workspace/src/sys/vm/swap_pager.c:2603:2=
,
    inlined from 'kern_swapoff' at /workspace/src/sys/vm/swap_pager.c:2535:=
10,
    inlined from 'sys_swapoff' at /workspace/src/sys/vm/swap_pager.c:2553:1=
0:
/workspace/src/sys/vm/swap_pager.c:1868:49: warning: 'm' may be used uninit=
ialized [-Wmaybe-uninitialized]
 1868 |                 m =3D m !=3D NULL ? vm_page_next(m) :
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
 1869 |                     vm_page_lookup(object, sb->p + i);
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/vm/swap_pager.c: In function 'sys_swapoff':
/workspace/src/sys/vm/swap_pager.c:1811:19: note: 'm' was declared here
 1811 |         vm_page_t m;
      |                   ^
--- vm_mmap.o ---
ctfconvert -L VERSION -g vm_mmap.o
--- vm_pager.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -c -O2=
 -pipe -frename-registers -fno-strict-aliasing  -g -nostdinc  -I. -I/worksp=
ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co=
ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -=
fno-common    -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD  -MF=
.depend.vm_pager.o -MTvm_pager.o -fdebug-prefix-map=3D./machine=3D/workspac=
e/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 -mcm=
odel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchrono=
us-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wall -=
Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef=
 -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dir=
s -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Daddr=
ess -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -W=
no-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno=
-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-error=
=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-e=
rror=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dunused=
-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-=
error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-la=
rger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-dang=
ling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-leng=
th   -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=3D100=
 --param large-function-growth=3D1000 -fms-extensions  -std=3Dgnu99 -Werror=
 /workspace/src/sys/vm/vm_pager.c
--- swap_pager.o ---
In function 'uma_zfree',
    inlined from 'swap_pager_swapoff_object' at /workspace/src/sys/vm/swap_=
pager.c:1840:5,
    inlined from 'swap_pager_swapoff' at /workspace/src/sys/vm/swap_pager.c=
:1960:3,
    inlined from 'swapoff_one' at /workspace/src/sys/vm/swap_pager.c:2603:2=
,
    inlined from 'swapoff_all' at /workspace/src/sys/vm/swap_pager.c:2638:1=
1:
/workspace/src/sys/vm/uma.h:408:9: warning: 'sb' may be used uninitialized =
[-Wmaybe-uninitialized]
  408 |         uma_zfree_arg(zone, item, NULL);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/vm/swap_pager.c: In function 'swapoff_all':
/workspace/src/sys/vm/swap_pager.c:1810:23: note: 'sb' was declared here
 1810 |         struct swblk *sb;
      |                       ^~
In function 'swap_pager_swapoff_object',
    inlined from 'swap_pager_swapoff' at /workspace/src/sys/vm/swap_pager.c=
:1960:3,
    inlined from 'swapoff_one' at /workspace/src/sys/vm/swap_pager.c:2603:2=
,
    inlined from 'swapoff_all' at /workspace/src/sys/vm/swap_pager.c:2638:1=
1:
/workspace/src/sys/vm/swap_pager.c:1868:49: warning: 'm' may be used uninit=
ialized [-Wmaybe-uninitialized]
 1868 |                 m =3D m !=3D NULL ? vm_page_next(m) :
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
 1869 |                     vm_page_lookup(object, sb->p + i);
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/workspace/src/sys/vm/swap_pager.c: In function 'swapoff_all':
/workspace/src/sys/vm/swap_pager.c:1811:19: note: 'm' was declared here
 1811 |         vm_page_t m;
      |                   ^
--- vm_pager.o ---
ctfconvert -L VERSION -g vm_pager.o
--- vm_phys.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -c -O2=
 -pipe -frename-registers -fno-strict-aliasing  -g -nostdinc  -I. -I/worksp=
ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co=
ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -=
fno-common    -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD  -MF=
.depend.vm_phys.o -MTvm_phys.o -fdebug-prefix-map=3D./machine=3D/workspace/=
src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x86/i=
nclude -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -mcmod=
el=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous=
-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wall -Ws=
trict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -=
Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs =
-fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Daddres=
s -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -Wno=
-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-e=
rror=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-error=
=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-e=
rror=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dunused=
-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-=
error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-la=
rger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-dang=
ling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-leng=
th   -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=3D100=
 --param large-function-growth=3D1000 -fms-extensions  -std=3Dgnu99 -Werror=
 /workspace/src/sys/vm/vm_phys.c
--- swap_pager.o ---
ctfconvert -L VERSION -g swap_pager.o
--- vm_radix.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -c -O2=
 -pipe -frename-registers -fno-strict-aliasing  -g -nostdinc  -I. -I/worksp=
ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co=
ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -=
fno-common    -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD  -MF=
.depend.vm_radix.o -MTvm_radix.o -fdebug-prefix-map=3D./machine=3D/workspac=
e/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 -mcm=
odel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchrono=
us-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wall -=
Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef=
 -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dir=
s -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Daddr=
ess -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -W=
no-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno=
-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-error=
=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-e=
rror=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dunused=
-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-=
error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-la=
rger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-dang=
ling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-leng=
th   -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=3D100=
 --param large-function-growth=3D1000 -fms-extensions  -std=3Dgnu99 -Werror=
 /workspace/src/sys/vm/vm_radix.c
--- ffs_alloc.o ---
ctfconvert -L VERSION -g ffs_alloc.o
--- ffs_subr.o ---
ctfconvert -L VERSION -g ffs_subr.o
--- vm_reserv.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -c -O2=
 -pipe -frename-registers -fno-strict-aliasing  -g -nostdinc  -I. -I/worksp=
ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co=
ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -=
fno-common    -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD  -MF=
.depend.vm_reserv.o -MTvm_reserv.o -fdebug-prefix-map=3D./machine=3D/worksp=
ace/src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x=
86/include -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -m=
cmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchro=
nous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wall=
 -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wund=
ef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-d=
irs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Dad=
dress -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds =
-Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -W=
no-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-err=
or=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno=
-error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dunus=
ed-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wn=
o-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-=
larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-da=
ngling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-le=
ngth   -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=3D1=
00 --param large-function-growth=3D1000 -fms-extensions  -std=3Dgnu99 -Werr=
or /workspace/src/sys/vm/vm_reserv.c
--- vm_swapout.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -c -O2=
 -pipe -frename-registers -fno-strict-aliasing  -g -nostdinc  -I. -I/worksp=
ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co=
ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -=
fno-common    -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD  -MF=
.depend.vm_swapout.o -MTvm_swapout.o -fdebug-prefix-map=3D./machine=3D/work=
space/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 =
-mcmodel=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynch=
ronous-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wa=
ll -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wu=
ndef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include=
-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3D=
address -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bound=
s -Wno-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare =
-Wno-error=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-e=
rror=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -W=
no-error=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dun=
used-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -=
Wno-error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-alloc-siz=
e-larger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-=
dangling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-=
length   -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=
=3D100 --param large-function-growth=3D1000 -fms-extensions  -std=3Dgnu99 -=
Werror /workspace/src/sys/vm/vm_swapout.c
--- vm_radix.o ---
ctfconvert -L VERSION -g vm_radix.o
--- vm_unix.o ---
/usr/local/bin/x86_64-unknown-freebsd14.0-gcc13 --sysroot=3D/tmp/obj/worksp=
ace/src/amd64.amd64/tmp -B/usr/local/x86_64-unknown-freebsd14.0/bin/ -c -O2=
 -pipe -frename-registers -fno-strict-aliasing  -g -nostdinc  -I. -I/worksp=
ace/src/sys -I/workspace/src/sys/contrib/ck/include -I/workspace/src/sys/co=
ntrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -=
fno-common    -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -MD  -MF=
.depend.vm_unix.o -MTvm_unix.o -fdebug-prefix-map=3D./machine=3D/workspace/=
src/sys/amd64/include -fdebug-prefix-map=3D./x86=3D/workspace/src/sys/x86/i=
nclude -fdebug-prefix-map=3D./i386=3D/workspace/src/sys/i386/include -mcmod=
el=3Dkernel -mno-red-zone -mno-mmx -mno-sse -msoft-float  -fno-asynchronous=
-unwind-tables -ffreestanding -fwrapv -fstack-protector -gdwarf-4 -Wall -Ws=
trict-prototypes -Wmissing-prototypes -Wpointer-arith -Wcast-qual -Wundef -=
Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs =
-fdiagnostics-show-option -Wno-unknown-pragmas -Wswitch -Wno-error=3Daddres=
s -Wno-error=3Daggressive-loop-optimizations -Wno-error=3Darray-bounds -Wno=
-error=3Dattributes -Wno-error=3Dcast-qual -Wno-error=3Denum-compare -Wno-e=
rror=3Dmaybe-uninitialized -Wno-error=3Dmisleading-indentation -Wno-error=
=3Dnonnull-compare -Wno-error=3Doverflow -Wno-error=3Dsequence-point -Wno-e=
rror=3Dshift-overflow -Wno-error=3Dtautological-compare -Wno-error=3Dunused=
-function -Wno-error=3Dstringop-overflow -Wno-error=3Dmemset-elt-size -Wno-=
error=3Dpacked-not-aligned -Wno-address-of-packed-member -Wno-alloc-size-la=
rger-than -Wno-error=3Dalloca-larger-than=3D -Wno-error=3Dnonnull -Wno-dang=
ling-pointer -Wno-zero-length-bounds -Wno-return-type -Wno-format-zero-leng=
th   -fms-extensions -finline-limit=3D8000 --param inline-unit-growth=3D100=
 --param large-function-growth=3D1000 -fms-extensions  -std=3Dgnu99 -Werror=
 /workspace/src/sys/vm/vm_unix.c
------=_Part_3274_1520481690.1725848264198--



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