Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Apr 2014 07:44:37 +0000 (GMT)
From:      jenkins-admin@freebsd.org
To:        jenkins-admin@FreeBSD.org, freebsd-current@freebsd.org, imp@FreeBSD.org,  gjb@FreeBSD.org, nwhitehorn@FreeBSD.org, davide@FreeBSD.org
Subject:   Build failed in Jenkins: FreeBSD_HEAD #458
Message-ID:  <939835232.0.1397375079342.JavaMail.jenkins@jenkins-9.freebsd.org>

next in thread | raw e-mail | index | archive | help
See <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/458/changes>;

Changes:

[nwhitehorn] Fix buildworld. I had some local bits in my build tree that ca=
used this
to work by accident.

[imp] Convert NO_MANCOMPRESS to normal convention.

[imp] In tree makefile shouldn't be setting policy piecemeal. Don't set
NO_MANCOMPRESS here.

[imp] NO_MAN=3D has been deprecated in favor of MAN=3D for some time, go ah=
ead
and finish the job. ncurses is now the only Makefile in the tree that
uses it since it wasn't a simple mechanical change, and will be
addressed in a future commit.

[imp] Don't apply ctf conversions in POSIX mode. These can't happen there
because they pollute the POSIX environment, which doens't allow
for these extentions. ctf conversions are really only relevant when
used in coordination with the rest of the bsd*.mk system anyway.
Leave them in place for the normal, non-posix enviornment since
they are quite useful there.

[imp] Check the right file for pwcache_groupdb.

[imp] We no longer support upgrading from FreeBSD 4, so we don't need the
NOMAN and NOSHARED defines here. They have been obsolete for almost a
decade anyway.

[imp] Up the minimum system to build FreeBSD current to 8.0-RELEASE. The
issues with vendors that needed 7.x support have been resolved. Many
vendors are still using 8.x build platforms, however, so bumping this
up to 9.0 will have to wait until that is resolved. Actual support for
building from 8.x still relies on those vendors fixing bugs that are
present as most developers have moved onto 9.x or newer platforms.

Reviewed by: marcel@

[imp] Determine whether to build clang and its bootstrap tools the same
way. This allows a clang bootstrap to happen, even when WITHOUT_CLANG
is defined. This is a minimal version of a more extensive change which
can be MFC'd more easily. However, we have to also test to see if
we're building clang as not cc, since the bootstrap for that needs
these cross tools and it is easier to build them in just one place.

MFC after: 1 week

[gjb] Clean trailing whitespace.
Add missing .El to fix formatting.

Found with:=09mandoc(1)
Sponsored by:=09The FreeBSD Foundation

[gjb] Bump Dd, missed as part of r264098 and related commits.

Sponsored by:=09The FreeBSD Foundation

[davide] Fix a panic in zfs_rename().
this is due to a wrong dereference of a vnode when it's not locked and
can be (potentially) recycled. 'sdvp' cannot be locked on zfs_rename()
entry point because the VFS can't be sure that this scenario is
LOR-free (it might violate the parent->child lock acquisition rule).
Dereference 'tdvp' instead, which is already locked on entry, and access
'sdvp' fields only when it's safe, i.e. under ZFS_ENTER scope.

While at it, remove the usage of VOP_REALVP, as long as this is a NOP
on FreeBSD.

Discussed with:=09avg
Reviewed by:=09pjd

[nwhitehorn] Add a simple EFI stub loader. This is a quick and dirty of boo=
t1.chrp from
the PowerPC port with all the Open Firmware bits removed and replaced by
their EFI counterparts. On the whole, I think I prefer Open Firmware.

This code is supposed to be an immutable shim that sits on the EFI system
partition, loads /boot/loader.efi from UFS and tells the real loader what
disk/partition to look at. It finds the UFS root partition by the somewhat
braindead approach of picking the first UFS partition it can find. Better
approaches are called for, but this works for now. This shim loader will
also be useful for secure boot in the future, which will require some
rearchitecture.

