FreeBSD_STABLE_11-arm64 - Build #187 - Still Failing

jenkins-admin at FreeBSD.org jenkins-admin at FreeBSD.org
Mon Oct 3 11:37:33 UTC 2016


FreeBSD_STABLE_11-arm64 - Build #187 - Still Failing:

Build information: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_11-arm64/187/
Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_11-arm64/187/changes
Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_11-arm64/187/console

Change summaries:

306629 by kib:
MFC r306350:
For machines which support PCID but not have INVPCID instruction,
i.e. SandyBridge and IvyBridge, correct a race between pmap_activate()
and invltlb_pcid_handler().

306628 by kib:
MFC r305978:
Detect x2APIC mode on boot and obey it.

306627 by kib:
MFC r305977:
Be more strict when selecting between snapshot/regular mount.

306625 by kib:
MFC r306334:
Document thr_suspend(2) and thr_wake(2).

MFC r306506:
Reword the statement.

306624 by kib:
MFC r306505:
Add an article.



The end of the build log:

[...truncated 117149 lines...]
--- all_subdir_usr.bin ---
--- newgrp.full ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -g -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments  -o newgrp.full newgrp.o   -lcrypt  -lutil
--- all_subdir_secure ---
--- all_subdir_secure/libexec/sftp-server ---
===> secure/libexec/sftp-server (all)
--- all_subdir_usr.bin ---
--- newgrp.1.gz ---
gzip -cn /usr/src/usr.bin/newgrp/newgrp.1 > newgrp.1.gz
--- all_subdir_secure ---
--- .depend ---
echo sftp-server.full: /usr/obj/arm64.aarch64/usr/src/tmp/usr/lib/libc.a /usr/obj/arm64.aarch64/usr/src/tmp/usr/lib/libprivatessh.a >> .depend
--- all_subdir_usr.bin ---
--- newgrp.debug ---
--- all_subdir_secure ---
--- sftp-server.o ---
--- all_subdir_usr.bin ---
/usr/local/aarch64-freebsd/bin/objcopy --only-keep-debug newgrp.full newgrp.debug
--- all_subdir_secure ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe   -I/usr/src/secure/libexec/sftp-server/../../../crypto/openssh -include ssh_namespace.h -DHAVE_LDNS=1 -g -MD  -MF.depend.sftp-server.o -MTsftp-server.o -std=gnu99 -fstack-protector-strong -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses  -Qunused-arguments  -c /usr/src/secure/libexec/sftp-server/../../../crypto/openssh/sftp-server.c -o sftp-server.o
--- all_subdir_usr.bin ---
--- newgrp ---
/usr/local/aarch64-freebsd/bin/objcopy --strip-debug --add-gnu-debuglink=newgrp.debug  newgrp.full newgrp
--- all_subdir_usr.bin/nfsstat ---
===> usr.bin/nfsstat (all)
--- .depend ---
echo nfsstat.full: /usr/obj/arm64.aarch64/usr/src/tmp/usr/lib/libc.a  >> .depend
--- nfsstat.o ---
cc -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -DNFS   -g -MD  -MF.depend.nfsstat.o -MTnfsstat.o -std=gnu99 -fstack-protector-strong -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable  -Qunused-arguments  -c /usr/src/usr.bin/nfsstat/nfsstat.c -o nfsstat.o
/usr/src/usr.bin/nfsstat/nfsstat.c:301:4: error: array index 72 is past the end of the array (which contains 49 elements) [-Werror,-Warray-bounds]
                        ext_nfsstats.srvrpccnt[NFSV4OP_SYMLINK],
                        ^                      ~~~~~~~~~~~~~~~
/usr/obj/arm64.aarch64/usr/src/tmp/usr/include/fs/nfs/nfsport.h:457:2: note: array 'srvrpccnt' declared here
        int     srvrpccnt[NFSV4OP_NOPS + NFSV4OP_FAKENOPS];
        ^
/usr/src/usr.bin/nfsstat/nfsstat.c:302:4: error: array index 73 is past the end of the array (which contains 49 elements) [-Werror,-Warray-bounds]
                        ext_nfsstats.srvrpccnt[NFSV4OP_MKDIR],
                        ^                      ~~~~~~~~~~~~~
/usr/obj/arm64.aarch64/usr/src/tmp/usr/include/fs/nfs/nfsport.h:457:2: note: array 'srvrpccnt' declared here
        int     srvrpccnt[NFSV4OP_NOPS + NFSV4OP_FAKENOPS];
        ^
