From owner-freebsd-testing@freebsd.org Mon Aug 29 14:30:54 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 CEBBAB789D8 for ; Mon, 29 Aug 2016 14:30:54 +0000 (UTC) (envelope-from crodr001@gmail.com) Received: from mail-ua0-x229.google.com (mail-ua0-x229.google.com [IPv6:2607:f8b0:400c:c08::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8383D121; Mon, 29 Aug 2016 14:30:54 +0000 (UTC) (envelope-from crodr001@gmail.com) Received: by mail-ua0-x229.google.com with SMTP id k90so248522234uak.1; Mon, 29 Aug 2016 07:30:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=gesNdguOv+efaWqsIiccy6rpK/wLaLCE1duqvV3sbAE=; b=0D9G46trkxNZTtPuGozsp/kIF9PSQqS1kwTkJmxOoaMXkarM0DIl2sr0qMBhYkiFYK CsjWv80Nqaj8BYa/hPa+7axQyhib0Ic+PrWH6cSgjyAi8ujDoVjGkLpCpq28xthXIlHv mzDW1UL5+r91cqzeJaYtkejYDDF8p/JIz2nIouocRr3Frk2AFOcjisUXA4jd0fPZ0LNC oUKArcV8VehTIU1RSr+kpiJyppScm50en3zVhHIre7SC3RgLJZgAKE2QyvRKGvAjX+UA tJfNHTuReayV/SSxMgks492TwnPy0LwcPHDZEVBtJmbyhFcjO/u3N+1ovMMQdKLa5rlo 1Agw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=gesNdguOv+efaWqsIiccy6rpK/wLaLCE1duqvV3sbAE=; b=EmZMZGk9FZ1ktxdTN2TVyTj5nQrCHDDR8PIhIgneecFSm2cuRRKF1rAPDGj8xj21yq QNIGWnCUDm/f43FATSwKmzQYYp6Fi3Ien38b8LI+uuSURnMbpsTUjNZusrSXjh69EBrD n3GuwXSMY66Xe1A6xoz35+HisvzbLrx6pRo4GPFwwtr6W4Q6V+qScQqObQgMTkgBLo5A isJgeqni5TWFFTbJF+9fMuAeC5PE/bF9QdqqcbcWhBIrRjL2c8GBtnksHL3GrOQtJOoG b3H3oItMb+uoCs4Ah3ZFjujqooHOCmUSp6eHii3vv8/ewsmzmnONyW6NBquArZz02FkY hTzg== X-Gm-Message-State: AE9vXwNlMC6r4buLASsTZx/75wjz4FUNOdPcHexcsMDaI5VRJWx2nA53SAQPGEPK4RJVjetNojxISm3u85K4IQ== X-Received: by 10.31.64.196 with SMTP id n187mr9588173vka.150.1472481053379; Mon, 29 Aug 2016 07:30:53 -0700 (PDT) MIME-Version: 1.0 Sender: crodr001@gmail.com Received: by 10.103.31.134 with HTTP; Mon, 29 Aug 2016 07:30:52 -0700 (PDT) In-Reply-To: <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> <8058052E-A09A-403E-828A-74B51ED4BBF4@FreeBSD.org> From: Craig Rodrigues Date: Mon, 29 Aug 2016 07:30:52 -0700 X-Google-Sender-Auth: vXz2OrUhlfxQQ_W0OxU_faiBkz4 Message-ID: Subject: Re: Jenkins build is still unstable: FreeBSD_HEAD #564 To: Dimitry Andric Cc: "jenkins-admin@freebsd.org" , "freebsd-testing@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 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:30:54 -0000 Hi, I can't check offhand, since I don't keep the VM around during the build. I'm also not at my FreeBSD machine right now. If you happen to have a fully built FreeBSD HEAD tree available, you can reproduce the layout of the VM by doing something like this: mkdir -p /tmp/foobar make installworld DESTDIR=/tmp/foobar make installkernel DESTDIR=/tmp/foobar make distribution DESTDIR=/tmp/foobar -- Craig On Mon, Aug 29, 2016 at 7:02 AM, Dimitry Andric wrote: > 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: > > > > Dimitry, > > > > 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: > > > > cd /usr/tests > > kyua test > > kyua report --verbose > > > > > > So I am suspecting that maybe something didn't get installed properly? > > -- > > Craig > > > > > > 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: > > > > c++ -target x86_64-unknown-freebsd12.0 --sysroot=/builds/workspace/ > FreeBSD_HEAD/obj/builds/workspace/FreeBSD_HEAD/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 > > > > 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. > > > > 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. > > > > -Dimitry > > > > > 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 > > >> > > >> > > > > > > > > >