------------------------------------------
[...truncated 194757 lines...]
cc  -O2 -pipe   -DSIO -DVOLUME_SERIAL -DPXE -DFLAGS=3D0x8f  -DTICKS=3D0xb6 =
 -DCOMSPEED=3D"7 << 5 + 3" -march=3Di386 -ffreestanding -mno-mmx -mno-3dnow=
 -mno-sse -mno-sse2 -mno-sse3 -msoft-float -m32 -std=3Dgnu99 -Qunused-argum=
ents    -no-integrated-as  -m32 -c <https://jenkins.freebsd.org/jenkins/job=
/FreeBSD_HEAD/ws/sys/boot/i386/boot0sio/../boot0/boot0.S>
--- lib.all__D ---
--- libmilter_p.a ---
building profiled milter library
--- sys.all__D ---
--- boot0 ---
--- secure.all__D ---
--- cfb128.po ---
--- sys.all__D ---
cc  -O2 -pipe   -DSIO -DVOLUME_SERIAL -DPXE -DFLAGS=3D0x8f  -DTICKS=3D0xb6 =
 -DCOMSPEED=3D"7 << 5 + 3" -march=3Di386 -ffreestanding -mno-mmx -mno-3dnow=
 -mno-sse -mno-sse2 -mno-sse3 -msoft-float -m32 -std=3Dgnu99 -Qunused-argum=
ents     -e start -Ttext 0x600 -Wl,-N,-S,--oformat,binary -nostdlib -o boot=
0 boot0.o=20
--- secure.all__D ---
cc  -pg  -O2 -pipe   -DTERMIOS -DANSI_SOURCE -I<https://jenkins.freebsd.org=
/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libcrypto/../../../crypto/openssl> =
-I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libcr=
ypto/../../../crypto/openssl/crypto> -I/usr/obj<https://jenkins.freebsd.org=
/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libcrypto> -DOPENSSL_THREADS -DDSO_=
DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DBSAES_ASM -=
DVPAES_ASM -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF=
2m -DMD5_ASM -DGHASH_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLPOOL_A=
SM -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/li=
bcrypto/../../../crypto/openssl/crypto/asn1> -I<https://jenkins.freebsd.org=
/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libcrypto/../../../crypto/openssl/c=
rypto/evp> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secur=
e/lib/libcrypto/../../../crypto/openssl/crypto/modes> -std=3Dgnu89 -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=
 <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libcry=
