jenkins-admin at FreeBSD.org
2015-Nov-23  10:09 UTC
FreeBSD_STABLE_10-i386 - Build #658 - Still Failing
FreeBSD_STABLE_10-i386 - Build #658 - Still Failing:
Build information: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/658/
Full change log:
https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/658/changes
Full build log:
https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/658/console
Change summaries:
291185 by ngie:
MFC r291047:
Don't leak work if __mlx4_register_vlan(..) fails in
mlx4_master_immediate_activate_vlan_qos(..)
Differential Revision: https://reviews.freebsd.org/D4203
Submitted by: Miles Olrich <miles.olrich at isilon.com>
Sponsored by: EMC / Isilon Storage Division
291184 by hselasky:
MFC r290650, r290709, r291067, r291068, r291069 and r291070:
Add mlx5 and mlx5en driver(s) for ConnectX-4 and ConnectX-4LX cards
from Mellanox Technologies. The current driver supports ethernet
speeds up to and including 100 GBit/s. Infiniband support will be
done later.
The code added is not compiled by default, which will be done by a
separate commit.
Sponsored by:	Mellanox Technologies
Differential Revision:	https://reviews.freebsd.org/D4177
Differential Revision:	https://reviews.freebsd.org/D4178
Differential Revision:	https://reviews.freebsd.org/D4179
Differential Revision:	https://reviews.freebsd.org/D4180
291183 by ngie:
MFC r290914:
Integrate tools/regression/pipe in to the FreeBSD test suite as
tests/sys/kern/pipe
- Fix style(9) bugs
- Fix compiler warnings
- Use `nitems(x)` instead of `sizeof(x) / sizeof(*x)` pattern
The testcases will be converted over to ATF eventually, but for now will be
integrated in as plain C tests
Sponsored by: EMC / Isilon Storage Division
291182 by ngie:
MFC r290909:
Add some initial tests for SLIST and STAILQ macros
Sponsored by: EMC / Isilon Storage Division
291179 by ngie:
MFC r290911,r290912:
r290911:
Ignore EINTR from usleep(3) in try_locks(..)
NetBSD's usleep(3) only returns -1/sets errno=EINVAL when `microseconds`
is one million or more
Submitted by: pho
Sponsored by: EMC / Isilon Storage Division
r290912:
Integrate contrib/netbsd-tests/kernel/t_lockf.c into the FreeBSD test suite as
tests/sys/kern/lockf_test
Sponsored by: EMC / Isilon Storage Division
291178 by ngie:
MFC r290532,r290561,r290843,r290844,r290845:
r290532:
Integrate tools/regression/lib/libc/locale into the FreeBSD test suite
as lib/libc/tests/locale
Sponsored by: EMC / Isilon Storage Division
r290561:
Delete leftover printfs from when these were TAP tests
Sponsored by: EMC / Isilon Storage Division
r290843:
Polish up the tests a bit more after projects/collation was merged to head
Provide more meaningful diagnostic messages if LC_CTYPE can't be set
properly
instead of segfaulting, because setlocale returns NULL and strcmp(NULL, b) will
always segfault
Split up the testcases so one failing (in this case en_US.ISO8859-15) won't
cause the rest of the testcases to be skipped
Remove some unused variables
Sponsored by: EMC / Isilon Storage Division
r290844:
Polish up iswctype_test
- Split up the testcases into C locale and ja_JP.eucJP testcases.
- Avoid a segfault in the event that setlocale fails, similar to r290843
- Replace `sizeof(x) / sizeof(*x)` pattern with `nitems(x)`
Sponsored by: EMC / Isilon Storage Division
r290845:
Remove unused variables; sort by alignment where needed
Sponsored by: EMC / Isilon Storage Division
291177 by ngie:
MFC r290850:
Cast xdr_void to xdrproc_t to mute -Wincompatible-pointer-types warnings from
clang
This pattern is used in other areas of lib/libc/rpc
Sponsored by: EMC / Isilon Storage Division
291176 by ngie:
MFC r290869:
Redo r290847: use #ifdef __NetBSD__ on all the non-public APIs to
mute -Wunused-but-set-variable warnings with gcc dealing with the
function calls
Reported by: gcc
Sponsored by: EMC / Isilon Storage Division
291175 by ngie:
MFC r290563,r290868,r291038:
r290563:
Integrate tools/regression/lib/libc/net into the FreeBSD test suite
as lib/libc/tests/net
Also, fix eui64_aton_test:test_str(..). The test was comparing the result
of eui64_aton to a pointer of the expected result.
Sponsored by: EMC / Isilon Storage Division
r290868:
Fix -Wformat issues
Reported by: gcc
Sponsored by: EMC / Isilon Storage Division
r291038:
Do not print out errno if the call succeeded unexpectedly; this was a mistake
made in r290868
Reported by: jilles
Sponsored by: EMC / Isilon Storage Division
291174 by ngie:
MFC r290907:
Expect all testcases dealing with invalid salts to fail on FreeBSD
Sponsored by: EMC / Isilon Storage Division
291173 by ngie:
MFC r290905,r290922:
r290905:
Integrate acct(2) testcase in as tests/sys/kern/acct/acct_test
The :encode_tv_random_million testcase fails the epsilon tests a few thousand
times out of one million, so expect the testcase to fail
Submitted by: keramida
Sponsored by: EMC / Isilon Storage Division
r290922:
Remove directory made obsolete by r290905
X-MFC note: stable/10 only
Sponsored by: EMC / Isilon Storage Division
The end of the build log:
[...truncated 102290 lines...]
===> sbin/geom/class/label (all)
--- geom_label.So ---
cc  -fpic -DPIC  -O2 -pipe   -I/usr/src/sbin/geom/class/label/../.. -std=gnu99
-Qunused-arguments  -fstack-protector -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
-Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -c
/usr/src/sbin/geom/class/label/geom_label.c -o geom_label.So
--- all_subdir_ggate ---
--- ggatel.8.gz ---
gzip -cn /usr/src/sbin/ggate/ggatel/ggatel.8 > ggatel.8.gz
--- ggatel ---
cc  -O2 -pipe   -DLIBGEOM -I/usr/src/sbin/ggate/ggatel/../shared -std=gnu99
-Qunused-arguments  -fstack-protector -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
-Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body
-Wno-string-plus-int -Wno-unused-const-variable  -o ggatel ggatel.o ggate.o
-lgeom -lsbuf -lbsdxml -lutil
--- secure.all__D ---
--- x_attrib.po ---
cc  -pg  -O2 -pipe   -DTERMIOS -DANSI_SOURCE
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto
-I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_DLFCN
-DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM
-DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m
-DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM
-DWHIRLPOOL_ASM
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=gnu89
-Qunused-arguments  -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter
-Wno-parentheses -c
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1/x_attrib.c -o
x_attrib.po
--- lib.all__D ---
--- all_subdir_libwrap ---
===> lib/libwrap (all)
--- all_subdir_libvgl ---
--- text.po ---
--- sbin.all__D ---
--- all_subdir_geom ---
--- subr.So ---
--- lib.all__D ---
cc  -pg  -O2 -pipe   -Wall -I/usr/src/lib/libvgl -std=gnu99 -Qunused-arguments 
-fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k
-Wno-uninitialized -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-switch
-Wno-switch-enum -Wno-knr-promoted-parameter -c /usr/src/lib/libvgl/text.c -o
text.po
--- sbin.all__D ---
cc  -fpic -DPIC  -O2 -pipe   -I/usr/src/sbin/geom/class/label/../.. -std=gnu99
-Qunused-arguments  -fstack-protector -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
-Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -c
/usr/src/sbin/geom/class/label/../../misc/subr.c -o subr.So
--- lib.all__D ---
--- all_subdir_libwrap ---
--- clean_exit.po ---
cc  -pg  -O2 -pipe   -DFACILITY=LOG_AUTH -DHOSTS_ACCESS -DNETGROUP
-DDAEMON_UMASK=022  -DREAL_DAEMON_DIR=\"/usr/libexec\"
-DPROCESS_OPTIONS  -DSEVERITY=LOG_INFO -DRFC931_TIMEOUT=10 
-DHOSTS_DENY=\"/etc/hosts.deny\"
-DHOSTS_ALLOW=\"/etc/hosts.allow\"  -DSYS_ERRLIST_DEFINED
-DALWAYS_HOSTNAME -DUSE_STRSEP -DPROCESS_OPTIONS -DINET6 -std=gnu99
-Qunused-arguments  -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter
-Wno-parentheses -c /usr/src/lib/libwrap/../../contrib/tcp_wrappers/clean_exit.c
-o clean_exit.po
/usr/src/lib/libwrap/../../contrib/tcp_wrappers/clean_exit.c:40:5: warning:
implicit declaration of function 'sleep' is invalid in C99
[-Wimplicit-function-declaration]
    sleep(5);
    ^
