From owner-freebsd-current@freebsd.org Fri Aug 28 07:39:13 2015 Return-Path: Delivered-To: freebsd-current@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 EE2439C4D20 for ; Fri, 28 Aug 2015 07:39:12 +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 DCA7FCCC; Fri, 28 Aug 2015 07:39:12 +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 51D04829; Fri, 28 Aug 2015 07:39:13 +0000 (UTC) Date: Fri, 28 Aug 2015 07:39:10 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: imp@FreeBSD.org, adrian@FreeBSD.org, jhibbits@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-current@FreeBSD.org Message-ID: <325123246.77.1440747553231.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <1617984616.75.1440735502879.JavaMail.jenkins@jenkins-9.freebsd.org> References: <1617984616.75.1440735502879.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD - Build #3139 - Still Failing MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD X-Jenkins-Result: FAILURE Precedence: bulk Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Aug 2015 07:39:13 -0000 FreeBSD_HEAD - Build #3139 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD/3139/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD/3139/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD/3139/console Change summaries: 287245 by adrian: Replace the printf()s with optional rate limited debugging for RSS. Submitted by: Tiwei Bie Differential Revision: https://reviews.freebsd.org/D3471 287242 by jhibbits: Fix text alignment. mcsr was indented one too many spaces. 287241 by imp: Add another .WAIT since sometimes we lose the race. The end of the build log: [...truncated 168107 lines...] gzip -cn /builds/FreeBSD_HEAD/usr.bin/apply/apply.1 > apply.1.gz --- apply --- cc -O2 -pipe -std=gnu99 -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 -Wmissing-variable-declarations -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -o apply apply.o -lsbuf --- sys.all__D --- --- boot2.ldr --- dd if=/dev/zero of=boot2.ldr bs=512 count=1 1+0 records in 1+0 records out 512 bytes transferred in 0.000068 secs (7535030 bytes/sec) --- sio.o --- cc -fomit-frame-pointer -mrtd -mregparm=3 -DUSE_XREAD -DUFS1_AND_UFS2 -DFLAGS=0x80 -DSIOPRT=0x3f8 -DSIOFMT=0x3 -DSIOSPD=9600 -I/builds/FreeBSD_HEAD/sys/boot/i386/boot2/../../common -I/builds/FreeBSD_HEAD/sys/boot/i386/boot2/../btx/lib -I. -Wall -Waggregate-return -Wbad-function-cast -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wwrite-strings -Winline -march=i386 -ffreestanding -mno-mmx -mno-sse -mno-avx -msoft-float -m32 -std=gnu99 -Oz -mstack-alignment=8 -mllvm -inline-threshold=3 -mllvm -simplifycfg-dup-ret -mllvm -enable-gvn=false -Qunused-arguments -m32 -c /builds/FreeBSD_HEAD/sys/boot/i386/boot2/sio.S -o sio.o --- usr.bin.all__D --- --- all_subdir_ar --- ===> usr.bin/ar (all) --- sys.all__D --- --- boot1 --- objcopy -S -O binary boot1.out boot1 --- boot2.s --- cc -fomit-frame-pointer -mrtd -mregparm=3 -DUSE_XREAD -DUFS1_AND_UFS2 -DFLAGS=0x80 -DSIOPRT=0x3f8 -DSIOFMT=0x3 -DSIOSPD=9600 -I/builds/FreeBSD_HEAD/sys/boot/i386/boot2/../../common -I/builds/FreeBSD_HEAD/sys/boot/i386/boot2/../btx/lib -I. -Wall -Waggregate-return -Wbad-function-cast -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wwrite-strings -Winline -march=i386 -ffreestanding -mno-mmx -mno-sse -mno-avx -msoft-float -m32 -std=gnu99 -Oz -mstack-alignment=8 -mllvm -inline-threshold=3 -mllvm -simplifycfg-dup-ret -mllvm -enable-gvn=false -Qunused-arguments -S -o boot2.s.tmp /builds/FreeBSD_HEAD/sys/boot/i386/boot2/boot2.c --- usr.bin.all__D --- --- ar.o --- cc -O2 -pipe -I. -I/builds/FreeBSD_HEAD/usr.bin/ar -std=gnu99 -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 -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -c /builds/FreeBSD_HEAD/usr.bin/ar/ar.c -o ar.o --- sys.all__D --- In file included from /builds/FreeBSD_HEAD/sys/boot/i386/boot2/boot2.c:185: /builds/FreeBSD_HEAD/sys/boot/i386/boot2/../../common/ufsread.c:235:17: warning: cast from 'char *' to 'struct ufs1_dinode *' increases required alignment from 1 to 4 [-Wcast-align] memcpy(&dp1, (struct ufs1_dinode *)blkbuf + n, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/FreeBSD_HEAD/sys/boot/i386/boot2/../../common/ufsread.c:238:17: warning: cast from 'char *' to 'struct ufs2_dinode *' increases required alignment from 1 to 4 [-Wcast-align] memcpy(&dp2, (struct ufs2_dinode *)blkbuf + n, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/FreeBSD_HEAD/sys/boot/i386/boot2/boot2.c:369:4: warning: cast from 'caddr_t' (aka 'char *') to 'Elf32_Word *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align] *(Elf32_Word *)p = es[i].sh_size; ^~~~~~~~~~~~~~~ /builds/FreeBSD_HEAD/sys/boot/i386/boot2/boot2.c:647:8: warning: cast from 'caddr_t' (aka 'char *') to 'uint32_t *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align] t1 = *(uint32_t *)PTOV(0x46c); ^~~~~~~~~~~~~~~~~~~~~~~ --- secure.all__D --- --- dispatch.po --- cc -pg -O2 -pipe -DHAVE_LDNS=1 -I/builds/FreeBSD_HEAD/secure/lib/libssh/../../../contrib/ldns -I/builds/FreeBSD_HEAD/secure/lib/libssh/../../../crypto/openssh -include ssh_namespace.h -include krb5_config.h -std=gnu99 -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-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c /builds/FreeBSD_HEAD/secure/lib/libssh/../../../crypto/openssh/dispatch.c -o dispatch.po --- usr.bin.all__D --- --- read.o --- cc -O2 -pipe -I. -I/builds/FreeBSD_HEAD/usr.bin/ar -std=gnu99 -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 -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -c /builds/FreeBSD_HEAD/usr.bin/ar/read.c -o read.o --- secure.all__D --- --- kex.po --- cc -pg -O2 -pipe -DHAVE_LDNS=1 -I/builds/FreeBSD_HEAD/secure/lib/libssh/../../../contrib/ldns -I/builds/FreeBSD_HEAD/secure/lib/libssh/../../../crypto/openssh -include ssh_namespace.h -include krb5_config.h -std=gnu99 -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-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c /builds/FreeBSD_HEAD/secure/lib/libssh/../../../crypto/openssh/kex.c -o kex.po --- sys.all__D --- 4 warnings generated. sed -e '/align/d' -e '/nop/d' < boot2.s.tmp > boot2.s rm -f boot2.s.tmp --- boot2.o --- cc -m32 -c boot2.s --- usr.bin.all__D --- --- util.o --- cc -O2 -pipe -I. -I/builds/FreeBSD_HEAD/usr.bin/ar -std=gnu99 -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 -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -c /builds/FreeBSD_HEAD/usr.bin/ar/util.c -o util.o --- sys.all__D --- --- boot2.out --- ld -static -N --gc-sections -m elf_i386_fbsd -Ttext 0x2000 -o boot2.out /builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/sys/boot/i386/boot2/../btx/lib/crt0.o boot2.o sio.o --- boot2.bin --- objcopy -S -O binary boot2.out boot2.bin --- boot2.ld --- btxld -v -E 0x2000 -f bin -b /builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/sys/boot/i386/boot2/../btx/btx/btx -l boot2.ldr -o boot2.ld -P 1 boot2.bin --- usr.bin.all__D --- --- write.o --- cc -O2 -pipe -I. -I/builds/FreeBSD_HEAD/usr.bin/ar -std=gnu99 -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 -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -c /builds/FreeBSD_HEAD/usr.bin/ar/write.c -o write.o --- sys.all__D --- kernel: ver=1.02 size=690 load=9000 entry=9010 map=16M pgctl=1:1 client: fmt=bin size=1555 text=0 data=0 bss=0 entry=0 output: fmt=bin size=1de5 text=200 data=1be5 org=0 entry=0 --- boot2 --- 27 bytes available dd if=boot2.ld of=boot2 obs=7680 conv=osync 14+1 records in 1+0 records out 7680 bytes transferred in 0.000131 secs (58674417 bytes/sec) --- boot --- cat boot1 boot2 > boot ===> sys/boot/i386/cdboot (all) --- cdboot.o --- cc -O2 -pipe -I/builds/FreeBSD_HEAD/sys/boot/i386/cdboot/../common -march=i386 -ffreestanding -mno-mmx -mno-sse -mno-avx -msoft-float -m32 -std=gnu99 -Qunused-arguments -no-integrated-as -m32 -c /builds/FreeBSD_HEAD/sys/boot/i386/cdboot/cdboot.S -o cdboot.o --- cdboot --- cc -O2 -pipe -I/builds/FreeBSD_HEAD/sys/boot/i386/cdboot/../common -march=i386 -ffreestanding -mno-mmx -mno-sse -mno-avx -msoft-float -m32 -std=gnu99 -Qunused-arguments -e start -Ttext 0x7c00 -Wl,-N,-S,--oformat,binary -nostdlib -o cdboot cdboot.o ===> sys/boot/i386/gptboot (all) --- gptboot.8.gz --- gzip -cn /builds/FreeBSD_HEAD/sys/boot/i386/gptboot/gptboot.8 > gptboot.8.gz --- gptldr.o --- cc -DBOOTPROG=\"gptboot\" -O1 -DGPT -DUFS1_AND_UFS2 -DSIOPRT=0x3f8 -DSIOFMT=0x3 -DSIOSPD=9600 -I/builds/FreeBSD_HEAD/sys/boot/i386/gptboot/../../common -I/builds/FreeBSD_HEAD/sys/boot/i386/gptboot/../common -I/builds/FreeBSD_HEAD/sys/boot/i386/gptboot/../btx/lib -I. -I/builds/FreeBSD_HEAD/sys/boot/i386/gptboot/../boot2 -I/builds/FreeBSD_HEAD/sys/boot/i386/gptboot/../../.. -Wall -Waggregate-return -Wbad-function-cast -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wwrite-strings -Winline -march=i386 -ffreestanding -mno-mmx -mno-sse -mno-avx -msoft-float -m32 -std=gnu99 -Qunused-arguments -no-integrated-as -m32 -c /builds/FreeBSD_HEAD/sys/boot/i386/gptboot/gptldr.S -o gptldr.o --- gptboot.o --- cc -DBOOTPROG=\"gptboot\" -O1 -DGPT -DUFS1_AND_UFS2 -DSIOPRT=0x3f8 -DSIOFMT=0x3 -DSIOSPD=9600 -I/builds/FreeBSD_HEAD/sys/boot/i386/gptboot/../../common -I/builds/FreeBSD_HEAD/sys/boot/i386/gptboot/../common -I/builds/FreeBSD_HEAD/sys/boot/i386/gptboot/../btx/lib -I. -I/builds/FreeBSD_HEAD/sys/boot/i386/gptboot/../boot2 -I/builds/FreeBSD_HEAD/sys/boot/i386/gptboot/../../.. -Wall -Waggregate-return -Wbad-function-cast -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wwrite-strings -Winline -march=i386 -ffreestanding -mno-mmx -mno-sse -mno-avx -msoft-float -m32 -std=gnu99 -Qunused-arguments -c /builds/FreeBSD_HEAD/sys/boot/i386/gptboot/gptboot.c -o gptboot.o --- secure.all__D --- --- mac.po --- cc -pg -O2 -pipe -DHAVE_LDNS=1 -I/builds/FreeBSD_HEAD/secure/lib/libssh/../../../contrib/ldns -I/builds/FreeBSD_HEAD/secure/lib/libssh/../../../crypto/openssh -include ssh_namespace.h -include krb5_config.h -std=gnu99 -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-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c /builds/FreeBSD_HEAD/secure/lib/libssh/../../../crypto/openssh/mac.c -o mac.po --- sys.all__D --- In file included from /builds/FreeBSD_HEAD/sys/boot/i386/gptboot/gptboot.c:96: /builds/FreeBSD_HEAD/sys/boot/i386/gptboot/../../common/ufsread.c:235:17: warning: cast from 'char *' to 'struct ufs1_dinode *' increases required alignment from 1 to 4 [-Wcast-align] memcpy(&dp1, (struct ufs1_dinode *)blkbuf + n, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/FreeBSD_HEAD/sys/boot/i386/gptboot/../../common/ufsread.c:238:17: warning: cast from 'char *' to 'struct ufs2_dinode *' increases required alignment from 1 to 4 [-Wcast-align] memcpy(&dp2, (struct ufs2_dinode *)blkbuf + n, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ /builds/FreeBSD_HEAD/sys/boot/i386/gptboot/gptboot.c:136:1: warning: no previous prototype for function 'main' [-Wmissing-prototypes] main(void) ^ /builds/FreeBSD_HEAD/sys/boot/i386/gptboot/gptboot.c:292:11: warning: cast from 'caddr_t' (aka 'char *') to 'uint32_t *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align] x = *(uint32_t *)p; ^~~~~~~~~~~~~ --- usr.bin.all__D --- --- ar.1.gz --- gzip -cn /builds/FreeBSD_HEAD/usr.bin/ar/ar.1 > ar.1.gz --- sys.all__D --- 4 warnings generated. --- sio.o --- cc -DBOOTPROG=\"gptboot\" -O1 -DGPT -DUFS1_AND_UFS2 -DSIOPRT=0x3f8 -DSIOFMT=0x3 -DSIOSPD=9600 -I/builds/FreeBSD_HEAD/sys/boot/i386/gptboot/../../common -I/builds/FreeBSD_HEAD/sys/boot/i386/gptboot/../common -I/builds/FreeBSD_HEAD/sys/boot/i386/gptboot/../btx/lib -I. -I/builds/FreeBSD_HEAD/sys/boot/i386/gptboot/../boot2 -I/builds/FreeBSD_HEAD/sys/boot/i386/gptboot/../../.. -Wall -Waggregate-return -Wbad-function-cast -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wwrite-strings -Winline -march=i386 -ffreestanding -mno-mmx -mno-sse -mno-avx -msoft-float -m32 -std=gnu99 -Qunused-arguments -m32 -c /builds/FreeBSD_HEAD/sys/boot/i386/gptboot/../boot2/sio.S -o sio.o --- gpt.o --- cc -DBOOTPROG=\"gptboot\" -O1 -DGPT -DUFS1_AND_UFS2 -DSIOPRT=0x3f8 -DSIOFMT=0x3 -DSIOSPD=9600 -I/builds/FreeBSD_HEAD/sys/boot/i386/gptboot/../../common -I/builds/FreeBSD_HEAD/sys/boot/i386/gptboot/../common -I/builds/FreeBSD_HEAD/sys/boot/i386/gptboot/../btx/lib -I. -I/builds/FreeBSD_HEAD/sys/boot/i386/gptboot/../boot2 -I/builds/FreeBSD_HEAD/sys/boot/i386/gptboot/../../.. -Wall -Waggregate-return -Wbad-function-cast -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wwrite-strings -Winline -march=i386 -ffreestanding -mno-mmx -mno-sse -mno-avx -msoft-float -m32 -std=gnu99 -Qunused-arguments -c /builds/FreeBSD_HEAD/sys/boot/i386/gptboot/../../common/gpt.c -o gpt.o --- usr.bin.all__D --- --- acpyacc.o --- cc -O2 -pipe -I. -I/builds/FreeBSD_HEAD/usr.bin/ar -std=gnu99 -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 -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -c acpyacc.c -o acpyacc.o --- secure.all__D --- --- uidswap.po --- cc -pg -O2 -pipe -DHAVE_LDNS=1 -I/builds/FreeBSD_HEAD/secure/lib/libssh/../../../contrib/ldns -I/builds/FreeBSD_HEAD/secure/lib/libssh/../../../crypto/openssh -include ssh_namespace.h -include krb5_config.h -std=gnu99 -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-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c /builds/FreeBSD_HEAD/secure/lib/libssh/../../../crypto/openssh/uidswap.c -o uidswap.po --- sys.all__D --- /builds/FreeBSD_HEAD/sys/boot/i386/gptboot/../../common/gpt.c:300:9: warning: cast from 'char *' to 'struct gpt_ent *' increases required alignment from 1 to 4 [-Wcast-align] ent = (struct gpt_ent *)secbuf; ^~~~~~~~~~~~~~~~~~~~~~~~ --- usr.bin.all__D --- --- acplex.o --- cc -O2 -pipe -I. -I/builds/FreeBSD_HEAD/usr.bin/ar -std=gnu99 -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 -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -c acplex.c -o acplex.o --- sys.all__D --- 1 warning generated. --- crc32.o --- cc -DBOOTPROG=\"gptboot\" -O1 -DGPT -DUFS1_AND_UFS2 -DSIOPRT=0x3f8 -DSIOFMT=0x3 -DSIOSPD=9600 -I/builds/FreeBSD_HEAD/sys/boot/i386/gptboot/../../common -I/builds/FreeBSD_HEAD/sys/boot/i386/gptboot/../common -I/builds/FreeBSD_HEAD/sys/boot/i386/gptboot/../btx/lib -I. -I/builds/FreeBSD_HEAD/sys/boot/i386/gptboot/../boot2 -I/builds/FreeBSD_HEAD/sys/boot/i386/gptboot/../../.. -Wall -Waggregate-return -Wbad-function-cast -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wwrite-strings -Winline -march=i386 -ffreestanding -mno-mmx -mno-sse -mno-avx -msoft-float -m32 -std=gnu99 -Qunused-arguments -c /builds/FreeBSD_HEAD/sys/boot/i386/gptboot/../../common/crc32.c -o crc32.o --- drv.o --- cc -DBOOTPROG=\"gptboot\" -O1 -DGPT -DUFS1_AND_UFS2 -DSIOPRT=0x3f8 -DSIOFMT=0x3 -DSIOSPD=9600 -I/builds/FreeBSD_HEAD/sys/boot/i386/gptboot/../../common -I/builds/FreeBSD_HEAD/sys/boot/i386/gptboot/../common -I/builds/FreeBSD_HEAD/sys/boot/i386/gptboot/../btx/lib -I. -I/builds/FreeBSD_HEAD/sys/boot/i386/gptboot/../boot2 -I/builds/FreeBSD_HEAD/sys/boot/i386/gptboot/../../.. -Wall -Waggregate-return -Wbad-function-cast -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wwrite-strings -Winline -march=i386 -ffreestanding -mno-mmx -mno-sse -mno-avx -msoft-float -m32 -std=gnu99 -Qunused-arguments -c /builds/FreeBSD_HEAD/sys/boot/i386/gptboot/../common/drv.c -o drv.o --- secure.all__D --- --- uuencode.po --- cc -pg -O2 -pipe -DHAVE_LDNS=1 -I/builds/FreeBSD_HEAD/secure/lib/libssh/../../../contrib/ldns -I/builds/FreeBSD_HEAD/secure/lib/libssh/../../../crypto/openssh -include ssh_namespace.h -include krb5_config.h -std=gnu99 -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-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c /builds/FreeBSD_HEAD/secure/lib/libssh/../../../crypto/openssh/uuencode.c -o uuencode.po --- sys.all__D --- --- cons.o --- cc -DBOOTPROG=\"gptboot\" -O1 -DGPT -DUFS1_AND_UFS2 -DSIOPRT=0x3f8 -DSIOFMT=0x3 -DSIOSPD=9600 -I/builds/FreeBSD_HEAD/sys/boot/i386/gptboot/../../common -I/builds/FreeBSD_HEAD/sys/boot/i386/gptboot/../common -I/builds/FreeBSD_HEAD/sys/boot/i386/gptboot/../btx/lib -I. -I/builds/FreeBSD_HEAD/sys/boot/i386/gptboot/../boot2 -I/builds/FreeBSD_HEAD/sys/boot/i386/gptboot/../../.. -Wall -Waggregate-return -Wbad-function-cast -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wwrite-strings -Winline -march=i386 -ffreestanding -mno-mmx -mno-sse -mno-avx -msoft-float -m32 -std=gnu99 -Qunused-arguments -c /builds/FreeBSD_HEAD/sys/boot/i386/gptboot/../common/cons.c -o cons.o /builds/FreeBSD_HEAD/sys/boot/i386/gptboot/../common/cons.c:112:10: warning: cast from 'caddr_t' (aka 'char *') to 'uint32_t *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align] t1 = *(uint32_t *)PTOV(0x46c); ^~~~~~~~~~~~~~~~~~~~~~~ 1 warning generated. --- util.o --- cc -DBOOTPROG=\"gptboot\" -O1 -DGPT -DUFS1_AND_UFS2 -DSIOPRT=0x3f8 -DSIOFMT=0x3 -DSIOSPD=9600 -I/builds/FreeBSD_HEAD/sys/boot/i386/gptboot/../../common -I/builds/FreeBSD_HEAD/sys/boot/i386/gptboot/../common -I/builds/FreeBSD_HEAD/sys/boot/i386/gptboot/../btx/lib -I. -I/builds/FreeBSD_HEAD/sys/boot/i386/gptboot/../boot2 -I/builds/FreeBSD_HEAD/sys/boot/i386/gptboot/../../.. -Wall -Waggregate-return -Wbad-function-cast -Wcast-align -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wshadow -Wstrict-prototypes -Wwrite-strings -Winline -march=i386 -ffreestanding -mno-mmx -mno-sse -mno-avx -msoft-float -m32 -std=gnu99 -Qunused-arguments -c /builds/FreeBSD_HEAD/sys/boot/i386/gptboot/../../common/util.c -o util.o --- secure.all__D --- --- misc.po --- cc -pg -O2 -pipe -DHAVE_LDNS=1 -I/builds/FreeBSD_HEAD/secure/lib/libssh/../../../contrib/ldns -I/builds/FreeBSD_HEAD/secure/lib/libssh/../../../crypto/openssh -include ssh_namespace.h -include krb5_config.h -std=gnu99 -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-unused-local-typedef -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -Qunused-arguments -c /builds/FreeBSD_HEAD/secure/lib/libssh/../../../crypto/openssh/misc.c -o misc.po --- usr.bin.all__D --- --- ar --- cc -O2 -pipe -I. -I/builds/FreeBSD_HEAD/usr.bin/ar -std=gnu99 -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 -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qunused-arguments -static -o ar ar.o acplex.o acpyacc.o read.o util.o write.o -larchive -lz -lbz2 -llzma -lbsdxml -lcrypto -lelf -lpthread --- sys.all__D --- --- gptldr.out --- ld -static -N --gc-sections -m elf_i386_fbsd -e start -Ttext 0x7c00 -o gptldr.out gptldr.o --- gptboot.out --- ld -static -N --gc-sections -m elf_i386_fbsd -Ttext 0x0 -o gptboot.out /builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/sys/boot/i386/gptboot/../btx/lib/crt0.o gptboot.o sio.o gpt.o crc32.o drv.o cons.o util.o /builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/sys/boot/i386/gptboot/../../libstand32/libstand.a ld: i386:x86-64 architecture of input file `/builds/FreeBSD_HEAD/obj/builds/FreeBSD_HEAD/sys/boot/i386/gptboot/../../libstand32/libstand.a(qdivrem.o)' is incompatible with i386 output *** [gptboot.out] Error code 1 make[6]: stopped in /builds/FreeBSD_HEAD/sys/boot/i386/gptboot 1 error make[6]: stopped in /builds/FreeBSD_HEAD/sys/boot/i386/gptboot *** [_sub.all] Error code 2 make[5]: stopped in /builds/FreeBSD_HEAD/sys/boot/i386 1 error make[5]: stopped in /builds/FreeBSD_HEAD/sys/boot/i386 *** [_sub.all] Error code 2 make[4]: stopped in /builds/FreeBSD_HEAD/sys/boot 1 error make[4]: stopped in /builds/FreeBSD_HEAD/sys/boot *** [_sub.all] Error code 2 make[3]: stopped in /builds/FreeBSD_HEAD/sys 1 error make[3]: stopped in /builds/FreeBSD_HEAD/sys *** [sys.all__D] Error code 2 make[2]: stopped in /builds/FreeBSD_HEAD --- usr.bin.all__D --- A failure has been detected in another branch of the parallel make make[4]: stopped in /builds/FreeBSD_HEAD/usr.bin/ar *** [all_subdir_ar] Error code 2 make[3]: stopped in /builds/FreeBSD_HEAD/usr.bin 1 error make[3]: stopped in /builds/FreeBSD_HEAD/usr.bin *** [usr.bin.all__D] Error code 2 make[2]: stopped in /builds/FreeBSD_HEAD --- lib.all__D --- A failure has been detected in another branch of the parallel make make[4]: stopped in /builds/FreeBSD_HEAD/lib/libsqlite3 *** [all_subdir_libsqlite3] Error code 2 make[3]: stopped in /builds/FreeBSD_HEAD/lib 1 error make[3]: stopped in /builds/FreeBSD_HEAD/lib *** [lib.all__D] Error code 2 make[2]: stopped in /builds/FreeBSD_HEAD --- secure.all__D --- A failure has been detected in another branch of the parallel make make[5]: stopped in /builds/FreeBSD_HEAD/secure/lib/libssh *** [_sub.all] Error code 2 make[4]: stopped in /builds/FreeBSD_HEAD/secure/lib 1 error make[4]: stopped in /builds/FreeBSD_HEAD/secure/lib *** [_sub.all] Error code 2 make[3]: stopped in /builds/FreeBSD_HEAD/secure 1 error make[3]: stopped in /builds/FreeBSD_HEAD/secure *** [secure.all__D] Error code 2 make[2]: stopped in /builds/FreeBSD_HEAD 4 errors make[2]: stopped in /builds/FreeBSD_HEAD *** [everything] Error code 2 make[1]: stopped in /builds/FreeBSD_HEAD 1 error make[1]: stopped in /builds/FreeBSD_HEAD *** [buildworld] Error code 2 make: stopped in /builds/FreeBSD_HEAD 1 error make: stopped in /builds/FreeBSD_HEAD Build step 'Execute shell' marked build as failure [WARNINGS] Skipping publisher since build result is FAILURE IRC notifier plugin: Sending notification to: #freebsd-commits Email was triggered for: Failure - Any Sending email for trigger: Failure - Any