pto/../../../crypto/openssl/crypto/modes/cfb128.c> -o cfb128.po
--- sys.all__D ---
=3D=3D=3D> sys/boot/i386/btx (all)
--- all ---
--- lib.all__D ---
ranlib -D libmilter_p.a
--- sys.all__D ---
=3D=3D=3D> sys/boot/i386/btx/btx (all)
--- lib.all__D ---
--- all_subdir_libmp ---
=3D=3D=3D> lib/libmp (all)
--- sys.all__D ---
--- btx.o ---
cc  -O2 -pipe   -DBTX_FLAGS=3D0x0 -I<https://jenkins.freebsd.org/jenkins/jo=
b/FreeBSD_HEAD/ws/sys/boot/i386/btx/btx/../../common> -march=3Di386 -ffrees=
tanding -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -m32 =
-std=3Dgnu99 -Qunused-arguments    -no-integrated-as  -m32 -c <https://jenk=
ins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/boot/i386/btx/btx/btx.S>
--- sbin.all__D ---
--- printnat.o ---
cc   -O2 -pipe   -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws=
/sbin/ipf/libipf/../../../contrib/ipfilter> -I<https://jenkins.freebsd.org/=
jenkins/job/FreeBSD_HEAD/ws/sbin/ipf/libipf/../../../contrib/ipfilter/tools=
> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sbin/ipf/libip=
f/../../../sys> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/=
sbin/ipf/libipf/../../../sys/contrib/ipfilter> -DSTATETOP -D__UIO_EXPOSE -s=
td=3Dgnu99 -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 -W=
no-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-co=
nversion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-arra=
y-bounds -Wno-format -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HE=
AD/ws/sbin/ipf/libipf/../../../contrib/ipfilter/lib/printnat.c> -o printnat=
.o
--- lib.all__D ---
--- mpasbn.po ---
cc  -pg  -O2 -pipe   -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEA=
D/ws/lib/libmp/../../crypto> -std=3Dgnu99 -Qunused-arguments  -fstack-prote=
ctor -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-paramete=
r -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -W=
cast-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-bod=
y -Wno-string-plus-int -Wno-unused-const-variable -c <https://jenkins.freeb=
sd.org/jenkins/job/FreeBSD_HEAD/ws/lib/libmp/mpasbn.c> -o mpasbn.po
--- sys.all__D ---
--- btx ---
cc  -O2 -pipe   -DBTX_FLAGS=3D0x0 -I<https://jenkins.freebsd.org/jenkins/jo=
b/FreeBSD_HEAD/ws/sys/boot/i386/btx/btx/../../common> -march=3Di386 -ffrees=
tanding -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -m32 =
-std=3Dgnu99 -Qunused-arguments     -e start -Ttext 0x9000 -Wl,-N,-S,--ofor=
mat,binary -nostdlib -o btx btx.o=20
=3D=3D=3D> sys/boot/i386/btx/btxldr (all)
--- btxldr.o ---
cc  -O2 -pipe   -DLOADER_ADDRESS=3D0x200000 -I<https://jenkins.freebsd.org/=
jenkins/job/FreeBSD_HEAD/ws/sys/boot/i386/btx/btxldr/../../common> -march=
=3Di386 -ffreestanding -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ms=
oft-float -m32 -std=3Dgnu99 -Qunused-arguments    -no-integrated-as  -m32 -=
c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/boot/i386/bt=
x/btxldr/btxldr.S>
--- secure.all__D ---
--- ctr128.po ---
cc  -pg  -O2 -pipe   -DTERMIOS -DANSI_SOURCE -I<https://jenkins.freebsd.org=
/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libcrypto/../../../crypto/openssl> =
-I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libcr=
ypto/../../../crypto/openssl/crypto> -I/usr/obj<https://jenkins.freebsd.org=
/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libcrypto> -DOPENSSL_THREADS -DDSO_=
DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DBSAES_ASM -=
DVPAES_ASM -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF=
2m -DMD5_ASM -DGHASH_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLPOOL_A=
SM -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/li=
bcrypto/../../../crypto/openssl/crypto/asn1> -I<https://jenkins.freebsd.org=
/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libcrypto/../../../crypto/openssl/c=
rypto/evp> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secur=
e/lib/libcrypto/../../../crypto/openssl/crypto/modes> -std=3Dgnu89 -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=
 <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libcry=
pto/../../../crypto/openssl/crypto/modes/ctr128.c> -o ctr128.po
--- sys.all__D ---
--- btxldr ---
cc  -O2 -pipe   -DLOADER_ADDRESS=3D0x200000 -I<https://jenkins.freebsd.org/=
jenkins/job/FreeBSD_HEAD/ws/sys/boot/i386/btx/btxldr/../../common> -march=
=3Di386 -ffreestanding -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ms=
oft-float -m32 -std=3Dgnu99 -Qunused-arguments     -e start -Ttext 0x200000=
 -Wl,-N,-S,--oformat,binary -nostdlib -o btxldr btxldr.o=20