1 warning generated.
--- secure.all__D ---
--- x_bignum.po ---
cc  -pg  -O2 -pipe   -DTERMIOS -DANSI_SOURCE
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto
-I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_DLFCN
-DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM
-DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m
-DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM
-DWHIRLPOOL_ASM
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=gnu89
-Qunused-arguments  -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter
-Wno-parentheses -c
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1/x_bignum.c -o
x_bignum.po
--- lib.all__D ---
--- diag.po ---
cc  -pg  -O2 -pipe   -DFACILITY=LOG_AUTH -DHOSTS_ACCESS -DNETGROUP
-DDAEMON_UMASK=022  -DREAL_DAEMON_DIR=\"/usr/libexec\"
-DPROCESS_OPTIONS  -DSEVERITY=LOG_INFO -DRFC931_TIMEOUT=10 
-DHOSTS_DENY=\"/etc/hosts.deny\"
-DHOSTS_ALLOW=\"/etc/hosts.allow\"  -DSYS_ERRLIST_DEFINED
-DALWAYS_HOSTNAME -DUSE_STRSEP -DPROCESS_OPTIONS -DINET6 -std=gnu99
-Qunused-arguments  -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter
-Wno-parentheses -c /usr/src/lib/libwrap/../../contrib/tcp_wrappers/diag.c -o
diag.po
--- all_subdir_libvgl ---
--- mouse.po ---
cc  -pg  -O2 -pipe   -Wall -I/usr/src/lib/libvgl -std=gnu99 -Qunused-arguments 
-fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k
-Wno-uninitialized -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-switch
-Wno-switch-enum -Wno-knr-promoted-parameter -c /usr/src/lib/libvgl/mouse.c -o
mouse.po
--- all_subdir_libwrap ---
--- eval.po ---
cc  -pg  -O2 -pipe   -DFACILITY=LOG_AUTH -DHOSTS_ACCESS -DNETGROUP
-DDAEMON_UMASK=022  -DREAL_DAEMON_DIR=\"/usr/libexec\"
-DPROCESS_OPTIONS  -DSEVERITY=LOG_INFO -DRFC931_TIMEOUT=10 
-DHOSTS_DENY=\"/etc/hosts.deny\"
-DHOSTS_ALLOW=\"/etc/hosts.allow\"  -DSYS_ERRLIST_DEFINED
-DALWAYS_HOSTNAME -DUSE_STRSEP -DPROCESS_OPTIONS -DINET6 -std=gnu99
-Qunused-arguments  -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter
-Wno-parentheses -c /usr/src/lib/libwrap/../../contrib/tcp_wrappers/eval.c -o
eval.po
--- sbin.all__D ---
--- glabel.8.gz ---
gzip -cn /usr/src/sbin/geom/class/label/glabel.8 > glabel.8.gz
--- secure.all__D ---
--- x_crl.po ---
cc  -pg  -O2 -pipe   -DTERMIOS -DANSI_SOURCE
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto
-I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_DLFCN
-DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM
-DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m
-DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM
-DWHIRLPOOL_ASM
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=gnu89
-Qunused-arguments  -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter
-Wno-parentheses -c
/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1/x_crl.c -o
x_crl.po
--- lib.all__D ---
--- fix_options.po ---
--- sbin.all__D ---
--- geom_label.so ---
--- lib.all__D ---
cc  -pg  -O2 -pipe   -DFACILITY=LOG_AUTH -DHOSTS_ACCESS -DNETGROUP
-DDAEMON_UMASK=022  -DREAL_DAEMON_DIR=\"/usr/libexec\"
-DPROCESS_OPTIONS  -DSEVERITY=LOG_INFO -DRFC931_TIMEOUT=10 
-DHOSTS_DENY=\"/etc/hosts.deny\"
-DHOSTS_ALLOW=\"/etc/hosts.allow\"  -DSYS_ERRLIST_DEFINED
-DALWAYS_HOSTNAME -DUSE_STRSEP -DPROCESS_OPTIONS -DINET6 -std=gnu99
-Qunused-arguments  -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter
-Wno-parentheses -c
/usr/src/lib/libwrap/../../contrib/tcp_wrappers/fix_options.c -o fix_options.po
--- sbin.all__D ---
building shared library geom_label.so
cc   -fstack-protector -shared -Wl,-x -Wl,--fatal-warnings
-Wl,--warn-shared-textrel  -o geom_label.so -Wl,-soname,geom_label.so 
`NM='nm' lorder geom_label.So subr.So | tsort -q`
--- lib.all__D ---
--- all_subdir_libvgl ---
--- keyboard.po ---
cc  -pg  -O2 -pipe   -Wall -I/usr/src/lib/libvgl -std=gnu99 -Qunused-arguments 
-fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k
-Wno-uninitialized -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-switch
-Wno-switch-enum -Wno-knr-promoted-parameter -c /usr/src/lib/libvgl/keyboard.c
-o keyboard.po
--- sbin.all__D ---
===> sbin/geom/class/mirror (all)
--- lib.all__D ---
--- all_subdir_libwrap ---
--- fromhost.po ---
cc  -pg  -O2 -pipe   -DFACILITY=LOG_AUTH -DHOSTS_ACCESS -DNETGROUP
-DDAEMON_UMASK=022  -DREAL_DAEMON_DIR=\"/usr/libexec\"
-DPROCESS_OPTIONS  -DSEVERITY=LOG_INFO -DRFC931_TIMEOUT=10 
-DHOSTS_DENY=\"/etc/hosts.deny\"
-DHOSTS_ALLOW=\"/etc/hosts.allow\"  -DSYS_ERRLIST_DEFINED
-DALWAYS_HOSTNAME -DUSE_STRSEP -DPROCESS_OPTIONS -DINET6 -std=gnu99
-Qunused-arguments  -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter
-Wno-parentheses -c /usr/src/lib/libwrap/../../contrib/tcp_wrappers/fromhost.c
-o fromhost.po
--- hosts_access.po ---
--- all_subdir_libvgl ---
--- libvgl_p.a ---
building profiled vgl library
--- all_subdir_libwrap ---
cc  -pg  -O2 -pipe   -DFACILITY=LOG_AUTH -DHOSTS_ACCESS -DNETGROUP
-DDAEMON_UMASK=022  -DREAL_DAEMON_DIR=\"/usr/libexec\"
-DPROCESS_OPTIONS  -DSEVERITY=LOG_INFO -DRFC931_TIMEOUT=10 
-DHOSTS_DENY=\"/etc/hosts.deny\"
-DHOSTS_ALLOW=\"/etc/hosts.allow\"  -DSYS_ERRLIST_DEFINED
-DALWAYS_HOSTNAME -DUSE_STRSEP -DPROCESS_OPTIONS -DINET6 -std=gnu99
-Qunused-arguments  -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter
-Wno-parentheses -c
/usr/src/lib/libwrap/../../contrib/tcp_wrappers/hosts_access.c -o
hosts_access.po
--- sbin.all__D ---
--- geom_mirror.So ---
cc  -fpic -DPIC  -O2 -pipe   -I/usr/src/sbin/geom/class/mirror/../.. -std=gnu99
-Qunused-arguments  -fstack-protector -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
-Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -c
/usr/src/sbin/geom/class/mirror/geom_mirror.c -o geom_mirror.So
--- lib.all__D ---
--- all_subdir_libvgl ---
ranlib -D libvgl_p.a
--- vgl.3.gz ---
gzip -cn /usr/src/lib/libvgl/vgl.3 > vgl.3.gz
--- all_subdir_libwrap ---
/usr/src/lib/libwrap/../../contrib/tcp_wrappers/hosts_access.c:272:8: warning:
declaration of 'struct hosts_info' will not be visible outside of this
function [-Wvisibility]
struct hosts_info *host;
       ^