/usr/src/usr.bin/nfsstat/nfsstat.c:303:4: error: array index 74 is past the end of the array (which contains 49 elements) [-Werror,-Warray-bounds]
                        ext_nfsstats.srvrpccnt[NFSV4OP_RMDIR],
                        ^                      ~~~~~~~~~~~~~
/usr/obj/arm64.aarch64/usr/src/tmp/usr/include/fs/nfs/nfsport.h:457:2: note: array 'srvrpccnt' declared here
        int     srvrpccnt[NFSV4OP_NOPS + NFSV4OP_FAKENOPS];
        ^
/usr/src/usr.bin/nfsstat/nfsstat.c:305:4: error: array index 75 is past the end of the array (which contains 49 elements) [-Werror,-Warray-bounds]
                        ext_nfsstats.srvrpccnt[NFSV4OP_READDIRPLUS],
                        ^                      ~~~~~~~~~~~~~~~~~~~
/usr/obj/arm64.aarch64/usr/src/tmp/usr/include/fs/nfs/nfsport.h:457:2: note: array 'srvrpccnt' declared here
        int     srvrpccnt[NFSV4OP_NOPS + NFSV4OP_FAKENOPS];
        ^
/usr/src/usr.bin/nfsstat/nfsstat.c:310:4: error: array index 76 is past the end of the array (which contains 49 elements) [-Werror,-Warray-bounds]
                        ext_nfsstats.srvrpccnt[NFSV4OP_MKNOD],
                        ^                      ~~~~~~~~~~~~~
/usr/obj/arm64.aarch64/usr/src/tmp/usr/include/fs/nfs/nfsport.h:457:2: note: array 'srvrpccnt' declared here
        int     srvrpccnt[NFSV4OP_NOPS + NFSV4OP_FAKENOPS];
        ^
/usr/src/usr.bin/nfsstat/nfsstat.c:311:4: error: array index 77 is past the end of the array (which contains 49 elements) [-Werror,-Warray-bounds]
                        ext_nfsstats.srvrpccnt[NFSV4OP_FSSTAT],
                        ^                      ~~~~~~~~~~~~~~
/usr/obj/arm64.aarch64/usr/src/tmp/usr/include/fs/nfs/nfsport.h:457:2: note: array 'srvrpccnt' declared here
        int     srvrpccnt[NFSV4OP_NOPS + NFSV4OP_FAKENOPS];
        ^
/usr/src/usr.bin/nfsstat/nfsstat.c:312:4: error: array index 78 is past the end of the array (which contains 49 elements) [-Werror,-Warray-bounds]
                        ext_nfsstats.srvrpccnt[NFSV4OP_FSINFO],
                        ^                      ~~~~~~~~~~~~~~
/usr/obj/arm64.aarch64/usr/src/tmp/usr/include/fs/nfs/nfsport.h:457:2: note: array 'srvrpccnt' declared here
        int     srvrpccnt[NFSV4OP_NOPS + NFSV4OP_FAKENOPS];
        ^
/usr/src/usr.bin/nfsstat/nfsstat.c:313:4: error: array index 79 is past the end of the array (which contains 49 elements) [-Werror,-Warray-bounds]
                        ext_nfsstats.srvrpccnt[NFSV4OP_PATHCONF],
                        ^                      ~~~~~~~~~~~~~~~~
/usr/obj/arm64.aarch64/usr/src/tmp/usr/include/fs/nfs/nfsport.h:457:2: note: array 'srvrpccnt' declared here
        int     srvrpccnt[NFSV4OP_NOPS + NFSV4OP_FAKENOPS];
        ^
/usr/src/usr.bin/nfsstat/nfsstat.c:544:7: error: array index 80 is past the end of the array (which contains 49 elements) [-Werror,-Warray-bounds]
                    ext_nfsstats.srvrpccnt[NFSV4OP_V3CREATE],
                    ^                      ~~~~~~~~~~~~~~~~
/usr/obj/arm64.aarch64/usr/src/tmp/usr/include/fs/nfs/nfsport.h:457:2: note: array 'srvrpccnt' declared here
        int     srvrpccnt[NFSV4OP_NOPS + NFSV4OP_FAKENOPS];
        ^
/usr/src/usr.bin/nfsstat/nfsstat.c:554:7: error: array index 72 is past the end of the array (which contains 49 elements) [-Werror,-Warray-bounds]
                    ext_nfsstats.srvrpccnt[NFSV4OP_SYMLINK],
                    ^                      ~~~~~~~~~~~~~~~
/usr/obj/arm64.aarch64/usr/src/tmp/usr/include/fs/nfs/nfsport.h:457:2: note: array 'srvrpccnt' declared here
        int     srvrpccnt[NFSV4OP_NOPS + NFSV4OP_FAKENOPS];
        ^