=3D=3D=3D> sys/boot/i386/btx/lib (all)
--- btxcsu.o ---
cc  -O2 -pipe   -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/=
sys/boot/i386/btx/lib/../../common> -march=3Di386 -ffreestanding -mno-mmx -=
mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -m32 -std=3Dgnu99 -Qunu=
sed-arguments     -m32 -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_=
HEAD/ws/sys/boot/i386/btx/lib/btxcsu.S>
--- btxsys.o ---
as  --32 -o btxsys.o <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/=
ws/sys/boot/i386/btx/lib/btxsys.s>
--- btxv86.o ---
as  --32 -o btxv86.o <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/=
ws/sys/boot/i386/btx/lib/btxv86.s>
--- crt0.o ---
cc  -O2 -pipe   -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/=
sys/boot/i386/btx/lib/../../common> -march=3Di386 -ffreestanding -mno-mmx -=
mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -m32 -std=3Dgnu99 -Qunu=
sed-arguments    -Wl,-r -nostdlib -o crt0.o btxcsu.o btxsys.o btxv86.o=20
--- secure.all__D ---
--- cts128.po ---
cc  -pg  -O2 -pipe   -DTERMIOS -DANSI_SOURCE -I<https://jenkins.freebsd.org=
/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libcrypto/../../../crypto/openssl> =
-I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libcr=
ypto/../../../crypto/openssl/crypto> -I/usr/obj<https://jenkins.freebsd.org=
/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libcrypto> -DOPENSSL_THREADS -DDSO_=
DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DBSAES_ASM -=
DVPAES_ASM -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF=
2m -DMD5_ASM -DGHASH_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLPOOL_A=
SM -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/li=
bcrypto/../../../crypto/openssl/crypto/asn1> -I<https://jenkins.freebsd.org=
/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libcrypto/../../../crypto/openssl/c=
rypto/evp> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secur=
e/lib/libcrypto/../../../crypto/openssl/crypto/modes> -std=3Dgnu89 -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=
 <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libcry=
pto/../../../crypto/openssl/crypto/modes/cts128.c> -o cts128.po
--- lib.all__D ---
--- libmp_p.a ---
building profiled mp library
--- sys.all__D ---
=3D=3D=3D> sys/boot/i386/boot2 (all)
--- lib.all__D ---
ranlib -D libmp_p.a
--- all_subdir_libnetbsd ---
=3D=3D=3D> lib/libnetbsd (all)
--- sbin.all__D ---
--- printnataddr.o ---
cc   -O2 -pipe   -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws=
/sbin/ipf/libipf/../../../contrib/ipfilter> -I<https://jenkins.freebsd.org/=
jenkins/job/FreeBSD_HEAD/ws/sbin/ipf/libipf/../../../contrib/ipfilter/tools=
> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sbin/ipf/libip=
f/../../../sys> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/=
sbin/ipf/libipf/../../../sys/contrib/ipfilter> -DSTATETOP -D__UIO_EXPOSE -s=
td=3Dgnu99 -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 -W=
no-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-co=
nversion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-arra=
y-bounds -Wno-format -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HE=
AD/ws/sbin/ipf/libipf/../../../contrib/ipfilter/lib/printnataddr.c> -o prin=
tnataddr.o
--- sys.all__D ---
--- boot2.ldr ---
dd if=3D/dev/zero of=3Dboot2.ldr bs=3D512 count=3D1
1+0 records in
1+0 records out
512 bytes transferred in 0.009032 secs (56687 bytes/sec)
--- lib.all__D ---
--- all_subdir_libngatm ---
=3D=3D=3D> lib/libngatm (all)
--- sys.all__D ---
--- sio.o ---
cc  -Os  -fomit-frame-pointer  -mrtd  -mregparm=3D3  -DUSE_XREAD  -DUFS1_AN=
D_UFS2  -DFLAGS=3D0x80  -DSIOPRT=3D0x3f8  -DSIOFMT=3D0x3  -DSIOSPD=3D9600  =
-I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/boot/i386/bo=
ot2/../../common>  -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/=
ws/sys/boot/i386/boot2/../btx/lib> -I.  -Wall -Waggregate-return -Wbad-func=
tion-cast -Wcast-align  -Wmissing-declarations -Wmissing-prototypes -Wneste=
d-externs  -Wpointer-arith -Wshadow -Wstrict-prototypes -Wwrite-strings  -W=
inline  -mstack-alignment=3D8 -mllvm -inline-threshold=3D3 -mllvm -enable-l=
oad-pre=3Dfalse -mllvm -simplifycfg-dup-ret -march=3Di386 -ffreestanding -m=
no-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -m32 -std=3Dgnu=
99 -Qunused-arguments      -m32 -c <https://jenkins.freebsd.org/jenkins/job=
/FreeBSD_HEAD/ws/sys/boot/i386/boot2/sio.S>
--- boot1 ---
objcopy -S -O binary boot1.out boot1
--- boot2.s ---
cc  -Os  -fomit-frame-pointer  -mrtd  -mregparm=3D3  -DUSE_XREAD  -DUFS1_AN=
D_UFS2  -DFLAGS=3D0x80  -DSIOPRT=3D0x3f8  -DSIOFMT=3D0x3  -DSIOSPD=3D9600  =
-I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/boot/i386/bo=
ot2/../../common>  -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/=
ws/sys/boot/i386/boot2/../btx/lib> -I.  -Wall -Waggregate-return -Wbad-func=
tion-cast -Wcast-align  -Wmissing-declarations -Wmissing-prototypes -Wneste=
d-externs  -Wpointer-arith -Wshadow -Wstrict-prototypes -Wwrite-strings  -W=
inline  -mstack-alignment=3D8 -mllvm -inline-threshold=3D3 -mllvm -enable-l=
oad-pre=3Dfalse -mllvm -simplifycfg-dup-ret -march=3Di386 -ffreestanding -m=
no-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -m32 -std=3Dgnu=
99 -Qunused-arguments     -S -o boot2.s.tmp <https://jenkins.freebsd.org/je=
nkins/job/FreeBSD_HEAD/ws/sys/boot/i386/boot2/boot2.c>
--- lib.all__D ---
--- unimsg.po ---
cc  -pg  -O2 -pipe   -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEA=
D/ws/lib/libngatm/../../sys/contrib/ngatm> -I/usr/obj<https://jenkins.freeb=
sd.org/jenkins/job/FreeBSD_HEAD/ws/lib/libngatm> -I<https://jenkins.freebsd=
.org/jenkins/job/FreeBSD_HEAD/ws/lib/libngatm/../../contrib/ngatm/libngatm>=
 -std=3Dgnu99 -Qunused-arguments  -fstack-protector -Wsystem-headers -Werro=
