From owner-freebsd-i386@freebsd.org Mon Nov 23 10:09:55 2015 Return-Path: Delivered-To: freebsd-i386@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 975DAA35EAA; Mon, 23 Nov 2015 10:09:55 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 7B145135E; Mon, 23 Nov 2015 10:09:55 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id B08131EC5; Mon, 23 Nov 2015 10:09:55 +0000 (UTC) Date: Mon, 23 Nov 2015 10:09:54 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: ngie@FreeBSD.org, hselasky@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-stable@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <1292700473.99.1448273395690.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <1229899027.93.1448129412100.JavaMail.jenkins@jenkins-9.freebsd.org> References: <1229899027.93.1448129412100.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_STABLE_10-i386 - Build #658 - Still Failing MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_STABLE_10-i386 X-Jenkins-Result: FAILURE Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.20 List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Nov 2015 10:09:55 -0000 FreeBSD_STABLE_10-i386 - Build #658 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/6= 58/ 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 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:=09Mellanox Technologies Differential Revision:=09https://reviews.freebsd.org/D4177 Differential Revision:=09https://reviews.freebsd.org/D4178 Differential Revision:=09https://reviews.freebsd.org/D4179 Differential Revision:=09https://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=3DEINVAL 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 proper= ly 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 fr= om 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 mista= ke 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 thousa= nd 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...] =3D=3D=3D> sbin/geom/class/label (all) --- geom_label.So --- cc -fpic -DPIC -O2 -pipe -I/usr/src/sbin/geom/class/label/../.. -std=3D= gnu99 -Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall = -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prot= otypes -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-em= pty-body -Wno-string-plus-int -Wno-unused-const-variable -c /usr/src/sbin/g= eom/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=3Dgnu= 99 -Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wn= o-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototy= pes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wsh= adow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-ex= terns -Wredundant-decls -Wold-style-definition -Wmissing-variable-declarati= ons -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-cons= t-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/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -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 -DWH= IRLPOOL_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=3Dgn= u89 -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-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/a= sn1/x_attrib.c -o x_attrib.po --- lib.all__D --- --- all_subdir_libwrap --- =3D=3D=3D> 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=3Dgnu99 -Qunused-argu= ments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wn= o-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno= -unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-par= entheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-switch -Wn= o-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=3D= gnu99 -Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall = -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prot= otypes -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-em= pty-body -Wno-string-plus-int -Wno-unused-const-variable -c /usr/src/sbin/g= eom/class/label/../../misc/subr.c -o subr.So --- lib.all__D --- --- all_subdir_libwrap --- --- clean_exit.po --- cc -pg -O2 -pipe -DFACILITY=3DLOG_AUTH -DHOSTS_ACCESS -DNETGROUP -DDAEM= ON_UMASK=3D022 -DREAL_DAEMON_DIR=3D\"/usr/libexec\" -DPROCESS_OPTIONS -DS= EVERITY=3DLOG_INFO -DRFC931_TIMEOUT=3D10 -DHOSTS_DENY=3D\"/etc/hosts.deny\= " -DHOSTS_ALLOW=3D\"/etc/hosts.allow\" -DSYS_ERRLIST_DEFINED -DALWAYS_HOST= NAME -DUSE_STRSEP -DPROCESS_OPTIONS -DINET6 -std=3Dgnu99 -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-fun= ction-declaration] sleep(5); ^ 1 warning generated. --- secure.all__D --- --- x_bignum.po --- cc -pg -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/lib/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -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 -DWH= IRLPOOL_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=3Dgn= u89 -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-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/a= sn1/x_bignum.c -o x_bignum.po --- lib.all__D --- --- diag.po --- cc -pg -O2 -pipe -DFACILITY=3DLOG_AUTH -DHOSTS_ACCESS -DNETGROUP -DDAEM= ON_UMASK=3D022 -DREAL_DAEMON_DIR=3D\"/usr/libexec\" -DPROCESS_OPTIONS -DS= EVERITY=3DLOG_INFO -DRFC931_TIMEOUT=3D10 -DHOSTS_DENY=3D\"/etc/hosts.deny\= " -DHOSTS_ALLOW=3D\"/etc/hosts.allow\" -DSYS_ERRLIST_DEFINED -DALWAYS_HOST= NAME -DUSE_STRSEP -DPROCESS_OPTIONS -DINET6 -std=3Dgnu99 -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=3Dgnu99 -Qunused-argu= ments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wn= o-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno= -unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-par= entheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-switch -Wn= o-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=3DLOG_AUTH -DHOSTS_ACCESS -DNETGROUP -DDAEM= ON_UMASK=3D022 -DREAL_DAEMON_DIR=3D\"/usr/libexec\" -DPROCESS_OPTIONS -DS= EVERITY=3DLOG_INFO -DRFC931_TIMEOUT=3D10 -DHOSTS_DENY=3D\"/etc/hosts.deny\= " -DHOSTS_ALLOW=3D\"/etc/hosts.allow\" -DSYS_ERRLIST_DEFINED -DALWAYS_HOST= NAME -DUSE_STRSEP -DPROCESS_OPTIONS -DINET6 -std=3Dgnu99 -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/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -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 -DWH= IRLPOOL_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=3Dgn= u89 -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-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/a= sn1/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=3DLOG_AUTH -DHOSTS_ACCESS -DNETGROUP -DDAEM= ON_UMASK=3D022 -DREAL_DAEMON_DIR=3D\"/usr/libexec\" -DPROCESS_OPTIONS -DS= EVERITY=3DLOG_INFO -DRFC931_TIMEOUT=3D10 -DHOSTS_DENY=3D\"/etc/hosts.deny\= " -DHOSTS_ALLOW=3D\"/etc/hosts.allow\" -DSYS_ERRLIST_DEFINED -DALWAYS_HOST= NAME -DUSE_STRSEP -DPROCESS_OPTIONS -DINET6 -std=3Dgnu99 -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-share= d-textrel -o geom_label.so -Wl,-soname,geom_label.so `NM=3D'nm' lorder ge= om_label.So subr.So | tsort -q`=20 --- lib.all__D --- --- all_subdir_libvgl --- --- keyboard.po --- cc -pg -O2 -pipe -Wall -I/usr/src/lib/libvgl -std=3Dgnu99 -Qunused-argu= ments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wn= o-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno= -unused-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-par= entheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-switch -Wn= o-switch-enum -Wno-knr-promoted-parameter -c /usr/src/lib/libvgl/keyboard.c= -o keyboard.po --- sbin.all__D --- =3D=3D=3D> sbin/geom/class/mirror (all) --- lib.all__D --- --- all_subdir_libwrap --- --- fromhost.po --- cc -pg -O2 -pipe -DFACILITY=3DLOG_AUTH -DHOSTS_ACCESS -DNETGROUP -DDAEM= ON_UMASK=3D022 -DREAL_DAEMON_DIR=3D\"/usr/libexec\" -DPROCESS_OPTIONS -DS= EVERITY=3DLOG_INFO -DRFC931_TIMEOUT=3D10 -DHOSTS_DENY=3D\"/etc/hosts.deny\= " -DHOSTS_ALLOW=3D\"/etc/hosts.allow\" -DSYS_ERRLIST_DEFINED -DALWAYS_HOST= NAME -DUSE_STRSEP -DPROCESS_OPTIONS -DINET6 -std=3Dgnu99 -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=3DLOG_AUTH -DHOSTS_ACCESS -DNETGROUP -DDAEM= ON_UMASK=3D022 -DREAL_DAEMON_DIR=3D\"/usr/libexec\" -DPROCESS_OPTIONS -DS= EVERITY=3DLOG_INFO -DRFC931_TIMEOUT=3D10 -DHOSTS_DENY=3D\"/etc/hosts.deny\= " -DHOSTS_ALLOW=3D\"/etc/hosts.allow\" -DSYS_ERRLIST_DEFINED -DALWAYS_HOST= NAME -DUSE_STRSEP -DPROCESS_OPTIONS -DINET6 -std=3Dgnu99 -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= =3Dgnu99 -Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wa= ll -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-p= rototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitc= h -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnes= ted-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -Wno= -empty-body -Wno-string-plus-int -Wno-unused-const-variable -c /usr/src/sbi= n/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: warni= ng: 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: warni= ng: 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: warn= ing: incompatible pointer types passing 'struct host_info *' to parameter o= f type 'struct hosts_info *' [-Wincompatible-pointer-types] return (hostfile_match(tok, host)); ^~~~ --- share.all__D --- =3D=3D=3D> share (all) --- lib.all__D --- /usr/src/lib/libwrap/../../contrib/tcp_wrappers/hosts_access.c:480:21: warn= ing: implicit declaration of function 'atoi' is invalid in C99 [-Wimplicit-= function-declaration] if ((mask_len =3D atoi(mask_tok)) < 0 || mask_len > 128) ^ --- share.all__D --- --- _sub.all --- =3D=3D=3D> 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/libcrypt= o/../../../crypto/openssl -I/usr/src/secure/lib/libcrypto/../../../crypto/o= penssl/crypto -I/usr/obj/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS -DD= SO_DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DVPAES_AS= M -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 -DWH= IRLPOOL_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=3Dgn= u89 -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-pa= rentheses -c /usr/src/secure/lib/libcrypto/../../..--- lib.all__D --- cc -pg -O2 -pipe -DFACILITY=3DLOG_AUTH -DHOSTS_ACCESS -DNETGROUP -DDAEM= ON_UMASK=3D022 -DREAL_DAEMON_DIR=3D\"/usr/libexec\" -DPROCESS_OPTIONS -DS= EVERITY=3DLOG_INFO -DRFC931_TIMEOUT=3D10 -DHOSTS_DENY=3D\"/etc/hosts.deny\= " -DHOSTS_ALLOW=3D\"/etc/hosts.allow\" -DSYS_ERRLIST_DEFINED -DALWAYS_HOST= NAME -DUSE_STRSEP -DPROCESS_OPTIONS -DINET6 -std=3Dgnu99 -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/collde= f/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=3D/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/b= in' + export 'jname=3DFreeBSD_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