From owner-freebsd-testing@freebsd.org Mon Aug 29 14:02:55 2016 Return-Path: Delivered-To: freebsd-testing@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 BA4C0B7823D for ; Mon, 29 Aug 2016 14:02:55 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [87.251.56.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "tensor.andric.com", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4511D6B8; Mon, 29 Aug 2016 14:02:54 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from [IPv6:2a03:fc02:2:1:bccb:83a6:415a:2071] (unknown [IPv6:2a03:fc02:2:1:bccb:83a6:415a:2071]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 199E412CB; Mon, 29 Aug 2016 16:02:52 +0200 (CEST) Subject: Re: Jenkins build is still unstable: FreeBSD_HEAD #564 Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Content-Type: multipart/signed; boundary="Apple-Mail=_C63F686A-46A5-473B-A3CE-E28677042A1C"; protocol="application/pgp-signature"; micalg=pgp-sha1 X-Pgp-Agent: GPGMail 2.6.1 From: Dimitry Andric In-Reply-To: Date: Mon, 29 Aug 2016 16:02:42 +0200 Cc: "jenkins-admin@freebsd.org" , "freebsd-testing@freebsd.org" Message-Id: <8058052E-A09A-403E-828A-74B51ED4BBF4@FreeBSD.org> References: <1491374121.44.1472440150670.JavaMail.jenkins@jenkins-9.freebsd.org> <166099893.51.1472451061454.JavaMail.jenkins@jenkins-9.freebsd.org> <6E443BB8-0269-4812-A2F4-40AA303E69C6@FreeBSD.org> To: Craig Rodrigues X-Mailer: Apple Mail (2.3124) X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Aug 2016 14:02:55 -0000 --Apple-Mail=_C63F686A-46A5-473B-A3CE-E28677042A1C Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Do you have an /usr/include/c++/v1 directory? And is there a file = called "sstream" in it? If it is there, I think the problem is due to the -I/usr/include option = in the command line for the test program. If you remove that, I think = the compilation will work correctly. -Dimitry > On 29 Aug 2016, at 14:55, Craig Rodrigues wrote: >=20 > Dimitry, >=20 > During the Jenkins job, I use installworld/installkernel to build a = fully bootable bhyve virtual machine. > After the virtual machine boots, ssh into it, and do: >=20 > cd /usr/tests > kyua test > kyua report --verbose >=20 >=20 > So I am suspecting that maybe something didn't get installed properly? > -- > Craig >=20 >=20 > On Mon, Aug 29, 2016 at 4:13 AM, Dimitry Andric = wrote: > I just found the separate "test results" link in Jenkins. As far as I = can see, one of those failing tests is run as: >=20 > c++ -target x86_64-unknown-freebsd12.0 = --sysroot=3D/builds/workspace/FreeBSD_HEAD/obj/builds/workspace/FreeBSD_HE= AD/src/tmp = -B/builds/workspace/FreeBSD_HEAD/obj/builds/workspace/FreeBSD_HEAD/src/tmp= /usr/bin -O2 -pipe -DHAVE_CONFIG_H -I/usr/include -Wall -Werror -o = test.o -c test.cpp >=20 > So are the libc++ headers installed in the = /builds/workspace/FreeBSD_HEAD/obj/builds/workspace/FreeBSD_HEAD/src/tmp = sysroot? The compiler error message appears to indicate it is getting = its headers from /usr/include instead. >=20 > I can't look on the actual test system, but my guess would be that = either the --sysroot flag is incorrect, or the libc++ headers are not = correctly installed on the target system. >=20 > -Dimitry >=20 > > On 29 Aug 2016, at 12:56, Dimitry Andric wrote: > > > > Hi Craig, > > > > I find it very hard to parse these extremely verbose logs. Can you = point out the location and contents of the exact error you are seeing? > > > > -Dimitry > > > >> On 29 Aug 2016, at 08:59, Craig Rodrigues = wrote: > >> > >> Dimitry, > >> > >> Can you take a look at this? > >> I'm not sure why, but after recent changes, one of the tests is > >> complaining that the C++ header is missing. > >> > >> -- > >> Craig > >> > >> > >> On Sun, Aug 28, 2016 at 11:11 PM, = wrote: > >> See > >> > >> > > >=20 >=20 --Apple-Mail=_C63F686A-46A5-473B-A3CE-E28677042A1C Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.30 iEYEARECAAYFAlfEQIsACgkQsF6jCi4glqNW0gCg5kXDPNO/c4gTDpUTNSV0RT1Z hkgAoKDfhQXOSnHF/JGkgH6K3lyqi1II =ARbS -----END PGP SIGNATURE----- --Apple-Mail=_C63F686A-46A5-473B-A3CE-E28677042A1C--