r -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmiss=
ing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -W=
switch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline =
-Wnested-externs -Wredundant-decls -Wold-style-definition -Wmissing-variabl=
e-declarations -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-=
unused-const-variable -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_H=
EAD/ws/lib/libngatm/../../contrib/ngatm/libngatm/unimsg.c> -o unimsg.po
--- secure.all__D ---
--- gcm128.po ---
cc  -pg  -O2 -pipe   -DTERMIOS -DANSI_SOURCE -I<https://jenkins.freebsd.org=
/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libcrypto/../../../crypto/openssl> =
-I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libcr=
ypto/../../../crypto/openssl/crypto> -I/usr/obj<https://jenkins.freebsd.org=
/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libcrypto> -DOPENSSL_THREADS -DDSO_=
DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DBSAES_ASM -=
DVPAES_ASM -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF=
2m -DMD5_ASM -DGHASH_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLPOOL_A=
SM -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/li=
bcrypto/../../../crypto/openssl/crypto/asn1> -I<https://jenkins.freebsd.org=
/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libcrypto/../../../crypto/openssl/c=
rypto/evp> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secur=
e/lib/libcrypto/../../../crypto/openssl/crypto/modes> -std=3Dgnu89 -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=
 <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libcry=
pto/../../../crypto/openssl/crypto/modes/gcm128.c> -o gcm128.po
--- sys.all__D ---
In file included from <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD=
/ws/sys/boot/i386/boot2/boot2.c>:169:
<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/boot/i386/boot=
2/../../common/ufsread.c>:235:17: warning: cast from 'char *' to 'struct uf=
s1_dinode *' increases required alignment from 1 to 4 [-Wcast-align]
                        memcpy(&dp1, (struct ufs1_dinode *)blkbuf + n,
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/boot/i386/boot=
2/../../common/ufsread.c>:238:17: warning: cast from 'char *' to 'struct uf=
s2_dinode *' increases required alignment from 1 to 4 [-Wcast-align]
                        memcpy(&dp2, (struct ufs2_dinode *)blkbuf + n,
                                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
--- sbin.all__D ---
--- printnatfield.o ---
cc   -O2 -pipe   -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws=
/sbin/ipf/libipf/../../../contrib/ipfilter> -I<https://jenkins.freebsd.org/=
jenkins/job/FreeBSD_HEAD/ws/sbin/ipf/libipf/../../../contrib/ipfilter/tools=
> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sbin/ipf/libip=
f/../../../sys> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/=
sbin/ipf/libipf/../../../sys/contrib/ipfilter> -DSTATETOP -D__UIO_EXPOSE -s=
td=3Dgnu99 -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 -W=
no-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-co=
nversion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-arra=
y-bounds -Wno-format -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HE=
AD/ws/sbin/ipf/libipf/../../../contrib/ipfilter/lib/printnatfield.c> -o pri=
ntnatfield.o
--- sys.all__D ---
<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/boot/i386/boot=
2/boot2.c>:221:1: warning: no previous prototype for function 'main' [-Wmis=
sing-prototypes]
main(void)
^
<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/boot/i386/boot=
2/boot2.c>:352:4: warning: cast from 'caddr_t' (aka 'char *') to 'Elf32_Wor=
d *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcas=
t-align]
                *(Elf32_Word *)p =3D es[i].sh_size;
                 ^~~~~~~~~~~~~~~
<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/boot/i386/boot=
2/boot2.c>:618:8: warning: cast from 'caddr_t' (aka 'char *') to 'uint32_t =
*' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-=
align]
        t1 =3D *(uint32_t *)PTOV(0x46c);
              ^~~~~~~~~~~~~~~~~~~~~~~