--- share.all__D ---
--- lib.all__D ---
/usr/src/lib/libwrap/../../contrib/tcp_wrappers/hosts_access.c:309:6: warning:
implicit declaration of function 'yp_get_default_domain' is invalid in
C99 [-Wimplicit-function-declaration]
            yp_get_default_domain(&mydomain);
            ^
/usr/src/lib/libwrap/../../contrib/tcp_wrappers/hosts_access.c:316:30: warning:
incompatible pointer types passing 'struct host_info *' to parameter of
type 'struct hosts_info *' [-Wincompatible-pointer-types]
        return (hostfile_match(tok, host));
                                    ^~~~
--- share.all__D ---
===> share (all)
--- lib.all__D ---
/usr/src/lib/libwrap/../../contrib/tcp_wrappers/hosts_access.c:480:21: warning:
implicit declaration of function 'atoi' is invalid in C99
[-Wimplicit-function-declaration]
    if ((mask_len = atoi(mask_tok)) < 0 || mask_len > 128)
                    ^
--- share.all__D ---
--- _sub.all ---
===> share/colldef (all)
--- lib.all__D ---
4 warnings generated.
--- hosts_ctl.po ---
--- secure.all__D ---
--- x_exten.po ---
cc  -pg  -O2 -pipe   -DTERMIOS -DANSI_SOURCE
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto
-I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_DLFCN
-DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM
-DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m
-DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM
-DWHIRLPOOL_ASM
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp
-I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=gnu89
-Qunused-arguments  -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter
-Wno-parentheses -c /usr/src/secure/lib/libcrypto/../../..--- lib.all__D ---
cc  -pg  -O2 -pipe   -DFACILITY=LOG_AUTH -DHOSTS_ACCESS -DNETGROUP
-DDAEMON_UMASK=022  -DREAL_DAEMON_DIR=\"/usr/libexec\"
-DPROCESS_OPTIONS  -DSEVERITY=LOG_INFO -DRFC931_TIMEOUT=10 
-DHOSTS_DENY=\"/etc/hosts.deny\"
-DHOSTS_ALLOW=\"/etc/hosts.allow\"  -DSYS_ERRLIST_DEFINED
-DALWAYS_HOSTNAME -DUSE_STRSEP -DPROCESS_OPTIONS -DINET6 -std=gnu99
-Qunused-arguments  -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter
-Wno-parentheses -c /usr/src/lib/libwrap/../../contrib/tcp_wrappers/hosts_ctl.c
-o hosts_ctl.po
--- secure.all__D ---
/crypto/openssl/crypto/asn1/x_exten.c -o x_exten.po
--- share.all__D ---
--- bg_BG.CP1251.out ---
colldef -I /usr/src/share/colldef -o bg_BG.CP1251.out
/usr/src/share/colldef/bg_BG.CP1251.src
sh: colldef: not found
*** [bg_BG.CP1251.out] Error code 127
make[4]: stopped in /usr/src/share/colldef
1 error
make[4]: stopped in /usr/src/share/colldef
*** [_sub.all] Error code 2
make[3]: stopped in /usr/src/share
1 error
make[3]: stopped in /usr/src/share
*** [share.all__D] Error code 2
make[2]: stopped in /usr/src
--- lib.all__D ---
A failure has been detected in another branch of the parallel make
make[4]: stopped in /usr/src/lib/libwrap
*** [all_subdir_libwrap] Error code 2
make[3]: stopped in /usr/src/lib
1 error
make[3]: stopped in /usr/src/lib
*** [lib.all__D] Error code 2
make[2]: stopped in /usr/src
--- secure.all__D ---
A failure has been detected in another branch of the parallel make
make[5]: stopped in /usr/src/secure/lib/libcrypto
*** [_sub.all] Error code 2
make[4]: stopped in /usr/src/secure/lib
1 error
make[4]: stopped in /usr/src/secure/lib
*** [_sub.all] Error code 2
make[3]: stopped in /usr/src/secure
1 error
make[3]: stopped in /usr/src/secure
*** [secure.all__D] Error code 2
make[2]: stopped in /usr/src
--- sbin.all__D ---
A failure has been detected in another branch of the parallel make
make[6]: stopped in /usr/src/sbin/geom/class/mirror
*** [_sub.all] Error code 2
make[5]: stopped in /usr/src/sbin/geom/class
1 error
make[5]: stopped in /usr/src/sbin/geom/class
*** [_sub.all] Error code 2
make[4]: stopped in /usr/src/sbin/geom
1 error
make[4]: stopped in /usr/src/sbin/geom
*** [all_subdir_geom] Error code 2
make[3]: stopped in /usr/src/sbin
1 error
make[3]: stopped in /usr/src/sbin
*** [sbin.all__D] Error code 2
make[2]: stopped in /usr/src
4 errors
make[2]: stopped in /usr/src
*** [everything] Error code 2
make[1]: stopped in /usr/src
1 error
make[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_10-i386] $ /bin/sh -xe /tmp/hudson4286207762449016781.sh
+ export
'PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin'
+ export 'jname=FreeBSD_STABLE_10-i386'
+ echo 'clean up jail FreeBSD_STABLE_10-i386'
clean up jail FreeBSD_STABLE_10-i386
+ sudo jail -r FreeBSD_STABLE_10-i386
+ sudo ifconfig igb0 inet6 2610:1c1:1:607c::105:1 -alias
+ sudo umount FreeBSD_STABLE_10-i386/usr/src
+ sudo umount FreeBSD_STABLE_10-i386/dev
+ sudo rm -fr FreeBSD_STABLE_10-i386
rm: FreeBSD_STABLE_10-i386/libexec/ld-elf.so.1: Operation not permitted
rm: FreeBSD_STABLE_10-i386/libexec: Directory not empty
rm: FreeBSD_STABLE_10-i386/sbin/init: Operation not permitted
rm: FreeBSD_STABLE_10-i386/sbin: Directory not empty
rm: FreeBSD_STABLE_10-i386/var/empty: Operation not permitted
rm: FreeBSD_STABLE_10-i386/var: Directory not empty
rm: FreeBSD_STABLE_10-i386/usr/lib/librt.so.1: Operation not permitted
rm: FreeBSD_STABLE_10-i386/usr/lib: Directory not empty
rm: FreeBSD_STABLE_10-i386/usr/bin/passwd: Operation not permitted
rm: FreeBSD_STABLE_10-i386/usr/bin/opiepasswd: Operation not permitted
rm: FreeBSD_STABLE_10-i386/usr/bin/ypchsh: Operation not permitted
rm: FreeBSD_STABLE_10-i386/usr/bin/su: Operation not permitted
rm: FreeBSD_STABLE_10-i386/usr/bin/ypchpass: Operation not permitted
rm: FreeBSD_STABLE_10-i386/usr/bin/ypchfn: Operation not permitted
rm: FreeBSD_STABLE_10-i386/usr/bin/login: Operation not permitted
rm: FreeBSD_STABLE_10-i386/usr/bin/crontab: Operation not permitted
rm: FreeBSD_STABLE_10-i386/usr/bin/yppasswd: Operation not permitted
rm: FreeBSD_STABLE_10-i386/usr/bin/opieinfo: Operation not permitted
rm: FreeBSD_STABLE_10-i386/usr/bin/chsh: Operation not permitted
rm: FreeBSD_STABLE_10-i386/usr/bin/chfn: Operation not permitted
rm: FreeBSD_STABLE_10-i386/usr/bin/chpass: Operation not permitted
rm: FreeBSD_STABLE_10-i386/usr/bin: Directory not empty
rm: FreeBSD_STABLE_10-i386/usr: Directory not empty
rm: FreeBSD_STABLE_10-i386/lib/libcrypt.so.5: Operation not permitted
rm: FreeBSD_STABLE_10-i386/lib/libthr.so.3: Operation not permitted
rm: FreeBSD_STABLE_10-i386/lib/libc.so.7: Operation not permitted
rm: FreeBSD_STABLE_10-i386/lib: Directory not empty
rm: FreeBSD_STABLE_10-i386: Directory not empty
+ true
+ sudo chflags -R noschg FreeBSD_STABLE_10-i386
+ sudo rm -fr FreeBSD_STABLE_10-i386
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
jenkins-admin at FreeBSD.org
2015-Nov-23  12:10 UTC
FreeBSD_STABLE_10-i386 - Build #659 - Still Failing
FreeBSD_STABLE_10-i386 - Build #659 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/659/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/659/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/659/console Change summaries: 291191 by ngie: MFC r290856: r290856 (by bap): also skip the definition of ':fopen_regular' to avoid the build to fail due to unused variables defined by ATF macros 291190 by ngie: MFC r290572,r290646,r290848,r290849: r290572: Integrate tools/regression/lib/libc/gen into the FreeBSD test suite as lib/libc/tests/gen The code in test-fnmatch that was used for generating: - bin/sh/tests/builtins/case2.0 - bin/sh/tests/builtins/case3.0 has been left undisturbed. The target `make sh-tests` has been moved over from tools/regression/lib/libc/gen/Makefile to lib/libc/tests/gen/Makefile and made into a PHONY target case2.0 and case3.0 test input generation isn't being done automatically. This needs additional discussion. Sponsored by: EMC / Isilon Storage Division r290646: Add missing licensing boilerplate to test-fnmatch.c Carry over licensing author info from fnmatch_test.c (jilles@) Sponsored by: EMC / Isilon Storage Division r290848: Fix -Wunused warnings Sponsored by: EMC / Isilon Storage Division r290849: Fix -Wmissing-braces warnings by adding braces around all the testcase inputs Sponsored by: EMC / Isilon Storage Division 291189 by ngie: MFC r290870: Add NO_WERROR and WARNS to PROG_OVERRIDE_VARS for bsd.prog.mk compatibility Sponsored by: EMC / Isilon Storage Division 291187 by ngie: MFC r264725: r264725 (by jilles): libc: Add fopen() test to regression Makefile. NOTE (ngie): this is a mergeinfo-only commit The end of the build log: [...truncated 101411 lines...] --- ea.o --- cc -O2 -pipe -I/usr/src/sbin/fsck_ffs -I/usr/src/sbin/fsck_ffs/../mount -std=gnu99 -Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -c /usr/src/sbin/fsck_ffs/ea.c -o ea.o --- fsutil.o --- cc -O2 -pipe -I/usr/src/sbin/fsck_ffs -I/usr/src/sbin/fsck_ffs/../mount -std=gnu99 -Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -c /usr/src/sbin/fsck_ffs/fsutil.c -o fsutil.o --- secure.all__D --- --- f_int.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=gnu89 -Qunused-arguments -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1/f_int.c -o f_int.po --- f_string.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=gnu89 -Qunused-arguments -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1/f_string.c -o f_string.po --- lib.all__D --- --- config_file.po --- cc -pg -I/usr/src/lib/libunbound/../../contrib/unbound -I/usr/src/lib/libunbound/../../contrib/ldns -I/usr/obj/usr/src/lib/libunbound -std=gnu99 -Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -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 -c /usr/src/lib/libunbound/../../contrib/unbound/util/config_file.c -o config_file.po --- secure.all__D --- --- i2d_pr.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=gnu89 -Qunused-arguments -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1/i2d_pr.c -o i2d_pr.po --- sbin.all__D --- --- inode.o --- cc -O2 -pipe -I/usr/src/sbin/fsck_ffs -I/usr/src/sbin/fsck_ffs/../mount -std=gnu99 -Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -c /usr/src/sbin/fsck_ffs/inode.c -o inode.o --- rescue.all__D --- strip rescue --- secure.all__D --- --- i2d_pu.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=gnu89 -Qunused-arguments -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1/i2d_pu.c -o i2d_pu.po --- lib.all__D --- --- context.po --- --- rescue.all__D --- --- nextboot_FIXED --- --- lib.all__D --- cc -pg -I/usr/src/lib/libunbound/../../contrib/unbound -I/usr/src/lib/libunbound/../../contrib/ldns -I/usr/obj/usr/src/lib/libunbound -std=gnu99 -Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -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 -c /usr/src/lib/libunbound/../../contrib/unbound/libunbound/context.c -o context.po --- rescue.all__D --- sed '1s/\/bin\//\/rescue\//' /usr/src/rescue/rescue/../../sbin/reboot/nextboot.sh > nextboot_FIXED --- dhclient_FIXED --- sed '1s/\/bin\//\/rescue\//' /usr/src/rescue/rescue/../../sbin/dhclient/dhclient-script > dhclient_FIXED --- lib.all__D --- --- dname.po --- cc -pg -I/usr/src/lib/libunbound/../../contrib/unbound -I/usr/src/lib/libunbound/../../contrib/ldns -I/usr/obj/usr/src/lib/libunbound -std=gnu99 -Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -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 -c /usr/src/lib/libunbound/../../contrib/unbound/util/data/dname.c -o dname.po --- secure.all__D --- --- n_pkey.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=gnu89 -Qunused-arguments -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1/n_pkey.c -o n_pkey.po --- sbin.all__D --- --- main.o --- cc -O2 -pipe -I/usr/src/sbin/fsck_ffs -I/usr/src/sbin/fsck_ffs/../mount -std=gnu99 -Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -c /usr/src/sbin/fsck_ffs/main.c -o main.o --- lib.all__D --- --- dns.po --- cc -pg -I/usr/src/lib/libunbound/../../contrib/unbound -I/usr/src/lib/libunbound/../../contrib/ldns -I/usr/obj/usr/src/lib/libunbound -std=gnu99 -Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -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 -c /usr/src/lib/libunbound/../../contrib/unbound/services/cache/dns.c -o dns.po --- secure.all__D --- --- nsseq.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=gnu89 -Qunused-arguments -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1/nsseq.c -o nsseq.po --- lib.all__D --- --- dns64.po --- cc -pg -I/usr/src/lib/libunbound/../../contrib/unbound -I/usr/src/lib/libunbound/../../contrib/ldns -I/usr/obj/usr/src/lib/libunbound -std=gnu99 -Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -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 -c /usr/src/lib/libunbound/../../contrib/unbound/dns64/dns64.c -o dns64.po --- all_subdir_libusbhid --- ===> lib/libusbhid (all) --- descr.po --- cc -pg -O2 -pipe -std=gnu99 -Qunused-arguments -fstack-protector -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 -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -c /usr/src/lib/libusbhid/descr.c -o descr.po --- all_subdir_libunbound --- --- dnstree.po --- cc -pg -I/usr/src/lib/libunbound/../../contrib/unbound -I/usr/src/lib/libunbound/../../contrib/ldns -I/usr/obj/usr/src/lib/libunbound -std=gnu99 -Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -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 -c /usr/src/lib/libunbound/../../contrib/unbound/util/storage/dnstree.c -o dnstree.po --- sbin.all__D --- --- pass1.o --- cc -O2 -pipe -I/usr/src/sbin/fsck_ffs -I/usr/src/sbin/fsck_ffs/../mount -std=gnu99 -Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -c /usr/src/sbin/fsck_ffs/pass1.c -o pass1.o --- lib.all__D --- --- all_subdir_libusbhid --- --- descr_compat.po --- cc -pg -O2 -pipe -std=gnu99 -Qunused-arguments -fstack-protector -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 -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -c /usr/src/lib/libusbhid/descr_compat.c -o descr_compat.po --- secure.all__D --- --- p5_pbe.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=gnu89 -Qunused-arguments -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1/p5_pbe.c -o p5_pbe.po --- lib.all__D --- --- parse.po --- cc -pg -O2 -pipe -std=gnu99 -Qunused-arguments -fstack-protector -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 -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -c /usr/src/lib/libusbhid/parse.c -o parse.po --- all_subdir_libunbound --- --- fptr_wlist.po --- cc -pg -I/usr/src/lib/libunbound/../../contrib/unbound -I/usr/src/lib/libunbound/../../contrib/ldns -I/usr/obj/usr/src/lib/libunbound -std=gnu99 -Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -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 -c /usr/src/lib/libunbound/../../contrib/unbound/util/fptr_wlist.c -o fptr_wlist.po --- secure.all__D --- --- p5_pbev2.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=gnu89 -Qunused-arguments -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1/p5_pbev2.c -o p5_pbev2.po --- lib.all__D --- --- infra.po --- cc -pg -I/usr/src/lib/libunbound/../../contrib/unbound -I/usr/src/lib/libunbound/../../contrib/ldns -I/usr/obj/usr/src/lib/libunbound -std=gnu99 -Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -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 -c /usr/src/lib/libunbound/../../contrib/unbound/services/cache/infra.c -o infra.po --- all_subdir_libusbhid --- --- usage.po --- cc -pg -O2 -pipe -std=gnu99 -Qunused-arguments -fstack-protector -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 -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -c /usr/src/lib/libusbhid/usage.c -o usage.po --- all_subdir_libunbound --- --- iter_delegpt.po --- cc -pg -I/usr/src/lib/libunbound/../../contrib/unbound -I/usr/src/lib/libunbound/../../contrib/ldns -I/usr/obj/usr/src/lib/libunbound -std=gnu99 -Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -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 -c /usr/src/lib/libunbound/../../contrib/unbound/iterator/iter_delegpt.c -o iter_delegpt.po --- all_subdir_libusbhid --- --- data.po --- cc -pg -O2 -pipe -std=gnu99 -Qunused-arguments -fstack-protector -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 -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -c /usr/src/lib/libusbhid/data.c -o data.po --- sbin.all__D --- --- pass1b.o --- cc -O2 -pipe -I/usr/src/sbin/fsck_ffs -I/usr/src/sbin/fsck_ffs/../mount -std=gnu99 -Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -c /usr/src/sbin/fsck_ffs/pass1b.c -o pass1b.o --- secure.all__D --- --- p8_pkey.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=gnu89 -Qunused-arguments -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1/p8_pkey.c -o p8_pkey.po --- lib.all__D --- --- all_subdir_libunbound --- --- iter_donotq.po --- cc -pg -I/usr/src/lib/libunbound/../../contrib/unbound -I/usr/src/lib/libunbound/../../contrib/ldns -I/usr/obj/usr/src/lib/libunbound -std=gnu99 -Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -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 -c /usr/src/lib/libunbound/../../contrib/unbound/iterator/iter_donotq.c -o iter_donotq.po --- all_subdir_libusbhid --- --- libusbhid_p.a --- building profiled usbhid library --- sbin.all__D --- --- pass2.o --- cc -O2 -pipe -I/usr/src/sbin/fsck_ffs -I/usr/src/sbin/fsck_ffs/../mount -std=gnu99 -Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -c /usr/src/sbin/fsck_ffs/pass2.c -o pass2.o --- lib.all__D --- ranlib -D libusbhid_p.a --- usbhid.3.gz --- gzip -cn /usr/src/lib/libusbhid/usbhid.3 > usbhid.3.gz --- share.all__D --- ===> share (all) --- lib.all__D --- --- all_subdir_libunbound --- --- iter_fwd.po --- cc -pg -I/usr/src/lib/libunbound/../../contrib/unbound -I/usr/src/lib/libunbound/../../contrib/ldns -I/usr/obj/usr/src/lib/libunbound -std=gnu99 -Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -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 -c /usr/src/lib/libunbound/../../contrib/unbound/iterator/iter_fwd.c -o iter_fwd.po --- share.all__D --- --- _sub.all --- ===> share/colldef (all) --- secure.all__D --- --- t_bitst.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DDSO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_ASM -DOPENSSL_BN_ASM_PART_WORDS -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_GF2m -DMD5_ASM -DGHASH_ASM -DRMD160_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLPOOL_ASM -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1 -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/evp -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/modes -std=gnu89 -Qunused-arguments -fstack-protector -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-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/asn1/t_bitst.c -o t_bitst.po --- lib.all__D --- --- iter_hints.po --- cc -pg -I/usr/src/lib/libunbound/../../contrib/unbound -I/usr/src/lib/libunbound/../../contrib/ldns -I/usr/obj/usr/src/lib/libunbound -std=gnu99 -Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -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 -c /usr/src/lib/libunbound/../../contrib/unbound/iterator/iter_hints.c -o iter_hints.po --- share.all__D --- --- bg_BG.CP1251.out --- colldef -I /usr/src/share/colldef -o bg_BG.CP1251.out /usr/src/share/colldef/bg_BG.CP1251.src sh: colldef: not found *** [bg_BG.CP1251.out] Error code 127 make[4]: stopped in /usr/src/share/colldef 1 error make[4]: stopped in /usr/src/share/colldef *** [_sub.all] Error code 2 make[3]: stopped in /usr/src/share 1 error make[3]: stopped in /usr/src/share *** [share.all__D] Error code 2 make[2]: stopped in /usr/src --- lib.all__D --- A failure has been detected in another branch of the parallel make make[4]: stopped in /usr/src/lib/libunbound *** [all_subdir_libunbound] Error code 2 make[3]: stopped in /usr/src/lib 1 error make[3]: stopped in /usr/src/lib *** [lib.all__D] Error code 2 make[2]: stopped in /usr/src --- sbin.all__D --- A failure has been detected in another branch of the parallel make make[4]: stopped in /usr/src/sbin/fsck_ffs *** [all_subdir_fsck_ffs] Error code 2 make[3]: stopped in /usr/src/sbin 1 error make[3]: stopped in /usr/src/sbin *** [sbin.all__D] Error code 2 make[2]: stopped in /usr/src --- secure.all__D --- A failure has been detected in another branch of the parallel make make[5]: stopped in /usr/src/secure/lib/libcrypto *** [_sub.all] Error code 2 make[4]: stopped in /usr/src/secure/lib 1 error make[4]: stopped in /usr/src/secure/lib *** [_sub.all] Error code 2 make[3]: stopped in /usr/src/secure 1 error make[3]: stopped in /usr/src/secure *** [secure.all__D] Error code 2 make[2]: stopped in /usr/src 4 errors make[2]: stopped in /usr/src *** [everything] Error code 2 make[1]: stopped in /usr/src 1 error make[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_10-i386] $ /bin/sh -xe /tmp/hudson3953607498985298091.sh + export 'PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin' + export 'jname=FreeBSD_STABLE_10-i386' + echo 'clean up jail FreeBSD_STABLE_10-i386' clean up jail FreeBSD_STABLE_10-i386 + sudo jail -r FreeBSD_STABLE_10-i386 + sudo ifconfig igb0 inet6 2610:1c1:1:607c::105:1 -alias + sudo umount FreeBSD_STABLE_10-i386/usr/src + sudo umount FreeBSD_STABLE_10-i386/dev + sudo rm -fr FreeBSD_STABLE_10-i386 rm: FreeBSD_STABLE_10-i386/libexec/ld-elf.so.1: Operation not permitted rm: FreeBSD_STABLE_10-i386/libexec: Directory not empty rm: FreeBSD_STABLE_10-i386/var/empty: Operation not permitted rm: FreeBSD_STABLE_10-i386/var: Directory not empty rm: FreeBSD_STABLE_10-i386/sbin/init: Operation not permitted rm: FreeBSD_STABLE_10-i386/sbin: Directory not empty rm: FreeBSD_STABLE_10-i386/lib/libcrypt.so.5: Operation not permitted rm: FreeBSD_STABLE_10-i386/lib/libc.so.7: Operation not permitted rm: FreeBSD_STABLE_10-i386/lib/libthr.so.3: Operation not permitted rm: FreeBSD_STABLE_10-i386/lib: Directory not empty rm: FreeBSD_STABLE_10-i386/usr/lib/librt.so.1: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/lib: Directory not empty rm: FreeBSD_STABLE_10-i386/usr/bin/opiepasswd: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/su: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/ypchpass: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/ypchsh: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/ypchfn: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/chsh: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/passwd: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/chfn: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/login: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/chpass: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/crontab: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/yppasswd: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/opieinfo: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin: Directory not empty rm: FreeBSD_STABLE_10-i386/usr: Directory not empty rm: FreeBSD_STABLE_10-i386: Directory not empty + true + sudo chflags -R noschg FreeBSD_STABLE_10-i386 + sudo rm -fr FreeBSD_STABLE_10-i386 Email was triggered for: Failure - Any Sending email for trigger: Failure - Any