/usr/src/usr.bin/nfsstat/nfsstat.c:555:7: error: array index 73 is past the end of the array (which contains 49 elements) [-Werror,-Warray-bounds]
                    ext_nfsstats.srvrpccnt[NFSV4OP_MKDIR],
                    ^                      ~~~~~~~~~~~~~
/usr/obj/arm64.aarch64/usr/src/tmp/usr/include/fs/nfs/nfsport.h:457:2: note: array 'srvrpccnt' declared here
        int     srvrpccnt[NFSV4OP_NOPS + NFSV4OP_FAKENOPS];
        ^
/usr/src/usr.bin/nfsstat/nfsstat.c:556:7: error: array index 74 is past the end of the array (which contains 49 elements) [-Werror,-Warray-bounds]
                    ext_nfsstats.srvrpccnt[NFSV4OP_RMDIR],
                    ^                      ~~~~~~~~~~~~~
/usr/obj/arm64.aarch64/usr/src/tmp/usr/include/fs/nfs/nfsport.h:457:2: note: array 'srvrpccnt' declared here
        int     srvrpccnt[NFSV4OP_NOPS + NFSV4OP_FAKENOPS];
        ^
/usr/src/usr.bin/nfsstat/nfsstat.c:558:7: error: array index 75 is past the end of the array (which contains 49 elements) [-Werror,-Warray-bounds]
                    ext_nfsstats.srvrpccnt[NFSV4OP_READDIRPLUS],
                    ^                      ~~~~~~~~~~~~~~~~~~~
/usr/obj/arm64.aarch64/usr/src/tmp/usr/include/fs/nfs/nfsport.h:457:2: note: array 'srvrpccnt' declared here
        int     srvrpccnt[NFSV4OP_NOPS + NFSV4OP_FAKENOPS];
        ^
/usr/src/usr.bin/nfsstat/nfsstat.c:566:7: error: array index 76 is past the end of the array (which contains 49 elements) [-Werror,-Warray-bounds]
                    ext_nfsstats.srvrpccnt[NFSV4OP_MKNOD],
                    ^                      ~~~~~~~~~~~~~
/usr/obj/arm64.aarch64/usr/src/tmp/usr/include/fs/nfs/nfsport.h:457:2: note: array 'srvrpccnt' declared here
        int     srvrpccnt[NFSV4OP_NOPS + NFSV4OP_FAKENOPS];
        ^
/usr/src/usr.bin/nfsstat/nfsstat.c:567:7: error: array index 77 is past the end of the array (which contains 49 elements) [-Werror,-Warray-bounds]
                    ext_nfsstats.srvrpccnt[NFSV4OP_FSSTAT],
                    ^                      ~~~~~~~~~~~~~~
/usr/obj/arm64.aarch64/usr/src/tmp/usr/include/fs/nfs/nfsport.h:457:2: note: array 'srvrpccnt' declared here
        int     srvrpccnt[NFSV4OP_NOPS + NFSV4OP_FAKENOPS];
        ^
/usr/src/usr.bin/nfsstat/nfsstat.c:568:7: error: array index 78 is past the end of the array (which contains 49 elements) [-Werror,-Warray-bounds]
                    ext_nfsstats.srvrpccnt[NFSV4OP_FSINFO],
                    ^                      ~~~~~~~~~~~~~~
/usr/obj/arm64.aarch64/usr/src/tmp/usr/include/fs/nfs/nfsport.h:457:2: note: array 'srvrpccnt' declared here
        int     srvrpccnt[NFSV4OP_NOPS + NFSV4OP_FAKENOPS];
        ^
/usr/src/usr.bin/nfsstat/nfsstat.c:569:7: error: array index 79 is past the end of the array (which contains 49 elements) [-Werror,-Warray-bounds]
                    ext_nfsstats.srvrpccnt[NFSV4OP_PATHCONF],
                    ^                      ~~~~~~~~~~~~~~~~
/usr/obj/arm64.aarch64/usr/src/tmp/usr/include/fs/nfs/nfsport.h:457:2: note: array 'srvrpccnt' declared here
        int     srvrpccnt[NFSV4OP_NOPS + NFSV4OP_FAKENOPS];
        ^
/usr/src/usr.bin/nfsstat/nfsstat.c:719:4: error: array index 75 is past the end of the array (which contains 49 elements) [-Werror,-Warray-bounds]
                        DELTA(srvrpccnt[NFSV4OP_READDIRPLUS]));
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/src/usr.bin/nfsstat/nfsstat.c:86:23: note: expanded from macro 'DELTA'
#define DELTA(field)    (nfsstats.field - lastst.field)
                         ^        ~~~~~