--- lib.all__D ---
--- unimsg_common.po ---
cc  -pg  -O2 -pipe   -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEA=
D/ws/lib/libngatm/../../sys/contrib/ngatm> -I/usr/obj<https://jenkins.freeb=
sd.org/jenkins/job/FreeBSD_HEAD/ws/lib/libngatm> -I<https://jenkins.freebsd=
.org/jenkins/job/FreeBSD_HEAD/ws/lib/libngatm/../../contrib/ngatm/libngatm>=
 -std=3Dgnu99 -Qunused-arguments  -fstack-protector -Wsystem-headers -Werro=
r -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmiss=
ing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -W=
switch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline =
-Wnested-externs -Wredundant-decls -Wold-style-definition -Wmissing-variabl=
e-declarations -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-=
unused-const-variable -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_H=
EAD/ws/lib/libngatm/../../sys/contrib/ngatm/netnatm/misc/unimsg_common.c> -=
o unimsg_common.po
--- straddr.po ---
cc  -pg  -O2 -pipe   -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEA=
D/ws/lib/libngatm/../../sys/contrib/ngatm> -I/usr/obj<https://jenkins.freeb=
sd.org/jenkins/job/FreeBSD_HEAD/ws/lib/libngatm> -I<https://jenkins.freebsd=
.org/jenkins/job/FreeBSD_HEAD/ws/lib/libngatm/../../contrib/ngatm/libngatm>=
 -std=3Dgnu99 -Qunused-arguments  -fstack-protector -Wsystem-headers -Werro=