/usr/obj/arm64.aarch64/usr/src/tmp/usr/include/fs/nfs/nfsport.h:457:2: note: array 'srvrpccnt' declared here
        int     srvrpccnt[NFSV4OP_NOPS + NFSV4OP_FAKENOPS];
        ^
/usr/src/usr.bin/nfsstat/nfsstat.c:719:4: error: array index 75 is past the end of the array (which contains 49 elements) [-Werror,-Warray-bounds]
                        DELTA(srvrpccnt[NFSV4OP_READDIRPLUS]));
                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/src/usr.bin/nfsstat/nfsstat.c:86:40: note: expanded from macro 'DELTA'
#define DELTA(field)    (nfsstats.field - lastst.field)
                                          ^      ~~~~~
/usr/obj/arm64.aarch64/usr/src/tmp/usr/include/fs/nfs/nfsport.h:457:2: note: array 'srvrpccnt' declared here
        int     srvrpccnt[NFSV4OP_NOPS + NFSV4OP_FAKENOPS];
        ^
19 errors generated.
*** [nfsstat.o] Error code 1

bmake[4]: stopped in /usr/src/usr.bin/nfsstat
1 error

bmake[4]: stopped in /usr/src/usr.bin/nfsstat
*** [all_subdir_usr.bin/nfsstat] Error code 2

bmake[3]: stopped in /usr/src/usr.bin
1 error

bmake[3]: stopped in /usr/src/usr.bin
*** [all_subdir_usr.bin] Error code 2

bmake[2]: stopped in /usr/src
--- all_subdir_usr.sbin ---
A failure has been detected in another branch of the parallel make

bmake[5]: stopped in /usr/src/usr.sbin/acpi/iasl
*** [all] Error code 2

bmake[4]: stopped in /usr/src/usr.sbin/acpi
1 error

bmake[4]: stopped in /usr/src/usr.sbin/acpi
*** [all_subdir_usr.sbin/acpi] Error code 2

bmake[3]: stopped in /usr/src/usr.sbin
1 error

bmake[3]: stopped in /usr/src/usr.sbin
*** [all_subdir_usr.sbin] Error code 2

bmake[2]: stopped in /usr/src
--- all_subdir_secure ---
A failure has been detected in another branch of the parallel make

bmake[5]: stopped in /usr/src/secure/libexec/sftp-server
*** [all_subdir_secure/libexec/sftp-server] Error code 2

bmake[4]: stopped in /usr/src/secure/libexec
1 error

bmake[4]: stopped in /usr/src/secure/libexec
*** [all_subdir_secure/libexec] Error code 2

bmake[3]: stopped in /usr/src/secure
1 error

bmake[3]: stopped in /usr/src/secure
*** [all_subdir_secure] Error code 2

bmake[2]: stopped in /usr/src
--- all_subdir_lib ---
A failure has been detected in another branch of the parallel make

bmake[4]: stopped in /usr/src/lib/libsqlite3
*** [all_subdir_lib/libsqlite3] Error code 2

bmake[3]: stopped in /usr/src/lib
1 error

bmake[3]: stopped in /usr/src/lib
*** [all_subdir_lib] Error code 2

bmake[2]: stopped in /usr/src
4 errors

bmake[2]: stopped in /usr/src
*** [everything] Error code 2

bmake[1]: stopped in /usr/src
1 error

bmake[1]: stopped in /usr/src
*** [buildworld] Error code 2

make: stopped in /usr/src
1 error

make: stopped in /usr/src
Build step 'Execute shell' marked build as failure
[WARNINGS] Skipping publisher since build result is FAILURE
[PostBuildScript] - Execution post build scripts.
[FreeBSD_STABLE_11-arm64] $ /bin/sh -xe /tmp/hudson4461814648424260392.sh
+ export 'PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin'
+ export 'jname=FreeBSD_STABLE_11-arm64'
+ echo 'clean up jail FreeBSD_STABLE_11-arm64'
clean up jail FreeBSD_STABLE_11-arm64
+ sudo jail -r FreeBSD_STABLE_11-arm64
+ sudo ifconfig igb0 inet6 2610:1c1:1:607c::103:1 -alias
+ sudo umount FreeBSD_STABLE_11-arm64/usr/src
+ sudo umount FreeBSD_STABLE_11-arm64/dev
+ sudo rm -fr FreeBSD_STABLE_11-arm64
+ true
+ sudo chflags -R noschg FreeBSD_STABLE_11-arm64
+ sudo rm -fr FreeBSD_STABLE_11-arm64
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any


More information about the freebsd-stable mailing list