r -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmiss=
ing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -W=
switch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline =
-Wnested-externs -Wredundant-decls -Wold-style-definition -Wmissing-variabl=
e-declarations -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-=
unused-const-variable -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_H=
EAD/ws/lib/libngatm/../../sys/contrib/ngatm/netnatm/misc/straddr.c> -o stra=
ddr.po
--- sbin.all__D ---
--- printnatside.o ---
cc   -O2 -pipe   -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws=
/sbin/ipf/libipf/../../../contrib/ipfilter> -I<https://jenkins.freebsd.org/=
jenkins/job/FreeBSD_HEAD/ws/sbin/ipf/libipf/../../../contrib/ipfilter/tools=
> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sbin/ipf/libip=
f/../../../sys> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/=
sbin/ipf/libipf/../../../sys/contrib/ipfilter> -DSTATETOP -D__UIO_EXPOSE -s=
td=3Dgnu99 -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 -W=
no-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-co=
nversion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-arra=
y-bounds -Wno-format -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HE=
AD/ws/sbin/ipf/libipf/../../../contrib/ipfilter/lib/printnatside.c> -o prin=
tnatside.o
--- sys.all__D ---
5 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
--- secure.all__D ---
--- ofb128.po ---
cc  -pg  -O2 -pipe   -DTERMIOS -DANSI_SOURCE -I<https://jenkins.freebsd.org=
/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libcrypto/../../../crypto/openssl> =
-I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libcr=
ypto/../../../crypto/openssl/crypto> -I/usr/obj<https://jenkins.freebsd.org=
/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libcrypto> -DOPENSSL_THREADS -DDSO_=
DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DBSAES_ASM -=
DVPAES_ASM -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF=
2m -DMD5_ASM -DGHASH_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLPOOL_A=
SM -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/li=
bcrypto/../../../crypto/openssl/crypto/asn1> -I<https://jenkins.freebsd.org=
/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libcrypto/../../../crypto/openssl/c=
rypto/evp> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secur=
e/lib/libcrypto/../../../crypto/openssl/crypto/modes> -std=3Dgnu89 -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=
 <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libcry=
pto/../../../crypto/openssl/crypto/modes/ofb128.c> -o ofb128.po
--- sys.all__D ---
--- boot2.out ---
ld -static -N --gc-sections -m elf_i386_fbsd -Ttext 0x2000 -o boot2.out /us=
r/obj<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sys/boot/i386=
/boot2/../btx/lib/crt0.o> boot2.o sio.o
--- boot2.bin ---
--- lib.all__D ---
--- traffic.po ---
--- sys.all__D ---
objcopy -S -O binary boot2.out boot2.bin
--- lib.all__D ---
cc  -pg  -O2 -pipe   -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEA=
D/ws/lib/libngatm/../../sys/contrib/ngatm> -I/usr/obj<https://jenkins.freeb=
sd.org/jenkins/job/FreeBSD_HEAD/ws/lib/libngatm> -I<https://jenkins.freebsd=
.org/jenkins/job/FreeBSD_HEAD/ws/lib/libngatm/../../contrib/ngatm/libngatm>=
 -std=3Dgnu99 -Qunused-arguments  -fstack-protector -Wsystem-headers -Werro=
r -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmiss=
ing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -W=
switch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline =
-Wnested-externs -Wredundant-decls -Wold-style-definition -Wmissing-variabl=
e-declarations -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-=
unused-const-variable -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_H=
EAD/ws/lib/libngatm/../../sys/contrib/ngatm/netnatm/msg/traffic.c> -o traff=
ic.po
--- sys.all__D ---
--- boot2.ld ---
btxld -v -E 0x2000 -f bin -b /usr/obj<https://jenkins.freebsd.org/jenkins/j=
ob/FreeBSD_HEAD/ws/sys/boot/i386/boot2/../btx/btx/btx> -l boot2.ldr  -o boo=
t2.ld -P 1 boot2.bin
--- sbin.all__D ---
--- printpacket.o ---
--- sys.all__D ---
kernel: ver=3D1.02 size=3D690 load=3D9000 entry=3D9010 map=3D16M pgctl=3D1:=
1
client: fmt=3Dbin size=3D1571 text=3D0 data=3D0 bss=3D0 entry=3D0
output: fmt=3Dbin size=3D1e01 text=3D200 data=3D1c01 org=3D0 entry=3D0
--- sbin.all__D ---
cc   -O2 -pipe   -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws=
/sbin/ipf/libipf/../../../contrib/ipfilter> -I<https://jenkins.freebsd.org/=
jenkins/job/FreeBSD_HEAD/ws/sbin/ipf/libipf/../../../contrib/ipfilter/tools=
> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/sbin/ipf/libip=
f/../../../sys> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/=
sbin/ipf/libipf/../../../sys/contrib/ipfilter> -DSTATETOP -D__UIO_EXPOSE -s=
td=3Dgnu99 -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 -W=
no-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-co=
nversion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-arra=
y-bounds -Wno-format -c <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HE=
AD/ws/sbin/ipf/libipf/../../../contrib/ipfilter/lib/printpacket.c> -o print=
packet.o
--- sys.all__D ---
--- boot2 ---
--- secure.all__D ---
--- xts128.po ---
cc  -pg  -O2 -pipe   -DTERMIOS -DANSI_SOURCE -I<https://jenkins.freebsd.org=
/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libcrypto/../../../crypto/openssl> =
-I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libcr=
ypto/../../../crypto/openssl/crypto> -I/usr/obj<https://jenkins.freebsd.org=
/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libcrypto> -DOPENSSL_THREADS -DDSO_=
DLFCN -DHAVE_DLFCN_H -DL_ENDIAN -DOPENSSL_IA32_SSE2 -DAES_ASM -DBSAES_ASM -=
DVPAES_ASM -DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF=
2m -DMD5_ASM -DGHASH_ASM -DSHA1_ASM -DSHA256_ASM -DSHA512_ASM -DWHIRLPOOL_A=
SM -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/li=
bcrypto/../../../crypto/openssl/crypto/asn1> -I<https://jenkins.freebsd.org=
/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libcrypto/../../../crypto/openssl/c=
rypto/evp> -I<https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secur=
e/lib/libcrypto/../../../crypto/openssl/crypto/modes> -std=3Dgnu89 -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=
 <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/secure/lib/libcry=
pto/../../../crypto/openssl/crypto/modes/xts128.c> -o xts128.po
--- sys.all__D ---
-1 bytes available
*** [boot2] Error code 1

make[6]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/w=
s/sys/boot/i386/boot2>
1 error

make[6]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/w=
s/sys/boot/i386/boot2>
*** [all] Error code 2

make[5]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/w=
s/sys/boot/i386>
1 error

make[5]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/w=
s/sys/boot/i386>
*** [all] Error code 2

make[4]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/w=
s/sys/boot>
1 error

make[4]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/w=
s/sys/boot>
*** [all] Error code 2

make[3]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/w=
s/sys>
1 error

make[3]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/w=
s/sys>
*** [sys.all__D] Error code 2

make[2]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/w=
s/>
--- lib.all__D ---
A failure has been detected in another branch of the parallel make

make[4]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/w=
s/lib/libngatm>
*** [all_subdir_libngatm] Error code 2

make[3]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/w=
s/lib>
1 error

make[3]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/w=
s/lib>
*** [lib.all__D] Error code 2

make[2]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/w=
s/>
--- secure.all__D ---
A failure has been detected in another branch of the parallel make

make[5]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/w=
s/secure/lib/libcrypto>
*** [all] Error code 2

make[4]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/w=
s/secure/lib>
1 error

make[4]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/w=
s/secure/lib>
*** [all] Error code 2

make[3]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/w=
s/secure>
1 error

make[3]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/w=
s/secure>
*** [secure.all__D] Error code 2

make[2]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/w=
s/>
--- sbin.all__D ---
A failure has been detected in another branch of the parallel make

make[5]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/w=
s/sbin/ipf/libipf>
*** [all] Error code 2

make[4]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/w=
s/sbin/ipf>
1 error

make[4]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/w=
s/sbin/ipf>
*** [all_subdir_ipf] Error code 2

make[3]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/w=
s/sbin>
1 error

make[3]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/w=
s/sbin>
*** [sbin.all__D] Error code 2

make[2]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/w=
s/>
4 errors

make[2]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/w=
s/>
*** [everything] Error code 2

make[1]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/w=
s/>
1 error

make[1]: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/w=
s/>
*** [buildworld] Error code 2

make: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/>;
1 error

make: stopped in <https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD/ws/>;
Build step 'Execute shell' marked build as failure



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