From owner-freebsd-stable@freebsd.org Sun Nov 22 11:03:36 2015 Return-Path: Delivered-To: freebsd-stable@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 C859BA35A4E for ; Sun, 22 Nov 2015 11:03:36 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 88DF01E9D for ; Sun, 22 Nov 2015 11:03:36 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id 545C428460; Sun, 22 Nov 2015 12:03:32 +0100 (CET) Received: from illbsd.quip.test (ip-86-49-16-209.net.upcbroadband.cz [86.49.16.209]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 9A6F528416; Sun, 22 Nov 2015 12:03:30 +0100 (CET) Message-ID: <5651A102.8050106@quip.cz> Date: Sun, 22 Nov 2015 12:03:30 +0100 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:35.0) Gecko/20100101 Firefox/35.0 SeaMonkey/2.32 MIME-Version: 1.0 To: "Michael B. Eichorn" , freebsd-stable Stable Subject: Re: su on 10.2: TERM: Undefined variable References: <5650642B.5030707@quip.cz> <1448138525.10590.18.camel@michaeleichorn.com> In-Reply-To: <1448138525.10590.18.camel@michaeleichorn.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Nov 2015 11:03:36 -0000 Michael B. Eichorn wrote on 11/21/2015 21:42: > On Sat, 2015-11-21 at 13:31 +0100, Miroslav Lachman wrote: >> I noticed some weird behavior of "su" command in shell scripts >> running >> from cron after upgrade from FreeBSD 8.4 to 10.2. >> >> If I have this in script >> >> su -m www -c 'ls -l' >> >> then I get "TERM: Undefined variable" on the stderr if this script is >> run from cron. >> It works fine on FreeBSD 8.4 >> >> Is it intentional behavior? >> >> Miroslav Lachman > > I cannot reproduce your problem. I used the following script: > > #!/bin/sh > > echo "BEGIN TEST" > echo $TERM > > su -m www -c 'ls -l' > > echo $TERM > echo "END TEST" > > crontab is: > * * * * * /root/test.sh > > and the result is: > > BEGIN TEST > > total 520765 > -rw-r--r-- 1 root wheel 724002816 Aug 12 11:45 FreeBSD-10.2- > RELEASE-amd64-disc1.iso > -rwxr-xr-x 1 root wheel 90 Nov 21 15:33 test.sh > > END TEST > > # freebsd-version > 10.2-RELEASE-p7 > It's a strange. I tried it on another machine which was installed as 10.1 and upgraded to 10.2-p5 - and I got Undefined variable again: BEGIN TEST TERM: Undefined variable. total 8984 drwxr-xr-x 2 root wheel 1536 Aug 12 13:48 bin -rw------- 1 root wheel 9134080 Nov 22 00:06 dns-terror.core -rw-r--r-- 1 root wheel 836 Nov 5 10:39 extensions.ini drwxr-xr-x 3 root wheel 512 Jul 29 17:49 settings drwxr-xr-x 8 root wheel 512 Aug 9 04:59 settings_atago drwxr-xr-x 2 root wheel 512 Aug 9 03:12 skel_devel -rwxr--r-- 1 root wheel 90 Nov 22 11:52 term_test.sh END TEST Miroslav Lachman From owner-freebsd-stable@freebsd.org Sun Nov 22 13:04:36 2015 Return-Path: Delivered-To: freebsd-stable@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 CDA37A32CD1 for ; Sun, 22 Nov 2015 13:04:36 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8AC771B09 for ; Sun, 22 Nov 2015 13:04:35 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id 43FAD2842B; Sun, 22 Nov 2015 14:04:27 +0100 (CET) Received: from illbsd.quip.test (ip-86-49-16-209.net.upcbroadband.cz [86.49.16.209]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id BE3A328431; Sun, 22 Nov 2015 14:04:25 +0100 (CET) Message-ID: <5651BD59.8070203@quip.cz> Date: Sun, 22 Nov 2015 14:04:25 +0100 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:35.0) Gecko/20100101 Firefox/35.0 SeaMonkey/2.32 MIME-Version: 1.0 To: "Michael B. Eichorn" , freebsd-stable Stable Subject: Re: su on 10.2: TERM: Undefined variable References: <5650642B.5030707@quip.cz> <1448138525.10590.18.camel@michaeleichorn.com> <5651A102.8050106@quip.cz> In-Reply-To: <5651A102.8050106@quip.cz> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Nov 2015 13:04:36 -0000 Miroslav Lachman wrote on 11/22/2015 12:03: > Michael B. Eichorn wrote on 11/21/2015 21:42: >> On Sat, 2015-11-21 at 13:31 +0100, Miroslav Lachman wrote: >>> I noticed some weird behavior of "su" command in shell scripts >>> running >>> from cron after upgrade from FreeBSD 8.4 to 10.2. >>> >>> If I have this in script >>> >>> su -m www -c 'ls -l' >>> >>> then I get "TERM: Undefined variable" on the stderr if this script is >>> run from cron. >>> It works fine on FreeBSD 8.4 >>> >>> Is it intentional behavior? >>> >>> Miroslav Lachman >> >> I cannot reproduce your problem. I used the following script: >> >> #!/bin/sh >> >> echo "BEGIN TEST" >> echo $TERM >> >> su -m www -c 'ls -l' >> >> echo $TERM >> echo "END TEST" >> >> crontab is: >> * * * * * /root/test.sh >> >> and the result is: >> >> BEGIN TEST >> >> total 520765 >> -rw-r--r-- 1 root wheel 724002816 Aug 12 11:45 FreeBSD-10.2- >> RELEASE-amd64-disc1.iso >> -rwxr-xr-x 1 root wheel 90 Nov 21 15:33 test.sh >> >> END TEST >> >> # freebsd-version >> 10.2-RELEASE-p7 >> > > It's a strange. I tried it on another machine which was installed as > 10.1 and upgraded to 10.2-p5 - and I got Undefined variable again: > > BEGIN TEST > > TERM: Undefined variable. > total 8984 > drwxr-xr-x 2 root wheel 1536 Aug 12 13:48 bin > -rw------- 1 root wheel 9134080 Nov 22 00:06 dns-terror.core > -rw-r--r-- 1 root wheel 836 Nov 5 10:39 extensions.ini > drwxr-xr-x 3 root wheel 512 Jul 29 17:49 settings > drwxr-xr-x 8 root wheel 512 Aug 9 04:59 settings_atago > drwxr-xr-x 2 root wheel 512 Aug 9 03:12 skel_devel > -rwxr--r-- 1 root wheel 90 Nov 22 11:52 term_test.sh > > END TEST > > Miroslav Lachman The only workaround I found is adding export TERM="" at the top of the script. From owner-freebsd-stable@freebsd.org Mon Nov 23 00:15:23 2015 Return-Path: Delivered-To: freebsd-stable@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 E7156A35733 for ; Mon, 23 Nov 2015 00:15:23 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A5117100F for ; Mon, 23 Nov 2015 00:15:23 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id B642B2842E; Mon, 23 Nov 2015 01:15:19 +0100 (CET) Received: from illbsd.quip.test (ip-86-49-16-209.net.upcbroadband.cz [86.49.16.209]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id A28D528417; Mon, 23 Nov 2015 01:15:18 +0100 (CET) Message-ID: <56525A96.7060405@quip.cz> Date: Mon, 23 Nov 2015 01:15:18 +0100 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:35.0) Gecko/20100101 Firefox/35.0 SeaMonkey/2.32 MIME-Version: 1.0 To: Erich Dollansky CC: "Michael B. Eichorn" , freebsd-stable Stable Subject: Re: su on 10.2: TERM: Undefined variable References: <5650642B.5030707@quip.cz> <1448138525.10590.18.camel@michaeleichorn.com> <5651A102.8050106@quip.cz> <5651BD59.8070203@quip.cz> <20151123073107.49bca531@X220.alogt.com> In-Reply-To: <20151123073107.49bca531@X220.alogt.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Nov 2015 00:15:24 -0000 Erich Dollansky wrote on 11/23/2015 00:31: > Hi, > > On Sun, 22 Nov 2015 14:04:25 +0100 > Miroslav Lachman <000.fbsd@quip.cz> wrote: > >>> >>> Miroslav Lachman >> >> The only workaround I found is adding >> export TERM="" >> at the top of the script. >> > this is a bit strange. TERM should be always define to tell the > applications the capabilities of your terminal. When X is running, it > is normally set to xterm, if nothing is available - or you do not know > what is available - set it to vt100. > > Of course, the best would be to find out why it is not set on your > machine. TERM is not set or is empty if script runs from crontab. I think this is normal. Michael's test didn't print value of $TERM too, but his su didn't complained about "Undefined variable". If I run this script in ssh session it prints "screen", because I am using screen. Miroslav Lachman From owner-freebsd-stable@freebsd.org Mon Nov 23 00:40:37 2015 Return-Path: Delivered-To: freebsd-stable@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 1A86FA35C2F for ; Mon, 23 Nov 2015 00:40:37 +0000 (UTC) (envelope-from erichsfreebsdlist@alogt.com) Received: from alogt.com (alogt.com [69.36.191.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D8A581B10 for ; Mon, 23 Nov 2015 00:40:36 +0000 (UTC) (envelope-from erichsfreebsdlist@alogt.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References: In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=nllL5TGl4jHOoz2OQNFQB9/rjP70vCF1qJqFlWrxDVg=; b=RBmSwqtB9YcIJ6W1tspD+pXvQk J6mW3icnEUrNyC7RssmZtoqqkYK5Ubh+ZgsNToW02vKsaUzkbs+0saFNN/4oAyiZE4/mGPoGUTkTA UfeyfihHt0SfJbu7LUGqN9QDBMaZ34ZNUKWyK6CS5QXdcu7aReGvQgg4mjpmFk/btz0M=; Received: from [114.121.132.108] (port=25102 helo=X220.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.86) (envelope-from ) id 1a0e6F-003GUE-3x; Sun, 22 Nov 2015 16:31:15 -0700 Date: Mon, 23 Nov 2015 07:31:07 +0800 From: Erich Dollansky To: Miroslav Lachman <000.fbsd@quip.cz> Cc: "Michael B. Eichorn" , freebsd-stable Stable Subject: Re: su on 10.2: TERM: Undefined variable Message-ID: <20151123073107.49bca531@X220.alogt.com> In-Reply-To: <5651BD59.8070203@quip.cz> References: <5650642B.5030707@quip.cz> <1448138525.10590.18.camel@michaeleichorn.com> <5651A102.8050106@quip.cz> <5651BD59.8070203@quip.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Authenticated-Sender: sl-508-2.slc.westdc.net: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Nov 2015 00:40:37 -0000 Hi, On Sun, 22 Nov 2015 14:04:25 +0100 Miroslav Lachman <000.fbsd@quip.cz> wrote: > > > > Miroslav Lachman > > The only workaround I found is adding > export TERM="" > at the top of the script. > this is a bit strange. TERM should be always define to tell the applications the capabilities of your terminal. When X is running, it is normally set to xterm, if nothing is available - or you do not know what is available - set it to vt100. Of course, the best would be to find out why it is not set on your machine. Erich From owner-freebsd-stable@freebsd.org Mon Nov 23 00:43:03 2015 Return-Path: Delivered-To: freebsd-stable@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 33BB7A35D90 for ; Mon, 23 Nov 2015 00:43:03 +0000 (UTC) (envelope-from allbery.b@gmail.com) Received: from mail-wm0-x236.google.com (mail-wm0-x236.google.com [IPv6:2a00:1450:400c:c09::236]) (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 BF7161E1E for ; Mon, 23 Nov 2015 00:43:02 +0000 (UTC) (envelope-from allbery.b@gmail.com) Received: by wmvv187 with SMTP id v187so139550948wmv.1 for ; Sun, 22 Nov 2015 16:43:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=gb638FB+TnWhSkviAIje3GsmeR3cmFKowhEqmeoyr6E=; b=vzPZd06BMcwJ8XPoweyCdapJhKSI2NakZqE2EFN9azsaYw6D6pZDrndM2bEWAYoLNL yXhTyiVQyig76t5lwpWWsnOgoxC3c32wPRBxtYiK8ycmT7QXy9cX3+UKgcEVw1Bnsrz9 qae0GZAdv72ycPCyUblss7xLtZm6PXtRtKZk27vyz4IKzb9f5oIYjtbFvkBidQ4RdIrC /GZVJ2p/rZeaXnQp8lVMTx0oOIgUx5nPIJl6kf02oqsoCqbV6Pw3jQKcj0xFAUsvk3Iq +AvIQtd2X+HAaeqX07Bfuspo1TSwgcW8y3JIxqrhHyjuusIto0np97hzuW6GwnP+/Mmh uWzg== MIME-Version: 1.0 X-Received: by 10.194.209.195 with SMTP id mo3mr27773333wjc.16.1448239381021; Sun, 22 Nov 2015 16:43:01 -0800 (PST) Received: by 10.27.75.129 with HTTP; Sun, 22 Nov 2015 16:43:00 -0800 (PST) In-Reply-To: <20151123073107.49bca531@X220.alogt.com> References: <5650642B.5030707@quip.cz> <1448138525.10590.18.camel@michaeleichorn.com> <5651A102.8050106@quip.cz> <5651BD59.8070203@quip.cz> <20151123073107.49bca531@X220.alogt.com> Date: Sun, 22 Nov 2015 19:43:00 -0500 Message-ID: Subject: Re: su on 10.2: TERM: Undefined variable From: Brandon Allbery To: Erich Dollansky Cc: Miroslav Lachman <000.fbsd@quip.cz>, freebsd-stable Stable , "Michael B. Eichorn" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Nov 2015 00:43:03 -0000 On Sun, Nov 22, 2015 at 6:31 PM, Erich Dollansky < erichsfreebsdlist@alogt.com> wrote: > this is a bit strange. TERM should be always define to tell the > applications the capabilities of your terminal. > Things run from crontab don't have a terminal. I note the error message looks like csh; check the target user's .cshrc. -- brandon s allbery kf8nh sine nomine associates allbery.b@gmail.com ballbery@sinenomine.net unix, openafs, kerberos, infrastructure, xmonad http://sinenomine.net From owner-freebsd-stable@freebsd.org Mon Nov 23 04:32:56 2015 Return-Path: Delivered-To: freebsd-stable@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 31AA7A35104 for ; Mon, 23 Nov 2015 04:32:56 +0000 (UTC) (envelope-from ike@michaeleichorn.com) Received: from mx1.eichornenterprises.com (mx1.eichornenterprises.com [104.236.13.122]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx1.eichornenterprises.com", Issuer "StartCom Class 1 Primary Intermediate Server CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id E5EB01CE1 for ; Mon, 23 Nov 2015 04:32:55 +0000 (UTC) (envelope-from ike@michaeleichorn.com) Received: from mail.eichornenterprises.com (cpe-184-59-147-149.neo.res.rr.com [184.59.147.149]) by mx1.eichornenterprises.com (OpenSMTPD) with ESMTP id 6210b497; Sun, 22 Nov 2015 23:32:45 -0500 (EST) Received: by mail.eichornenterprises.com (OpenSMTPD) with ESMTPSA id acb04c36 TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO; Sun, 22 Nov 2015 23:32:44 -0500 (EST) Message-ID: <1448253164.12995.16.camel@michaeleichorn.com> Subject: Re: su on 10.2: TERM: Undefined variable From: "Michael B. Eichorn" To: Brandon Allbery , Erich Dollansky Cc: freebsd-stable Stable , Miroslav Lachman <000.fbsd@quip.cz> Date: Sun, 22 Nov 2015 23:32:44 -0500 In-Reply-To: References: <5650642B.5030707@quip.cz> <1448138525.10590.18.camel@michaeleichorn.com> <5651A102.8050106@quip.cz> <5651BD59.8070203@quip.cz> <20151123073107.49bca531@X220.alogt.com> Content-Type: multipart/signed; micalg="sha-256"; protocol="application/x-pkcs7-signature"; boundary="=-KY+J/f2329PgH7aafri4" X-Mailer: Evolution 3.18.1 Mime-Version: 1.0 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Nov 2015 04:32:56 -0000 --=-KY+J/f2329PgH7aafri4 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Sun, 2015-11-22 at 19:43 -0500, Brandon Allbery wrote: > On Sun, Nov 22, 2015 at 6:31 PM, Erich Dollansky < > erichsfreebsdlist@alogt.com> wrote: >=20 > > this is a bit strange. TERM should be always define to tell the > > applications the capabilities of your terminal. > >=20 >=20 > Things run from crontab don't have a terminal. Indeed cron only sets SHELL HOME PATH and USER >=20 > I note the error message looks like csh; check the target user's > .cshrc. >=20 but we are running from cron which defaults to sh inside a script with a #!/bin/sh and the call is su -m which should leave the environment unmodified and use the current shell (presumably still sh) as the login shell. Also www has a home of /nonexistant, no .cshrc file to be had. Maybe freebsd-update IDS is in order? --=-KY+J/f2329PgH7aafri4 Content-Type: application/x-pkcs7-signature; name="smime.p7s" Content-Disposition: attachment; filename="smime.p7s" Content-Transfer-Encoding: base64 MIAGCSqGSIb3DQEHAqCAMIACAQExDzANBglghkgBZQMEAgEFADCABgkqhkiG9w0BBwEAAKCCEqAw ggYwMIIFGKADAgECAgMOXcYwDQYJKoZIhvcNAQELBQAwgYwxCzAJBgNVBAYTAklMMRYwFAYDVQQK Ew1TdGFydENvbSBMdGQuMSswKQYDVQQLEyJTZWN1cmUgRGlnaXRhbCBDZXJ0aWZpY2F0ZSBTaWdu aW5nMTgwNgYDVQQDEy9TdGFydENvbSBDbGFzcyAxIFByaW1hcnkgSW50ZXJtZWRpYXRlIENsaWVu dCBDQTAeFw0xNTA2MTMyMDI0NDZaFw0xNjA2MTQwMDM1NTBaMEgxHzAdBgNVBAMMFmlrZUBtaWNo YWVsZWljaG9ybi5jb20xJTAjBgkqhkiG9w0BCQEWFmlrZUBtaWNoYWVsZWljaG9ybi5jb20wggEi MA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDJVdWALPz5h2s5zUQGIJYl6Vp8FPtZNko8q/3s crCsxXJLprMaDdpnqTsmkbmEfKvsqPQE6HVOpGxVRTl/tCm+VvouW9eY9ITMigb1OnHdU13CKO0j drgeU1nHst0qxwsIofRD7nC4dakT6exnrVndlBmLrf/bLPh2qOM8YK5qKK6m33fE7AyYrwiYAWFT 3fERI7LakjaabrIoS/Y1rCdL5FaCTMOlRbZyduc8HkrgjT2JW+i4fVcKyGL5gExBJWfS3q1uGFaB ie6pYtl8lZPtvN0JSfibP003RBoLgzqHJKW91RL0qNeDjKZi/5nrlU398l9UoVvLLO3KxoPBXKCx AgMBAAGjggLcMIIC2DAJBgNVHRMEAjAAMAsGA1UdDwQEAwIEsDAdBgNVHSUEFjAUBggrBgEFBQcD AgYIKwYBBQUHAwQwHQYDVR0OBBYEFJZqarc6CcrOs6eAwOgrMznk5ZWWMB8GA1UdIwQYMBaAFFNy 7ZKc4NrLAVx8fpY1TvLUuFGCMCEGA1UdEQQaMBiBFmlrZUBtaWNoYWVsZWljaG9ybi5jb20wggFM BgNVHSAEggFDMIIBPzCCATsGCysGAQQBgbU3AQIDMIIBKjAuBggrBgEFBQcCARYiaHR0cDovL3d3 dy5zdGFydHNzbC5jb20vcG9saWN5LnBkZjCB9wYIKwYBBQUHAgIwgeowJxYgU3RhcnRDb20gQ2Vy dGlmaWNhdGlvbiBBdXRob3JpdHkwAwIBARqBvlRoaXMgY2VydGlmaWNhdGUgd2FzIGlzc3VlZCBh Y2NvcmRpbmcgdG8gdGhlIENsYXNzIDEgVmFsaWRhdGlvbiByZXF1aXJlbWVudHMgb2YgdGhlIFN0 YXJ0Q29tIENBIHBvbGljeSwgcmVsaWFuY2Ugb25seSBmb3IgdGhlIGludGVuZGVkIHB1cnBvc2Ug aW4gY29tcGxpYW5jZSBvZiB0aGUgcmVseWluZyBwYXJ0eSBvYmxpZ2F0aW9ucy4wNgYDVR0fBC8w LTAroCmgJ4YlaHR0cDovL2NybC5zdGFydHNzbC5jb20vY3J0dTEtY3JsLmNybDCBjgYIKwYBBQUH AQEEgYEwfzA5BggrBgEFBQcwAYYtaHR0cDovL29jc3Auc3RhcnRzc2wuY29tL3N1Yi9jbGFzczEv Y2xpZW50L2NhMEIGCCsGAQUFBzAChjZodHRwOi8vYWlhLnN0YXJ0c3NsLmNvbS9jZXJ0cy9zdWIu Y2xhc3MxLmNsaWVudC5jYS5jcnQwIwYDVR0SBBwwGoYYaHR0cDovL3d3dy5zdGFydHNzbC5jb20v MA0GCSqGSIb3DQEBCwUAA4IBAQB4K8iQw+0FRn3xEnB3vIIu2Vi4C3ZGnOMWP90FFXLrZ6uAu9AK xVCjXUVP6nAEsOopTMu769vVecdBvg0KO2i5aTDTdTLX4g9d020g4OLWW1NiynAkX8oKqJLqZ53q vHK4zP4KWPS3bSqDWVCosTMfI+H6tkg+6G3gS0HHoHTLKZhIT3z6PQZAfeofM7ed6NOdAcj0J2lP ODHzzz7Y9x4wMwYJdidorzUDVYkNIkim8ak7hK9F60NadA5w/BirFATSlzRyV0h1tl6oNisEaQcq tGvy6UoCTDhzaJ7pQValfDXJ/A47P0hNj/CX/PmkY1wQHsEJz2pbh5lqteP/fO0rMIIGMDCCBRig AwIBAgIDDl3GMA0GCSqGSIb3DQEBCwUAMIGMMQswCQYDVQQGEwJJTDEWMBQGA1UEChMNU3RhcnRD b20gTHRkLjErMCkGA1UECxMiU2VjdXJlIERpZ2l0YWwgQ2VydGlmaWNhdGUgU2lnbmluZzE4MDYG A1UEAxMvU3RhcnRDb20gQ2xhc3MgMSBQcmltYXJ5IEludGVybWVkaWF0ZSBDbGllbnQgQ0EwHhcN MTUwNjEzMjAyNDQ2WhcNMTYwNjE0MDAzNTUwWjBIMR8wHQYDVQQDDBZpa2VAbWljaGFlbGVpY2hv cm4uY29tMSUwIwYJKoZIhvcNAQkBFhZpa2VAbWljaGFlbGVpY2hvcm4uY29tMIIBIjANBgkqhkiG 9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyVXVgCz8+YdrOc1EBiCWJelafBT7WTZKPKv97HKwrMVyS6az Gg3aZ6k7JpG5hHyr7Kj0BOh1TqRsVUU5f7Qpvlb6LlvXmPSEzIoG9Tpx3VNdwijtI3a4HlNZx7Ld KscLCKH0Q+5wuHWpE+nsZ61Z3ZQZi63/2yz4dqjjPGCuaiiupt93xOwMmK8ImAFhU93xESOy2pI2 mm6yKEv2NawnS+RWgkzDpUW2cnbnPB5K4I09iVvouH1XCshi+YBMQSVn0t6tbhhWgYnuqWLZfJWT 7bzdCUn4mz9NN0QaC4M6hySlvdUS9KjXg4ymYv+Z65VN/fJfVKFbyyztysaDwVygsQIDAQABo4IC 3DCCAtgwCQYDVR0TBAIwADALBgNVHQ8EBAMCBLAwHQYDVR0lBBYwFAYIKwYBBQUHAwIGCCsGAQUF BwMEMB0GA1UdDgQWBBSWamq3OgnKzrOngMDoKzM55OWVljAfBgNVHSMEGDAWgBRTcu2SnODaywFc fH6WNU7y1LhRgjAhBgNVHREEGjAYgRZpa2VAbWljaGFlbGVpY2hvcm4uY29tMIIBTAYDVR0gBIIB QzCCAT8wggE7BgsrBgEEAYG1NwECAzCCASowLgYIKwYBBQUHAgEWImh0dHA6Ly93d3cuc3RhcnRz c2wuY29tL3BvbGljeS5wZGYwgfcGCCsGAQUFBwICMIHqMCcWIFN0YXJ0Q29tIENlcnRpZmljYXRp b24gQXV0aG9yaXR5MAMCAQEagb5UaGlzIGNlcnRpZmljYXRlIHdhcyBpc3N1ZWQgYWNjb3JkaW5n IHRvIHRoZSBDbGFzcyAxIFZhbGlkYXRpb24gcmVxdWlyZW1lbnRzIG9mIHRoZSBTdGFydENvbSBD QSBwb2xpY3ksIHJlbGlhbmNlIG9ubHkgZm9yIHRoZSBpbnRlbmRlZCBwdXJwb3NlIGluIGNvbXBs aWFuY2Ugb2YgdGhlIHJlbHlpbmcgcGFydHkgb2JsaWdhdGlvbnMuMDYGA1UdHwQvMC0wK6ApoCeG JWh0dHA6Ly9jcmwuc3RhcnRzc2wuY29tL2NydHUxLWNybC5jcmwwgY4GCCsGAQUFBwEBBIGBMH8w OQYIKwYBBQUHMAGGLWh0dHA6Ly9vY3NwLnN0YXJ0c3NsLmNvbS9zdWIvY2xhc3MxL2NsaWVudC9j YTBCBggrBgEFBQcwAoY2aHR0cDovL2FpYS5zdGFydHNzbC5jb20vY2VydHMvc3ViLmNsYXNzMS5j bGllbnQuY2EuY3J0MCMGA1UdEgQcMBqGGGh0dHA6Ly93d3cuc3RhcnRzc2wuY29tLzANBgkqhkiG 9w0BAQsFAAOCAQEAeCvIkMPtBUZ98RJwd7yCLtlYuAt2RpzjFj/dBRVy62ergLvQCsVQo11FT+pw BLDqKUzLu+vb1XnHQb4NCjtouWkw03Uy1+IPXdNtIODi1ltTYspwJF/KCqiS6med6rxyuMz+Clj0 t20qg1lQqLEzHyPh+rZIPuht4EtBx6B0yymYSE98+j0GQH3qHzO3nejTnQHI9CdpTzgx888+2Pce MDMGCXYnaK81A1WJDSJIpvGpO4SvRetDWnQOcPwYqxQE0pc0cldIdbZeqDYrBGkHKrRr8ulKAkw4 c2ie6UFWpXw1yfwOOz9ITY/wl/z5pGNcEB7BCc9qW4eZarXj/3ztKzCCBjQwggQcoAMCAQICAR4w DQYJKoZIhvcNAQEFBQAwfTELMAkGA1UEBhMCSUwxFjAUBgNVBAoTDVN0YXJ0Q29tIEx0ZC4xKzAp BgNVBAsTIlNlY3VyZSBEaWdpdGFsIENlcnRpZmljYXRlIFNpZ25pbmcxKTAnBgNVBAMTIFN0YXJ0 Q29tIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTA3MTAyNDIxMDE1NVoXDTE3MTAyNDIxMDE1 NVowgYwxCzAJBgNVBAYTAklMMRYwFAYDVQQKEw1TdGFydENvbSBMdGQuMSswKQYDVQQLEyJTZWN1 cmUgRGlnaXRhbCBDZXJ0aWZpY2F0ZSBTaWduaW5nMTgwNgYDVQQDEy9TdGFydENvbSBDbGFzcyAx IFByaW1hcnkgSW50ZXJtZWRpYXRlIENsaWVudCBDQTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCC AQoCggEBAMcJg8zOLdgasSmkLhOrlr6KMoOMpohBllVHrdRvEg/q6r8jR+EK75xCGhR8ToREoqe7 zM9/UnC6TS2y9UKTpT1v7RSMzR0t6ndl0TWBuUr/UXBhPk+Kmy7bI4yW4urC+y7P3/1/X7U8ocb8 VpH/Clt+4iq7nirMcNh6qJR+xjOhV+VHzQMALuGYn5KZmc1NbJQYclsGkDxDz2UbFqE2+6vIZoL+ jb9x4Pa5gNf1TwSDkOkikZB1xtB4ZqtXThaABSONdfmv/Z1pua3FYxnCFmdr/+N2JLKutIxMYqQO Jebr/f/h5t95m4JgrM3Y/w7YX9d7YAL9jvN4SydHsU6n65cCAwEAAaOCAa0wggGpMA8GA1UdEwEB /wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBRTcu2SnODaywFcfH6WNU7y1LhRgjAf BgNVHSMEGDAWgBROC+8apEBbpRdphzDKNGhD0EGu8jBmBggrBgEFBQcBAQRaMFgwJwYIKwYBBQUH MAGGG2h0dHA6Ly9vY3NwLnN0YXJ0c3NsLmNvbS9jYTAtBggrBgEFBQcwAoYhaHR0cDovL3d3dy5z dGFydHNzbC5jb20vc2ZzY2EuY3J0MFsGA1UdHwRUMFIwJ6AloCOGIWh0dHA6Ly93d3cuc3RhcnRz c2wuY29tL3Nmc2NhLmNybDAnoCWgI4YhaHR0cDovL2NybC5zdGFydHNzbC5jb20vc2ZzY2EuY3Js MIGABgNVHSAEeTB3MHUGCysGAQQBgbU3AQIBMGYwLgYIKwYBBQUHAgEWImh0dHA6Ly93d3cuc3Rh cnRzc2wuY29tL3BvbGljeS5wZGYwNAYIKwYBBQUHAgEWKGh0dHA6Ly93d3cuc3RhcnRzc2wuY29t L2ludGVybWVkaWF0ZS5wZGYwDQYJKoZIhvcNAQEFBQADggIBAAqDCH14qywGXLhjjF6uHLkjd02h cdh9hrw+VUsv+q1eeQWB21jWj3kJ96AUlPCoEGZ/ynJNScWy6QMVQjbbMXltUfO4n4bGGdKo3awP Wp61tjAFgraLJgDk+DsSvUD6EowjMTNx25GQgyYJ5RPIzKKR9tQW8gGK+2+RHxkUCTbYFnL6kl8C h507rUdPPipJ9CgJFws3kDS3gOS5WFMxcjO5DwKfKSETEPrHh7p5shuuNktvsv6hxHTLhiMKX893 gxdT3XLS9OKmCv87vkINQcNEcIIoFWbP9HORz9v3vQwR4e3ksLc2JZOAFK+ssS5XMEoznzpihEP0 PLc4dCBYjbvSD7kxgDwZ+Aj8Q9PkbvE9sIPP7ON0fz095HdThKjiVJe6vofq+n6b1NBc8XdrQvBm unwxD5nvtTW4vtN6VY7mUCmxsCieuoBJ9OlqmsVWQvifIYf40dJPZkk9YgGTzWLpXDSfLSplbY2L L9C9U0ptvjcDjefLTvqSFc7tw1sEhF0n/qpA2r0GpvkLRDmcSwVyPvmjFBGqUp/pNy8ZuPGQmHwF i2/14+xeSUDG2bwnsYJQG2EdJCB6luQ57GEnTA/yKZSTKI8dDQa8Sd3zfXb19mOgSF0bBdXbuKhE puP9wirslFe6fQ1t5j5R0xi72MZ8ikMu1RQZKCyDbMwazlHiMYIDfzCCA3sCAQEwgZQwgYwxCzAJ BgNVBAYTAklMMRYwFAYDVQQKEw1TdGFydENvbSBMdGQuMSswKQYDVQQLEyJTZWN1cmUgRGlnaXRh bCBDZXJ0aWZpY2F0ZSBTaWduaW5nMTgwNgYDVQQDEy9TdGFydENvbSBDbGFzcyAxIFByaW1hcnkg SW50ZXJtZWRpYXRlIENsaWVudCBDQQIDDl3GMA0GCWCGSAFlAwQCAQUAoIIBuzAYBgkqhkiG9w0B CQMxCwYJKoZIhvcNAQcBMBwGCSqGSIb3DQEJBTEPFw0xNTExMjMwNDMyNDRaMC8GCSqGSIb3DQEJ BDEiBCD/D3jQtj6Gmw2qTOrbETTrBBIAb3WTCAhExHqbN9hmSzCBpQYJKwYBBAGCNxAEMYGXMIGU MIGMMQswCQYDVQQGEwJJTDEWMBQGA1UEChMNU3RhcnRDb20gTHRkLjErMCkGA1UECxMiU2VjdXJl IERpZ2l0YWwgQ2VydGlmaWNhdGUgU2lnbmluZzE4MDYGA1UEAxMvU3RhcnRDb20gQ2xhc3MgMSBQ cmltYXJ5IEludGVybWVkaWF0ZSBDbGllbnQgQ0ECAw5dxjCBpwYLKoZIhvcNAQkQAgsxgZeggZQw gYwxCzAJBgNVBAYTAklMMRYwFAYDVQQKEw1TdGFydENvbSBMdGQuMSswKQYDVQQLEyJTZWN1cmUg RGlnaXRhbCBDZXJ0aWZpY2F0ZSBTaWduaW5nMTgwNgYDVQQDEy9TdGFydENvbSBDbGFzcyAxIFBy aW1hcnkgSW50ZXJtZWRpYXRlIENsaWVudCBDQQIDDl3GMA0GCSqGSIb3DQEBAQUABIIBAHe3hHCo tcGZWRPHeFLTLrHWQVJSR+mpH3uWy22VLED5VP6SVXXSg0mWJi/DjUk61WC6Hd9m+vFoCSQMR7x0 /I/o0fUKH1XFpiURFNAZ8dMmbgWGyodsdBIU1b1Sqy+LdUuuTe450fOIEFT4+DjKawlWQ/r1+GqP 3VTmqV8gj/CIi2K3lkGJ/kr/kzZFDt3Xvyzctarl4kMQel1NXKqDdoyPjBCbDQzWblsfRL2khjy9 IsYgygJvGa5NJCAayd9gMrx1kubAFxTvB/98HWzPsAA4PN6DQnPBMmYVJJTEOe+54yTAz/8WccK9 qqVT2oMn/t34pT8eCLz4Do4o14b5dlsAAAAAAAA= --=-KY+J/f2329PgH7aafri4-- From owner-freebsd-stable@freebsd.org Mon Nov 23 09:32:43 2015 Return-Path: Delivered-To: freebsd-stable@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 E6492A35058 for ; Mon, 23 Nov 2015 09:32:43 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9B18915D7 for ; Mon, 23 Nov 2015 09:32:42 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id DDEF228432; Mon, 23 Nov 2015 10:32:38 +0100 (CET) Received: from illbsd.quip.test (ip-86-49-16-209.net.upcbroadband.cz [86.49.16.209]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id C315028431; Mon, 23 Nov 2015 10:32:37 +0100 (CET) Message-ID: <5652DD35.8080309@quip.cz> Date: Mon, 23 Nov 2015 10:32:37 +0100 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:35.0) Gecko/20100101 Firefox/35.0 SeaMonkey/2.32 MIME-Version: 1.0 To: "Michael B. Eichorn" , Brandon Allbery , Erich Dollansky CC: freebsd-stable Stable Subject: Re: su on 10.2: TERM: Undefined variable References: <5650642B.5030707@quip.cz> <1448138525.10590.18.camel@michaeleichorn.com> <5651A102.8050106@quip.cz> <5651BD59.8070203@quip.cz> <20151123073107.49bca531@X220.alogt.com> <1448253164.12995.16.camel@michaeleichorn.com> In-Reply-To: <1448253164.12995.16.camel@michaeleichorn.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Nov 2015 09:32:44 -0000 Michael B. Eichorn wrote on 11/23/2015 05:32: > On Sun, 2015-11-22 at 19:43 -0500, Brandon Allbery wrote: >> On Sun, Nov 22, 2015 at 6:31 PM, Erich Dollansky < >> erichsfreebsdlist@alogt.com> wrote: >> >>> this is a bit strange. TERM should be always define to tell the >>> applications the capabilities of your terminal. >>> >> >> Things run from crontab don't have a terminal. > > Indeed cron only sets SHELL HOME PATH and USER > >> >> I note the error message looks like csh; check the target user's >> .cshrc. >> > > but we are running from cron which defaults to sh inside a script with > a #!/bin/sh and the call is su -m which should leave the environment > unmodified and use the current shell (presumably still sh) as the login > shell. > > Also www has a home of /nonexistant, no .cshrc file to be had. > > > Maybe freebsd-update IDS is in order? We don't use freebsd-update. All our machines are updated / upgraded from central build server by "make installkernel && make installworld" throught NFS mounted /usr/src and /usr/obj I will try this script in clean FreeBSD 10.2 install in VirtualBox and will report results later. Thank you for your time! Miroslav Lachman From owner-freebsd-stable@freebsd.org Mon Nov 23 09:33:45 2015 Return-Path: Delivered-To: freebsd-stable@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 7F7EFA35153 for ; Mon, 23 Nov 2015 09:33:45 +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 6CD2919C7; Mon, 23 Nov 2015 09:33:45 +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 0B9B91EAA; Mon, 23 Nov 2015 09:33:44 +0000 (UTC) Date: Mon, 23 Nov 2015 09:33:41 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: ngie@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-stable@FreeBSD.org Message-ID: <278307279.97.1448271223102.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_stable_10 - Build #1833 - Failure MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_stable_10 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-stable@freebsd.org X-Mailman-Version: 2.1.20 List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Nov 2015 09:33:45 -0000 FreeBSD_stable_10 - Build #1833 - Failure: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_stable_10/1833/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_stable_10/1833/cha= nges Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_stable_10/1833/cons= ole Change summaries: 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 64059 lines...] printf '#include "SYS.h"\nRSYSCALL(cap_ioctls_limit)\n' >> cap_ioctls_limit= .S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>cap_ioctls_limit.S --- cap_fcntls_limit.S --- printf '#include "compat.h"\n' > cap_fcntls_limit.S printf '#include "SYS.h"\nRSYSCALL(cap_fcntls_limit)\n' >> cap_fcntls_limit= .S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>cap_fcntls_limit.S --- aio_mlock.S --- --- bindat.S --- printf '#include "compat.h"\n' > bindat.S printf '#include "SYS.h"\nRSYSCALL(bindat)\n' >> bindat.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>bindat.S --- procctl.S --- --- chflagsat.S --- printf '#include "compat.h"\n' > chflagsat.S printf '#include "SYS.h"\nRSYSCALL(chflagsat)\n' >> chflagsat.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>chflagsat.S --- _exit.S --- --- _pwrite.S --- --- aio_mlock.S --- printf '#include "compat.h"\n' > aio_mlock.S printf '#include "SYS.h"\nRSYSCALL(aio_mlock)\n' >> aio_mlock.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>aio_mlock.S --- procctl.S --- printf '#include "compat.h"\n' > procctl.S printf '#include "SYS.h"\nRSYSCALL(procctl)\n' >> procctl.S --- _mmap.S --- --- procctl.S --- printf '\t.section .note.GNU-stack,"",%%progbits\n' >>procctl.S --- _exit.S --- printf '#include "compat.h"\n' > _exit.S printf '#include "SYS.h"\nPSEUDO(exit)\n' >> _exit.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_exit.S --- _clock_gettime.S --- --- _pwrite.S --- printf '#include "compat.h"\n' > _pwrite.S printf '#include "SYS.h"\nPSEUDO(pwrite)\n' >> _pwrite.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_pwrite.S --- _gettimeofday.S --- --- _accept.S --- --- _mmap.S --- printf '#include "compat.h"\n' > _mmap.S printf '#include "SYS.h"\nPSEUDO(mmap)\n' >> _mmap.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_mmap.S --- _clock_gettime.S --- printf '#include "compat.h"\n' > _clock_gettime.S printf '#include "SYS.h"\nPSEUDO(clock_gettime)\n' >> _clock_gettime.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_clock_gettime.S --- _aio_suspend.S --- --- _gettimeofday.S --- printf '#include "compat.h"\n' > _gettimeofday.S printf '#include "SYS.h"\nPSEUDO(gettimeofday)\n' >> _gettimeofday.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_gettimeofday.S --- _close.S --- --- _accept.S --- printf '#include "compat.h"\n' > _accept.S printf '#include "SYS.h"\nPSEUDO(accept)\n' >> _accept.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_accept.S --- _connect.S --- --- _fcntl.S --- --- _aio_suspend.S --- printf '#include "compat.h"\n' > _aio_suspend.S printf '#include "SYS.h"\nPSEUDO(aio_suspend)\n' >> _aio_suspend.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_aio_suspend.S --- _close.S --- printf '#include "compat.h"\n' > _close.S printf '#include "SYS.h"\nPSEUDO(close)\n' >> _close.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_close.S --- _msync.S --- --- _connect.S --- printf '#include "compat.h"\n' > _connect.S --- _openat.S --- --- _connect.S --- printf '#include "SYS.h"\nPSEUDO(connect)\n' >> _connect.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_connect.S --- _fcntl.S --- printf '#include "compat.h"\n' > _fcntl.S printf '#include "SYS.h"\nPSEUDO(fcntl)\n' >> _fcntl.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_fcntl.S --- _poll.S --- --- _ppoll.S --- --- _msync.S --- printf '#include "compat.h"\n' > _msync.S printf '#include "SYS.h"\nPSEUDO(msync)\n' >> _msync.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_msync.S --- _openat.S --- printf '#include "compat.h"\n' > _openat.S printf '#include "SYS.h"\nPSEUDO(openat)\n' >> _openat.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_openat.S --- _readv.S --- --- _recvfrom.S --- --- _poll.S --- printf '#include "compat.h"\n' > _poll.S printf '#include "SYS.h"\nPSEUDO(poll)\n' >> _poll.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_poll.S --- _ppoll.S --- printf '#include "compat.h"\n' > _ppoll.S printf '#include "SYS.h"\nPSEUDO(ppoll)\n' >> _ppoll.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_ppoll.S --- _recvmsg.S --- --- _setcontext.S --- --- _recvfrom.S --- printf '#include "compat.h"\n' > _recvfrom.S --- _readv.S --- printf '#include "compat.h"\n' > _readv.S printf '#include "SYS.h"\nPSEUDO(readv)\n' >> _readv.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_readv.S --- _recvfrom.S --- printf '#include "SYS.h"\nPSEUDO(recvfrom)\n' >> _recvfrom.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_recvfrom.S --- _sigprocmask.S --- --- _recvmsg.S --- printf '#include "compat.h"\n' > _recvmsg.S printf '#include "SYS.h"\nPSEUDO(recvmsg)\n' >> _recvmsg.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_recvmsg.S --- _sigtimedwait.S --- --- _setcontext.S --- printf '#include "compat.h"\n' > _setcontext.S printf '#include "SYS.h"\nPSEUDO(setcontext)\n' >> _setcontext.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_setcontext.S --- _sigwaitinfo.S --- --- _writev.S --- --- _sigprocmask.S --- printf '#include "compat.h"\n' > _sigprocmask.S printf '#include "SYS.h"\nPSEUDO(sigprocmask)\n' >> _sigprocmask.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_sigprocmask.S --- _sigtimedwait.S --- printf '#include "compat.h"\n' > _sigtimedwait.S printf '#include "SYS.h"\nPSEUDO(sigtimedwait)\n' >> _sigtimedwait.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_sigtimedwait.S --- _sigaction.S --- --- _sigwaitinfo.S --- printf '#include "compat.h"\n' > _sigwaitinfo.S printf '#include "SYS.h"\nPSEUDO(sigwaitinfo)\n' >> _sigwaitinfo.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_sigwaitinfo.S --- crypt.h --- --- _sigaction.S --- printf '#include "compat.h"\n' > _sigaction.S printf '#include "SYS.h"\nPSEUDO(sigaction)\n' >> _sigaction.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_sigaction.S --- _writev.S --- printf '#include "compat.h"\n' > _writev.S printf '#include "SYS.h"\nPSEUDO(writev)\n' >> _writev.S printf '\t.section .note.GNU-stack,"",%%progbits\n' >>_writev.S --- yp_xdr.c --- --- gdtoa_strtorx.c --- --- gdtoa_dmisc.c --- --- crypt.h --- RPCGEN_CPP=3Dcpp\ rpcgen -C -h -o crypt.h /builds/FreeBSD_stable_10/obj/bu= ilds/FreeBSD_stable_10/tmp/usr/include/rpcsvc/crypt.x --- yp_xdr.c --- RPCGEN_CPP=3Dcpp\ rpcgen -C -c -o yp_xdr.c /builds/FreeBSD_stable_10/obj/b= uilds/FreeBSD_stable_10/tmp/usr/include/rpcsvc/yp.x --- gdtoa_strtorx.c --- ln -sf /builds/FreeBSD_stable_10/lib/libc/../../contrib/gdtoa/strtorx.c gdt= oa_strtorx.c --- gdtoa_dmisc.c --- ln -sf /builds/FreeBSD_stable_10/lib/libc/../../contrib/gdtoa/dmisc.c gdtoa= _dmisc.c --- gdtoa_dtoa.c --- --- gdtoa_gmisc.c --- --- gdtoa_dtoa.c --- ln -sf /builds/FreeBSD_stable_10/lib/libc/../../contrib/gdtoa/dtoa.c gdtoa_= dtoa.c --- gdtoa_gmisc.c --- ln -sf /builds/FreeBSD_stable_10/lib/libc/../../contrib/gdtoa/gmisc.c gdtoa= _gmisc.c --- gdtoa_smisc.c --- --- gdtoa_strtodg.c --- --- gdtoa_smisc.c --- ln -sf /builds/FreeBSD_stable_10/lib/libc/../../contrib/gdtoa/smisc.c gdtoa= _smisc.c --- gdtoa_strtodg.c --- ln -sf /builds/FreeBSD_stable_10/lib/libc/../../contrib/gdtoa/strtodg.c gdt= oa_strtodg.c --- gdtoa_strtord.c --- --- gdtoa_sum.c --- --- gdtoa_strtord.c --- ln -sf /builds/FreeBSD_stable_10/lib/libc/../../contrib/gdtoa/strtord.c gdt= oa_strtord.c --- gdtoa_sum.c --- ln -sf /builds/FreeBSD_stable_10/lib/libc/../../contrib/gdtoa/sum.c gdtoa_s= um.c --- jemalloc_jemalloc.c --- --- jemalloc_atomic.c --- --- jemalloc_jemalloc.c --- ln -sf /builds/FreeBSD_stable_10/lib/libc/../../contrib/jemalloc/src/jemall= oc.c jemalloc_jemalloc.c --- jemalloc_atomic.c --- ln -sf /builds/FreeBSD_stable_10/lib/libc/../../contrib/jemalloc/src/atomic= .c jemalloc_atomic.c --- jemalloc_chunk_dss.c --- --- jemalloc_ckh.c --- --- jemalloc_ctl.c --- --- jemalloc_chunk_dss.c --- ln -sf /builds/FreeBSD_stable_10/lib/libc/../../contrib/jemalloc/src/chunk_= dss.c jemalloc_chunk_dss.c --- jemalloc_huge.c --- --- jemalloc_ckh.c --- ln -sf /builds/FreeBSD_stable_10/lib/libc/../../contrib/jemalloc/src/ckh.c = jemalloc_ckh.c --- jemalloc_ctl.c --- ln -sf /builds/FreeBSD_stable_10/lib/libc/../../contrib/jemalloc/src/ctl.c = jemalloc_ctl.c --- jemalloc_mb.c --- --- jemalloc_huge.c --- ln -sf /builds/FreeBSD_stable_10/lib/libc/../../contrib/jemalloc/src/huge.c= jemalloc_huge.c --- jemalloc_stats.c --- --- subr_acl_nfs4.c --- --- jemalloc_mb.c --- ln -sf /builds/FreeBSD_stable_10/lib/libc/../../contrib/jemalloc/src/mb.c j= emalloc_mb.c --- jemalloc_stats.c --- ln -sf /builds/FreeBSD_stable_10/lib/libc/../../contrib/jemalloc/src/stats.= c jemalloc_stats.c --- yp.h --- --- crypt_clnt.c --- --- subr_acl_nfs4.c --- cat /builds/FreeBSD_stable_10/lib/libc/../../sys/kern/subr_acl_nfs4.c > sub= r_acl_nfs4.c --- crypt_xdr.c --- --- yp.h --- RPCGEN_CPP=3Dcpp\ rpcgen -C -h -o yp.h /builds/FreeBSD_stable_10/obj/build= s/FreeBSD_stable_10/tmp/usr/include/rpcsvc/yp.x --- crypt_clnt.c --- RPCGEN_CPP=3Dcpp\ rpcgen -C -l -o crypt_clnt.c /builds/FreeBSD_stable_10/o= bj/builds/FreeBSD_stable_10/tmp/usr/include/rpcsvc/crypt.x --- crypt_xdr.c --- RPCGEN_CPP=3Dcpp\ rpcgen -C -c -o crypt_xdr.c /builds/FreeBSD_stable_10/ob= j/builds/FreeBSD_stable_10/tmp/usr/include/rpcsvc/crypt.x --- nslexer.c --- lex -P_nsyy -o/dev/stdout /builds/FreeBSD_stable_10/lib/libc/net/nslexer.l= | sed -e '/YY_BUF_SIZE/s/16384/1024/' >nslexer.c --- .depend --- rm -f .depend CC=3D'cc ' mkdep -f .depend -a -I/builds/FreeBSD_stable_10/lib/libc/incl= ude -I/builds/FreeBSD_stable_10/lib/libc/../../include -I/builds/FreeBSD_st= able_10/lib/libc/amd64 -DNLS -D__DBINTERFACE_PRIVATE -I/builds/FreeBSD_stab= le_10/lib/libc/../../contrib/gdtoa -I/builds/FreeBSD_stable_10/lib/libc/../= ../contrib/libc-vis -DINET6 -I/builds/FreeBSD_stable_10/obj/builds/FreeBSD_= stable_10/lib/libc -I/builds/FreeBSD_stable_10/lib/libc/resolv -D_ACL_PRIVA= TE -DPOSIX_MISTAKE -I/builds/FreeBSD_stable_10/lib/libc/../libmd -I/builds/= FreeBSD_stable_10/lib/libc/../../contrib/jemalloc/include -I/builds/FreeBSD= _stable_10/lib/libc/../../contrib/tzcode/stdtime -I/builds/FreeBSD_stable_1= 0/lib/libc/stdtime -I/builds/FreeBSD_stable_10/lib/libc/locale -DBROKEN_DES= -DPORTMAP -DDES_BUILTIN -I/builds/FreeBSD_stable_10/lib/libc/rpc -DYP -DNS= _CACHING -DSYMBOL_VERSIONING -DSYSCALL_COMPAT -std=3Dgnu99 /builds/FreeBS= D_stable_10/lib/libc/db/btree/bt_close.c /builds/FreeBSD_stable_10/lib/libc= /db/btree/bt_conv.c /builds/FreeBSD_stable_10/lib/libc/db/btree/bt_debug.c = /builds/FreeBSD_stable_10/lib/libc/db/btree/bt_delete.c /builds/FreeBSD_sta= ble_10/lib/libc/db/btree/bt_get.c /builds/FreeBSD_stable_10/lib/libc/db/btr= ee/bt_open.c /builds/FreeBSD_stable_10/lib/libc/db/btree/bt_overflow.c /bui= lds/FreeBSD_stable_10/lib/libc/db/btree/bt_page.c /builds/FreeBSD_stable_10= /lib/libc/db/btree/bt_put.c /builds/FreeBSD_stable_10/lib/libc/db/btree/bt_= search.c /builds/FreeBSD_stable_10/lib/libc/db/btree/bt_seq.c /builds/FreeB= SD_stable_10/lib/libc/db/btree/bt_split.c /builds/FreeBSD_stable_10/lib/lib= c/db/btree/bt_utils.c /builds/FreeBSD_stable_10/lib/libc/db/db/db.c /builds= /FreeBSD_stable_10/lib/libc/db/hash/hash.c /builds/FreeBSD_stable_10/lib/li= bc/db/hash/hash_bigkey.c /builds/FreeBSD_stable_10/lib/libc/db/hash/hash_bu= f.c /builds/FreeBSD_stable_10/lib/libc/db/hash/hash_func.c /builds/FreeBSD_= stable_10/lib/libc/db/hash/hash_log2.c /builds/FreeBSD_stable_10/lib/libc/d= b/hash/hash_page.c /builds/FreeBSD_stable_10/lib/libc/db/hash/ndbm.c /build= s/FreeBSD_stable_10/lib/libc/db/mpool/mpool.c /builds/FreeBSD_stable_10/lib= /libc/db/mpool/mpool-compat.c /builds/FreeBSD_stable_10/lib/libc/db/recno/r= ec_close.c /builds/FreeBSD_stable_10/lib/libc/db/recno/rec_delete.c /builds= /FreeBSD_stable_10/lib/libc/db/recno/rec_get.c /builds/FreeBSD_stable_10/li= b/libc/db/recno/rec_open.c /builds/FreeBSD_stable_10/lib/libc/db/recno/rec_= put.c /builds/FreeBSD_stable_10/lib/libc/db/recno/rec_search.c /builds/Free= BSD_stable_10/lib/libc/db/recno/rec_seq.c /builds/FreeBSD_stable_10/lib/lib= c/db/recno/rec_utils.c /builds/FreeBSD_stable_10/lib/libc/compat-43/creat.c= /builds/FreeBSD_stable_10/lib/libc/compat-43/gethostid.c /builds/FreeBSD_s= table_10/lib/libc/compat-43/getwd.c /builds/FreeBSD_stable_10/lib/libc/comp= at-43/killpg.c /builds/FreeBSD_stable_10/lib/libc/compat-43/sethostid.c /bu= ilds/FreeBSD_stable_10/lib/libc/compat-43/setpgrp.c /builds/FreeBSD_stable_= 10/lib/libc/compat-43/setrgid.c /builds/FreeBSD_stable_10/lib/libc/compat-4= 3/setruid.c /builds/FreeBSD_stable_10/lib/libc/compat-43/sigcompat.c /build= s/FreeBSD_stable_10/lib/libc/gen/__getosreldate.c /builds/FreeBSD_stable_10= /lib/libc/gen/__pthread_mutex_init_calloc_cb_stub.c /builds/FreeBSD_stable_= 10/lib/libc/gen/__xuname.c /builds/FreeBSD_stable_10/lib/libc/gen/_once_stu= b.c /builds/FreeBSD_stable_10/lib/libc/gen/_pthread_stubs.c /builds/FreeBSD= _stable_10/lib/libc/gen/_rand48.c /builds/FreeBSD_stable_10/lib/libc/gen/_s= pinlock_stub.c /builds/FreeBSD_stable_10/lib/libc/gen/_thread_init.c /build= s/FreeBSD_stable_10/lib/libc/gen/alarm.c /builds/FreeBSD_stable_10/lib/libc= /gen/arc4random.c /builds/FreeBSD_stable_10/lib/libc/gen/assert.c /builds/F= reeBSD_stable_10/lib/libc/gen/auxv.c /builds/FreeBSD_stable_10/lib/libc/gen= /basename.c /builds/FreeBSD_stable_10/lib/libc/gen/cap_sandboxed.c /builds/= FreeBSD_stable_10/lib/libc/gen/check_utility_compat.c /builds/FreeBSD_stabl= e_10/lib/libc/gen/clock.c /builds/FreeBSD_stable_10/lib/libc/gen/clock_getc= puclockid.c /builds/FreeBSD_stable_10/lib/libc/gen/closedir.c /builds/FreeB= SD_stable_10/lib/libc/gen/confstr.c /builds/FreeBSD_stable_10/lib/libc/gen/= crypt.c /builds/FreeBSD_stable_10/lib/libc/gen/ctermid.c /builds/FreeBSD_st= able_10/lib/libc/gen/daemon.c /builds/FreeBSD_stable_10/lib/libc/gen/devnam= e.c /builds/FreeBSD_stable_10/lib/libc/gen/dirfd.c /builds/FreeBSD_stable_1= 0/lib/libc/gen/dirname.c /builds/FreeBSD_stable_10/lib/libc/gen/disklabel.c= /builds/FreeBSD_stable_10/lib/libc/gen/dlfcn.c /builds/FreeBSD_stable_10/l= ib/libc/gen/drand48.c /builds/FreeBSD_stable_10/lib/libc/gen/dup3.c /builds= /FreeBSD_stable_10/lib/libc/gen/elf_utils.c /builds/FreeBSD_stable_10/lib/l= ibc/gen/erand48.c /builds/FreeBSD_stable_10/lib/libc/gen/err.c /builds/Free= BSD_stable_10/lib/libc/gen/errlst.c /builds/FreeBSD_stable_10/lib/libc/gen/= errno.c /builds/FreeBSD_stable_10/lib/libc/gen/exec.c /builds/FreeBSD_stabl= e_10/lib/libc/gen/fdevname.c /builds/FreeBSD_stable_10/lib/libc/gen/feature= _present.c /builds/FreeBSD_stable_10/lib/libc/gen/fmtcheck.c /builds/FreeBS= D_stable_10/lib/libc/gen/fmtmsg.c /builds/FreeBSD_stable_10/lib/libc/gen/fn= match.c /builds/FreeBSD_stable_10/lib/libc/gen/fpclassify.c /builds/FreeBSD= _stable_10/lib/libc/gen/frexp.c /builds/FreeBSD_stable_10/lib/libc/gen/fsta= b.c /builds/FreeBSD_stable_10/lib/libc/gen/ftok.c /builds/FreeBSD_stable_10= /lib/libc/gen/fts.c /builds/FreeBSD_stable_10/lib/libc/gen/fts-compat.c /bu= ilds/FreeBSD_stable_10/lib/libc/gen/ftw.c /builds/FreeBSD_stable_10/lib/lib= c/gen/getbootfile.c /builds/FreeBSD_stable_10/lib/libc/gen/getbsize.c /buil= ds/FreeBSD_stable_10/lib/libc/gen/getcap.c /builds/FreeBSD_stable_10/lib/li= bc/gen/getcwd.c /builds/FreeBSD_stable_10/lib/libc/gen/getdomainname.c /bui= lds/FreeBSD_stable_10/lib/libc/gen/getgrent.c /builds/FreeBSD_stable_10/lib= /libc/gen/getgrouplist.c /builds/FreeBSD_stable_10/lib/libc/gen/gethostname= .c /builds/FreeBSD_stable_10/lib/libc/gen/getloadavg.c /builds/FreeBSD_stab= le_10/lib/libc/gen/getlogin.c /builds/FreeBSD_stable_10/lib/libc/gen/getmnt= info.c /builds/FreeBSD_stable_10/lib/libc/gen/getnetgrent.c /builds/FreeBSD= _stable_10/lib/libc/gen/getosreldate.c /builds/FreeBSD_stable_10/lib/libc/g= en/getpagesize.c /builds/FreeBSD_stable_10/lib/libc/gen/getpagesizes.c /bui= lds/FreeBSD_stable_10/lib/libc/gen/getpeereid.c /builds/FreeBSD_stable_10/l= ib/libc/gen/getprogname.c /builds/FreeBSD_stable_10/lib/libc/gen/getpwent.c= /builds/FreeBSD_stable_10/lib/libc/gen/getttyent.c /builds/FreeBSD_stable_= 10/lib/libc/gen/getusershell.c /builds/FreeBSD_stable_10/lib/libc/gen/getut= xent.c /builds/FreeBSD_stable_10/lib/libc/gen/getvfsbyname.c /builds/FreeBS= D_stable_10/lib/libc/gen/glob.c /builds/FreeBSD_stable_10/lib/libc/gen/init= groups.c /builds/FreeBSD_stable_10/lib/libc/gen/isatty.c /builds/FreeBSD_st= able_10/lib/libc/gen/isinf.c /builds/FreeBSD_stable_10/lib/libc/gen/isnan.c= /builds/FreeBSD_stable_10/lib/libc/gen/jrand48.c /builds/FreeBSD_stable_10= /lib/libc/gen/lcong48.c /builds/FreeBSD_stable_10/lib/libc/gen/libc_dlopen.= c /builds/FreeBSD_stable_10/lib/libc/gen/lockf.c /builds/FreeBSD_stable_10/= lib/libc/gen/lrand48.c /builds/FreeBSD_stable_10/lib/libc/gen/mrand48.c /bu= ilds/FreeBSD_stable_10/lib/libc/gen/nftw.c /builds/FreeBSD_stable_10/lib/li= bc/gen/nice.c /builds/FreeBSD_stable_10/lib/libc/gen/nlist.c /builds/FreeBS= D_stable_10/lib/libc/gen/nrand48.c /builds/FreeBSD_stable_10/lib/libc/gen/o= pendir.c /builds/FreeBSD_stable_10/lib/libc/gen/pause.c /builds/FreeBSD_sta= ble_10/lib/libc/gen/pmadvise.c /builds/FreeBSD_stable_10/lib/libc/gen/popen= .c /builds/FreeBSD_stable_10/lib/libc/gen/posix_spawn.c /builds/FreeBSD_sta= ble_10/lib/libc/gen/psignal.c /builds/FreeBSD_stable_10/lib/libc/gen/pututx= line.c /builds/FreeBSD_stable_10/lib/libc/gen/pw_scan.c /builds/FreeBSD_sta= ble_10/lib/libc/gen/raise.c /builds/FreeBSD_stable_10/lib/libc/gen/readdir.= c /builds/FreeBSD_stable_10/lib/libc/gen/readpassphrase.c /builds/FreeBSD_s= table_10/lib/libc/gen/rewinddir.c /builds/FreeBSD_stable_10/lib/libc/gen/sc= andir.c /builds/FreeBSD_stable_10/lib/libc/gen/seed48.c /builds/FreeBSD_sta= ble_10/lib/libc/gen/seekdir.c /builds/FreeBSD_stable_10/lib/libc/gen/semctl= .c /builds/FreeBSD_stable_10/lib/libc/gen/setdomainname.c /builds/FreeBSD_s= table_10/lib/libc/gen/sethostname.c /builds/FreeBSD_stable_10/lib/libc/gen/= setjmperr.c /builds/FreeBSD_stable_10/lib/libc/gen/setmode.c /builds/FreeBS= D_stable_10/lib/libc/gen/setproctitle.c /builds/FreeBSD_stable_10/lib/libc/= gen/setprogname.c /builds/FreeBSD_stable_10/lib/libc/gen/siginterrupt.c /bu= ilds/FreeBSD_stable_10/lib/libc/gen/siglist.c /builds/FreeBSD_stable_10/lib= /libc/gen/signal.c /builds/FreeBSD_stable_10/lib/libc/gen/sigsetops.c /buil= ds/FreeBSD_stable_10/lib/libc/gen/sleep.c /builds/FreeBSD_stable_10/lib/lib= c/gen/srand48.c /builds/FreeBSD_stable_10/lib/libc/gen/statvfs.c /builds/Fr= eeBSD_stable_10/lib/libc/gen/stringlist.c /builds/FreeBSD_stable_10/lib/lib= c/gen/strtofflags.c /builds/FreeBSD_stable_10/lib/libc/gen/sysconf.c /build= s/FreeBSD_stable_10/lib/libc/gen/sysctl.c /builds/FreeBSD_stable_10/lib/lib= c/gen/sysctlbyname.c /builds/FreeBSD_stable_10/lib/libc/gen/sysctlnametomib= .c /builds/FreeBSD_stable_10/lib/libc/gen/syslog.c /builds/FreeBSD_stable_1= 0/lib/libc/gen/telldir.c /builds/FreeBSD_stable_10/lib/libc/gen/termios.c /= builds/FreeBSD_stable_10/lib/libc/gen/time.c /builds/FreeBSD_stable_10/lib/= libc/gen/times.c /builds/FreeBSD_stable_10/lib/libc/gen/timezone.c /builds/= FreeBSD_stable_10/lib/libc/gen/tls.c /builds/FreeBSD_stable_10/lib/libc/gen= /ttyname.c /builds/FreeBSD_stable_10/lib/libc/gen/ttyslot.c /builds/FreeBSD= _stable_10/lib/libc/gen/ualarm.c /builds/FreeBSD_stable_10/lib/libc/gen/uli= mit.c /builds/FreeBSD_stable_10/lib/libc/gen/uname.c /builds/FreeBSD_stable= _10/lib/libc/gen/unvis-compat.c /builds/FreeBSD_stable_10/lib/libc/gen/usle= ep.c /builds/FreeBSD_stable_10/lib/libc/gen/utime.c /builds/FreeBSD_stable_= 10/lib/libc/gen/utxdb.c /builds/FreeBSD_stable_10/lib/libc/gen/valloc.c /bu= ilds/FreeBSD_stable_10/lib/libc/gen/wait.c /builds/FreeBSD_stable_10/lib/li= bc/gen/wait3.c /builds/FreeBSD_stable_10/lib/libc/gen/waitpid.c /builds/Fre= eBSD_stable_10/lib/libc/gen/waitid.c /builds/FreeBSD_stable_10/lib/libc/gen= /wordexp.c /builds/FreeBSD_stable_10/lib/libc/../../contrib/libc-pwcache/pw= cache.c /builds/FreeBSD_stable_10/lib/libc/../../contrib/libc-vis/unvis.c /= builds/FreeBSD_stable_10/lib/libc/../../contrib/libc-vis/vis.c cancelpoints= _sem.c cancelpoints_sem_new.c /builds/FreeBSD_stable_10/lib/libc/amd64/gen/= _setjmp.S /builds/FreeBSD_stable_10/lib/libc/amd64/gen/_set_tp.c /builds/Fr= eeBSD_stable_10/lib/libc/amd64/gen/rfork_thread.S /builds/FreeBSD_stable_10= /lib/libc/amd64/gen/setjmp.S /builds/FreeBSD_stable_10/lib/libc/amd64/gen/s= igsetjmp.S /builds/FreeBSD_stable_10/lib/libc/amd64/gen/fabs.S /builds/Free= BSD_stable_10/lib/libc/amd64/gen/getcontextx.c /builds/FreeBSD_stable_10/li= b/libc/amd64/gen/infinity.c /builds/FreeBSD_stable_10/lib/libc/gen/ldexp.c = /builds/FreeBSD_stable_10/lib/libc/amd64/gen/makecontext.c /builds/FreeBSD_= stable_10/lib/libc/amd64/gen/signalcontext.c /builds/FreeBSD_stable_10/lib/= libc/amd64/gen/flt_rounds.c /builds/FreeBSD_stable_10/lib/libc/amd64/gen/fp= getmask.c /builds/FreeBSD_stable_10/lib/libc/amd64/gen/fpsetmask.c /builds/= FreeBSD_stable_10/lib/libc/amd64/gen/fpgetprec.c /builds/FreeBSD_stable_10/= lib/libc/amd64/gen/fpsetprec.c /builds/FreeBSD_stable_10/lib/libc/amd64/gen= /fpgetround.c /builds/FreeBSD_stable_10/lib/libc/amd64/gen/fpsetround.c /bu= ilds/FreeBSD_stable_10/lib/libc/amd64/gen/fpgetsticky.c /builds/FreeBSD_sta= ble_10/lib/libc/gmon/gmon.c /builds/FreeBSD_stable_10/lib/libc/gmon/mcount.= c /builds/FreeBSD_stable_10/lib/libc/iconv/citrus_bcs.c /builds/FreeBSD_sta= ble_10/lib/libc/iconv/citrus_bcs_strtol.c /builds/FreeBSD_stable_10/lib/lib= c/iconv/citrus_bcs_strtoul.c /builds/FreeBSD_stable_10/lib/libc/iconv/citru= s_csmapper.c /builds/FreeBSD_stable_10/lib/libc/iconv/citrus_db.c /builds/F= reeBSD_stable_10/lib/libc/iconv/citrus_db_factory.c /builds/FreeBSD_stable_= 10/lib/libc/iconv/citrus_db_hash.c /builds/FreeBSD_stable_10/lib/libc/iconv= /citrus_esdb.c /builds/FreeBSD_stable_10/lib/libc/iconv/citrus_hash.c /buil= ds/FreeBSD_stable_10/lib/libc/iconv/citrus_iconv.c /builds/FreeBSD_stable_1= 0/lib/libc/iconv/citrus_lookup.c /builds/FreeBSD_stable_10/lib/libc/iconv/c= itrus_lookup_factory.c /builds/FreeBSD_stable_10/lib/libc/iconv/citrus_mapp= er.c /builds/FreeBSD_stable_10/lib/libc/iconv/citrus_memstream.c /builds/Fr= eeBSD_stable_10/lib/libc/iconv/citrus_mmap.c /builds/FreeBSD_stable_10/lib/= libc/iconv/citrus_module.c /builds/FreeBSD_stable_10/lib/libc/iconv/citrus_= none.c /builds/FreeBSD_stable_10/lib/libc/iconv/citrus_pivot_factory.c /bui= lds/FreeBSD_stable_10/lib/libc/iconv/citrus_prop.c /builds/FreeBSD_stable_1= 0/lib/libc/iconv/citrus_stdenc.c /builds/FreeBSD_stable_10/lib/libc/iconv/b= sd_iconv.c /builds/FreeBSD_stable_10/lib/libc/iconv/iconv_compat.c /builds/= FreeBSD_stable_10/lib/libc/inet/inet_addr.c /builds/FreeBSD_stable_10/lib/l= ibc/inet/inet_cidr_ntop.c /builds/FreeBSD_stable_10/lib/libc/inet/inet_cidr= _pton.c /builds/FreeBSD_stable_10/lib/libc/inet/inet_lnaof.c /builds/FreeBS= D_stable_10/lib/libc/inet/inet_makeaddr.c /builds/FreeBSD_stable_10/lib/lib= c/inet/inet_net_ntop.c /builds/FreeBSD_stable_10/lib/libc/inet/inet_net_pto= n.c /builds/FreeBSD_stable_10/lib/libc/inet/inet_neta.c /builds/FreeBSD_sta= ble_10/lib/libc/inet/inet_netof.c /builds/FreeBSD_stable_10/lib/libc/inet/i= net_network.c /builds/FreeBSD_stable_10/lib/libc/inet/inet_ntoa.c /builds/F= reeBSD_stable_10/lib/libc/inet/inet_ntop.c /builds/FreeBSD_stable_10/lib/li= bc/inet/inet_pton.c /builds/FreeBSD_stable_10/lib/libc/inet/nsap_addr.c /bu= ilds/FreeBSD_stable_10/lib/libc/isc/ev_streams.c /builds/FreeBSD_stable_10/= lib/libc/isc/ev_timers.c /builds/FreeBSD_stable_10/lib/libc/locale/ascii.c = /builds/FreeBSD_stable_10/lib/libc/locale/big5.c /builds/FreeBSD_stable_10/= lib/libc/locale/btowc.c /builds/FreeBSD_stable_10/lib/libc/locale/collate.c= /builds/FreeBSD_stable_10/lib/libc/locale/collcmp.c /builds/FreeBSD_stable= _10/lib/libc/locale/euc.c /builds/FreeBSD_stable_10/lib/libc/locale/fix_gro= uping.c /builds/FreeBSD_stable_10/lib/libc/locale/gb18030.c /builds/FreeBSD= _stable_10/lib/libc/locale/gb2312.c /builds/FreeBSD_stable_10/lib/libc/loca= le/gbk.c /builds/FreeBSD_stable_10/lib/libc/locale/ctype.c /builds/FreeBSD_= stable_10/lib/libc/locale/isctype.c /builds/FreeBSD_stable_10/lib/libc/loca= le/iswctype.c /builds/FreeBSD_stable_10/lib/libc/locale/ldpart.c /builds/Fr= eeBSD_stable_10/lib/libc/locale/lmessages.c /builds/FreeBSD_stable_10/lib/l= ibc/locale/lmonetary.c /builds/FreeBSD_stable_10/lib/libc/locale/lnumeric.c= /builds/FreeBSD_stable_10/lib/libc/locale/localeconv.c /builds/FreeBSD_sta= ble_10/lib/libc/locale/mblen.c /builds/FreeBSD_stable_10/lib/libc/locale/mb= rlen.c /builds/FreeBSD_stable_10/lib/libc/locale/mbrtowc.c /builds/FreeBSD_= stable_10/lib/libc/locale/mbsinit.c /builds/FreeBSD_stable_10/lib/libc/loca= le/mbsnrtowcs.c /builds/FreeBSD_stable_10/lib/libc/locale/mbsrtowcs.c /buil= ds/FreeBSD_stable_10/lib/libc/locale/mbtowc.c /builds/FreeBSD_stable_10/lib= /libc/locale/mbstowcs.c /builds/FreeBSD_stable_10/lib/libc/locale/mskanji.c= /builds/FreeBSD_stable_10/lib/libc/locale/nextwctype.c /builds/FreeBSD_sta= ble_10/lib/libc/locale/nl_langinfo.c /builds/FreeBSD_stable_10/lib/libc/loc= ale/nomacros.c /builds/FreeBSD_stable_10/lib/libc/locale/none.c /builds/Fre= eBSD_stable_10/lib/libc/locale/rpmatch.c /builds/FreeBSD_stable_10/lib/libc= /locale/rune.c /builds/FreeBSD_stable_10/lib/libc/locale/runetype.c /builds= /FreeBSD_stable_10/lib/libc/locale/setlocale.c /builds/FreeBSD_stable_10/li= b/libc/locale/setrunelocale.c /builds/FreeBSD_stable_10/lib/libc/locale/tab= le.c /builds/FreeBSD_stable_10/lib/libc/locale/tolower.c /builds/FreeBSD_st= able_10/lib/libc/locale/toupper.c /builds/FreeBSD_stable_10/lib/libc/locale= /utf8.c /builds/FreeBSD_stable_10/lib/libc/locale/wcrtomb.c /builds/FreeBSD= _stable_10/lib/libc/locale/wcsnrtombs.c /builds/FreeBSD_stable_10/lib/libc/= locale/wcsrtombs.c /builds/FreeBSD_stable_10/lib/libc/locale/wcsftime.c /bu= ilds/FreeBSD_stable_10/lib/libc/locale/wcstof.c /builds/FreeBSD_stable_10/l= ib/libc/locale/wcstod.c /builds/FreeBSD_stable_10/lib/libc/locale/wcstoimax= .c /builds/FreeBSD_stable_10/lib/libc/locale/wcstol.c /builds/FreeBSD_stabl= e_10/lib/libc/locale/wcstold.c /builds/FreeBSD_stable_10/lib/libc/locale/wc= stoll.c /builds/FreeBSD_stable_10/lib/libc/locale/wcstombs.c /builds/FreeBS= D_stable_10/lib/libc/locale/wcstoul.c /builds/FreeBSD_stable_10/lib/libc/lo= cale/wcstoull.c /builds/FreeBSD_stable_10/lib/libc/locale/wcstoumax.c /buil= ds/FreeBSD_stable_10/lib/libc/locale/wctob.c /builds/FreeBSD_stable_10/lib/= libc/locale/wctomb.c /builds/FreeBSD_stable_10/lib/libc/locale/wctrans.c /b= uilds/FreeBSD_stable_10/lib/libc/locale/wctype.c /builds/FreeBSD_stable_10/= lib/libc/locale/wcwidth.c /builds/FreeBSD_stable_10/lib/libc/locale/xlocale= .c /builds/FreeBSD_stable_10/lib/libc/locale/c16rtomb_iconv.c /builds/FreeB= SD_stable_10/lib/libc/locale/c32rtomb_iconv.c /builds/FreeBSD_stable_10/lib= /libc/locale/mbrtoc16_iconv.c /builds/FreeBSD_stable_10/lib/libc/locale/mbr= toc32_iconv.c /builds/FreeBSD_stable_10/lib/libc/../libmd/md5c.c /builds/Fr= eeBSD_stable_10/lib/libc/nameser/ns_name.c /builds/FreeBSD_stable_10/lib/li= bc/nameser/ns_netint.c /builds/FreeBSD_stable_10/lib/libc/nameser/ns_parse.= c /builds/FreeBSD_stable_10/lib/libc/nameser/ns_print.c /builds/FreeBSD_sta= ble_10/lib/libc/nameser/ns_samedomain.c /builds/FreeBSD_stable_10/lib/libc/= nameser/ns_ttl.c /builds/FreeBSD_stable_10/lib/libc/net/base64.c /builds/Fr= eeBSD_stable_10/lib/libc/net/ether_addr.c /builds/FreeBSD_stable_10/lib/lib= c/net/eui64.c /builds/FreeBSD_stable_10/lib/libc/net/gai_strerror.c /builds= /FreeBSD_stable_10/lib/libc/net/getaddrinfo.c /builds/FreeBSD_stable_10/lib= /libc/net/gethostbydns.c /builds/FreeBSD_stable_10/lib/libc/net/gethostbyht= .c /builds/FreeBSD_stable_10/lib/libc/net/gethostbynis.c /builds/FreeBSD_st= able_10/lib/libc/net/gethostnamadr.c /builds/FreeBSD_stable_10/lib/libc/net= /getifaddrs.c /builds/FreeBSD_stable_10/lib/libc/net/getifmaddrs.c /builds/= FreeBSD_stable_10/lib/libc/net/getnameinfo.c /builds/FreeBSD_stable_10/lib/= libc/net/getnetbydns.c /builds/FreeBSD_stable_10/lib/libc/net/getnetbyht.c = /builds/FreeBSD_stable_10/lib/libc/net/getnetbynis.c /builds/FreeBSD_stable= _10/lib/libc/net/getnetnamadr.c /builds/FreeBSD_stable_10/lib/libc/net/getp= roto.c /builds/FreeBSD_stable_10/lib/libc/net/getprotoent.c /builds/FreeBSD= _stable_10/lib/libc/net/getprotoname.c /builds/FreeBSD_stable_10/lib/libc/n= et/getservent.c /builds/FreeBSD_stable_10/lib/libc/net/if_indextoname.c /bu= ilds/FreeBSD_stable_10/lib/libc/net/if_nameindex.c /builds/FreeBSD_stable_1= 0/lib/libc/net/if_nametoindex.c /builds/FreeBSD_stable_10/lib/libc/net/ip6o= pt.c /builds/FreeBSD_stable_10/lib/libc/net/linkaddr.c /builds/FreeBSD_stab= le_10/lib/libc/net/map_v4v6.c /builds/FreeBSD_stable_10/lib/libc/net/name6.= c /builds/FreeBSD_stable_10/lib/libc/net/ntoh.c /builds/FreeBSD_stable_10/l= ib/libc/net/nsdispatch.c nslexer.c nsparser.c /builds/FreeBSD_stable_10/lib= /libc/net/nss_compat.c /builds/FreeBSD_stable_10/lib/libc/net/rcmd.c /build= s/FreeBSD_stable_10/lib/libc/net/rcmdsh.c /builds/FreeBSD_stable_10/lib/lib= c/net/recv.c /builds/FreeBSD_stable_10/lib/libc/net/rthdr.c /builds/FreeBSD= _stable_10/lib/libc/net/sctp_sys_calls.c /builds/FreeBSD_stable_10/lib/libc= /net/send.c /builds/FreeBSD_stable_10/lib/libc/net/sockatmark.c /builds/Fre= eBSD_stable_10/lib/libc/net/sourcefilter.c /builds/FreeBSD_stable_10/lib/li= bc/net/vars.c /builds/FreeBSD_stable_10/lib/libc/net/nscache.c /builds/Free= BSD_stable_10/lib/libc/net/nscachedcli.c /builds/FreeBSD_stable_10/lib/libc= /nls/msgcat.c /builds/FreeBSD_stable_10/lib/libc/posix1e/acl_branding.c /bu= ilds/FreeBSD_stable_10/lib/libc/posix1e/acl_calc_mask.c /builds/FreeBSD_sta= ble_10/lib/libc/posix1e/acl_copy.c /builds/FreeBSD_stable_10/lib/libc/posix= 1e/acl_compat.c /builds/FreeBSD_stable_10/lib/libc/posix1e/acl_delete.c /bu= ilds/FreeBSD_stable_10/lib/libc/posix1e/acl_delete_entry.c /builds/FreeBSD_= stable_10/lib/libc/posix1e/acl_entry.c /builds/FreeBSD_stable_10/lib/libc/p= osix1e/acl_flag.c /builds/FreeBSD_stable_10/lib/libc/posix1e/acl_free.c /bu= ilds/FreeBSD_stable_10/lib/libc/posix1e/acl_from_text.c /builds/FreeBSD_sta= ble_10/lib/libc/posix1e/acl_from_text_nfs4.c /builds/FreeBSD_stable_10/lib/= libc/posix1e/acl_get.c /builds/FreeBSD_stable_10/lib/libc/posix1e/acl_id_to= _name.c /builds/FreeBSD_stable_10/lib/libc/posix1e/acl_init.c /builds/FreeB= SD_stable_10/lib/libc/posix1e/acl_perm.c /builds/FreeBSD_stable_10/lib/libc= /posix1e/acl_set.c /builds/FreeBSD_stable_10/lib/libc/posix1e/acl_strip.c /= builds/FreeBSD_stable_10/lib/libc/posix1e/acl_support.c /builds/FreeBSD_sta= ble_10/lib/libc/posix1e/acl_support_nfs4.c /builds/FreeBSD_stable_10/lib/li= bc/posix1e/acl_to_text.c /builds/FreeBSD_stable_10/lib/libc/posix1e/acl_to_= text_nfs4.c /builds/FreeBSD_stable_10/lib/libc/posix1e/acl_valid.c /builds/= FreeBSD_stable_10/lib/libc/posix1e/extattr.c /builds/FreeBSD_stable_10/lib/= libc/posix1e/mac.c /builds/FreeBSD_stable_10/lib/libc/posix1e/mac_exec.c /b= uilds/FreeBSD_stable_10/lib/libc/posix1e/mac_get.c /builds/FreeBSD_stable_1= 0/lib/libc/posix1e/mac_set.c subr_acl_nfs4.c /builds/FreeBSD_stable_10/lib/= libc/regex/regcomp.c /builds/FreeBSD_stable_10/lib/libc/regex/regerror.c /b= uilds/FreeBSD_stable_10/lib/libc/regex/regexec.c /builds/FreeBSD_stable_10/= lib/libc/regex/regfree.c /builds/FreeBSD_stable_10/lib/libc/resolv/herror.c= /builds/FreeBSD_stable_10/lib/libc/resolv/h_errno.c /builds/FreeBSD_stable= _10/lib/libc/resolv/mtctxres.c /builds/FreeBSD_stable_10/lib/libc/resolv/re= s_comp.c /builds/FreeBSD_stable_10/lib/libc/resolv/res_data.c /builds/FreeB= SD_stable_10/lib/libc/resolv/res_debug.c /builds/FreeBSD_stable_10/lib/libc= /resolv/res_findzonecut.c /builds/FreeBSD_stable_10/lib/libc/resolv/res_ini= t.c /builds/FreeBSD_stable_10/lib/libc/resolv/res_mkquery.c /builds/FreeBSD= _stable_10/lib/libc/resolv/res_mkupdate.c /builds/FreeBSD_stable_10/lib/lib= c/resolv/res_query.c /builds/FreeBSD_stable_10/lib/libc/resolv/res_send.c /= builds/FreeBSD_stable_10/lib/libc/resolv/res_state.c /builds/FreeBSD_stable= _10/lib/libc/resolv/res_update.c /builds/FreeBSD_stable_10/lib/libc/stdio/_= flock_stub.c /builds/FreeBSD_stable_10/lib/libc/stdio/asprintf.c /builds/Fr= eeBSD_stable_10/lib/libc/stdio/clrerr.c /builds/FreeBSD_stable_10/lib/libc/= stdio/dprintf.c /builds/FreeBSD_stable_10/lib/libc/stdio/fclose.c /builds/F= reeBSD_stable_10/lib/libc/stdio/fcloseall.c /builds/FreeBSD_stable_10/lib/l= ibc/stdio/fdopen.c /builds/FreeBSD_stable_10/lib/libc/stdio/feof.c /builds/= FreeBSD_stable_10/lib/libc/stdio/ferror.c /builds/FreeBSD_stable_10/lib/lib= c/stdio/fflush.c /builds/FreeBSD_stable_10/lib/libc/stdio/fgetc.c /builds/F= reeBSD_stable_10/lib/libc/stdio/fgetln.c /builds/FreeBSD_stable_10/lib/libc= /stdio/fgetpos.c /builds/FreeBSD_stable_10/lib/libc/stdio/fgets.c /builds/F= reeBSD_stable_10/lib/libc/stdio/fgetwc.c /builds/FreeBSD_stable_10/lib/libc= /stdio/fgetwln.c /builds/FreeBSD_stable_10/lib/libc/stdio/fgetws.c /builds/= FreeBSD_stable_10/lib/libc/stdio/fileno.c /builds/FreeBSD_stable_10/lib/lib= c/stdio/findfp.c /builds/FreeBSD_stable_10/lib/libc/stdio/flags.c /builds/F= reeBSD_stable_10/lib/libc/stdio/fmemopen.c /builds/FreeBSD_stable_10/lib/li= bc/stdio/fopen.c /builds/FreeBSD_stable_10/lib/libc/stdio/fprintf.c /builds= /FreeBSD_stable_10/lib/libc/stdio/fpurge.c /builds/FreeBSD_stable_10/lib/li= bc/stdio/fputc.c /builds/FreeBSD_stable_10/lib/libc/stdio/fputs.c /builds/F= reeBSD_stable_10/lib/libc/stdio/fputwc.c /builds/FreeBSD_stable_10/lib/libc= /stdio/fputws.c /builds/FreeBSD_stable_10/lib/libc/stdio/fread.c /builds/Fr= eeBSD_stable_10/lib/libc/stdio/freopen.c /builds/FreeBSD_stable_10/lib/libc= /stdio/fscanf.c /builds/FreeBSD_stable_10/lib/libc/stdio/fseek.c /builds/Fr= eeBSD_stable_10/lib/libc/stdio/fsetpos.c /builds/FreeBSD_stable_10/lib/libc= /stdio/ftell.c /builds/FreeBSD_stable_10/lib/libc/stdio/funopen.c /builds/F= reeBSD_stable_10/lib/libc/stdio/fvwrite.c /builds/FreeBSD_stable_10/lib/lib= c/stdio/fwalk.c /builds/FreeBSD_stable_10/lib/libc/stdio/fwide.c /builds/Fr= eeBSD_stable_10/lib/libc/stdio/fwprintf.c /builds/FreeBSD_stable_10/lib/lib= c/stdio/fwscanf.c /builds/FreeBSD_stable_10/lib/libc/stdio/fwrite.c /builds= /FreeBSD_stable_10/lib/libc/stdio/getc.c /builds/FreeBSD_stable_10/lib/libc= /stdio/getchar.c /builds/FreeBSD_stable_10/lib/libc/stdio/getdelim.c /build= s/FreeBSD_stable_10/lib/libc/stdio/getline.c /builds/FreeBSD_stable_10/lib/= libc/stdio/gets.c /builds/FreeBSD_stable_10/lib/libc/stdio/getw.c /builds/F= reeBSD_stable_10/lib/libc/stdio/getwc.c /builds/FreeBSD_stable_10/lib/libc/= stdio/getwchar.c /builds/FreeBSD_stable_10/lib/libc/stdio/makebuf.c /builds= /FreeBSD_stable_10/lib/libc/stdio/mktemp.c /builds/FreeBSD_stable_10/lib/li= bc/stdio/open_memstream.c /builds/FreeBSD_stable_10/lib/libc/stdio/open_wme= mstream.c /builds/FreeBSD_stable_10/lib/libc/stdio/perror.c /builds/FreeBSD= _stable_10/lib/libc/stdio/printf.c /builds/FreeBSD_stable_10/lib/libc/stdio= /printf-pos.c /builds/FreeBSD_stable_10/lib/libc/stdio/putc.c /builds/FreeB= SD_stable_10/lib/libc/stdio/putchar.c /builds/FreeBSD_stable_10/lib/libc/st= dio/puts.c /builds/FreeBSD_stable_10/lib/libc/stdio/putw.c /builds/FreeBSD_= stable_10/lib/libc/stdio/putwc.c /builds/FreeBSD_stable_10/lib/libc/stdio/p= utwchar.c /builds/FreeBSD_stable_10/lib/libc/stdio/refill.c /builds/FreeBSD= _stable_10/lib/libc/stdio/remove.c /builds/FreeBSD_stable_10/lib/libc/stdio= /rewind.c /builds/FreeBSD_stable_10/lib/libc/stdio/rget.c /builds/FreeBSD_s= table_10/lib/libc/stdio/scanf.c /builds/FreeBSD_stable_10/lib/libc/stdio/se= tbuf.c /builds/FreeBSD_stable_10/lib/libc/stdio/setbuffer.c /builds/FreeBSD= _stable_10/lib/libc/stdio/setvbuf.c /builds/FreeBSD_stable_10/lib/libc/stdi= o/snprintf.c /builds/FreeBSD_stable_10/lib/libc/stdio/sprintf.c /builds/Fre= eBSD_stable_10/lib/libc/stdio/sscanf.c /builds/FreeBSD_stable_10/lib/libc/s= tdio/stdio.c /builds/FreeBSD_stable_10/lib/libc/stdio/swprintf.c /builds/Fr= eeBSD_stable_10/lib/libc/stdio/swscanf.c /builds/FreeBSD_stable_10/lib/libc= /stdio/tempnam.c /builds/FreeBSD_stable_10/lib/libc/stdio/tmpfile.c /builds= /FreeBSD_stable_10/lib/libc/stdio/tmpnam.c /builds/FreeBSD_stable_10/lib/li= bc/stdio/ungetc.c /builds/FreeBSD_stable_10/lib/libc/stdio/ungetwc.c /build= s/FreeBSD_stable_10/lib/libc/stdio/vasprintf.c /builds/FreeBSD_stable_10/li= b/libc/stdio/vdprintf.c /builds/FreeBSD_stable_10/lib/libc/stdio/vfprintf.c= /builds/FreeBSD_stable_10/lib/libc/stdio/vfscanf.c /builds/FreeBSD_stable_= 10/lib/libc/stdio/vfwprintf.c /builds/FreeBSD_stable_10/lib/libc/stdio/vfws= canf.c /builds/FreeBSD_stable_10/lib/libc/stdio/vprintf.c /builds/FreeBSD_s= table_10/lib/libc/stdio/vscanf.c /builds/FreeBSD_stable_10/lib/libc/stdio/v= snprintf.c /builds/FreeBSD_stable_10/lib/libc/stdio/vsprintf.c /builds/Free= BSD_stable_10/lib/libc/stdio/vsscanf.c /builds/FreeBSD_stable_10/lib/libc/s= tdio/vswprintf.c /builds/FreeBSD_stable_10/lib/libc/stdio/vswscanf.c /build= s/FreeBSD_stable_10/lib/libc/stdio/vwprintf.c /builds/FreeBSD_stable_10/lib= /libc/stdio/vwscanf.c /builds/FreeBSD_stable_10/lib/libc/stdio/wbuf.c /buil= ds/FreeBSD_stable_10/lib/libc/stdio/wprintf.c /builds/FreeBSD_stable_10/lib= /libc/stdio/wscanf.c /builds/FreeBSD_stable_10/lib/libc/stdio/wsetup.c /bui= lds/FreeBSD_stable_10/lib/libc/stdio/xprintf.c /builds/FreeBSD_stable_10/li= b/libc/stdio/xprintf_float.c /builds/FreeBSD_stable_10/lib/libc/stdio/xprin= tf_int.c /builds/FreeBSD_stable_10/lib/libc/stdio/xprintf_str.c /builds/Fre= eBSD_stable_10/lib/libc/stdio/xprintf_errno.c /builds/FreeBSD_stable_10/lib= /libc/stdio/xprintf_hexdump.c /builds/FreeBSD_stable_10/lib/libc/stdio/xpri= ntf_quote.c /builds/FreeBSD_stable_10/lib/libc/stdio/xprintf_time.c /builds= /FreeBSD_stable_10/lib/libc/stdio/xprintf_vis.c /builds/FreeBSD_stable_10/l= ib/libc/../../contrib/tzcode/stdtime/asctime.c /builds/FreeBSD_stable_10/li= b/libc/../../contrib/tzcode/stdtime/difftime.c /builds/FreeBSD_stable_10/li= b/libc/../../contrib/tzcode/stdtime/localtime.c /builds/FreeBSD_stable_10/l= ib/libc/stdtime/strftime.c /builds/FreeBSD_stable_10/lib/libc/stdtime/strpt= ime.c /builds/FreeBSD_stable_10/lib/libc/stdtime/timelocal.c /builds/FreeBS= D_stable_10/lib/libc/stdtime/time32.c /builds/FreeBSD_stable_10/lib/libc/am= d64/sys/amd64_get_fsbase.c /builds/FreeBSD_stable_10/lib/libc/amd64/sys/amd= 64_get_gsbase.c /builds/FreeBSD_stable_10/lib/libc/amd64/sys/amd64_set_fsba= se.c /builds/FreeBSD_stable_10/lib/libc/amd64/sys/amd64_set_gsbase.c /build= s/FreeBSD_stable_10/lib/libc/amd64/sys/__vdso_gettc.c /builds/FreeBSD_stabl= e_10/lib/libc/sys/clock_gettime.c /builds/FreeBSD_stable_10/lib/libc/sys/ge= ttimeofday.c /builds/FreeBSD_stable_10/lib/libc/sys/__vdso_gettimeofday.c /= builds/FreeBSD_stable_10/lib/libc/sys/stack_protector.c /builds/FreeBSD_sta= ble_10/lib/libc/sys/stack_protector_compat.c /builds/FreeBSD_stable_10/lib/= libc/sys/__error.c /builds/FreeBSD_stable_10/lib/libc/sys/interposing_table= .c /builds/FreeBSD_stable_10/lib/libc/sys/ftruncate.c /builds/FreeBSD_stabl= e_10/lib/libc/sys/lseek.c /builds/FreeBSD_stable_10/lib/libc/sys/mmap.c /bu= ilds/FreeBSD_stable_10/lib/libc/sys/pread.c /builds/FreeBSD_stable_10/lib/l= ibc/sys/pwrite.c /builds/FreeBSD_stable_10/lib/libc/sys/truncate.c /builds/= FreeBSD_stable_10/lib/libc/sys/accept.c /builds/FreeBSD_stable_10/lib/libc/= sys/accept4.c /builds/FreeBSD_stable_10/lib/libc/sys/aio_suspend.c /builds/= FreeBSD_stable_10/lib/libc/sys/close.c /builds/FreeBSD_stable_10/lib/libc/s= ys/connect.c /builds/FreeBSD_stable_10/lib/libc/sys/fcntl.c /builds/FreeBSD= _stable_10/lib/libc/sys/fsync.c /builds/FreeBSD_stable_10/lib/libc/sys/fork= .c /builds/FreeBSD_stable_10/lib/libc/sys/kevent.c /builds/FreeBSD_stable_1= 0/lib/libc/sys/msync.c /builds/FreeBSD_stable_10/lib/libc/sys/nanosleep.c /= builds/FreeBSD_stable_10/lib/libc/sys/open.c /builds/FreeBSD_stable_10/lib/= libc/sys/openat.c /builds/FreeBSD_stable_10/lib/libc/sys/poll.c /builds/Fre= eBSD_stable_10/lib/libc/sys/ppoll.c /builds/FreeBSD_stable_10/lib/libc/sys/= pselect.c /builds/FreeBSD_stable_10/lib/libc/sys/read.c /builds/FreeBSD_sta= ble_10/lib/libc/sys/readv.c /builds/FreeBSD_stable_10/lib/libc/sys/recvfrom= .c /builds/FreeBSD_stable_10/lib/libc/sys/recvmsg.c /builds/FreeBSD_stable_= 10/lib/libc/sys/select.c /builds/FreeBSD_stable_10/lib/libc/sys/sendmsg.c /= builds/FreeBSD_stable_10/lib/libc/sys/sendto.c /builds/FreeBSD_stable_10/li= b/libc/sys/setcontext.c /builds/FreeBSD_stable_10/lib/libc/sys/sigprocmask.= c /builds/FreeBSD_stable_10/lib/libc/sys/sigsuspend.c /builds/FreeBSD_stabl= e_10/lib/libc/sys/sigtimedwait.c /builds/FreeBSD_stable_10/lib/libc/sys/sig= wait.c /builds/FreeBSD_stable_10/lib/libc/sys/sigwaitinfo.c /builds/FreeBSD= _stable_10/lib/libc/sys/swapcontext.c /builds/FreeBSD_stable_10/lib/libc/sy= s/wait4.c /builds/FreeBSD_stable_10/lib/libc/sys/wait6.c /builds/FreeBSD_st= able_10/lib/libc/sys/write.c /builds/FreeBSD_stable_10/lib/libc/sys/writev.= c /builds/FreeBSD_stable_10/lib/libc/sys/sigaction.c /builds/FreeBSD_stable= _10/lib/libc/amd64/sys/vfork.S /builds/FreeBSD_stable_10/lib/libc/amd64/sys= /brk.S /builds/FreeBSD_stable_10/lib/libc/amd64/sys/cerror.S /builds/FreeBS= D_stable_10/lib/libc/amd64/sys/exect.S /builds/FreeBSD_stable_10/lib/libc/a= md64/sys/getcontext.S /builds/FreeBSD_stable_10/lib/libc/amd64/sys/pipe.S /= builds/FreeBSD_stable_10/lib/libc/amd64/sys/ptrace.S /builds/FreeBSD_stable= _10/lib/libc/amd64/sys/reboot.S /builds/FreeBSD_stable_10/lib/libc/amd64/sy= s/sbrk.S /builds/FreeBSD_stable_10/lib/libc/amd64/sys/setlogin.S /builds/Fr= eeBSD_stable_10/lib/libc/amd64/sys/sigreturn.S syscall.S link.S unlink.S ch= dir.S fchdir.S mknod.S chmod.S chown.S freebsd4_getfsstat.S getpid.S mount.= S unmount.S setuid.S getuid.S geteuid.S getpeername.S getsockname.S access.= S chflags.S fchflags.S sync.S kill.S getppid.S dup.S getegid.S profil.S ktr= ace.S getgid.S acct.S sigaltstack.S ioctl.S revoke.S symlink.S readlink.S e= xecve.S umask.S chroot.S vadvise.S munmap.S mprotect.S madvise.S mincore.S = getgroups.S setgroups.S getpgrp.S setpgid.S setitimer.S swapon.S getitimer.= S getdtablesize.S dup2.S setpriority.S socket.S getpriority.S bind.S setsoc= kopt.S listen.S getrusage.S getsockopt.S settimeofday.S fchown.S fchmod.S s= etreuid.S setregid.S rename.S flock.S mkfifo.S shutdown.S socketpair.S mkdi= r.S rmdir.S utimes.S adjtime.S setsid.S quotactl.S nlm_syscall.S nfssvc.S f= reebsd4_statfs.S freebsd4_fstatfs.S lgetfh.S getfh.S freebsd4_getdomainname= .S freebsd4_setdomainname.S freebsd4_uname.S sysarch.S rtprio.S semsys.S ms= gsys.S shmsys.S freebsd6_pread.S freebsd6_pwrite.S setfib.S ntp_adjtime.S s= etgid.S setegid.S seteuid.S stat.S fstat.S lstat.S pathconf.S fpathconf.S g= etrlimit.S setrlimit.S getdirentries.S freebsd6_mmap.S __syscall.S freebsd6= _lseek.S freebsd6_truncate.S freebsd6_ftruncate.S __sysctl.S mlock.S munloc= k.S undelete.S futimes.S getpgid.S freebsd7___semctl.S semget.S semop.S fre= ebsd7_msgctl.S msgget.S msgsnd.S msgrcv.S shmat.S freebsd7_shmctl.S shmdt.S= shmget.S clock_settime.S clock_getres.S ktimer_create.S ktimer_delete.S kt= imer_settime.S ktimer_gettime.S ktimer_getoverrun.S ffclock_getcounter.S ff= clock_setestimate.S ffclock_getestimate.S clock_getcpuclockid2.S ntp_gettim= e.S minherit.S rfork.S issetugid.S lchown.S aio_read.S aio_write.S lio_list= io.S getdents.S lchmod.S netbsd_lchown.S lutimes.S netbsd_msync.S nstat.S n= fstat.S nlstat.S preadv.S pwritev.S freebsd4_fhstatfs.S fhopen.S fhstat.S m= odnext.S modstat.S modfnext.S modfind.S kldload.S kldunload.S kldfind.S kld= next.S kldstat.S kldfirstmod.S getsid.S setresuid.S setresgid.S aio_return.= S aio_cancel.S aio_error.S oaio_read.S oaio_write.S olio_listio.S mlockall.= S munlockall.S __getcwd.S sched_setparam.S sched_getparam.S sched_setschedu= ler.S sched_getscheduler.S sched_yield.S sched_get_priority_max.S sched_get= _priority_min.S sched_rr_get_interval.S utrace.S freebsd4_sendfile.S kldsym= .S jail.S nnpfs_syscall.S freebsd4_sigaction.S sigpending.S freebsd4_sigret= urn.S __acl_get_file.S __acl_set_file.S __acl_get_fd.S __acl_set_fd.S __acl= _delete_file.S __acl_delete_fd.S __acl_aclcheck_file.S __acl_aclcheck_fd.S = extattrctl.S extattr_set_file.S extattr_get_file.S extattr_delete_file.S ai= o_waitcomplete.S getresuid.S getresgid.S kqueue.S extattr_set_fd.S extattr_= get_fd.S extattr_delete_fd.S __setugid.S eaccess.S afs3_syscall.S nmount.S = __mac_get_proc.S __mac_set_proc.S __mac_get_fd.S __mac_get_file.S __mac_set= _fd.S __mac_set_file.S kenv.S lchflags.S uuidgen.S sendfile.S mac_syscall.S= getfsstat.S statfs.S fstatfs.S fhstatfs.S ksem_close.S ksem_post.S ksem_wa= it.S ksem_trywait.S ksem_init.S ksem_open.S ksem_unlink.S ksem_getvalue.S k= sem_destroy.S __mac_get_pid.S __mac_get_link.S __mac_set_link.S extattr_set= _link.S extattr_get_link.S extattr_delete_link.S __mac_execve.S swapoff.S _= _acl_get_link.S __acl_set_link.S __acl_delete_link.S __acl_aclcheck_link.S = thr_create.S thr_exit.S thr_self.S thr_kill.S _umtx_lock.S _umtx_unlock.S j= ail_attach.S extattr_list_fd.S extattr_list_file.S extattr_list_link.S ksem= _timedwait.S thr_suspend.S thr_wake.S kldunloadf.S audit.S auditon.S getaui= d.S setauid.S getaudit.S setaudit.S getaudit_addr.S setaudit_addr.S auditct= l.S _umtx_op.S thr_new.S sigqueue.S kmq_open.S kmq_setattr.S kmq_timedrecei= ve.S kmq_timedsend.S kmq_notify.S kmq_unlink.S abort2.S thr_set_name.S aio_= fsync.S rtprio_thread.S sctp_peeloff.S sctp_generic_sendmsg.S sctp_generic_= sendmsg_iov.S sctp_generic_recvmsg.S thr_kill2.S shm_open.S shm_unlink.S cp= uset.S cpuset_setid.S cpuset_getid.S cpuset_getaffinity.S cpuset_setaffinit= y.S faccessat.S fchmodat.S fchownat.S fexecve.S fstatat.S futimesat.S linka= t.S mkdirat.S mkfifoat.S mknodat.S readlinkat.S renameat.S symlinkat.S unli= nkat.S posix_openpt.S gssd_syscall.S jail_get.S jail_set.S jail_remove.S cl= osefrom.S __semctl.S msgctl.S shmctl.S lpathconf.S __cap_rights_get.S cap_e= nter.S cap_getmode.S pdfork.S pdkill.S pdgetpid.S getloginclass.S setloginc= lass.S rctl_get_racct.S rctl_get_rules.S rctl_get_limits.S rctl_add_rule.S = rctl_remove_rule.S posix_fallocate.S posix_fadvise.S cap_rights_limit.S cap= _ioctls_limit.S cap_ioctls_get.S cap_fcntls_limit.S cap_fcntls_get.S bindat= .S connectat.S chflagsat.S pipe2.S aio_mlock.S procctl.S _getlogin.S _exit.= S _pread.S _pwrite.S _lseek.S _mmap.S _ftruncate.S _truncate.S _clock_getti= me.S _gettimeofday.S _accept.S _accept4.S _aio_suspend.S _close.S _connect.= S _fcntl.S _fsync.S _fork.S _kevent.S _msync.S _nanosleep.S _open.S _openat= .S _poll.S _ppoll.S _pselect.S _read.S _readv.S _recvfrom.S _recvmsg.S _sel= ect.S _sendmsg.S _sendto.S _setcontext.S _sigprocmask.S _sigsuspend.S _sigt= imedwait.S _sigwait.S _sigwaitinfo.S _swapcontext.S _wait4.S _wait6.S _writ= e.S _writev.S _sigaction.S /builds/FreeBSD_stable_10/lib/libc/rpc/auth_none= .c /builds/FreeBSD_stable_10/lib/libc/rpc/auth_unix.c /builds/FreeBSD_stabl= e_10/lib/libc/rpc/authunix_prot.c /builds/FreeBSD_stable_10/lib/libc/rpc/bi= ndresvport.c /builds/FreeBSD_stable_10/lib/libc/rpc/clnt_bcast.c /builds/Fr= eeBSD_stable_10/lib/libc/rpc/clnt_dg.c /builds/FreeBSD_stable_10/lib/libc/r= pc/clnt_generic.c /builds/FreeBSD_stable_10/lib/libc/rpc/clnt_perror.c /bui= lds/FreeBSD_stable_10/lib/libc/rpc/clnt_raw.c /builds/FreeBSD_stable_10/lib= /libc/rpc/clnt_simple.c /builds/FreeBSD_stable_10/lib/libc/rpc/clnt_vc.c /b= uilds/FreeBSD_stable_10/lib/libc/rpc/rpc_dtablesize.c /builds/FreeBSD_stabl= e_10/lib/libc/rpc/getnetconfig.c /builds/FreeBSD_stable_10/lib/libc/rpc/get= netpath.c /builds/FreeBSD_stable_10/lib/libc/rpc/getrpcent.c /builds/FreeBS= D_stable_10/lib/libc/rpc/getrpcport.c /builds/FreeBSD_stable_10/lib/libc/rp= c/mt_misc.c /builds/FreeBSD_stable_10/lib/libc/rpc/pmap_clnt.c /builds/Free= BSD_stable_10/lib/libc/rpc/pmap_getmaps.c /builds/FreeBSD_stable_10/lib/lib= c/rpc/pmap_getport.c /builds/FreeBSD_stable_10/lib/libc/rpc/pmap_prot.c /bu= ilds/FreeBSD_stable_10/lib/libc/rpc/pmap_prot2.c /builds/FreeBSD_stable_10/= lib/libc/rpc/pmap_rmt.c /builds/FreeBSD_stable_10/lib/libc/rpc/rpc_prot.c /= builds/FreeBSD_stable_10/lib/libc/rpc/rpc_commondata.c /builds/FreeBSD_stab= le_10/lib/libc/rpc/rpc_callmsg.c /builds/FreeBSD_stable_10/lib/libc/rpc/rpc= _generic.c /builds/FreeBSD_stable_10/lib/libc/rpc/rpc_soc.c /builds/FreeBSD= _stable_10/lib/libc/rpc/rpcb_clnt.c /builds/FreeBSD_stable_10/lib/libc/rpc/= rpcb_prot.c /builds/FreeBSD_stable_10/lib/libc/rpc/rpcb_st_xdr.c /builds/Fr= eeBSD_stable_10/lib/libc/rpc/rpcsec_gss_stub.c /builds/FreeBSD_stable_10/li= b/libc/rpc/svc.c /builds/FreeBSD_stable_10/lib/libc/rpc/svc_auth.c /builds/= FreeBSD_stable_10/lib/libc/rpc/svc_dg.c /builds/FreeBSD_stable_10/lib/libc/= rpc/svc_auth_unix.c /builds/FreeBSD_stable_10/lib/libc/rpc/svc_generic.c /b= uilds/FreeBSD_stable_10/lib/libc/rpc/svc_raw.c /builds/FreeBSD_stable_10/li= b/libc/rpc/svc_run.c /builds/FreeBSD_stable_10/lib/libc/rpc/svc_simple.c /b= uilds/FreeBSD_stable_10/lib/libc/rpc/svc_vc.c /builds/FreeBSD_stable_10/lib= /libc/rpc/auth_time.c /builds/FreeBSD_stable_10/lib/libc/rpc/auth_des.c /bu= ilds/FreeBSD_stable_10/lib/libc/rpc/authdes_prot.c /builds/FreeBSD_stable_1= 0/lib/libc/rpc/des_crypt.c /builds/FreeBSD_stable_10/lib/libc/rpc/des_soft.= c /builds/FreeBSD_stable_10/lib/libc/rpc/crypt_client.c /builds/FreeBSD_sta= ble_10/lib/libc/rpc/key_call.c /builds/FreeBSD_stable_10/lib/libc/rpc/key_p= rot_xdr.c /builds/FreeBSD_stable_10/lib/libc/rpc/getpublickey.c /builds/Fre= eBSD_stable_10/lib/libc/rpc/svc_auth_des.c /builds/FreeBSD_stable_10/lib/li= bc/rpc/netname.c /builds/FreeBSD_stable_10/lib/libc/rpc/netnamer.c /builds/= FreeBSD_stable_10/lib/libc/rpc/rpcdname.c /builds/FreeBSD_stable_10/lib/lib= c/rpc/rtime.c crypt_clnt.c crypt_xdr.c /builds/FreeBSD_stable_10/lib/libc/u= uid/uuid_compare.c /builds/FreeBSD_stable_10/lib/libc/uuid/uuid_create.c /b= uilds/FreeBSD_stable_10/lib/libc/uuid/uuid_create_nil.c /builds/FreeBSD_sta= ble_10/lib/libc/uuid/uuid_equal.c /builds/FreeBSD_stable_10/lib/libc/uuid/u= uid_from_string.c /builds/FreeBSD_stable_10/lib/libc/uuid/uuid_hash.c /buil= ds/FreeBSD_stable_10/lib/libc/uuid/uuid_is_nil.c /builds/FreeBSD_stable_10/= lib/libc/uuid/uuid_stream.c /builds/FreeBSD_stable_10/lib/libc/uuid/uuid_to= _string.c /builds/FreeBSD_stable_10/lib/libc/xdr/xdr.c /builds/FreeBSD_stab= le_10/lib/libc/xdr/xdr_array.c /builds/FreeBSD_stable_10/lib/libc/xdr/xdr_f= loat.c /builds/FreeBSD_stable_10/lib/libc/xdr/xdr_mem.c /builds/FreeBSD_sta= ble_10/lib/libc/xdr/xdr_rec.c /builds/FreeBSD_stable_10/lib/libc/xdr/xdr_re= ference.c /builds/FreeBSD_stable_10/lib/libc/xdr/xdr_sizeof.c /builds/FreeB= SD_stable_10/lib/libc/xdr/xdr_stdio.c /builds/FreeBSD_stable_10/lib/libc/yp= /xdryp.c yp_xdr.c /builds/FreeBSD_stable_10/lib/libc/yp/yplib.c /builds/Fre= eBSD_stable_10/lib/libc/../../sys/kern/subr_capability.c /builds/FreeBSD_st= able_10/lib/libc/gdtoa/machdep_ldisx.c /builds/FreeBSD_stable_10/lib/libc/a= md64/stdlib/div.S /builds/FreeBSD_stable_10/lib/libc/amd64/stdlib/ldiv.S /b= uilds/FreeBSD_stable_10/lib/libc/amd64/stdlib/lldiv.S /builds/FreeBSD_stabl= e_10/lib/libc/amd64/string/bcmp.S /builds/FreeBSD_stable_10/lib/libc/amd64/= string/bcopy.S /builds/FreeBSD_stable_10/lib/libc/amd64/string/bzero.S /bui= lds/FreeBSD_stable_10/lib/libc/amd64/string/memcmp.S /builds/FreeBSD_stable= _10/lib/libc/amd64/string/memcpy.S /builds/FreeBSD_stable_10/lib/libc/amd64= /string/memmove.S /builds/FreeBSD_stable_10/lib/libc/amd64/string/memset.S = /builds/FreeBSD_stable_10/lib/libc/amd64/string/strcat.S /builds/FreeBSD_st= able_10/lib/libc/amd64/string/strcmp.S /builds/FreeBSD_stable_10/lib/libc/a= md64/string/stpcpy.S /builds/FreeBSD_stable_10/lib/libc/amd64/string/strcpy= .c /builds/FreeBSD_stable_10/lib/libc/gdtoa/_hdtoa.c /builds/FreeBSD_stable= _10/lib/libc/gdtoa/_hldtoa.c /builds/FreeBSD_stable_10/lib/libc/gdtoa/_ldto= a.c /builds/FreeBSD_stable_10/lib/libc/gdtoa/glue.c gdtoa_strtorx.c gdtoa_d= misc.c gdtoa_dtoa.c gdtoa_gdtoa.c gdtoa_gethex.c gdtoa_gmisc.c gdtoa_hd_ini= t.c gdtoa_hexnan.c gdtoa_misc.c gdtoa_smisc.c gdtoa_strtod.c gdtoa_strtodg.= c gdtoa_strtof.c gdtoa_strtord.c gdtoa_sum.c gdtoa_ulp.c /builds/FreeBSD_st= able_10/lib/libc/gen/modf.c /builds/FreeBSD_stable_10/lib/libc/stdlib/_Exit= .c /builds/FreeBSD_stable_10/lib/libc/stdlib/a64l.c /builds/FreeBSD_stable_= 10/lib/libc/stdlib/abort.c /builds/FreeBSD_stable_10/lib/libc/stdlib/abs.c = /builds/FreeBSD_stable_10/lib/libc/stdlib/atexit.c /builds/FreeBSD_stable_1= 0/lib/libc/stdlib/atof.c /builds/FreeBSD_stable_10/lib/libc/stdlib/atoi.c /= builds/FreeBSD_stable_10/lib/libc/stdlib/atol.c /builds/FreeBSD_stable_10/l= ib/libc/stdlib/atoll.c /builds/FreeBSD_stable_10/lib/libc/stdlib/bsearch.c = /builds/FreeBSD_stable_10/lib/libc/stdlib/exit.c /builds/FreeBSD_stable_10/= lib/libc/stdlib/getenv.c /builds/FreeBSD_stable_10/lib/libc/stdlib/getopt.c= /builds/FreeBSD_stable_10/lib/libc/stdlib/getopt_long.c /builds/FreeBSD_st= able_10/lib/libc/stdlib/getsubopt.c /builds/FreeBSD_stable_10/lib/libc/stdl= ib/hcreate.c /builds/FreeBSD_stable_10/lib/libc/stdlib/heapsort.c /builds/F= reeBSD_stable_10/lib/libc/stdlib/imaxabs.c /builds/FreeBSD_stable_10/lib/li= bc/stdlib/imaxdiv.c /builds/FreeBSD_stable_10/lib/libc/stdlib/insque.c /bui= lds/FreeBSD_stable_10/lib/libc/stdlib/l64a.c /builds/FreeBSD_stable_10/lib/= libc/stdlib/labs.c /builds/FreeBSD_stable_10/lib/libc/stdlib/llabs.c /build= s/FreeBSD_stable_10/lib/libc/stdlib/lsearch.c /builds/FreeBSD_stable_10/lib= /libc/stdlib/merge.c /builds/FreeBSD_stable_10/lib/libc/stdlib/ptsname.c /b= uilds/FreeBSD_stable_10/lib/libc/stdlib/qsort.c /builds/FreeBSD_stable_10/l= ib/libc/stdlib/qsort_r.c /builds/FreeBSD_stable_10/lib/libc/stdlib/quick_ex= it.c /builds/FreeBSD_stable_10/lib/libc/stdlib/radixsort.c /builds/FreeBSD_= stable_10/lib/libc/stdlib/rand.c /builds/FreeBSD_stable_10/lib/libc/stdlib/= random.c /builds/FreeBSD_stable_10/lib/libc/stdlib/reallocf.c /builds/FreeB= SD_stable_10/lib/libc/stdlib/realpath.c /builds/FreeBSD_stable_10/lib/libc/= stdlib/remque.c /builds/FreeBSD_stable_10/lib/libc/stdlib/strfmon.c /builds= /FreeBSD_stable_10/lib/libc/stdlib/strtoimax.c /builds/FreeBSD_stable_10/li= b/libc/stdlib/strtol.c /builds/FreeBSD_stable_10/lib/libc/stdlib/strtoll.c = /builds/FreeBSD_stable_10/lib/libc/stdlib/strtoq.c /builds/FreeBSD_stable_1= 0/lib/libc/stdlib/strtoul.c /builds/FreeBSD_stable_10/lib/libc/stdlib/strto= num.c /builds/FreeBSD_stable_10/lib/libc/stdlib/strtoull.c /builds/FreeBSD_= stable_10/lib/libc/stdlib/strtoumax.c /builds/FreeBSD_stable_10/lib/libc/st= dlib/strtouq.c /builds/FreeBSD_stable_10/lib/libc/stdlib/system.c /builds/F= reeBSD_stable_10/lib/libc/stdlib/tdelete.c /builds/FreeBSD_stable_10/lib/li= bc/stdlib/tfind.c /builds/FreeBSD_stable_10/lib/libc/stdlib/tsearch.c /buil= ds/FreeBSD_stable_10/lib/libc/stdlib/twalk.c jemalloc_jemalloc.c jemalloc_a= rena.c jemalloc_atomic.c jemalloc_base.c jemalloc_bitmap.c jemalloc_chunk.c= jemalloc_chunk_dss.c jemalloc_chunk_mmap.c jemalloc_ckh.c jemalloc_ctl.c j= emalloc_extent.c jemalloc_hash.c jemalloc_huge.c jemalloc_mb.c jemalloc_mut= ex.c jemalloc_prof.c jemalloc_quarantine.c jemalloc_rtree.c jemalloc_stats.= c jemalloc_tcache.c jemalloc_util.c jemalloc_tsd.c /builds/FreeBSD_stable_1= 0/lib/libc/string/ffs.c /builds/FreeBSD_stable_10/lib/libc/string/ffsl.c /b= uilds/FreeBSD_stable_10/lib/libc/string/ffsll.c /builds/FreeBSD_stable_10/l= ib/libc/string/fls.c /builds/FreeBSD_stable_10/lib/libc/string/flsl.c /buil= ds/FreeBSD_stable_10/lib/libc/string/flsll.c /builds/FreeBSD_stable_10/lib/= libc/string/memccpy.c /builds/FreeBSD_stable_10/lib/libc/string/memchr.c /b= uilds/FreeBSD_stable_10/lib/libc/string/memrchr.c /builds/FreeBSD_stable_10= /lib/libc/string/memmem.c /builds/FreeBSD_stable_10/lib/libc/string/stpncpy= .c /builds/FreeBSD_stable_10/lib/libc/string/strcasecmp.c /builds/FreeBSD_s= table_10/lib/libc/string/strcasestr.c /builds/FreeBSD_stable_10/lib/libc/st= ring/strchr.c /builds/FreeBSD_stable_10/lib/libc/string/strchrnul.c /builds= /FreeBSD_stable_10/lib/libc/string/strcoll.c /builds/FreeBSD_stable_10/lib/= libc/string/strcspn.c /builds/FreeBSD_stable_10/lib/libc/string/strdup.c /b= uilds/FreeBSD_stable_10/lib/libc/string/strerror.c /builds/FreeBSD_stable_1= 0/lib/libc/string/strlcat.c /builds/FreeBSD_stable_10/lib/libc/string/strlc= py.c /builds/FreeBSD_stable_10/lib/libc/string/strlen.c /builds/FreeBSD_sta= ble_10/lib/libc/string/strmode.c /builds/FreeBSD_stable_10/lib/libc/string/= strncat.c /builds/FreeBSD_stable_10/lib/libc/string/strncmp.c /builds/FreeB= SD_stable_10/lib/libc/string/strncpy.c /builds/FreeBSD_stable_10/lib/libc/s= tring/strndup.c /builds/FreeBSD_stable_10/lib/libc/string/strnlen.c /builds= /FreeBSD_stable_10/lib/libc/string/strnstr.c /builds/FreeBSD_stable_10/lib/= libc/string/strpbrk.c /builds/FreeBSD_stable_10/lib/libc/string/strrchr.c /= builds/FreeBSD_stable_10/lib/libc/string/strsep.c /builds/FreeBSD_stable_10= /lib/libc/string/strsignal.c /builds/FreeBSD_stable_10/lib/libc/string/strs= pn.c /builds/FreeBSD_stable_10/lib/libc/string/strstr.c /builds/FreeBSD_sta= ble_10/lib/libc/string/strtok.c /builds/FreeBSD_stable_10/lib/libc/string/s= trxfrm.c /builds/FreeBSD_stable_10/lib/libc/string/swab.c /builds/FreeBSD_s= table_10/lib/libc/string/wcpcpy.c /builds/FreeBSD_stable_10/lib/libc/string= /wcpncpy.c /builds/FreeBSD_stable_10/lib/libc/string/wcscasecmp.c /builds/F= reeBSD_stable_10/lib/libc/string/wcscat.c /builds/FreeBSD_stable_10/lib/lib= c/string/wcschr.c /builds/FreeBSD_stable_10/lib/libc/string/wcscmp.c /build= s/FreeBSD_stable_10/lib/libc/string/wcscoll.c /builds/FreeBSD_stable_10/lib= /libc/string/wcscpy.c /builds/FreeBSD_stable_10/lib/libc/string/wcscspn.c /= builds/FreeBSD_stable_10/lib/libc/string/wcsdup.c /builds/FreeBSD_stable_10= /lib/libc/string/wcslcat.c /builds/FreeBSD_stable_10/lib/libc/string/wcslcp= y.c /builds/FreeBSD_stable_10/lib/libc/string/wcslen.c /builds/FreeBSD_stab= le_10/lib/libc/string/wcsncasecmp.c /builds/FreeBSD_stable_10/lib/libc/stri= ng/wcsncat.c /builds/FreeBSD_stable_10/lib/libc/string/wcsncmp.c /builds/Fr= eeBSD_stable_10/lib/libc/string/wcsncpy.c /builds/FreeBSD_stable_10/lib/lib= c/string/wcsnlen.c /builds/FreeBSD_stable_10/lib/libc/string/wcspbrk.c /bui= lds/FreeBSD_stable_10/lib/libc/string/wcsrchr.c /builds/FreeBSD_stable_10/l= ib/libc/string/wcsspn.c /builds/FreeBSD_stable_10/lib/libc/string/wcsstr.c = /builds/FreeBSD_stable_10/lib/libc/string/wcstok.c /builds/FreeBSD_stable_1= 0/lib/libc/string/wcswidth.c /builds/FreeBSD_stable_10/lib/libc/string/wcsx= frm.c /builds/FreeBSD_stable_10/lib/libc/string/wmemchr.c /builds/FreeBSD_s= table_10/lib/libc/string/wmemcmp.c /builds/FreeBSD_stable_10/lib/libc/strin= g/wmemcpy.c /builds/FreeBSD_stable_10/lib/libc/string/wmemmove.c /builds/Fr= eeBSD_stable_10/lib/libc/string/wmemset.c /builds/FreeBSD_stable_10/lib/libc/net/nslexer.l:47:10: fatal error: 'nspar= ser.h' file not found #include "nsparser.h" ^ 1 error generated. mkdep: compile failed *** [.depend] Error code 1 make[4]: stopped in /builds/FreeBSD_stable_10/lib/libc 1 error make[4]: stopped in /builds/FreeBSD_stable_10/lib/libc A failure has been detected in another branch of the parallel make make[3]: stopped in /builds/FreeBSD_stable_10 *** [libraries] Error code 2 make[2]: stopped in /builds/FreeBSD_stable_10 1 error make[2]: stopped in /builds/FreeBSD_stable_10 *** [_libraries] Error code 2 make[1]: stopped in /builds/FreeBSD_stable_10 1 error make[1]: stopped in /builds/FreeBSD_stable_10 *** [buildworld] Error code 2 make: stopped in /builds/FreeBSD_stable_10 1 error make: stopped in /builds/FreeBSD_stable_10 Build step 'Execute shell' marked build as failure [WARNINGS] Skipping publisher since build result is FAILURE Email was triggered for: Failure - Any Sending email for trigger: Failure - Any From owner-freebsd-stable@freebsd.org Mon Nov 23 10:09:55 2015 Return-Path: Delivered-To: freebsd-stable@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-stable@freebsd.org X-Mailman-Version: 2.1.20 List-Id: Production branch of FreeBSD source code 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 From owner-freebsd-stable@freebsd.org Mon Nov 23 12:08:50 2015 Return-Path: Delivered-To: freebsd-stable@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 04493A35519; Mon, 23 Nov 2015 12:08:50 +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 E9E271A18; Mon, 23 Nov 2015 12:08:49 +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 1DB7B1F04; Mon, 23 Nov 2015 12:08:49 +0000 (UTC) Date: Mon, 23 Nov 2015 12:08:47 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: ngie@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-stable@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <287304990.101.1448280529532.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_STABLE_9-i386 - Build #236 - Failure MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_STABLE_9-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-stable@freebsd.org X-Mailman-Version: 2.1.20 List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Nov 2015 12:08:50 -0000 FreeBSD_STABLE_9-i386 - Build #236 - Failure: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_9-i386/23= 6/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_9-i386/236/= changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_9-i386/236/c= onsole Change summaries: 291186 by ngie: MFstable/10 r291185: 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 The end of the build log: [...truncated 52194 lines...] cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh/../../../crypto/openssh -includ= e ssh_namespace.h -include krb5_config.h -DNO_IDEA -std=3Dgnu99 -fstack-pr= otector -Wno-pointer-sign -c /usr/src/secure/usr.bin/ssh/../../../crypto/op= enssh/clientloop.c -o clientloop.o ranlib libbackend.a =3D=3D=3D> gnu/usr.bin/cc/cc (all) cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc/../cc_tools -I/usr/src/gnu/usr.bin/= cc/cc/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcc -I/u= sr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcc/config -I/usr/src/gnu/usr.= bin/cc/cc/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/cc/cc/= ../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/cc/../= ../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET_VERSIO= N=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd\" -D= ENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c /usr/src/gnu/usr.b= in/cc/cc/../../../../contrib/gcc/gcc.c -o gcc.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc/../cc_tools -I/usr/src/gnu/usr.bin/= cc/cc/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcc -I/u= sr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcc/config -I/usr/src/gnu/usr.= bin/cc/cc/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/cc/cc/= ../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/cc/../= ../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET_VERSIO= N=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd\" -D= ENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c /usr/src/gnu/usr.b= in/cc/cc/../../../../contrib/gcc/opts-common.c -o opts-common.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh/../../../crypto/openssh -includ= e ssh_namespace.h -include krb5_config.h -DNO_IDEA -std=3Dgnu99 -fstack-pr= otector -Wno-pointer-sign -c /usr/src/secure/usr.bin/ssh/../../../crypto/op= enssh/sshtty.c -o sshtty.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc/../cc_tools -I/usr/src/gnu/usr.bin/= cc/cc/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcc -I/u= sr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcc/config -I/usr/src/gnu/usr.= bin/cc/cc/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/cc/cc/= ../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/cc/../= ../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET_VERSIO= N=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd\" -D= ENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c ../cc_tools/option= s.c -o options.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc/../cc_tools -I/usr/src/gnu/usr.bin/= cc/cc/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcc -I/u= sr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcc/config -I/usr/src/gnu/usr.= bin/cc/cc/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/cc/cc/= ../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/cc/../= ../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET_VERSIO= N=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd\" -D= ENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c /usr/src/gnu/usr.b= in/cc/cc/../../../../contrib/gcc/intl.c -o intl.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh/../../../crypto/openssh -includ= e ssh_namespace.h -include krb5_config.h -DNO_IDEA -std=3Dgnu99 -fstack-pr= otector -Wno-pointer-sign -c /usr/src/secure/usr.bin/ssh/../../../crypto/op= enssh/sshconnect.c -o sshconnect.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc/../cc_tools -I/usr/src/gnu/usr.bin/= cc/cc/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcc -I/u= sr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcc/config -I/usr/src/gnu/usr.= bin/cc/cc/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/cc/cc/= ../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/cc/../= ../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET_VERSIO= N=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd\" -D= ENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c /usr/src/gnu/usr.b= in/cc/cc/../../../../contrib/gcc/prefix.c -o prefix.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh/../../../crypto/openssh -includ= e ssh_namespace.h -include krb5_config.h -DNO_IDEA -std=3Dgnu99 -fstack-pr= otector -Wno-pointer-sign -c /usr/src/secure/usr.bin/ssh/../../../crypto/op= enssh/sshconnect1.c -o sshconnect1.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh/../../../crypto/openssh -includ= e ssh_namespace.h -include krb5_config.h -DNO_IDEA -std=3Dgnu99 -fstack-pr= otector -Wno-pointer-sign -c /usr/src/secure/usr.bin/ssh/../../../crypto/op= enssh/sshconnect2.c -o sshconnect2.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc/../cc_tools -I/usr/src/gnu/usr.bin/= cc/cc/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcc -I/u= sr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcc/config -I/usr/src/gnu/usr.= bin/cc/cc/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/cc/cc/= ../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/cc/../= ../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET_VERSIO= N=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd\" -D= ENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -DBASEVER=3D\"4.2.1\"= -DDATESTAMP=3D\"\ 20070831\" -DDEVPHASE=3D\"\ patched\" -c /usr/src/gnu/= usr.bin/cc/cc/../../../../contrib/gcc/version.c cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh/../../../crypto/openssh -includ= e ssh_namespace.h -include krb5_config.h -DNO_IDEA -std=3Dgnu99 -fstack-pr= otector -Wno-pointer-sign -c /usr/src/secure/usr.bin/ssh/../../../crypto/op= enssh/mux.c -o mux.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc/../cc_tools -I/usr/src/gnu/usr.bin/= cc/cc/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcc -I/u= sr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcc/config -I/usr/src/gnu/usr.= bin/cc/cc/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/cc/cc/= ../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/cc/../= ../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET_VERSIO= N=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd\" -D= ENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c /usr/src/gnu/usr.b= in/cc/cc/../../../../contrib/gcc/config/i386/driver-i386.c -o driver-i386.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh/../../../crypto/openssh -includ= e ssh_namespace.h -include krb5_config.h -DNO_IDEA -std=3Dgnu99 -fstack-pr= otector -Wno-pointer-sign -c /usr/src/secure/usr.bin/ssh/../../../crypto/op= enssh/roaming_common.c -o roaming_common.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc/../cc_tools -I/usr/src/gnu/usr.bin/= cc/cc/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcc -I/u= sr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcc/config -I/usr/src/gnu/usr.= bin/cc/cc/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/cc/cc/= ../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/cc/../= ../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET_VERSIO= N=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd\" -D= ENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c /usr/src/gnu/usr.b= in/cc/cc/../../../../contrib/gcc/gccspec.c -o gccspec.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh/../../../crypto/openssh -includ= e ssh_namespace.h -include krb5_config.h -DNO_IDEA -std=3Dgnu99 -fstack-pr= otector -Wno-pointer-sign -c /usr/src/secure/usr.bin/ssh/../../../crypto/op= enssh/roaming_client.c -o roaming_client.o gzip -cn /usr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcc/doc/gcc.1 > gcc= .1.gz cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh/../../../crypto/openssh -includ= e ssh_namespace.h -include krb5_config.h -DNO_IDEA -std=3Dgnu99 -fstack-pr= otector -Wno-pointer-sign -c /usr/src/secure/usr.bin/ssh/../../../crypto/op= enssh/gss-genr.c -o gss-genr.o gzip -cn /usr/src/secure/usr.bin/ssh/../../../crypto/openssh/ssh.1 > ssh.1.= gz gzip -cn /usr/src/secure/usr.bin/ssh/../../../crypto/openssh/ssh_config.5 >= ssh_config.5.gz cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh/../../../crypto/openssh -includ= e ssh_namespace.h -include krb5_config.h -DNO_IDEA -std=3Dgnu99 -fstack-pr= otector -Wno-pointer-sign -L/usr/obj/usr/src/tmp/usr/lib/private -rpath /u= sr/lib/private -o ssh ssh.o readconf.o clientloop.o sshtty.o sshconnect.o s= shconnect1.o sshconnect2.o mux.o roaming_common.o roaming_client.o gss-genr= .o -lssh -lutil -lgssapi -lcrypt -lcrypto -lz =3D=3D=3D> secure/usr.bin/ssh-add (all) cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh-add/../../../crypto/openssh -in= clude ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointe= r-sign -c /usr/src/secure/usr.bin/ssh-add/../../../crypto/openssh/ssh-add.c= -o ssh-add.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh-add/../../../crypto/openssh -in= clude ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointe= r-sign -c /usr/src/secure/usr.bin/ssh-add/../../../crypto/openssh/roaming_d= ummy.c -o roaming_dummy.o gzip -cn /usr/src/secure/usr.bin/ssh-add/../../../crypto/openssh/ssh-add.1 = > ssh-add.1.gz cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh-add/../../../crypto/openssh -in= clude ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointe= r-sign -L/usr/obj/usr/src/tmp/usr/lib/private -rpath /usr/lib/private -o s= sh-add ssh-add.o roaming_dummy.o -lssh -lcrypt -lcrypto -lz =3D=3D=3D> secure/usr.bin/ssh-agent (all) cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh-agent/../../../crypto/openssh -= include ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-poin= ter-sign -c /usr/src/secure/usr.bin/ssh-agent/../../../crypto/openssh/ssh-a= gent.c -o ssh-agent.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh-agent/../../../crypto/openssh -= include ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-poin= ter-sign -c /usr/src/secure/usr.bin/ssh-agent/../../../crypto/openssh/roami= ng_dummy.c -o roaming_dummy.o gzip -cn /usr/src/secure/usr.bin/ssh-agent/../../../crypto/openssh/ssh-agen= t.1 > ssh-agent.1.gz cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh-agent/../../../crypto/openssh -= include ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-poin= ter-sign -L/usr/obj/usr/src/tmp/usr/lib/private -rpath /usr/lib/private -o= ssh-agent ssh-agent.o roaming_dummy.o -lssh -lcrypt -lcrypto -lz =3D=3D=3D> secure/usr.bin/ssh-keygen (all) cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh-keygen/../../../crypto/openssh = -include ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-poi= nter-sign -c /usr/src/secure/usr.bin/ssh-keygen/../../../crypto/openssh/ssh= -keygen.c -o ssh-keygen.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh-keygen/../../../crypto/openssh = -include ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-poi= nter-sign -c /usr/src/secure/usr.bin/ssh-keygen/../../../crypto/openssh/roa= ming_dummy.c -o roaming_dummy.o gzip -cn /usr/src/secure/usr.bin/ssh-keygen/../../../crypto/openssh/ssh-key= gen.1 > ssh-keygen.1.gz cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc/../cc_tools -I/usr/src/gnu/usr.bin/= cc/cc/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcc -I/u= sr/src/gnu/usr.bin/cc/cc/../../../../contrib/gcc/config -I/usr/src/gnu/usr.= bin/cc/cc/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/cc/cc/= ../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/cc/../= ../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET_VERSIO= N=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd\" -D= ENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -static -o gcc gcc.o= opts-common.o options.o intl.o prefix.o version.o driver-i386.o gccspec.o = /usr/obj/usr/src/gnu/usr.bin/cc/cc/../libcpp/libcpp.a /usr/obj/usr/src/gnu/= usr.bin/cc/cc/../libiberty/libiberty.a =3D=3D=3D> gnu/usr.bin/cc/cc1 (all) cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1/../cc_tools -I/usr/src/gnu/usr.bin= /cc/cc1/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/cc1/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/cc1/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/cc1/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= cc1/../../../../contrib/gcclibs/libdecnumber -std=3Dgnu89 -fstack-protecto= r -c /usr/src/gnu/usr.bin/cc/cc1/../../../../contrib/gcc/main.c -o main.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1/../cc_tools -I/usr/src/gnu/usr.bin= /cc/cc1/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/cc1/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/cc1/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/cc1/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= cc1/../../../../contrib/gcclibs/libdecnumber -std=3Dgnu89 -fstack-protecto= r -c /usr/src/gnu/usr.bin/cc/cc1/../../../../contrib/gcc/c-parser.c -o c-p= arser.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1/../cc_tools -I/usr/src/gnu/usr.bin= /cc/cc1/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/cc1/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/cc1/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/cc1/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= cc1/../../../../contrib/gcclibs/libdecnumber -std=3Dgnu89 -fstack-protecto= r -c /usr/src/gnu/usr.bin/cc/cc1/../../../../contrib/gcc/c-lang.c -o c-lan= g.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh-keygen/../../../crypto/openssh = -include ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-poi= nter-sign -L/usr/obj/usr/src/tmp/usr/lib/private -rpath /usr/lib/private -= o ssh-keygen ssh-keygen.o roaming_dummy.o -lssh -lcrypt -lcrypto -lz =3D=3D=3D> secure/usr.bin/ssh-keyscan (all) cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh-keyscan/../../../crypto/openssh= -include ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-po= inter-sign -c /usr/src/secure/usr.bin/ssh-keyscan/../../../crypto/openssh/s= sh-keyscan.c -o ssh-keyscan.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh-keyscan/../../../crypto/openssh= -include ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-po= inter-sign -c /usr/src/secure/usr.bin/ssh-keyscan/../../../crypto/openssh/r= oaming_dummy.c -o roaming_dummy.o gzip -cn /usr/src/secure/usr.bin/ssh-keyscan/../../../crypto/openssh/ssh-ke= yscan.1 > ssh-keyscan.1.gz cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh-keyscan/../../../crypto/openssh= -include ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-po= inter-sign -L/usr/obj/usr/src/tmp/usr/lib/private -rpath /usr/lib/private = -o ssh-keyscan ssh-keyscan.o roaming_dummy.o -lssh -lcrypt -lcrypto -lz =3D=3D=3D> secure/usr.sbin (all) =3D=3D=3D> secure/usr.sbin/sshd (all) cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/sshd.c -o sshd.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth-rhosts.c -o auth-rhosts= .o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth-passwd.c -o auth-passwd= .o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth-rsa.c -o auth-rsa.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth-rh-rsa.c -o auth-rh-rsa= .o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/audit.c -o audit.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/audit-bsm.c -o audit-bsm.o /usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/audit-bsm.c: In funct= ion 'audit_connection_from': /usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/audit-bsm.c:365: warn= ing: passing argument 1 of 'aug_get_machine' discards qualifiers from point= er target type cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/audit-linux.c -o audit-linux= .o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/platform.c -o platform.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/sshpty.c -o sshpty.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/sshlogin.c -o sshlogin.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/servconf.c -o servconf.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/serverloop.c -o serverloop.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1/../cc_tools -I/usr/src/gnu/usr.bin= /cc/cc1/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/cc1/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/cc1/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/cc1/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= cc1/../../../../contrib/gcclibs/libdecnumber -std=3Dgnu89 -fstack-protecto= r -static -o cc1-dummy main.o c-parser.o c-lang.o /usr/obj/usr/src/gnu/us= r.bin/cc/cc1/../cc_int/libbackend.a /usr/obj/usr/src/gnu/usr.bin/cc/cc1/../= libcpp/libcpp.a /usr/obj/usr/src/gnu/usr.bin/cc/cc1/../libdecnumber/libdecn= umber.a /usr/obj/usr/src/gnu/usr.bin/cc/cc1/../libiberty/libiberty.a ../cc_tools/genchecksum cc1-dummy > cc1-checksum.c cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth.c -o auth.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1/../cc_tools -I/usr/src/gnu/usr.bin= /cc/cc1/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/cc1/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/cc1/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/cc1/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= cc1/../../../../contrib/gcclibs/libdecnumber -std=3Dgnu89 -fstack-protecto= r -c cc1-checksum.c -o cc1-checksum.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1/../cc_tools -I/usr/src/gnu/usr.bin= /cc/cc1/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/cc1/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/cc1/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/cc1/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= cc1/../../../../contrib/gcclibs/libdecnumber -std=3Dgnu89 -fstack-protecto= r -static -o cc1 cc1-checksum.o main.o c-parser.o c-lang.o /usr/obj/usr/s= rc/gnu/usr.bin/cc/cc1/../cc_int/libbackend.a /usr/obj/usr/src/gnu/usr.bin/c= c/cc1/../libcpp/libcpp.a /usr/obj/usr/src/gnu/usr.bin/cc/cc1/../libdecnumbe= r/libdecnumber.a /usr/obj/usr/src/gnu/usr.bin/cc/cc1/../libiberty/libiberty= .a cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth1.c -o auth1.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth2.c -o auth2.o =3D=3D=3D> gnu/usr.bin/cc/include (all) =3D=3D=3D> gnu/usr.bin/cc/doc (all) (echo "@set version-GCC 4.2.1"; if [ "patched" =3D "experimental" ]; then = echo "@set DEVELOPMENT"; else echo "@clear DEVELOPMENT"; fi; echo "@se= t srcdir /usr/src/gnu/usr.bin/cc/doc/../../../../contrib/gcclibs/libiberty"= ) > gcc-vers.texi makeinfo -I /usr/src/gnu/usr.bin/cc/doc/../../../../contrib/gcc/doc -I /usr= /src/gnu/usr.bin/cc/doc/../../../../contrib/gcc/doc/include --no-split -I /= usr/src/gnu/usr.bin/cc/doc -I /usr/src/gnu/usr.bin/cc/doc /usr/src/gnu/usr.= bin/cc/doc/../../../../contrib/gcc/doc/gcc.texi -o gcc.info makeinfo -I /usr/src/gnu/usr.bin/cc/doc/../../../../contrib/gcc/doc -I /usr= /src/gnu/usr.bin/cc/doc/../../../../contrib/gcc/doc/include --no-split -I /= usr/src/gnu/usr.bin/cc/doc -I /usr/src/gnu/usr.bin/cc/doc /usr/src/gnu/usr.= bin/cc/doc/../../../../contrib/gcc/doc/cpp.texi -o cpp.info makeinfo -I /usr/src/gnu/usr.bin/cc/doc/../../../../contrib/gcc/doc -I /usr= /src/gnu/usr.bin/cc/doc/../../../../contrib/gcc/doc/include --no-split -I /= usr/src/gnu/usr.bin/cc/doc -I /usr/src/gnu/usr.bin/cc/doc /usr/src/gnu/usr.= bin/cc/doc/../../../../contrib/gcc/doc/gccint.texi -o gccint.info cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth-options.c -o auth-optio= ns.o makeinfo -I /usr/src/gnu/usr.bin/cc/doc/../../../../contrib/gcc/doc -I /usr= /src/gnu/usr.bin/cc/doc/../../../../contrib/gcc/doc/include --no-split -I /= usr/src/gnu/usr.bin/cc/doc -I /usr/src/gnu/usr.bin/cc/doc /usr/src/gnu/usr.= bin/cc/doc/../../../../contrib/gcc/doc/cppinternals.texi -o cppinternals.i= nfo cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/session.c -o session.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth-chall.c -o auth-chall.o /usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/session.c: In functio= n 'do_nologin': /usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/session.c:1442: warni= ng: assignment discards qualifiers from pointer target type gzip -cn cpp.info > cpp.info.gz cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth2-chall.c -o auth2-chall= .o gzip -cn cppinternals.info > cppinternals.info.gz gzip -cn gcc.info > gcc.info.gz gzip -cn gccint.info > gccint.info.gz cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/groupaccess.c -o groupaccess= .o =3D=3D=3D> gnu/usr.bin/cc/cpp (all) cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth-skey.c -o auth-skey.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cpp/../cc_tools -I/usr/src/gnu/usr.bin= /cc/cpp/../cc_tools -I/usr/src/gnu/usr.bin/cc/cpp/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/cpp/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/cpp/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/cpp/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= cpp/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c /usr/src/gn= u/usr.bin/cc/cpp/../../../../contrib/gcc/gcc.c -o gcc.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cpp/../cc_tools -I/usr/src/gnu/usr.bin= /cc/cpp/../cc_tools -I/usr/src/gnu/usr.bin/cc/cpp/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/cpp/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/cpp/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/cpp/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= cpp/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c /usr/src/gn= u/usr.bin/cc/cpp/../../../../contrib/gcc/opts-common.c -o opts-common.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cpp/../cc_tools -I/usr/src/gnu/usr.bin= /cc/cpp/../cc_tools -I/usr/src/gnu/usr.bin/cc/cpp/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/cpp/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/cpp/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/cpp/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= cpp/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c ../cc_tools= /options.c -o options.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth-bsdauth.c -o auth-bsdau= th.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth2-hostbased.c -o auth2-h= ostbased.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cpp/../cc_tools -I/usr/src/gnu/usr.bin= /cc/cpp/../cc_tools -I/usr/src/gnu/usr.bin/cc/cpp/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/cpp/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/cpp/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/cpp/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= cpp/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c /usr/src/gn= u/usr.bin/cc/cpp/../../../../contrib/gcc/intl.c -o intl.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth2-kbdint.c -o auth2-kbdi= nt.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cpp/../cc_tools -I/usr/src/gnu/usr.bin= /cc/cpp/../cc_tools -I/usr/src/gnu/usr.bin/cc/cpp/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/cpp/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/cpp/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/cpp/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= cpp/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c /usr/src/gn= u/usr.bin/cc/cpp/../../../../contrib/gcc/prefix.c -o prefix.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cpp/../cc_tools -I/usr/src/gnu/usr.bin= /cc/cpp/../cc_tools -I/usr/src/gnu/usr.bin/cc/cpp/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/cpp/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/cpp/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/cpp/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= cpp/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -DBASEVER=3D\"= 4.2.1\" -DDATESTAMP=3D\"\ 20070831\" -DDEVPHASE=3D\"\ patched\" -c /usr/s= rc/gnu/usr.bin/cc/cpp/../../../../contrib/gcc/version.c cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth2-none.c -o auth2-none.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth2-passwd.c -o auth2-pass= wd.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cpp/../cc_tools -I/usr/src/gnu/usr.bin= /cc/cpp/../cc_tools -I/usr/src/gnu/usr.bin/cc/cpp/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/cpp/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/cpp/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/cpp/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= cpp/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c /usr/src/gn= u/usr.bin/cc/cpp/../../../../contrib/gcc/config/i386/driver-i386.c -o drive= r-i386.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cpp/../cc_tools -I/usr/src/gnu/usr.bin= /cc/cpp/../cc_tools -I/usr/src/gnu/usr.bin/cc/cpp/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/cpp/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/cpp/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/cpp/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= cpp/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c /usr/src/gn= u/usr.bin/cc/cpp/../../../../contrib/gcc/cppspec.c -o cppspec.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth2-pubkey.c -o auth2-pubk= ey.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/monitor_mm.c -o monitor_mm.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/monitor.c -o monitor.o gzip -cn /usr/src/gnu/usr.bin/cc/cpp/gcpp.1 > gcpp.1.gz cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/monitor_wrap.c -o monitor_wr= ap.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/kexdhs.c -o kexdhs.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/kexgexs.c -o kexgexs.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/kexecdhs.c -o kexecdhs.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/kexc25519s.c -o kexc25519s.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth-krb5.c -o auth-krb5.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth2-gss.c -o auth2-gss.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/gss-serv.c -o gss-serv.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/gss-serv-krb5.c -o gss-serv-= krb5.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/loginrec.c -o loginrec.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth-pam.c -o auth-pam.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth-shadow.c -o auth-shadow= .o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth-sia.c -o auth-sia.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/md5crypt.c -o md5crypt.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/sftp-server.c -o sftp-server= .o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/sftp-common.c -o sftp-common= .o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/roaming_common.c -o roaming_= common.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/roaming_serv.c -o roaming_se= rv.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/sandbox-null.c -o sandbox-nu= ll.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/sandbox-rlimit.c -o sandbox-= rlimit.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/sandbox-systrace.c -o sandbo= x-systrace.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/sandbox-darwin.c -o sandbox-= darwin.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cpp/../cc_tools -I/usr/src/gnu/usr.bin= /cc/cpp/../cc_tools -I/usr/src/gnu/usr.bin/cc/cpp/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/cpp/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/cpp/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/cpp/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= cpp/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -o gcpp gcc.o= opts-common.o options.o intl.o prefix.o version.o driver-i386.o cppspec.o = /usr/obj/usr/src/gnu/usr.bin/cc/cpp/../libcpp/libcpp.a /usr/obj/usr/src/gnu= /usr.bin/cc/cpp/../libiberty/libiberty.a cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/sandbox-seccomp-filter.c -o = sandbox-seccomp-filter.o =3D=3D=3D> gnu/usr.bin/cc/cc1plus (all) cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/sandbox-capsicum.c -o sandbo= x-capsicum.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/gss-genr.c -o gss-genr.o gzip -cn /usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/sshd.8 > ssh= d.8.gz gzip -cn /usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/sshd_config.= 5 > sshd_config.5.gz cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/main.c -o main.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/cp-lang.c -o cp-lang.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/c-opts.c -o c-opts.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -L/usr/ob= j/usr/src/tmp/usr/lib/private -rpath /usr/lib/private -o sshd sshd.o auth-r= hosts.o auth-passwd.o auth-rsa.o auth-rh-rsa.o audit.o audit-bsm.o audit-li= nux.o platform.o sshpty.o sshlogin.o servconf.o serverloop.o auth.o auth1.o= auth2.o auth-options.o session.o auth-chall.o auth2-chall.o groupaccess.o = auth-skey.o auth-bsdauth.o auth2-hostbased.o auth2-kbdint.o auth2-none.o au= th2-passwd.o auth2-pubkey.o monitor_mm.o monitor.o monitor_wrap.o kexdhs.o = kexgexs.o kexecdhs.o kexc25519s.o auth-krb5.o auth2-gss.o gss-serv.o gss-se= rv-krb5.o loginrec.o auth-pam.o auth-shadow.o auth-sia.o md5crypt.o sftp-se= rver.o sftp-common.o roaming_common.o roaming_serv.o sandbox-null.o sandbox= -rlimit.o sandbox-systrace.o sandbox-darwin.o sandbox-seccomp-filter.o sand= box-capsicum.o gss-genr.o -lssh -lutil -lwrap -lpamcc -O2 -pipe -DGCCVER= =3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr\" -I/usr/obj/usr/src/= gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../cc_= tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc -I/usr/src/= gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config -I/usr/src/gnu/usr.bi= n/cc/cc1plus/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/cc/= cc1plus/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/c= c/cc1plus/../../../../contrib/gcclibs/libdecnumber -I/usr/src/gnu/usr.bin/c= c/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89 -fstack-protector -= c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp/call.c -o call= .o -lbsm -lgssapi_krb5 -lgssapi -lkrb5 -lhx509 -lasn1 -lcom_err -lroken -lcr= ypt -lcrypto -lz -lpthread cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/class.c -o class.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/cvt.c -o cvt.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/cxx-pretty-print.c -o cxx-pretty-print.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/decl.c -o decl.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/decl2.c -o decl2.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/error.c -o error.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/expr.c -o expr.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/dump.c -o dump.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/friend.c -o friend.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/init.c -o init.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/lex.c -o lex.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/mangle.c -o mangle.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/method.c -o method.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/name-lookup.c -o name-lookup.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/parser.c -o parser.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/pt.c -o pt.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/ptree.c -o ptree.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/repo.c -o repo.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/rtti.c -o rtti.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/search.c -o search.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/semantics.c -o semantics.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/tree.c -o tree.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/typeck.c -o typeck.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/typeck2.c -o typeck2.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/optimize.c -o optimize.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/cp-objcp-common.c -o cp-objcp-common.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/cp-gimplify.c -o cp-gimplify.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/tree-mudflap.c -o tree-mudflap.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/except.c -o except.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -static -o cc1plus-dummy main.o cp-lang.o c-opts.o ca= ll.o class.o cvt.o cxx-pretty-print.o decl.o decl2.o error.o except.o expr.= o dump.o friend.o init.o lex.o mangle.o method.o name-lookup.o parser.o pt.= o ptree.o repo.o rtti.o search.o semantics.o tree.o typeck.o typeck2.o opti= mize.o cp-objcp-common.o cp-gimplify.o tree-mudflap.o /usr/obj/usr/src/gnu/= usr.bin/cc/cc1plus/../cc_int/libbackend.a /usr/obj/usr/src/gnu/usr.bin/cc/c= c1plus/../libcpp/libcpp.a /usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../libdec= number/libdecnumber.a /usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../libiberty/= libiberty.a ../cc_tools/genchecksum cc1plus-dummy > cc1plus-checksum.c cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c cc1plus-checksum.c -o cc1plus-checksum.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -static -o cc1plus cc1plus-checksum.o main.o cp-lang.= o c-opts.o call.o class.o cvt.o cxx-pretty-print.o decl.o decl2.o error.o e= xcept.o expr.o dump.o friend.o init.o lex.o mangle.o method.o name-lookup.o= parser.o pt.o ptree.o repo.o rtti.o search.o semantics.o tree.o typeck.o t= ypeck2.o optimize.o cp-objcp-common.o cp-gimplify.o tree-mudflap.o /usr/obj= /usr/src/gnu/usr.bin/cc/cc1plus/../cc_int/libbackend.a /usr/obj/usr/src/gnu= /usr.bin/cc/cc1plus/../libcpp/libcpp.a /usr/obj/usr/src/gnu/usr.bin/cc/cc1p= lus/../libdecnumber/libdecnumber.a /usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/= ../libiberty/libiberty.a =3D=3D=3D> gnu/usr.bin/cc/c++ (all) cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++/../cc_tools -I/usr/src/gnu/usr.bin= /cc/c++/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/c++/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/c++/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= c++/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c /usr/src/gn= u/usr.bin/cc/c++/../../../../contrib/gcc/gcc.c -o gcc.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++/../cc_tools -I/usr/src/gnu/usr.bin= /cc/c++/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/c++/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/c++/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= c++/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c /usr/src/gn= u/usr.bin/cc/c++/../../../../contrib/gcc/opts-common.c -o opts-common.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++/../cc_tools -I/usr/src/gnu/usr.bin= /cc/c++/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/c++/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/c++/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= c++/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c ../cc_tools= /options.c -o options.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++/../cc_tools -I/usr/src/gnu/usr.bin= /cc/c++/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/c++/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/c++/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= c++/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c /usr/src/gn= u/usr.bin/cc/c++/../../../../contrib/gcc/intl.c -o intl.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++/../cc_tools -I/usr/src/gnu/usr.bin= /cc/c++/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/c++/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/c++/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= c++/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c /usr/src/gn= u/usr.bin/cc/c++/../../../../contrib/gcc/prefix.c -o prefix.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++/../cc_tools -I/usr/src/gnu/usr.bin= /cc/c++/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/c++/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/c++/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= c++/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -DBASEVER=3D\"= 4.2.1\" -DDATESTAMP=3D\"\ 20070831\" -DDEVPHASE=3D\"\ patched\" -c /usr/s= rc/gnu/usr.bin/cc/c++/../../../../contrib/gcc/version.c cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++/../cc_tools -I/usr/src/gnu/usr.bin= /cc/c++/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/c++/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/c++/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= c++/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c /usr/src/gn= u/usr.bin/cc/c++/../../../../contrib/gcc/config/i386/driver-i386.c -o drive= r-i386.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++/../cc_tools -I/usr/src/gnu/usr.bin= /cc/c++/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/c++/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/c++/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= c++/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c /usr/src/gn= u/usr.bin/cc/c++/../../../../contrib/gcc/cp/g++spec.c -o g++spec.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++/../cc_tools -I/usr/src/gnu/usr.bin= /cc/c++/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/c++/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/c++/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= c++/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -o g++ gcc.o = opts-common.o options.o intl.o prefix.o version.o driver-i386.o g++spec.o /= usr/obj/usr/src/gnu/usr.bin/cc/c++/../libcpp/libcpp.a /usr/obj/usr/src/gnu/= usr.bin/cc/c++/../libiberty/libiberty.a =3D=3D=3D> gnu/usr.bin/cc/c++filt (all) cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++filt/../cc_tools -I/usr/src/gnu/usr= .bin/cc/c++filt/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++filt/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcclibs/libdecnumber -D= GCC_DRIVER -DDEFAULT_TARGET_VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE= =3D\"i386-undermydesk-freebsd\" -DENABLE_SHARED_LIBGCC -DSTANDALONE_DEMAN= GLER -DVERSION=3D\"\" -std=3Dgnu89 -fstack-protector -c /usr/src/gnu/usr.= bin/cc/c++filt/../../../../contrib/gcclibs/libiberty/cp-demangle.c -o cp-de= mangle.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++filt/../cc_tools -I/usr/src/gnu/usr= .bin/cc/c++filt/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++filt/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcclibs/libdecnumber -D= GCC_DRIVER -DDEFAULT_TARGET_VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE= =3D\"i386-undermydesk-freebsd\" -DENABLE_SHARED_LIBGCC -DSTANDALONE_DEMAN= GLER -DVERSION=3D\"\" -std=3Dgnu89 -fstack-protector -o c++filt cp-deman= gle.o /usr/obj/usr/src/gnu/usr.bin/cc/c++filt/../libiberty/libiberty.a =3D=3D=3D> gnu/usr.bin/cc/gcov (all) cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/gcov/../cc_tools -I/usr/src/gnu/usr.bi= n/cc/gcov/../cc_tools -I/usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gc= c -I/usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gcc/config -I/usr/src/= gnu/usr.bin/cc/gcov/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.= bin/cc/gcov/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.b= in/cc/gcov/../../../../contrib/gcclibs/libdecnumber -std=3Dgnu89 -fstack-p= rotector -c /usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gcc/gcov.c -o= gcov.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/gcov/../cc_tools -I/usr/src/gnu/usr.bi= n/cc/gcov/../cc_tools -I/usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gc= c -I/usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gcc/config -I/usr/src/= gnu/usr.bin/cc/gcov/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.= bin/cc/gcov/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.b= in/cc/gcov/../../../../contrib/gcclibs/libdecnumber -std=3Dgnu89 -fstack-p= rotector -DBASEVER=3D\"4.2.1\" -DDATESTAMP=3D\"\ 20070831\" -DDEVPHASE= =3D\"\ patched\" -c /usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gcc/ve= rsion.c cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/gcov/../cc_tools -I/usr/src/gnu/usr.bi= n/cc/gcov/../cc_tools -I/usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gc= c -I/usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gcc/config -I/usr/src/= gnu/usr.bin/cc/gcov/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.= bin/cc/gcov/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.b= in/cc/gcov/../../../../contrib/gcclibs/libdecnumber -std=3Dgnu89 -fstack-p= rotector -c /usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gcc/errors.c = -o errors.o gzip -cn /usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gcc/doc/gcov.1 > = gcov.1.gz cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/gcov/../cc_tools -I/usr/src/gnu/usr.bi= n/cc/gcov/../cc_tools -I/usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gc= c -I/usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gcc/config -I/usr/src/= gnu/usr.bin/cc/gcov/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.= bin/cc/gcov/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.b= in/cc/gcov/../../../../contrib/gcclibs/libdecnumber -std=3Dgnu89 -fstack-p= rotector -o gcov gcov.o version.o errors.o /usr/obj/usr/src/gnu/usr.bin/c= c/gcov/../libiberty/libiberty.a 1 error *** [everything] Error code 2 1 error *** [buildworld] Error code 2 make: stopped in /usr/src 1 error make: stopped in /usr/src Build step 'Execute shell' marked build as failure [PostBuildScript] - Execution post build scripts. [FreeBSD_STABLE_9-i386] $ /bin/sh -xe /tmp/hudson553405230207828527.sh + export 'PATH=3D/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/b= in' + export 'jname=3DFreeBSD_STABLE_9-i386' + echo 'clean up jail FreeBSD_STABLE_9-i386' clean up jail FreeBSD_STABLE_9-i386 + sudo jail -r FreeBSD_STABLE_9-i386 + sudo ifconfig igb0 inet6 2610:1c1:1:607c::101:1 -alias + sudo umount FreeBSD_STABLE_9-i386/usr/src + sudo umount FreeBSD_STABLE_9-i386/dev + sudo rm -fr FreeBSD_STABLE_9-i386 rm: FreeBSD_STABLE_9-i386/var/empty: Operation not permitted rm: FreeBSD_STABLE_9-i386/var: Directory not empty rm: FreeBSD_STABLE_9-i386/usr/bin/ypchfn: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/ypchsh: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/chsh: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/ypchpass: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/chfn: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/passwd: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/login: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/chpass: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/opieinfo: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/yppasswd: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/opiepasswd: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/su: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/crontab: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin: Directory not empty rm: FreeBSD_STABLE_9-i386/usr/lib/librt.so.1: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/lib: Directory not empty rm: FreeBSD_STABLE_9-i386/usr: Directory not empty rm: FreeBSD_STABLE_9-i386/libexec/ld-elf.so.1: Operation not permitted rm: FreeBSD_STABLE_9-i386/libexec: Directory not empty rm: FreeBSD_STABLE_9-i386/lib/libc.so.7: Operation not permitted rm: FreeBSD_STABLE_9-i386/lib/libthr.so.3: Operation not permitted rm: FreeBSD_STABLE_9-i386/lib/libcrypt.so.5: Operation not permitted rm: FreeBSD_STABLE_9-i386/lib: Directory not empty rm: FreeBSD_STABLE_9-i386/sbin/init: Operation not permitted rm: FreeBSD_STABLE_9-i386/sbin: Directory not empty rm: FreeBSD_STABLE_9-i386: Directory not empty + true + sudo chflags -R noschg FreeBSD_STABLE_9-i386 + sudo rm -fr FreeBSD_STABLE_9-i386 Email was triggered for: Failure - Any Sending email for trigger: Failure - Any From owner-freebsd-stable@freebsd.org Mon Nov 23 12:10:40 2015 Return-Path: Delivered-To: freebsd-stable@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 54E3AA3563C; Mon, 23 Nov 2015 12:10:40 +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 D11951CAD; Mon, 23 Nov 2015 12:10:39 +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 504E81F0B; Mon, 23 Nov 2015 12:10:40 +0000 (UTC) Date: Mon, 23 Nov 2015 12:10:38 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: ngie@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-stable@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <850177140.103.1448280640297.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <1292700473.99.1448273395690.JavaMail.jenkins@jenkins-9.freebsd.org> References: <1292700473.99.1448273395690.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_STABLE_10-i386 - Build #659 - 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-stable@freebsd.org X-Mailman-Version: 2.1.20 List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Nov 2015 12:10:40 -0000 FreeBSD_STABLE_10-i386 - Build #659 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/6= 59/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/659= /changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/659/= console Change summaries: 291191 by ngie: MFC r290856: r290856 (by bap): also skip the definition of ':fopen_regular' to avoid the build to fail due= to unused variables defined by ATF macros 291190 by ngie: MFC r290572,r290646,r290848,r290849: r290572: Integrate tools/regression/lib/libc/gen into the FreeBSD test suite as lib/libc/tests/gen The code in test-fnmatch that was used for generating: - bin/sh/tests/builtins/case2.0 - bin/sh/tests/builtins/case3.0 has been left undisturbed. The target `make sh-tests` has been moved over from tools/regression/lib/libc/gen/Makefile to lib/libc/tests/gen/Makefile and made into a PHONY target case2.0 and case3.0 test input generation isn't being done automatically. This needs additional discussion. Sponsored by: EMC / Isilon Storage Division r290646: Add missing licensing boilerplate to test-fnmatch.c Carry over licensing author info from fnmatch_test.c (jilles@) Sponsored by: EMC / Isilon Storage Division r290848: Fix -Wunused warnings Sponsored by: EMC / Isilon Storage Division r290849: Fix -Wmissing-braces warnings by adding braces around all the testcase inputs Sponsored by: EMC / Isilon Storage Division 291189 by ngie: MFC r290870: Add NO_WERROR and WARNS to PROG_OVERRIDE_VARS for bsd.prog.mk compatibility Sponsored by: EMC / Isilon Storage Division 291187 by ngie: MFC r264725: r264725 (by jilles): libc: Add fopen() test to regression Makefile. NOTE (ngie): this is a mergeinfo-only commit The end of the build log: [...truncated 101411 lines...] --- ea.o --- cc -O2 -pipe -I/usr/src/sbin/fsck_ffs -I/usr/src/sbin/fsck_ffs/../mount = -std=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 = -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-= conversion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -c /usr= /src/sbin/fsck_ffs/ea.c -o ea.o --- fsutil.o --- cc -O2 -pipe -I/usr/src/sbin/fsck_ffs -I/usr/src/sbin/fsck_ffs/../mount = -std=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 = -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-= conversion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -c /usr= /src/sbin/fsck_ffs/fsutil.c -o fsutil.o --- secure.all__D --- --- f_int.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/f_int.c -o f_int.po --- f_string.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/f_string.c -o f_string.po --- lib.all__D --- --- config_file.po --- cc -pg -I/usr/src/lib/libunbound/../../contrib/unbound -I/usr/src/lib/lib= unbound/../../contrib/ldns -I/usr/obj/usr/src/lib/libunbound -std=3Dgnu99 -= Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-fo= rmat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-un= used-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-convers= ion -c /usr/src/lib/libunbound/../../contrib/unbound/util/config_file.c -o = config_file.po --- secure.all__D --- --- i2d_pr.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/i2d_pr.c -o i2d_pr.po --- sbin.all__D --- --- inode.o --- cc -O2 -pipe -I/usr/src/sbin/fsck_ffs -I/usr/src/sbin/fsck_ffs/../mount = -std=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 = -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-= conversion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -c /usr= /src/sbin/fsck_ffs/inode.c -o inode.o --- rescue.all__D --- strip rescue --- secure.all__D --- --- i2d_pu.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/i2d_pu.c -o i2d_pu.po --- lib.all__D --- --- context.po --- --- rescue.all__D --- --- nextboot_FIXED --- --- lib.all__D --- cc -pg -I/usr/src/lib/libunbound/../../contrib/unbound -I/usr/src/lib/lib= unbound/../../contrib/ldns -I/usr/obj/usr/src/lib/libunbound -std=3Dgnu99 -= Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-fo= rmat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-un= used-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-convers= ion -c /usr/src/lib/libunbound/../../contrib/unbound/libunbound/context.c -= o context.po --- rescue.all__D --- sed '1s/\/bin\//\/rescue\//' /usr/src/rescue/rescue/../../sbin/reboot/nextb= oot.sh > nextboot_FIXED --- dhclient_FIXED --- sed '1s/\/bin\//\/rescue\//' /usr/src/rescue/rescue/../../sbin/dhclient/dhc= lient-script > dhclient_FIXED --- lib.all__D --- --- dname.po --- cc -pg -I/usr/src/lib/libunbound/../../contrib/unbound -I/usr/src/lib/lib= unbound/../../contrib/ldns -I/usr/obj/usr/src/lib/libunbound -std=3Dgnu99 -= Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-fo= rmat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-un= used-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-convers= ion -c /usr/src/lib/libunbound/../../contrib/unbound/util/data/dname.c -o d= name.po --- secure.all__D --- --- n_pkey.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/n_pkey.c -o n_pkey.po --- sbin.all__D --- --- main.o --- cc -O2 -pipe -I/usr/src/sbin/fsck_ffs -I/usr/src/sbin/fsck_ffs/../mount = -std=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 = -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-= conversion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -c /usr= /src/sbin/fsck_ffs/main.c -o main.o --- lib.all__D --- --- dns.po --- cc -pg -I/usr/src/lib/libunbound/../../contrib/unbound -I/usr/src/lib/lib= unbound/../../contrib/ldns -I/usr/obj/usr/src/lib/libunbound -std=3Dgnu99 -= Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-fo= rmat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-un= used-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-convers= ion -c /usr/src/lib/libunbound/../../contrib/unbound/services/cache/dns.c -= o dns.po --- secure.all__D --- --- nsseq.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/nsseq.c -o nsseq.po --- lib.all__D --- --- dns64.po --- cc -pg -I/usr/src/lib/libunbound/../../contrib/unbound -I/usr/src/lib/lib= unbound/../../contrib/ldns -I/usr/obj/usr/src/lib/libunbound -std=3Dgnu99 -= Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-fo= rmat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-un= used-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-convers= ion -c /usr/src/lib/libunbound/../../contrib/unbound/dns64/dns64.c -o dns64= .po --- all_subdir_libusbhid --- =3D=3D=3D> lib/libusbhid (all) --- descr.po --- cc -pg -O2 -pipe -std=3Dgnu99 -Qunused-arguments -fstack-protector -Ws= ystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstri= ct-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qua= l -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-= subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definiti= on -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -c /usr/src/lib/libusbhid/descr.c= -o descr.po --- all_subdir_libunbound --- --- dnstree.po --- cc -pg -I/usr/src/lib/libunbound/../../contrib/unbound -I/usr/src/lib/lib= unbound/../../contrib/ldns -I/usr/obj/usr/src/lib/libunbound -std=3Dgnu99 -= Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-fo= rmat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-un= used-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-convers= ion -c /usr/src/lib/libunbound/../../contrib/unbound/util/storage/dnstree.c= -o dnstree.po --- sbin.all__D --- --- pass1.o --- cc -O2 -pipe -I/usr/src/sbin/fsck_ffs -I/usr/src/sbin/fsck_ffs/../mount = -std=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 = -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-= conversion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -c /usr= /src/sbin/fsck_ffs/pass1.c -o pass1.o --- lib.all__D --- --- all_subdir_libusbhid --- --- descr_compat.po --- cc -pg -O2 -pipe -std=3Dgnu99 -Qunused-arguments -fstack-protector -Ws= ystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstri= ct-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qua= l -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-= subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definiti= on -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -c /usr/src/lib/libusbhid/descr_c= ompat.c -o descr_compat.po --- secure.all__D --- --- p5_pbe.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/p5_pbe.c -o p5_pbe.po --- lib.all__D --- --- parse.po --- cc -pg -O2 -pipe -std=3Dgnu99 -Qunused-arguments -fstack-protector -Ws= ystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstri= ct-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qua= l -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-= subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definiti= on -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -c /usr/src/lib/libusbhid/parse.c= -o parse.po --- all_subdir_libunbound --- --- fptr_wlist.po --- cc -pg -I/usr/src/lib/libunbound/../../contrib/unbound -I/usr/src/lib/lib= unbound/../../contrib/ldns -I/usr/obj/usr/src/lib/libunbound -std=3Dgnu99 -= Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-fo= rmat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-un= used-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-convers= ion -c /usr/src/lib/libunbound/../../contrib/unbound/util/fptr_wlist.c -o f= ptr_wlist.po --- secure.all__D --- --- p5_pbev2.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/p5_pbev2.c -o p5_pbev2.po --- lib.all__D --- --- infra.po --- cc -pg -I/usr/src/lib/libunbound/../../contrib/unbound -I/usr/src/lib/lib= unbound/../../contrib/ldns -I/usr/obj/usr/src/lib/libunbound -std=3Dgnu99 -= Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-fo= rmat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-un= used-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-convers= ion -c /usr/src/lib/libunbound/../../contrib/unbound/services/cache/infra.c= -o infra.po --- all_subdir_libusbhid --- --- usage.po --- cc -pg -O2 -pipe -std=3Dgnu99 -Qunused-arguments -fstack-protector -Ws= ystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstri= ct-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qua= l -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-= subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definiti= on -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -c /usr/src/lib/libusbhid/usage.c= -o usage.po --- all_subdir_libunbound --- --- iter_delegpt.po --- cc -pg -I/usr/src/lib/libunbound/../../contrib/unbound -I/usr/src/lib/lib= unbound/../../contrib/ldns -I/usr/obj/usr/src/lib/libunbound -std=3Dgnu99 -= Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-fo= rmat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-un= used-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-convers= ion -c /usr/src/lib/libunbound/../../contrib/unbound/iterator/iter_delegpt.= c -o iter_delegpt.po --- all_subdir_libusbhid --- --- data.po --- cc -pg -O2 -pipe -std=3Dgnu99 -Qunused-arguments -fstack-protector -Ws= ystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstri= ct-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qua= l -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-= subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definiti= on -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -c /usr/src/lib/libusbhid/data.c = -o data.po --- sbin.all__D --- --- pass1b.o --- cc -O2 -pipe -I/usr/src/sbin/fsck_ffs -I/usr/src/sbin/fsck_ffs/../mount = -std=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 = -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-= conversion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -c /usr= /src/sbin/fsck_ffs/pass1b.c -o pass1b.o --- secure.all__D --- --- p8_pkey.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/p8_pkey.c -o p8_pkey.po --- lib.all__D --- --- all_subdir_libunbound --- --- iter_donotq.po --- cc -pg -I/usr/src/lib/libunbound/../../contrib/unbound -I/usr/src/lib/lib= unbound/../../contrib/ldns -I/usr/obj/usr/src/lib/libunbound -std=3Dgnu99 -= Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-fo= rmat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-un= used-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-convers= ion -c /usr/src/lib/libunbound/../../contrib/unbound/iterator/iter_donotq.c= -o iter_donotq.po --- all_subdir_libusbhid --- --- libusbhid_p.a --- building profiled usbhid library --- sbin.all__D --- --- pass2.o --- cc -O2 -pipe -I/usr/src/sbin/fsck_ffs -I/usr/src/sbin/fsck_ffs/../mount = -std=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 = -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-= conversion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -c /usr= /src/sbin/fsck_ffs/pass2.c -o pass2.o --- lib.all__D --- ranlib -D libusbhid_p.a --- usbhid.3.gz --- gzip -cn /usr/src/lib/libusbhid/usbhid.3 > usbhid.3.gz --- share.all__D --- =3D=3D=3D> share (all) --- lib.all__D --- --- all_subdir_libunbound --- --- iter_fwd.po --- cc -pg -I/usr/src/lib/libunbound/../../contrib/unbound -I/usr/src/lib/lib= unbound/../../contrib/ldns -I/usr/obj/usr/src/lib/libunbound -std=3Dgnu99 -= Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-fo= rmat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-un= used-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-convers= ion -c /usr/src/lib/libunbound/../../contrib/unbound/iterator/iter_fwd.c -o= iter_fwd.po --- share.all__D --- --- _sub.all --- =3D=3D=3D> share/colldef (all) --- secure.all__D --- --- t_bitst.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/t_bitst.c -o t_bitst.po --- lib.all__D --- --- iter_hints.po --- cc -pg -I/usr/src/lib/libunbound/../../contrib/unbound -I/usr/src/lib/lib= unbound/../../contrib/ldns -I/usr/obj/usr/src/lib/libunbound -std=3Dgnu99 -= Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-fo= rmat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-un= used-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-convers= ion -c /usr/src/lib/libunbound/../../contrib/unbound/iterator/iter_hints.c = -o iter_hints.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/libunbound *** [all_subdir_libunbound] 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 --- sbin.all__D --- A failure has been detected in another branch of the parallel make make[4]: stopped in /usr/src/sbin/fsck_ffs *** [all_subdir_fsck_ffs] 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 --- 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 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/hudson3953607498985298091.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/var/empty: Operation not permitted rm: FreeBSD_STABLE_10-i386/var: 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/lib/libcrypt.so.5: Operation not permitted rm: FreeBSD_STABLE_10-i386/lib/libc.so.7: Operation not permitted rm: FreeBSD_STABLE_10-i386/lib/libthr.so.3: Operation not permitted rm: FreeBSD_STABLE_10-i386/lib: 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/opiepasswd: 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/ypchsh: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/ypchfn: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/chsh: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/passwd: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/chfn: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/login: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/chpass: 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: Directory not empty rm: FreeBSD_STABLE_10-i386/usr: 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 From owner-freebsd-stable@freebsd.org Mon Nov 23 13:21:15 2015 Return-Path: Delivered-To: freebsd-stable@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 C7E77A34733 for ; Mon, 23 Nov 2015 13:21:15 +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 AE08913BF; Mon, 23 Nov 2015 13:21:15 +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 038C61F2B; Mon, 23 Nov 2015 13:21:15 +0000 (UTC) Date: Mon, 23 Nov 2015 13:21:05 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: ngie@FreeBSD.org, hselasky@FreeBSD.org, smh@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-stable@FreeBSD.org Message-ID: <834871646.105.1448284875385.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <278307279.97.1448271223102.JavaMail.jenkins@jenkins-9.freebsd.org> References: <278307279.97.1448271223102.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_stable_10 - Build #1834 - Fixed MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_stable_10 X-Jenkins-Result: SUCCESS 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-stable@freebsd.org X-Mailman-Version: 2.1.20 List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Nov 2015 13:21:16 -0000 FreeBSD_stable_10 - Build #1834 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_stable_10/1834/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_stable_10/1834/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_stable_10/1834/console Change summaries: 291194 by smh: MFC r290708: Fix ixl debug sysctls panic Sponsored by: Multiplay 291191 by ngie: MFC r290856: r290856 (by bap): also skip the definition of ':fopen_regular' to avoid the build to fail due to unused variables defined by ATF macros 291190 by ngie: MFC r290572,r290646,r290848,r290849: r290572: Integrate tools/regression/lib/libc/gen into the FreeBSD test suite as lib/libc/tests/gen The code in test-fnmatch that was used for generating: - bin/sh/tests/builtins/case2.0 - bin/sh/tests/builtins/case3.0 has been left undisturbed. The target `make sh-tests` has been moved over from tools/regression/lib/libc/gen/Makefile to lib/libc/tests/gen/Makefile and made into a PHONY target case2.0 and case3.0 test input generation isn't being done automatically. This needs additional discussion. Sponsored by: EMC / Isilon Storage Division r290646: Add missing licensing boilerplate to test-fnmatch.c Carry over licensing author info from fnmatch_test.c (jilles@) Sponsored by: EMC / Isilon Storage Division r290848: Fix -Wunused warnings Sponsored by: EMC / Isilon Storage Division r290849: Fix -Wmissing-braces warnings by adding braces around all the testcase inputs Sponsored by: EMC / Isilon Storage Division 291189 by ngie: MFC r290870: Add NO_WERROR and WARNS to PROG_OVERRIDE_VARS for bsd.prog.mk compatibility Sponsored by: EMC / Isilon Storage Division 291187 by ngie: MFC r264725: r264725 (by jilles): libc: Add fopen() test to regression Makefile. NOTE (ngie): this is a mergeinfo-only commit 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: Mellanox Technologies Differential Revision: https://reviews.freebsd.org/D4177 Differential Revision: https://reviews.freebsd.org/D4178 Differential Revision: https://reviews.freebsd.org/D4179 Differential Revision: https://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 From owner-freebsd-stable@freebsd.org Mon Nov 23 14:10:50 2015 Return-Path: Delivered-To: freebsd-stable@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 538EEA358CF; Mon, 23 Nov 2015 14:10:50 +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 386E61BA0; Mon, 23 Nov 2015 14:10:50 +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 2B8D21F4B; Mon, 23 Nov 2015 14:10:50 +0000 (UTC) Date: Mon, 23 Nov 2015 14:10:47 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: hselasky@FreeBSD.org, smh@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-stable@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <196615497.107.1448287849026.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <850177140.103.1448280640297.JavaMail.jenkins@jenkins-9.freebsd.org> References: <850177140.103.1448280640297.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_STABLE_10-i386 - Build #660 - 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-stable@freebsd.org X-Mailman-Version: 2.1.20 List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Nov 2015 14:10:50 -0000 FreeBSD_STABLE_10-i386 - Build #660 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/6= 60/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/660= /changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/660/= console Change summaries: 291202 by hselasky: MFC r284722 and r284724: Fix endless recursion in ti(4)'s ti_ifmedia_upd(), found by clang 3.7.0. 291201 by hselasky: MFC r291072, r291168 and r291169: Add the mlx5 and mlx5en modules to the i386 and amd64 kernel builds by default and add a manual page for mlx5en. The mlx5 module contains shared code for both infiniband and ethernet. The mlx5en module contains specific code for ethernet functionality only. A mlx5ib module is in the works for infiniband support. Supported hardware: - ConnectX-4: 10/20/25/40/50/56/100Gb/s speeds. - ConnectX-4 LX: 10/25/40/50Gb/s speeds (low power consumption) Refer to the mlx5en(4) manual page for a comprehensive list. The team porting the mlx5 driver(s) to FreeBSD: - Hans Petter Selasky - Oded Shanoon - Meny Yossefi - Shany Michaely - Shahar Klein - Daria Genzel - Mark Bloch Differential Revision:=09https://reviews.freebsd.org/D4163 Sponsored by:=09Mellanox Technologies 291196 by smh: MFC r291071: Fix zfs(8) set options Sponsored by:=09Multiplay 291195 by smh: MFC r290406: Fix g_eli error loss conditions Sponsored by:=09Multiplay 291194 by smh: MFC r290708: Fix ixl debug sysctls panic Sponsored by:=09Multiplay The end of the build log: [...truncated 102052 lines...] --- bss_null.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/b= io/bss_null.c -o bss_null.po --- bss_sock.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/b= io/bss_sock.c -o bss_sock.po --- sbin.all__D --- --- ggate.o --- cc -O2 -pipe -I/usr/src/sbin/ggate/ggated/../shared -std=3Dgnu99 -Qunuse= d-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y= 2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpoin= ter-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunu= sed-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wre= dundant-decls -Wold-style-definition -Wmissing-variable-declarations -Wno-p= ointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable= -c /usr/src/sbin/ggate/ggated/../shared/ggate.c -o ggate.o --- lib.all__D --- --- all_subdir_libvgl --- --- text.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/text.c -o = text.po --- all_subdir_libutil --- --- quotafile.po --- cc -pg -O2 -pipe -DLIBC_SCCS -DINET6 -I/usr/src/lib/libutil -I/usr/src/= lib/libutil/../libc/gen/ -std=3Dgnu99 -Qunused-arguments -fstack-protector= -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -W= strict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast= -qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wc= har-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-defi= nition -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -W= no-string-plus-int -Wno-unused-const-variable -c /usr/src/lib/libutil/quota= file.c -o quotafile.po --- secure.all__D --- --- bn_add.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/b= n/bn_add.c -o bn_add.po --- sbin.all__D --- --- ggated.8.gz --- gzip -cn /usr/src/sbin/ggate/ggated/ggated.8 > ggated.8.gz --- ggated --- cc -O2 -pipe -I/usr/src/sbin/ggate/ggated/../shared -std=3Dgnu99 -Qunuse= d-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y= 2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpoin= ter-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunu= sed-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wre= dundant-decls -Wold-style-definition -Wmissing-variable-declarations -Wno-p= ointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable= -o ggated ggated.o ggate.o -lpthread --- lib.all__D --- --- 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 --- sbin.all__D --- =3D=3D=3D> sbin/ggate/ggatel (all) --- ggatel.o --- --- secure.all__D --- --- bn_blind.po --- --- sbin.all__D --- 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 -c /usr/src/sbin/ggate/ggatel/ggatel.c -o ggatel.o --- secure.all__D --- 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/b= n/bn_blind.c -o bn_blind.po --- lib.all__D --- --- 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 --- all_subdir_libutil --- --- realhostname.po --- cc -pg -O2 -pipe -DLIBC_SCCS -DINET6 -I/usr/src/lib/libutil -I/usr/src/= lib/libutil/../libc/gen/ -std=3Dgnu99 -Qunused-arguments -fstack-protector= -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -W= strict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast= -qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wc= har-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-defi= nition -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -W= no-string-plus-int -Wno-unused-const-variable -c /usr/src/lib/libutil/realh= ostname.c -o realhostname.po --- all_subdir_libvgl --- --- libvgl_p.a --- building profiled vgl library --- all_subdir_libutil --- --- stub.po --- cc -pg -O2 -pipe -DLIBC_SCCS -DINET6 -I/usr/src/lib/libutil -I/usr/src/= lib/libutil/../libc/gen/ -std=3Dgnu99 -Qunused-arguments -fstack-protector= -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -W= strict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast= -qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wc= har-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-defi= nition -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -W= no-string-plus-int -Wno-unused-const-variable -c /usr/src/lib/libutil/stub.= c -o stub.po --- all_subdir_libvgl --- ranlib -D libvgl_p.a --- vgl.3.gz --- gzip -cn /usr/src/lib/libvgl/vgl.3 > vgl.3.gz --- secure.all__D --- --- bn_const.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/b= n/bn_const.c -o bn_const.po --- sbin.all__D --- --- ggate.o --- --- secure.all__D --- --- bn_ctx.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/b= n/bn_ctx.c -o bn_ctx.po --- sbin.all__D --- 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 -c /usr/src/sbin/ggate/ggatel/../shared/ggate.c -o ggate.o --- lib.all__D --- --- all_subdir_libutil --- --- trimdomain.po --- cc -pg -O2 -pipe -DLIBC_SCCS -DINET6 -I/usr/src/lib/libutil -I/usr/src/= lib/libutil/../libc/gen/ -std=3Dgnu99 -Qunused-arguments -fstack-protector= -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -W= strict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast= -qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wc= har-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-defi= nition -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -W= no-string-plus-int -Wno-unused-const-variable -c /usr/src/lib/libutil/trimd= omain.c -o trimdomain.po --- sbin.all__D --- --- ggatel.8.gz --- gzip -cn /usr/src/sbin/ggate/ggatel/ggatel.8 > ggatel.8.gz --- lib.all__D --- --- uucplock.po --- --- sbin.all__D --- --- all_subdir_growfs --- --- lib.all__D --- cc -pg -O2 -pipe -DLIBC_SCCS -DINET6 -I/usr/src/lib/libutil -I/usr/src/= lib/libutil/../libc/gen/ -std=3Dgnu99 -Qunused-arguments -fstack-protector= -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -W= strict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast= -qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wc= har-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-defi= nition -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -W= no-string-plus-int -Wno-unused-const-variable -c /usr/src/lib/libutil/uucpl= ock.c -o uucplock.po --- sbin.all__D --- =3D=3D=3D> sbin/growfs (all) --- growfs.o --- cc -O2 -pipe -I/usr/src/sbin/growfs/../mount -std=3Dgnu99 -Qunused-argum= ents -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -= Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-ari= th -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-par= ameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant= -decls -Wold-style-definition -Wmissing-variable-declarations -Wno-pointer-= sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -c /us= r/src/sbin/growfs/growfs.c -o growfs.o --- secure.all__D --- --- bn_depr.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/b= n/bn_depr.c -o bn_depr.po --- lib.all__D --- --- libutil_p.a --- building profiled util library --- sbin.all__D --- --- all_subdir_ggate --- --- 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 --- lib.all__D --- ranlib -D libutil_p.a --- expand_number.3.gz --- gzip -cn /usr/src/lib/libutil/expand_number.3 > expand_number.3.gz --- share.all__D --- =3D=3D=3D> share (all) --- lib.all__D --- --- flopen.3.gz --- --- secure.all__D --- --- bn_div.po --- --- lib.all__D --- gzip -cn /usr/src/lib/libutil/flopen.3 > flopen.3.gz --- secure.all__D --- 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/b= n/bn_div.c -o bn_div.po --- lib.all__D --- --- fparseln.3.gz --- gzip -cn /usr/src/lib/libutil/fparseln.3 > fparseln.3.gz --- share.all__D --- --- _sub.all --- =3D=3D=3D> share/colldef (all) --- lib.all__D --- --- hexdump.3.gz --- gzip -cn /usr/src/lib/libutil/hexdump.3 > hexdump.3.gz --- humanize_number.3.gz --- gzip -cn /usr/src/lib/libutil/humanize_number.3 > humanize_number.3.gz --- kinfo_getallproc.3.gz --- gzip -cn /usr/src/lib/libutil/kinfo_getallproc.3 > kinfo_getallproc.3.gz --- kinfo_getfile.3.gz --- gzip -cn /usr/src/lib/libutil/kinfo_getfile.3 > kinfo_getfile.3.gz --- kinfo_getproc.3.gz --- gzip -cn /usr/src/lib/libutil/kinfo_getproc.3 > kinfo_getproc.3.gz --- kinfo_getvmmap.3.gz --- gzip -cn /usr/src/lib/libutil/kinfo_getvmmap.3 > kinfo_getvmmap.3.gz --- kinfo_getvmobject.3.gz --- gzip -cn /usr/src/lib/libutil/kinfo_getvmobject.3 > kinfo_getvmobject.3.gz --- 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/libutil *** [all_subdir_libutil] 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 --- --- all_subdir_growfs --- A failure has been detected in another branch of the parallel make make[4]: stopped in /usr/src/sbin/growfs *** [all_subdir_growfs] 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/hudson588562795862839349.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/var/empty: Operation not permitted rm: FreeBSD_STABLE_10-i386/var: 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/lib/libcrypt.so.5: Operation not permitted rm: FreeBSD_STABLE_10-i386/lib/libc.so.7: Operation not permitted rm: FreeBSD_STABLE_10-i386/lib/libthr.so.3: Operation not permitted rm: FreeBSD_STABLE_10-i386/lib: Directory not empty rm: FreeBSD_STABLE_10-i386/usr/bin/passwd: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/ypchpass: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/login: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/ypchsh: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/ypchfn: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/su: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/opiepasswd: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/crontab: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/chsh: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/opieinfo: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/yppasswd: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/chpass: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/chfn: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin: 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: Directory not empty 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: 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 From owner-freebsd-stable@freebsd.org Mon Nov 23 14:42:53 2015 Return-Path: Delivered-To: freebsd-stable@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 2E9BCA331D7 for ; Mon, 23 Nov 2015 14:42:53 +0000 (UTC) (envelope-from hausen@punkt.de) Received: from kagate.punkt.de (kagate.punkt.de [217.29.33.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C4163110B for ; Mon, 23 Nov 2015 14:42:52 +0000 (UTC) (envelope-from hausen@punkt.de) Received: from hugo10.ka.punkt.de (hugo10.ka.punkt.de [217.29.44.10]) by gate2.intern.punkt.de with ESMTP id tANEgiR9056888 for ; Mon, 23 Nov 2015 15:42:44 +0100 (CET) Received: from [217.29.44.250] ([217.29.44.250]) by hugo10.ka.punkt.de (8.14.2/8.14.2) with ESMTP id tANEgivp098877 for ; Mon, 23 Nov 2015 15:42:44 +0100 (CET) (envelope-from hausen@punkt.de) From: "Patrick M. Hausen" Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: NSS changes in releng/10.2? Message-Id: <07B8E386-4692-4BE0-9516-E1CA67B2934D@punkt.de> Date: Mon, 23 Nov 2015 15:42:47 +0100 To: freebsd-stable Mime-Version: 1.0 (Mac OS X Mail 9.1 \(3096.5\)) X-Mailer: Apple Mail (2.3096.5) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Nov 2015 14:42:53 -0000 Hi, all, I just upgraded an older system from 8.4 to 10.2 in a single go. No unexpected problems, until I tried to use "su": $ su - su: Sorry Well, I *am* a member of the wheel group: $ id uid=3D10093(ry93) gid=3D10001(intern) = groups=3D10001(intern),0(wheel),10002(entwickler) Hmmm ... we pull all this information from LDAP. My nsswitch.conf has = always been: group: files cache ldap passwd: files cache ldap Without the "compat" entries.=20 Let's check the groups: $ pw group show -a wheel:*:0: wheel:*:0:ry22,ry96,ry90,ry93=20 Before the update the members were merged. The first line is coming from = /etc/group, the second from LDAP. I do have to remove the "root" member in = /etc/group from wheel on all systems for LDAP information to be merged in, even on the older = systems. But for some reason that seems not to be sufficient, anymore.=20 If I put myself (ry93) in the file, everything works as expected. Another way I tried was this for nsswitch.conf: group: compat group_compat: cache ldap and then the traditional "+:*:0:" entry in /etc/group. The outcome of = "id" and "su -" is precisely the same as above. I am shown to be a member of group wheel, = yet su won't let me. Any ideas? Thanks, Patrick --=20 punkt.de GmbH * Kaiserallee 13a * 76133 Karlsruhe Tel. 0721 9109 0 * Fax 0721 9109 100 info@punkt.de http://www.punkt.de Gf: J=C3=BCrgen Egeling AG Mannheim 108285 From owner-freebsd-stable@freebsd.org Mon Nov 23 16:08:08 2015 Return-Path: Delivered-To: freebsd-stable@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 CC5BDA363B1; Mon, 23 Nov 2015 16:08:08 +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 B034B1F67; Mon, 23 Nov 2015 16:08:08 +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 378701F84; Mon, 23 Nov 2015 16:08:08 +0000 (UTC) Date: Mon, 23 Nov 2015 16:08:05 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: hselasky@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-stable@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <645035739.109.1448294887345.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <287304990.101.1448280529532.JavaMail.jenkins@jenkins-9.freebsd.org> References: <287304990.101.1448280529532.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_STABLE_9-i386 - Build #237 - Still Failing MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_STABLE_9-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-stable@freebsd.org X-Mailman-Version: 2.1.20 List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Nov 2015 16:08:09 -0000 FreeBSD_STABLE_9-i386 - Build #237 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_9-i386/23= 7/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_9-i386/237/= changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_9-i386/237/c= onsole Change summaries: 291206 by hselasky: MFC r277974: Fix a bunch of -Wcast-qual warnings in sys/dev/usb/input/uhid.c, by using __DECONST. No functional change. Differential Revision: https://reviews.freebsd.org/D1743 291203 by hselasky: MFC r284722 and r284724: Fix endless recursion in ti(4)'s ti_ifmedia_upd(), found by clang 3.7.0. The end of the build log: [...truncated 52188 lines...] cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/usr.bin/openssl/../= ../../crypto/openssl -I/usr/src/secure/usr.bin/openssl/../../../crypto/open= ssl/crypto -I/usr/obj/usr/src/secure/usr.bin/openssl -DOPENSSL_THREADS -DDS= O_DLFCN -DHAVE_DLFCN_H -DOPENSSL_NO_IDEA -DL_ENDIAN -DMONOLITH -I/usr/src/s= ecure/usr.bin/openssl -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointe= r-sign -c /usr/src/secure/usr.bin/openssl/../../../crypto/openssl/apps/x509= .c -o x509.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/lex.c -o lex.o gzip -cn /usr/src/secure/usr.bin/openssl/man/CA.pl.1 > CA.pl.1.gz cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/mangle.c -o mangle.o gzip -cn /usr/src/secure/usr.bin/openssl/man/asn1parse.1 > asn1parse.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/ca.1 > ca.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/ciphers.1 > ciphers.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/crl.1 > crl.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/crl2pkcs7.1 > crl2pkcs7.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/dgst.1 > dgst.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/dhparam.1 > dhparam.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/dsa.1 > dsa.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/dsaparam.1 > dsaparam.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/ec.1 > ec.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/ecparam.1 > ecparam.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/enc.1 > enc.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/errstr.1 > errstr.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/gendsa.1 > gendsa.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/genrsa.1 > genrsa.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/nseq.1 > nseq.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/ocsp.1 > ocsp.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/openssl.1 > openssl.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/passwd.1 > passwd.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/pkcs12.1 > pkcs12.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/pkcs7.1 > pkcs7.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/pkcs8.1 > pkcs8.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/rand.1 > rand.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/req.1 > req.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/rsa.1 > rsa.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/rsautl.1 > rsautl.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/s_client.1 > s_client.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/s_server.1 > s_server.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/s_time.1 > s_time.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/sess_id.1 > sess_id.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/smime.1 > smime.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/speed.1 > speed.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/spkac.1 > spkac.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/verify.1 > verify.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/version.1 > version.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/x509.1 > x509.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/x509v3_config.1 > x509v3_confi= g.1.gz cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/usr.bin/openssl/../= ../../crypto/openssl -I/usr/src/secure/usr.bin/openssl/../../../crypto/open= ssl/crypto -I/usr/obj/usr/src/secure/usr.bin/openssl -DOPENSSL_THREADS -DDS= O_DLFCN -DHAVE_DLFCN_H -DOPENSSL_NO_IDEA -DL_ENDIAN -DMONOLITH -I/usr/src/s= ecure/usr.bin/openssl -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointe= r-sign -o openssl app_rand.o apps.o asn1pars.o ca.o ciphers.o cms.o crl.o = crl2p7.o dgst.o dh.o dhparam.o dsa.o dsaparam.o ec.o ecparam.o enc.o engine= .o errstr.o gendh.o gendsa.o genrsa.o nseq.o ocsp.o openssl.o passwd.o pkcs= 12.o pkcs7.o pkcs8.o prime.o rand.o req.o rsa.o rsautl.o s_cb.o s_client.o = s_server.o s_socket.o s_time.o sess_id.o smime.o speed.o spkac.o verify.o v= ersion.o x509.o -lssl -lcrypto =3D=3D=3D> secure/usr.bin/scp (all) cc -O2 -pipe -I/usr/src/secure/usr.bin/scp/../../../crypto/openssh -includ= e ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-si= gn -c /usr/src/secure/usr.bin/scp/../../../crypto/openssh/scp.c -o scp.o cc -O2 -pipe -I/usr/src/secure/usr.bin/scp/../../../crypto/openssh -includ= e ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-si= gn -c /usr/src/secure/usr.bin/scp/../../../crypto/openssh/roaming_dummy.c -= o roaming_dummy.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/method.c -o method.o gzip -cn /usr/src/secure/usr.bin/scp/../../../crypto/openssh/scp.1 > scp.1.= gz cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/name-lookup.c -o name-lookup.o cc -O2 -pipe -I/usr/src/secure/usr.bin/scp/../../../crypto/openssh -includ= e ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-si= gn -L/usr/obj/usr/src/tmp/usr/lib/private -rpath /usr/lib/private -o scp s= cp.o roaming_dummy.o -lssh -lcrypt -lcrypto -lz =3D=3D=3D> secure/usr.bin/sftp (all) cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/parser.c -o parser.o cc -O2 -pipe -I/usr/src/secure/usr.bin/sftp/../../../crypto/openssh -inclu= de ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-s= ign -c /usr/src/secure/usr.bin/sftp/../../../crypto/openssh/sftp.c -o sftp.= o cc -O2 -pipe -I/usr/src/secure/usr.bin/sftp/../../../crypto/openssh -inclu= de ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-s= ign -c /usr/src/secure/usr.bin/sftp/../../../crypto/openssh/sftp-client.c -= o sftp-client.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/pt.c -o pt.o cc -O2 -pipe -I/usr/src/secure/usr.bin/sftp/../../../crypto/openssh -inclu= de ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-s= ign -c /usr/src/secure/usr.bin/sftp/../../../crypto/openssh/sftp-common.c -= o sftp-common.o cc -O2 -pipe -I/usr/src/secure/usr.bin/sftp/../../../crypto/openssh -inclu= de ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-s= ign -c /usr/src/secure/usr.bin/sftp/../../../crypto/openssh/sftp-glob.c -o = sftp-glob.o cc -O2 -pipe -I/usr/src/secure/usr.bin/sftp/../../../crypto/openssh -inclu= de ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-s= ign -c /usr/src/secure/usr.bin/sftp/../../../crypto/openssh/progressmeter.c= -o progressmeter.o cc -O2 -pipe -I/usr/src/secure/usr.bin/sftp/../../../crypto/openssh -inclu= de ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-s= ign -c /usr/src/secure/usr.bin/sftp/../../../crypto/openssh/roaming_dummy.c= -o roaming_dummy.o gzip -cn /usr/src/secure/usr.bin/sftp/../../../crypto/openssh/sftp.1 > sftp= .1.gz cc -O2 -pipe -I/usr/src/secure/usr.bin/sftp/../../../crypto/openssh -inclu= de ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-s= ign -L/usr/obj/usr/src/tmp/usr/lib/private -rpath /usr/lib/private -o sftp= sftp.o sftp-client.o sftp-common.o sftp-glob.o progressmeter.o roaming_dum= my.o -lssh -ledit -lncurses -lcrypt -lcrypto -lz =3D=3D=3D> secure/usr.bin/ssh (all) cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh/../../../crypto/openssh -includ= e ssh_namespace.h -include krb5_config.h -DNO_IDEA -std=3Dgnu99 -fstack-pr= otector -Wno-pointer-sign -c /usr/src/secure/usr.bin/ssh/../../../crypto/op= enssh/ssh.c -o ssh.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh/../../../crypto/openssh -includ= e ssh_namespace.h -include krb5_config.h -DNO_IDEA -std=3Dgnu99 -fstack-pr= otector -Wno-pointer-sign -c /usr/src/secure/usr.bin/ssh/../../../crypto/op= enssh/readconf.c -o readconf.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/ptree.c -o ptree.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh/../../../crypto/openssh -includ= e ssh_namespace.h -include krb5_config.h -DNO_IDEA -std=3Dgnu99 -fstack-pr= otector -Wno-pointer-sign -c /usr/src/secure/usr.bin/ssh/../../../crypto/op= enssh/clientloop.c -o clientloop.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh/../../../crypto/openssh -includ= e ssh_namespace.h -include krb5_config.h -DNO_IDEA -std=3Dgnu99 -fstack-pr= otector -Wno-pointer-sign -c /usr/src/secure/usr.bin/ssh/../../../crypto/op= enssh/sshtty.c -o sshtty.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/repo.c -o repo.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh/../../../crypto/openssh -includ= e ssh_namespace.h -include krb5_config.h -DNO_IDEA -std=3Dgnu99 -fstack-pr= otector -Wno-pointer-sign -c /usr/src/secure/usr.bin/ssh/../../../crypto/op= enssh/sshconnect.c -o sshconnect.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/rtti.c -o rtti.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh/../../../crypto/openssh -includ= e ssh_namespace.h -include krb5_config.h -DNO_IDEA -std=3Dgnu99 -fstack-pr= otector -Wno-pointer-sign -c /usr/src/secure/usr.bin/ssh/../../../crypto/op= enssh/sshconnect1.c -o sshconnect1.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/search.c -o search.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh/../../../crypto/openssh -includ= e ssh_namespace.h -include krb5_config.h -DNO_IDEA -std=3Dgnu99 -fstack-pr= otector -Wno-pointer-sign -c /usr/src/secure/usr.bin/ssh/../../../crypto/op= enssh/sshconnect2.c -o sshconnect2.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh/../../../crypto/openssh -includ= e ssh_namespace.h -include krb5_config.h -DNO_IDEA -std=3Dgnu99 -fstack-pr= otector -Wno-pointer-sign -c /usr/src/secure/usr.bin/ssh/../../../crypto/op= enssh/mux.c -o mux.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh/../../../crypto/openssh -includ= e ssh_namespace.h -include krb5_config.h -DNO_IDEA -std=3Dgnu99 -fstack-pr= otector -Wno-pointer-sign -c /usr/src/secure/usr.bin/ssh/../../../crypto/op= enssh/roaming_common.c -o roaming_common.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/semantics.c -o semantics.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/tree.c -o tree.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/typeck.c -o typeck.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh/../../../crypto/openssh -includ= e ssh_namespace.h -include krb5_config.h -DNO_IDEA -std=3Dgnu99 -fstack-pr= otector -Wno-pointer-sign -c /usr/src/secure/usr.bin/ssh/../../../crypto/op= enssh/roaming_client.c -o roaming_client.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh/../../../crypto/openssh -includ= e ssh_namespace.h -include krb5_config.h -DNO_IDEA -std=3Dgnu99 -fstack-pr= otector -Wno-pointer-sign -c /usr/src/secure/usr.bin/ssh/../../../crypto/op= enssh/gss-genr.c -o gss-genr.o gzip -cn /usr/src/secure/usr.bin/ssh/../../../crypto/openssh/ssh.1 > ssh.1.= gz gzip -cn /usr/src/secure/usr.bin/ssh/../../../crypto/openssh/ssh_config.5 >= ssh_config.5.gz cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh/../../../crypto/openssh -includ= e ssh_namespace.h -include krb5_config.h -DNO_IDEA -std=3Dgnu99 -fstack-pr= otector -Wno-pointer-sign -L/usr/obj/usr/src/tmp/usr/lib/private -rpath /u= sr/lib/private -o ssh ssh.o readconf.o clientloop.o sshtty.o sshconnect.o s= shconnect1.o sshconnect2.o mux.o roaming_common.o roaming_client.o gss-genr= .o -lssh -lutil -lgssapi -lcrypt -lcrypto -lz =3D=3D=3D> secure/usr.bin/ssh-add (all) cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh-add/../../../crypto/openssh -in= clude ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointe= r-sign -c /usr/src/secure/usr.bin/ssh-add/../../../crypto/openssh/ssh-add.c= -o ssh-add.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh-add/../../../crypto/openssh -in= clude ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointe= r-sign -c /usr/src/secure/usr.bin/ssh-add/../../../crypto/openssh/roaming_d= ummy.c -o roaming_dummy.o gzip -cn /usr/src/secure/usr.bin/ssh-add/../../../crypto/openssh/ssh-add.1 = > ssh-add.1.gz cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh-add/../../../crypto/openssh -in= clude ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointe= r-sign -L/usr/obj/usr/src/tmp/usr/lib/private -rpath /usr/lib/private -o s= sh-add ssh-add.o roaming_dummy.o -lssh -lcrypt -lcrypto -lz =3D=3D=3D> secure/usr.bin/ssh-agent (all) cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/typeck2.c -o typeck2.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh-agent/../../../crypto/openssh -= include ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-poin= ter-sign -c /usr/src/secure/usr.bin/ssh-agent/../../../crypto/openssh/ssh-a= gent.c -o ssh-agent.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh-agent/../../../crypto/openssh -= include ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-poin= ter-sign -c /usr/src/secure/usr.bin/ssh-agent/../../../crypto/openssh/roami= ng_dummy.c -o roaming_dummy.o gzip -cn /usr/src/secure/usr.bin/ssh-agent/../../../crypto/openssh/ssh-agen= t.1 > ssh-agent.1.gz cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/optimize.c -o optimize.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh-agent/../../../crypto/openssh -= include ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-poin= ter-sign -L/usr/obj/usr/src/tmp/usr/lib/private -rpath /usr/lib/private -o= ssh-agent ssh-agent.o roaming_dummy.o -lssh -lcrypt -lcrypto -lz =3D=3D=3D> secure/usr.bin/ssh-keygen (all) cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh-keygen/../../../crypto/openssh = -include ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-poi= nter-sign -c /usr/src/secure/usr.bin/ssh-keygen/../../../crypto/openssh/ssh= -keygen.c -o ssh-keygen.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh-keygen/../../../crypto/openssh = -include ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-poi= nter-sign -c /usr/src/secure/usr.bin/ssh-keygen/../../../crypto/openssh/roa= ming_dummy.c -o roaming_dummy.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/cp-objcp-common.c -o cp-objcp-common.o gzip -cn /usr/src/secure/usr.bin/ssh-keygen/../../../crypto/openssh/ssh-key= gen.1 > ssh-keygen.1.gz cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/cp-gimplify.c -o cp-gimplify.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/tree-mudflap.c -o tree-mudflap.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh-keygen/../../../crypto/openssh = -include ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-poi= nter-sign -L/usr/obj/usr/src/tmp/usr/lib/private -rpath /usr/lib/private -= o ssh-keygen ssh-keygen.o roaming_dummy.o -lssh -lcrypt -lcrypto -lz cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/except.c -o except.o =3D=3D=3D> secure/usr.bin/ssh-keyscan (all) cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh-keyscan/../../../crypto/openssh= -include ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-po= inter-sign -c /usr/src/secure/usr.bin/ssh-keyscan/../../../crypto/openssh/s= sh-keyscan.c -o ssh-keyscan.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh-keyscan/../../../crypto/openssh= -include ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-po= inter-sign -c /usr/src/secure/usr.bin/ssh-keyscan/../../../crypto/openssh/r= oaming_dummy.c -o roaming_dummy.o gzip -cn /usr/src/secure/usr.bin/ssh-keyscan/../../../crypto/openssh/ssh-ke= yscan.1 > ssh-keyscan.1.gz cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -static -o cc1plus-dummy main.o cp-lang.o c-opts.o ca= ll.o class.o cvt.o cxx-pretty-print.o decl.o decl2.o error.o except.o expr.= o dump.o friend.o init.o lex.o mangle.o method.o name-lookup.o parser.o pt.= o ptree.o repo.o rtti.o search.o semantics.o tree.o typeck.o typeck2.o opti= mize.o cp-objcp-common.o cp-gimplify.o tree-mudflap.o /usr/obj/usr/src/gnu/= usr.bin/cc/cc1plus/../cc_int/libbackend.a /usr/obj/usr/src/gnu/usr.bin/cc/c= c1plus/../libcpp/libcpp.a /usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../libdec= number/libdecnumber.a /usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../libiberty/= libiberty.a cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh-keyscan/../../../crypto/openssh= -include ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-po= inter-sign -L/usr/obj/usr/src/tmp/usr/lib/private -rpath /usr/lib/private = -o ssh-keyscan ssh-keyscan.o roaming_dummy.o -lssh -lcrypt -lcrypto -lz =3D=3D=3D> secure/usr.sbin (all) =3D=3D=3D> secure/usr.sbin/sshd (all) cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/sshd.c -o sshd.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth-rhosts.c -o auth-rhosts= .o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth-passwd.c -o auth-passwd= .o ../cc_tools/genchecksum cc1plus-dummy > cc1plus-checksum.c cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c cc1plus-checksum.c -o cc1plus-checksum.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -static -o cc1plus cc1plus-checksum.o main.o cp-lang.= o c-opts.o call.o class.o cvt.o cxx-pretty-print.o decl.o decl2.o error.o e= xcept.o expr.o dump.o friend.o init.o lex.o mangle.o method.o name-lookup.o= parser.o pt.o ptree.o repo.o rtti.o search.o semantics.o tree.o typeck.o t= ypeck2.o optimize.o cp-objcp-common.o cp-gimplify.o tree-mudflap.o /usr/obj= /usr/src/gnu/usr.bin/cc/cc1plus/../cc_int/libbackend.a /usr/obj/usr/src/gnu= /usr.bin/cc/cc1plus/../libcpp/libcpp.a /usr/obj/usr/src/gnu/usr.bin/cc/cc1p= lus/../libdecnumber/libdecnumber.a /usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/= ../libiberty/libiberty.a cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth-rsa.c -o auth-rsa.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth-rh-rsa.c -o auth-rh-rsa= .o =3D=3D=3D> gnu/usr.bin/cc/c++ (all) cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/audit.c -o audit.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/audit-bsm.c -o audit-bsm.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++/../cc_tools -I/usr/src/gnu/usr.bin= /cc/c++/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/c++/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/c++/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= c++/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c /usr/src/gn= u/usr.bin/cc/c++/../../../../contrib/gcc/gcc.c -o gcc.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++/../cc_tools -I/usr/src/gnu/usr.bin= /cc/c++/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/c++/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/c++/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= c++/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c /usr/src/gn= u/usr.bin/cc/c++/../../../../contrib/gcc/opts-common.c -o opts-common.o /usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/audit-bsm.c: In funct= ion 'audit_connection_from': /usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/audit-bsm.c:365: warn= ing: passing argument 1 of 'aug_get_machine' discards qualifiers from point= er target type cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++/../cc_tools -I/usr/src/gnu/usr.bin= /cc/c++/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/c++/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/c++/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= c++/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c ../cc_tools= /options.c -o options.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/audit-linux.c -o audit-linux= .o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/platform.c -o platform.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++/../cc_tools -I/usr/src/gnu/usr.bin= /cc/c++/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/c++/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/c++/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= c++/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c /usr/src/gn= u/usr.bin/cc/c++/../../../../contrib/gcc/intl.c -o intl.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/sshpty.c -o sshpty.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++/../cc_tools -I/usr/src/gnu/usr.bin= /cc/c++/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/c++/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/c++/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= c++/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c /usr/src/gn= u/usr.bin/cc/c++/../../../../contrib/gcc/prefix.c -o prefix.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++/../cc_tools -I/usr/src/gnu/usr.bin= /cc/c++/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/c++/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/c++/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= c++/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -DBASEVER=3D\"= 4.2.1\" -DDATESTAMP=3D\"\ 20070831\" -DDEVPHASE=3D\"\ patched\" -c /usr/s= rc/gnu/usr.bin/cc/c++/../../../../contrib/gcc/version.c cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/sshlogin.c -o sshlogin.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/servconf.c -o servconf.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++/../cc_tools -I/usr/src/gnu/usr.bin= /cc/c++/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/c++/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/c++/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= c++/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c /usr/src/gn= u/usr.bin/cc/c++/../../../../contrib/gcc/config/i386/driver-i386.c -o drive= r-i386.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/serverloop.c -o serverloop.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++/../cc_tools -I/usr/src/gnu/usr.bin= /cc/c++/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/c++/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/c++/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= c++/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c /usr/src/gn= u/usr.bin/cc/c++/../../../../contrib/gcc/cp/g++spec.c -o g++spec.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth.c -o auth.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth1.c -o auth1.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth2.c -o auth2.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth-options.c -o auth-optio= ns.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/session.c -o session.o /usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/session.c: In functio= n 'do_nologin': /usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/session.c:1442: warni= ng: assignment discards qualifiers from pointer target type cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth-chall.c -o auth-chall.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth2-chall.c -o auth2-chall= .o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/groupaccess.c -o groupaccess= .o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth-skey.c -o auth-skey.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth-bsdauth.c -o auth-bsdau= th.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth2-hostbased.c -o auth2-h= ostbased.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth2-kbdint.c -o auth2-kbdi= nt.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth2-none.c -o auth2-none.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth2-passwd.c -o auth2-pass= wd.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth2-pubkey.c -o auth2-pubk= ey.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/monitor_mm.c -o monitor_mm.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/monitor.c -o monitor.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/monitor_wrap.c -o monitor_wr= ap.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/kexdhs.c -o kexdhs.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++/../cc_tools -I/usr/src/gnu/usr.bin= /cc/c++/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/c++/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/c++/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= c++/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -o g++ gcc.o = opts-common.o options.o intl.o prefix.o version.o driver-i386.o g++spec.o /= usr/obj/usr/src/gnu/usr.bin/cc/c++/../libcpp/libcpp.a /usr/obj/usr/src/gnu/= usr.bin/cc/c++/../libiberty/libiberty.a =3D=3D=3D> gnu/usr.bin/cc/c++filt (all) cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/kexgexs.c -o kexgexs.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++filt/../cc_tools -I/usr/src/gnu/usr= .bin/cc/c++filt/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++filt/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcclibs/libdecnumber -D= GCC_DRIVER -DDEFAULT_TARGET_VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE= =3D\"i386-undermydesk-freebsd\" -DENABLE_SHARED_LIBGCC -DSTANDALONE_DEMAN= GLER -DVERSION=3D\"\" -std=3Dgnu89 -fstack-protector -c /usr/src/gnu/usr.= bin/cc/c++filt/../../../../contrib/gcclibs/libiberty/cp-demangle.c -o cp-de= mangle.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/kexecdhs.c -o kexecdhs.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/kexc25519s.c -o kexc25519s.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth-krb5.c -o auth-krb5.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth2-gss.c -o auth2-gss.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/gss-serv.c -o gss-serv.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/gss-serv-krb5.c -o gss-serv-= krb5.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/loginrec.c -o loginrec.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth-pam.c -o auth-pam.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth-shadow.c -o auth-shadow= .o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth-sia.c -o auth-sia.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/md5crypt.c -o md5crypt.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/sftp-server.c -o sftp-server= .o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++filt/../cc_tools -I/usr/src/gnu/usr= .bin/cc/c++filt/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++filt/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcclibs/libdecnumber -D= GCC_DRIVER -DDEFAULT_TARGET_VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE= =3D\"i386-undermydesk-freebsd\" -DENABLE_SHARED_LIBGCC -DSTANDALONE_DEMAN= GLER -DVERSION=3D\"\" -std=3Dgnu89 -fstack-protector -o c++filt cp-deman= gle.o /usr/obj/usr/src/gnu/usr.bin/cc/c++filt/../libiberty/libiberty.a cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/sftp-common.c -o sftp-common= .o =3D=3D=3D> gnu/usr.bin/cc/gcov (all) cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/gcov/../cc_tools -I/usr/src/gnu/usr.bi= n/cc/gcov/../cc_tools -I/usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gc= c -I/usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gcc/config -I/usr/src/= gnu/usr.bin/cc/gcov/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.= bin/cc/gcov/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.b= in/cc/gcov/../../../../contrib/gcclibs/libdecnumber -std=3Dgnu89 -fstack-p= rotector -c /usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gcc/gcov.c -o= gcov.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/gcov/../cc_tools -I/usr/src/gnu/usr.bi= n/cc/gcov/../cc_tools -I/usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gc= c -I/usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gcc/config -I/usr/src/= gnu/usr.bin/cc/gcov/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.= bin/cc/gcov/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.b= in/cc/gcov/../../../../contrib/gcclibs/libdecnumber -std=3Dgnu89 -fstack-p= rotector -DBASEVER=3D\"4.2.1\" -DDATESTAMP=3D\"\ 20070831\" -DDEVPHASE= =3D\"\ patched\" -c /usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gcc/ve= rsion.c cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/roaming_common.c -o roaming_= common.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/gcov/../cc_tools -I/usr/src/gnu/usr.bi= n/cc/gcov/../cc_tools -I/usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gc= c -I/usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gcc/config -I/usr/src/= gnu/usr.bin/cc/gcov/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.= bin/cc/gcov/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.b= in/cc/gcov/../../../../contrib/gcclibs/libdecnumber -std=3Dgnu89 -fstack-p= rotector -c /usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gcc/errors.c = -o errors.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/roaming_serv.c -o roaming_se= rv.o gzip -cn /usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gcc/doc/gcov.1 > = gcov.1.gz cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/sandbox-null.c -o sandbox-nu= ll.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/sandbox-rlimit.c -o sandbox-= rlimit.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/sandbox-systrace.c -o sandbo= x-systrace.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/sandbox-darwin.c -o sandbox-= darwin.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/sandbox-seccomp-filter.c -o = sandbox-seccomp-filter.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/sandbox-capsicum.c -o sandbo= x-capsicum.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/gss-genr.c -o gss-genr.o gzip -cn /usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/sshd.8 > ssh= d.8.gz gzip -cn /usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/sshd_config.= 5 > sshd_config.5.gz cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -L/usr/ob= j/usr/src/tmp/usr/lib/private -rpath /usr/lib/private -o sshd sshd.o auth-r= hosts.o auth-passwd.o auth-rsa.o auth-rh-rsa.o audit.o audit-bsm.o audit-li= nux.o platform.o sshpty.o sshlogin.o servconf.o serverloop.o auth.o auth1.o= auth2.o auth-options.o session.o auth-chall.o auth2-chall.o groupaccess.o = auth-skey.o auth-bsdauth.o auth2-hostbased.o auth2-kbdint.o auth2-none.o au= th2-passwd.o auth2-pubkey.o monitor_mm.o monitor.o monitor_wrap.o kexdhs.o = kexgexs.o kexecdhs.o kexc25519s.o auth-krb5.o auth2-gss.o gss-serv.o gss-se= rv-krb5.o loginrec.o auth-pam.o auth-shadow.o auth-sia.o md5crypt.o sftp-se= rver.o sftp-common.o roaming_common.o roaming_serv.o sandbox-null.o sandbox= -rlimit.o sandbox-systrace.o sandbox-darwin.o sandbox-seccomp-filter.o sand= box-capsicum.o gss-genr.o -lssh -lutil -lwrap -lpam -lbsm -lgssapi_krb5 -lg= ssapi -lkrb5 -lhx509 -lasn1 -lcom_err -lroken -lcrypt -lcrypto -lz -lpthre= ad cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/gcov/../cc_tools -I/usr/src/gnu/usr.bi= n/cc/gcov/../cc_tools -I/usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gc= c -I/usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gcc/config -I/usr/src/= gnu/usr.bin/cc/gcov/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.= bin/cc/gcov/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.b= in/cc/gcov/../../../../contrib/gcclibs/libdecnumber -std=3Dgnu89 -fstack-p= rotector -o gcov gcov.o version.o errors.o /usr/obj/usr/src/gnu/usr.bin/c= c/gcov/../libiberty/libiberty.a 1 error *** [everything] Error code 2 1 error *** [buildworld] Error code 2 make: stopped in /usr/src 1 error make: stopped in /usr/src Build step 'Execute shell' marked build as failure [PostBuildScript] - Execution post build scripts. [FreeBSD_STABLE_9-i386] $ /bin/sh -xe /tmp/hudson3477857954921726019.sh + export 'PATH=3D/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/b= in' + export 'jname=3DFreeBSD_STABLE_9-i386' + echo 'clean up jail FreeBSD_STABLE_9-i386' clean up jail FreeBSD_STABLE_9-i386 + sudo jail -r FreeBSD_STABLE_9-i386 + sudo ifconfig igb0 inet6 2610:1c1:1:607c::101:1 -alias + sudo umount FreeBSD_STABLE_9-i386/usr/src + sudo umount FreeBSD_STABLE_9-i386/dev + sudo rm -fr FreeBSD_STABLE_9-i386 rm: FreeBSD_STABLE_9-i386/lib/libthr.so.3: Operation not permitted rm: FreeBSD_STABLE_9-i386/lib/libcrypt.so.5: Operation not permitted rm: FreeBSD_STABLE_9-i386/lib/libc.so.7: Operation not permitted rm: FreeBSD_STABLE_9-i386/lib: Directory not empty rm: FreeBSD_STABLE_9-i386/usr/lib/librt.so.1: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/lib: Directory not empty rm: FreeBSD_STABLE_9-i386/usr/bin/chpass: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/opiepasswd: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/su: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/crontab: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/opieinfo: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/yppasswd: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/ypchfn: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/ypchpass: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/chsh: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/chfn: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/ypchsh: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/login: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/passwd: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin: Directory not empty rm: FreeBSD_STABLE_9-i386/usr: Directory not empty rm: FreeBSD_STABLE_9-i386/var/empty: Operation not permitted rm: FreeBSD_STABLE_9-i386/var: Directory not empty rm: FreeBSD_STABLE_9-i386/libexec/ld-elf.so.1: Operation not permitted rm: FreeBSD_STABLE_9-i386/libexec: Directory not empty rm: FreeBSD_STABLE_9-i386/sbin/init: Operation not permitted rm: FreeBSD_STABLE_9-i386/sbin: Directory not empty rm: FreeBSD_STABLE_9-i386: Directory not empty + true + sudo chflags -R noschg FreeBSD_STABLE_9-i386 + sudo rm -fr FreeBSD_STABLE_9-i386 Email was triggered for: Failure - Any Sending email for trigger: Failure - Any From owner-freebsd-stable@freebsd.org Mon Nov 23 16:09:50 2015 Return-Path: Delivered-To: freebsd-stable@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 ABC9AA3644B for ; Mon, 23 Nov 2015 16:09:50 +0000 (UTC) (envelope-from hausen@punkt.de) Received: from kagate.punkt.de (kagate.punkt.de [217.29.33.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3F678110C for ; Mon, 23 Nov 2015 16:09:49 +0000 (UTC) (envelope-from hausen@punkt.de) Received: from hugo10.ka.punkt.de (hugo10.ka.punkt.de [217.29.44.10]) by gate2.intern.punkt.de with ESMTP id tANG9lrW057958 for ; Mon, 23 Nov 2015 17:09:47 +0100 (CET) Received: from [217.29.44.250] ([217.29.44.250]) by hugo10.ka.punkt.de (8.14.2/8.14.2) with ESMTP id tANG9lH8005500 for ; Mon, 23 Nov 2015 17:09:47 +0100 (CET) (envelope-from hausen@punkt.de) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 9.1 \(3096.5\)) Subject: PAM changes? (was: Re: NSS changes in releng/10.2?) From: "Patrick M. Hausen" In-Reply-To: <07B8E386-4692-4BE0-9516-E1CA67B2934D@punkt.de> Date: Mon, 23 Nov 2015 17:09:50 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: <191784A3-0238-4889-9307-FF413D13F659@punkt.de> References: <07B8E386-4692-4BE0-9516-E1CA67B2934D@punkt.de> To: freebsd-stable X-Mailer: Apple Mail (2.3096.5) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Nov 2015 16:09:50 -0000 Hi, all, sorry for not trying this earlier and now replying to myself, but I'm slowly making progress isolating the problem. > Am 23.11.2015 um 15:42 schrieb Patrick M. Hausen : >=20 > Hi, all, >=20 > I just upgraded an older system from 8.4 to 10.2 in a single go. > No unexpected problems, until I tried to use "su": >=20 > $ su - > su: Sorry >=20 > Well, I *am* a member of the wheel group: >=20 > $ id > uid=3D10093(ry93) gid=3D10001(intern) = groups=3D10001(intern),0(wheel),10002(entwickler) >=20 > Hmmm ... we pull all this information from LDAP. My nsswitch.conf has = always been: >=20 > group: files cache ldap > passwd: files cache ldap And this part seems to be just as valid and working as before. I had the = implicit assumption that su(1) was using something like getgroups() to determine = if I am a member of "wheel" - which it doesn't. I even hacked up 5 lines of C to = quickly get my supplementary group list and lo and behold: $ ./groups=20 10002 0 10001 So, it is not NSS' or LDAP's fault. I just looked at the source for su(1) and it looks like it uses PAM to = check if I am authorized to su to root: retcode =3D pam_authenticate(pamh, 0); if (retcode !=3D PAM_SUCCESS) { syslog(LOG_AUTH|LOG_WARNING, "BAD SU %s to %s on %s", username, user, mytty); errx(1, "Sorry"); My /etc/pam.d/system looks like this: ----------- system ----------- # # $FreeBSD: releng/10.2/etc/pam.d/system 197769 2009-10-05 09:28:54Z des = $ # # System-wide defaults # # auth auth sufficient pam_opie.so no_warn = no_fake_prompts auth requisite pam_opieaccess.so no_warn = allow_local #auth sufficient pam_krb5.so no_warn = try_first_pass #auth sufficient pam_ssh.so no_warn = try_first_pass auth sufficient /usr/local/lib/pam_ldap.so no_warn = try_first_pass auth required pam_unix.so no_warn = try_first_pass nullok # account #account required pam_krb5.so account required pam_login_access.so account required /usr/local/lib/pam_ldap.so = ignore_authinfo_unavail ignore_unknown_user account required pam_unix.so # session #session optional pam_ssh.so want_agent session required pam_lastlog.so no_fail # password #password sufficient pam_krb5.so no_warn = try_first_pass password required pam_unix.so no_warn = try_first_pass ---------------------- And /etc/pam.d/su like this: ----------- su ----------- # # $FreeBSD: releng/10.2/etc/pam.d/su 219663 2011-03-15 10:13:35Z des $ # # PAM configuration for the "su" service # # auth auth sufficient pam_rootok.so no_warn auth sufficient pam_self.so no_warn auth requisite pam_group.so no_warn = group=3Dwheel root_only fail_safe ruser auth include system # account account include system # session session required pam_permit.so ---------------------- Any changes that I missed on the way from 8.4 to 10.2? Unfortunately I do not have an older 10.x system that runs with an Active Directory = connection. Only 8.4 ones - this one was the first to finally get updated to a = current FreeBSD version. As I stated this PAM configuration works as intended on 8.4. I generated = the 10.2 files above by running mergemaster. Thanks, Patrick --=20 punkt.de GmbH * Kaiserallee 13a * 76133 Karlsruhe Tel. 0721 9109 0 * Fax 0721 9109 100 info@punkt.de http://www.punkt.de Gf: J=C3=BCrgen Egeling AG Mannheim 108285 From owner-freebsd-stable@freebsd.org Mon Nov 23 16:10:34 2015 Return-Path: Delivered-To: freebsd-stable@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 AE5E6A364AB; Mon, 23 Nov 2015 16:10:34 +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 8E180122E; Mon, 23 Nov 2015 16:10:34 +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 DB1A81F8B; Mon, 23 Nov 2015 16:10:34 +0000 (UTC) Date: Mon, 23 Nov 2015 16:10:33 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: hselasky@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-stable@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <1065209114.111.1448295034864.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <196615497.107.1448287849026.JavaMail.jenkins@jenkins-9.freebsd.org> References: <196615497.107.1448287849026.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_STABLE_10-i386 - Build #661 - 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-stable@freebsd.org X-Mailman-Version: 2.1.20 List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Nov 2015 16:10:34 -0000 FreeBSD_STABLE_10-i386 - Build #661 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/6= 61/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/661= /changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/661/= console Change summaries: 291205 by hselasky: MFC r277974: Fix a bunch of -Wcast-qual warnings in sys/dev/usb/input/uhid.c, by using __DECONST. No functional change. Differential Revision: https://reviews.freebsd.org/D1743 The end of the build log: [...truncated 101435 lines...] cc -fpic -DPIC -O2 -pipe -I/usr/src/sbin/geom/class/stripe/../.. -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/stripe/../../misc/subr.c -o subr.So --- lib.all__D --- --- thr_setschedparam.po --- cc -pg -O2 -pipe -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include= -I/usr/src/lib/libthr/thread -I/usr/src/lib/libthr/../../include -I/usr/s= rc/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/li= bthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/i3= 86 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_F= ORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx -DSYSCALL_CO= MPAT -std=3Dgnu99 -Qunused-arguments -Wsystem-headers -Werror -Wall -Wno-f= ormat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes= -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-= string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-u= nused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conver= sion -c /usr/src/lib/libthr/thread/thr_setschedparam.c -o thr_setschedparam= .po --- sbin.all__D --- --- gstripe.8.gz --- gzip -cn /usr/src/sbin/geom/class/stripe/gstripe.8 > gstripe.8.gz --- secure.all__D --- --- bn_gf2m.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/b= n/bn_gf2m.c -o bn_gf2m.po --- lib.all__D --- --- all_subdir_libufs --- =3D=3D=3D> lib/libufs (all) --- block.po --- cc -pg -O2 -pipe -D_LIBUFS -I/usr/src/lib/libufs -g -std=3Dgnu99 -Qunus= ed-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-= y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-i= nt -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -= Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-swi= tch -Wno-switch-enum -Wno-knr-promoted-parameter -c /usr/src/lib/libufs/blo= ck.c -o block.po --- all_subdir_libthr --- --- thr_sig.po --- cc -pg -O2 -pipe -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include= -I/usr/src/lib/libthr/thread -I/usr/src/lib/libthr/../../include -I/usr/s= rc/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/li= bthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/i3= 86 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_F= ORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx -DSYSCALL_CO= MPAT -std=3Dgnu99 -Qunused-arguments -Wsystem-headers -Werror -Wall -Wno-f= ormat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes= -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-= string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-u= nused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conver= sion -c /usr/src/lib/libthr/thread/thr_sig.c -o thr_sig.po --- sbin.all__D --- --- geom_stripe.so --- building shared library geom_stripe.so cc -fstack-protector -shared -Wl,-x -Wl,--fatal-warnings -Wl,--warn-share= d-textrel -o geom_stripe.so -Wl,-soname,geom_stripe.so `NM=3D'nm' lorder = geom_stripe.So subr.So | tsort -q`=20 --- lib.all__D --- --- all_subdir_libufs --- --- cgroup.po --- cc -pg -O2 -pipe -D_LIBUFS -I/usr/src/lib/libufs -g -std=3Dgnu99 -Qunus= ed-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-= y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-i= nt -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -= Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-swi= tch -Wno-switch-enum -Wno-knr-promoted-parameter -c /usr/src/lib/libufs/cgr= oup.c -o cgroup.po --- sbin.all__D --- =3D=3D=3D> sbin/geom/class/virstor (all) --- binstream.So --- cc -fpic -DPIC -O2 -pipe -I/usr/src/sbin/geom/class/virstor/../.. -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/virstor/../../../../sys/geom/virstor/binstream.c -o binstream.= So --- secure.all__D --- --- bn_kron.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/b= n/bn_kron.c -o bn_kron.po --- lib.all__D --- --- inode.po --- cc -pg -O2 -pipe -D_LIBUFS -I/usr/src/lib/libufs -g -std=3Dgnu99 -Qunus= ed-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-= y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-i= nt -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -= Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-swi= tch -Wno-switch-enum -Wno-knr-promoted-parameter -c /usr/src/lib/libufs/ino= de.c -o inode.po --- all_subdir_libthr --- --- thr_single_np.po --- cc -pg -O2 -pipe -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include= -I/usr/src/lib/libthr/thread -I/usr/src/lib/libthr/../../include -I/usr/s= rc/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/li= bthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/i3= 86 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_F= ORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx -DSYSCALL_CO= MPAT -std=3Dgnu99 -Qunused-arguments -Wsystem-headers -Werror -Wall -Wno-f= ormat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes= -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-= string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-u= nused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conver= sion -c /usr/src/lib/libthr/thread/thr_single_np.c -o thr_single_np.po --- sbin.all__D --- --- g_virstor_md.So --- cc -fpic -DPIC -O2 -pipe -I/usr/src/sbin/geom/class/virstor/../.. -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/virstor/../../../../sys/geom/virstor/g_virstor_md.c -o g_virst= or_md.So --- lib.all__D --- --- thr_sleepq.po --- cc -pg -O2 -pipe -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include= -I/usr/src/lib/libthr/thread -I/usr/src/lib/libthr/../../include -I/usr/s= rc/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/li= bthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/i3= 86 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_F= ORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx -DSYSCALL_CO= MPAT -std=3Dgnu99 -Qunused-arguments -Wsystem-headers -Werror -Wall -Wno-f= ormat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes= -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-= string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-u= nused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conver= sion -c /usr/src/lib/libthr/thread/thr_sleepq.c -o thr_sleepq.po --- sbin.all__D --- --- geom_virstor.So --- cc -fpic -DPIC -O2 -pipe -I/usr/src/sbin/geom/class/virstor/../.. -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/virstor/geom_virstor.c -o geom_virstor.So --- lib.all__D --- --- all_subdir_libufs --- --- sblock.po --- cc -pg -O2 -pipe -D_LIBUFS -I/usr/src/lib/libufs -g -std=3Dgnu99 -Qunus= ed-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-= y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-i= nt -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -= Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-swi= tch -Wno-switch-enum -Wno-knr-promoted-parameter -c /usr/src/lib/libufs/sbl= ock.c -o sblock.po --- secure.all__D --- --- bn_lib.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/b= n/bn_lib.c -o bn_lib.po --- lib.all__D --- --- all_subdir_libthr --- --- thr_spec.po --- cc -pg -O2 -pipe -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include= -I/usr/src/lib/libthr/thread -I/usr/src/lib/libthr/../../include -I/usr/s= rc/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/li= bthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/i3= 86 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_F= ORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx -DSYSCALL_CO= MPAT -std=3Dgnu99 -Qunused-arguments -Wsystem-headers -Werror -Wall -Wno-f= ormat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes= -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-= string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-u= nused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conver= sion -c /usr/src/lib/libthr/thread/thr_spec.c -o thr_spec.po --- all_subdir_libufs --- --- type.po --- cc -pg -O2 -pipe -D_LIBUFS -I/usr/src/lib/libufs -g -std=3Dgnu99 -Qunus= ed-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-= y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-i= nt -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -= Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-swi= tch -Wno-switch-enum -Wno-knr-promoted-parameter -c /usr/src/lib/libufs/typ= e.c -o type.po --- sbin.all__D --- --- subr.So --- cc -fpic -DPIC -O2 -pipe -I/usr/src/sbin/geom/class/virstor/../.. -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/virstor/../../misc/subr.c -o subr.So --- lib.all__D --- --- ffs_subr.po --- cc -pg -O2 -pipe -D_LIBUFS -I/usr/src/lib/libufs -g -std=3Dgnu99 -Qunus= ed-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-= y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-i= nt -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -= Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-swi= tch -Wno-switch-enum -Wno-knr-promoted-parameter -c /usr/src/lib/libufs/../= ../sys/ufs/ffs/ffs_subr.c -o ffs_subr.po --- secure.all__D --- --- bn_mod.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/b= n/bn_mod.c -o bn_mod.po --- lib.all__D --- --- all_subdir_libthr --- --- thr_spinlock.po --- cc -pg -O2 -pipe -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include= -I/usr/src/lib/libthr/thread -I/usr/src/lib/libthr/../../include -I/usr/s= rc/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/li= bthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/i3= 86 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_F= ORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx -DSYSCALL_CO= MPAT -std=3Dgnu99 -Qunused-arguments -Wsystem-headers -Werror -Wall -Wno-f= ormat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes= -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-= string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-u= nused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conver= sion -c /usr/src/lib/libthr/thread/thr_spinlock.c -o thr_spinlock.po --- all_subdir_libufs --- --- ffs_tables.po --- cc -pg -O2 -pipe -D_LIBUFS -I/usr/src/lib/libufs -g -std=3Dgnu99 -Qunus= ed-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-= y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-i= nt -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -= Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-swi= tch -Wno-switch-enum -Wno-knr-promoted-parameter -c /usr/src/lib/libufs/../= ../sys/ufs/ffs/ffs_tables.c -o ffs_tables.po --- sbin.all__D --- --- gvirstor.8.gz --- gzip -cn /usr/src/sbin/geom/class/virstor/gvirstor.8 > gvirstor.8.gz --- geom_virstor.so --- building shared library geom_virstor.so cc -fstack-protector -shared -Wl,-x -Wl,--fatal-warnings -Wl,--warn-share= d-textrel -o geom_virstor.so -Wl,-soname,geom_virstor.so `NM=3D'nm' lorde= r binstream.So g_virstor_md.So geom_virstor.So subr.So | tsort -q`=20 --- lib.all__D --- --- libufs_p.a --- building profiled ufs library --- secure.all__D --- --- bn_mont.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/b= n/bn_mont.c -o bn_mont.po --- lib.all__D --- --- all_subdir_libthr --- --- thr_stack.po --- cc -pg -O2 -pipe -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include= -I/usr/src/lib/libthr/thread -I/usr/src/lib/libthr/../../include -I/usr/s= rc/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/li= bthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/i3= 86 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_F= ORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx -DSYSCALL_CO= MPAT -std=3Dgnu99 -Qunused-arguments -Wsystem-headers -Werror -Wall -Wno-f= ormat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes= -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-= string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-u= nused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conver= sion -c /usr/src/lib/libthr/thread/thr_stack.c -o thr_stack.po --- all_subdir_libufs --- ranlib -D libufs_p.a --- bread.3.gz --- gzip -cn /usr/src/lib/libufs/bread.3 > bread.3.gz --- cgread.3.gz --- gzip -cn /usr/src/lib/libufs/cgread.3 > cgread.3.gz --- libufs.3.gz --- gzip -cn /usr/src/lib/libufs/libufs.3 > libufs.3.gz --- sbread.3.gz --- gzip -cn /usr/src/lib/libufs/sbread.3 > sbread.3.gz --- ufs_disk_close.3.gz --- gzip -cn /usr/src/lib/libufs/ufs_disk_close.3 > ufs_disk_close.3.gz --- share.all__D --- =3D=3D=3D> share (all) --- sbin.all__D --- --- all_subdir_growfs --- =3D=3D=3D> sbin/growfs (all) --- share.all__D --- --- _sub.all --- =3D=3D=3D> share/colldef (all) --- sbin.all__D --- --- growfs.o --- cc -O2 -pipe -I/usr/src/sbin/growfs/../mount -std=3Dgnu99 -Qunused-argum= ents -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -= Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-ari= th -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-par= ameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant= -decls -Wold-style-definition -Wmissing-variable-declarations -Wno-pointer-= sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -c /us= r/src/sbin/growfs/growfs.c -o growfs.o --- lib.all__D --- --- all_subdir_libthr --- --- thr_syscalls.po --- cc -pg -O2 -pipe -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include= -I/usr/src/lib/libthr/thread -I/usr/src/lib/libthr/../../include -I/usr/s= rc/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/li= bthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/i3= 86 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_F= ORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx -DSYSCALL_CO= MPAT -std=3Dgnu99 -Qunused-arguments -Wsystem-headers -Werror -Wall -Wno-f= ormat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes= -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-= string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-u= nused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conver= sion -c /usr/src/lib/libthr/thread/thr_syscalls.c -o thr_syscalls.po --- secure.all__D --- --- bn_mpi.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/b= n/bn_mpi.c -o bn_mpi.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 --- 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 --- lib.all__D --- A failure has been detected in another branch of the parallel make make[4]: stopped in /usr/src/lib/libthr *** [all_subdir_libthr] 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 --- sbin.all__D --- A failure has been detected in another branch of the parallel make make[4]: stopped in /usr/src/sbin/growfs *** [all_subdir_growfs] 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/hudson3948917656251675340.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/sbin/init: Operation not permitted rm: FreeBSD_STABLE_10-i386/sbin: Directory not empty rm: FreeBSD_STABLE_10-i386/usr/bin/yppasswd: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/ypchsh: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/opiepasswd: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/opieinfo: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/ypchfn: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/chfn: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/passwd: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/chsh: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/login: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/chpass: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/su: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/crontab: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/ypchpass: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin: 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: Directory not empty rm: FreeBSD_STABLE_10-i386/lib/libcrypt.so.5: Operation not permitted rm: FreeBSD_STABLE_10-i386/lib/libc.so.7: Operation not permitted rm: FreeBSD_STABLE_10-i386/lib/libthr.so.3: Operation not permitted rm: FreeBSD_STABLE_10-i386/lib: Directory not empty 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/var/empty: Operation not permitted rm: FreeBSD_STABLE_10-i386/var: 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 From owner-freebsd-stable@freebsd.org Mon Nov 23 16:20:41 2015 Return-Path: Delivered-To: freebsd-stable@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 0795CA36764; Mon, 23 Nov 2015 16:20:41 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wm0-x234.google.com (mail-wm0-x234.google.com [IPv6:2a00:1450:400c:c09::234]) (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 AA9C719B1; Mon, 23 Nov 2015 16:20:40 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: by wmec201 with SMTP id c201so112476676wme.1; Mon, 23 Nov 2015 08:20:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=10aTBVBT4aMV41Og4KEjk2DQTHg2Qrh2Y+5JJcjoRyk=; b=L/0KikaOlH7mRsopuZBRLASrDac5MByHz5Z3xB3aHvlv4kr9fvsdFO8Xb/sP6AwsY0 GfXPTcj2mp3eK8nwAYXqQSTNeoD8LmdoyGeHYDtZfzZGY9+Y9pN1B/NLTjpQNlK5YdkV uxLakQAx+52wtpgGudoNffjgPDsz/DpvqkOK9+x5uF0N5pRVVRxmz3ZFBns5pkNfQana QinB9fRXCfUiiDyvPfnTeAUmgUqLlq8dpbj1udsbXsLW7gv3dFxiWGnim9e3VosY5p00 AJ2hJPO/5FZoOlIlncRGHoVR8NJ7Wkz95EY65xRhSls04QFhENAy6B8jetddhnbVtwNn IIXA== X-Received: by 10.28.141.17 with SMTP id p17mr19153159wmd.35.1448295639069; Mon, 23 Nov 2015 08:20:39 -0800 (PST) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by smtp.gmail.com with ESMTPSA id vu4sm14043605wjc.2.2015.11.23.08.20.37 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 23 Nov 2015 08:20:38 -0800 (PST) Sender: Baptiste Daroussin Date: Mon, 23 Nov 2015 17:20:36 +0100 From: Baptiste Daroussin To: jenkins-admin@FreeBSD.org Cc: freebsd-stable@FreeBSD.org, freebsd-i386@FreeBSD.org Subject: Re: FreeBSD_STABLE_10-i386 - Build #661 - Still Failing Message-ID: <20151123162036.GA76516@ivaldir.etoilebsd.net> References: <196615497.107.1448287849026.JavaMail.jenkins@jenkins-9.freebsd.org> <1065209114.111.1448295034864.JavaMail.jenkins@jenkins-9.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="UlVJffcvxoiEqYs2" Content-Disposition: inline In-Reply-To: <1065209114.111.1448295034864.JavaMail.jenkins@jenkins-9.freebsd.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Nov 2015 16:20:41 -0000 --UlVJffcvxoiEqYs2 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Nov 23, 2015 at 04:10:33PM +0000, jenkins-admin@FreeBSD.org wrote: > FreeBSD_STABLE_10-i386 - Build #661 - Still Failing: >=20 > Build information: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386= /661/ > Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/6= 61/changes > Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/66= 1/console Someone needs to update the jenkins to the latest head. Best regards, Bapt --UlVJffcvxoiEqYs2 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlZTPNQACgkQ8kTtMUmk6Ey5XQCgwUuDS9hnQqEY8wClQVnaQ+z4 lO4AmgKOsaE6yLalGHlWgXxx3HKMK9fy =TNqb -----END PGP SIGNATURE----- --UlVJffcvxoiEqYs2-- From owner-freebsd-stable@freebsd.org Mon Nov 23 17:06:57 2015 Return-Path: Delivered-To: freebsd-stable@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 BA54CA324AC; Mon, 23 Nov 2015 17:06:57 +0000 (UTC) (envelope-from lwhsu@FreeBSD.cs.nctu.edu.tw) Received: from FreeBSD.cs.nctu.edu.tw (freebsd2.cs.nctu.edu.tw [140.113.17.206]) by mx1.freebsd.org (Postfix) with ESMTP id 5B2B711CB; Mon, 23 Nov 2015 17:06:57 +0000 (UTC) (envelope-from lwhsu@FreeBSD.cs.nctu.edu.tw) Received: by FreeBSD.cs.nctu.edu.tw (Postfix, from userid 1058) id 71C6626D4; Tue, 24 Nov 2015 01:06:50 +0800 (CST) Date: Tue, 24 Nov 2015 01:06:50 +0800 From: Li-Wen Hsu To: Baptiste Daroussin Cc: jenkins-admin@FreeBSD.org, freebsd-stable@FreeBSD.org, freebsd-i386@FreeBSD.org Subject: Re: FreeBSD_STABLE_10-i386 - Build #661 - Still Failing Message-ID: <20151123170650.GA14571@FreeBSD.cs.nctu.edu.tw> References: <196615497.107.1448287849026.JavaMail.jenkins@jenkins-9.freebsd.org> <1065209114.111.1448295034864.JavaMail.jenkins@jenkins-9.freebsd.org> <20151123162036.GA76516@ivaldir.etoilebsd.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="gBBFr7Ir9EOA20Yy" Content-Disposition: inline In-Reply-To: <20151123162036.GA76516@ivaldir.etoilebsd.net> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Nov 2015 17:06:57 -0000 --gBBFr7Ir9EOA20Yy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Nov 23, 2015 at 17:20:36 +0100, Baptiste Daroussin wrote: > On Mon, Nov 23, 2015 at 04:10:33PM +0000, jenkins-admin@FreeBSD.org wrote: > > FreeBSD_STABLE_10-i386 - Build #661 - Still Failing: > >=20 > > Build information: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i3= 86/661/ > > Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386= /661/changes > > Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/= 661/console >=20 > Someone needs to update the jenkins to the latest head. The build happens in a jail built every time the job starts, by fetching the latest snapshot from: http://ftp.freebsd.org/pub/FreeBSD/snapshots/i386/i386/11.0-CURRENT/base.txz It looks there is no /usr/bin/colldef. I haven't looked into what's going on here. Li-Wen --=20 Li-Wen Hsu http://lwhsu.org --gBBFr7Ir9EOA20Yy Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJWU0eoXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQxMDdENTNGNjUyMTUzMzVCNzA5NDNGODQ2 NzI3RTc3Qzg4NjJCNjU2AAoJEGcn53yIYrZWj4wQAJp8R2oach5CZPmFQ7NkTUi0 VA5zCePl5TYcAtT8fue9UkV/CHGNEkTrBJXT1wTMQKwReWgBhAjRAhufJmYPqhqJ K0Ok+85qvoqURt6UbHchGng/wlFriJsR8dVE5wHdErIWdyPrbd/8dplGnI4x1a8m XTe8NaOWj8sk9a2w0hQcLkBH5YvUlzHbQx9QhJP6DjSomNpwaCxxongLoc7Zi/yf gfPyOaLMctFFz+55NubQLPPUdP+o55RxL8FLHe5JPsTvVhiBctvdLwqMesUO29Mu IsdlBSeRSfanrug6Jroh1X9LnQ1IZ2seGOX12ME18j4FIXhmKMydgf2V983rlC/f fNzcvrmvGed7za4nAlz2xu3nHhiDLd6gkRahEeSy0MdRFpJrzHVRW0rST1ECAEGK wF3PmNl86ch1FPjw8zYB7o9AskdPDgiSoiKDVRMS0vRAEVWFpTjQUC0u59eiNM8t fQ5ZJ2i0u1A5lUKArDBcI7GcWtrn9LfnQ7+4NFAoAtX0pM2JAiTsJkoCpUnNlh8c RNAYOU/FvzZfzspqaNkSaIlthyeIdwweYl+23kiyYWsx4hBgRPAqh6RF5kRfbwY2 BAgaebKb3CbV3Un4mADuyk3xOOkXebFyv1EoHBWlhlbdaEjFxpPQmHQLVjd2RTZr kTBn6RB5PZsgAieanXGy =IkJb -----END PGP SIGNATURE----- --gBBFr7Ir9EOA20Yy-- From owner-freebsd-stable@freebsd.org Mon Nov 23 18:10:22 2015 Return-Path: Delivered-To: freebsd-stable@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 38CB8A35230; Mon, 23 Nov 2015 18:10:22 +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 1B0A71776; Mon, 23 Nov 2015 18:10:22 +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 357261FC4; Mon, 23 Nov 2015 18:10:22 +0000 (UTC) Date: Mon, 23 Nov 2015 18:10:20 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: jimharris@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-stable@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <310062166.113.1448302221875.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <1065209114.111.1448295034864.JavaMail.jenkins@jenkins-9.freebsd.org> References: <1065209114.111.1448295034864.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_STABLE_10-i386 - Build #662 - 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-stable@freebsd.org X-Mailman-Version: 2.1.20 List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Nov 2015 18:10:22 -0000 FreeBSD_STABLE_10-i386 - Build #662 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/6= 62/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/662= /changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/662/= console Change summaries: 291214 by jimharris: MFC r290199: nvd, nvme: report stripesize through GEOM disk layer Sponsored by:=09Intel 291213 by jimharris: MFC r290198: nvme: fix race condition in split bio completion path Sponsored by:=09Intel The end of the build log: [...truncated 101401 lines...] --- secure.all__D --- 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/../../..--- gnu.all__D --- ln -fs /usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc/tex= info.txi texinfo.texi --- secure.all__D --- /crypto/openssl/crypto/asn1/a_octet.c -o a_octet.po --- gnu.all__D --- --- info.info.gz --- gzip -cn info.info > info.info.gz --- info-stnd.info.gz --- gzip -cn info-stnd.info > info-stnd.info.gz --- texinfo.info --- makeinfo --no-split -I /usr/src/gnu/usr.bin/texinfo/doc -I /usr/src/gnu/usr= .bin/texinfo/doc/../../../../contrib/texinfo/doc texinfo.texi -o texinfo.i= nfo --- sbin.all__D --- --- fsdb.o --- cc -O2 -pipe -I/usr/src/sbin/fsdb/../fsck_ffs -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/sbin/fsdb/fsdb.c -o f= sdb.o --- secure.all__D --- --- a_print.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/a_print.c -o a_print.po --- lib.all__D --- --- val_utils.po --- cc -pg -I/usr/src/lib/libunbound/../../contrib/unbound -I/usr/src/lib/lib= unbound/../../contrib/ldns -I/usr/obj/usr/src/lib/libunbound -std=3Dgnu99 -= Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-fo= rmat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-un= used-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-convers= ion -c /usr/src/lib/libunbound/../../contrib/unbound/validator/val_utils.c = -o val_utils.po --- gnu.all__D --- --- texinfo.info.gz --- gzip -cn texinfo.info > texinfo.info.gz --- secure.all__D --- --- a_set.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/a_set.c -o a_set.po --- lib.all__D --- --- all_subdir_libusb --- =3D=3D=3D> lib/libusb (all) --- all_subdir_libunbound --- --- validator.po --- cc -pg -I/usr/src/lib/libunbound/../../contrib/unbound -I/usr/src/lib/lib= unbound/../../contrib/ldns -I/usr/obj/usr/src/lib/libunbound -std=3Dgnu99 -= Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-fo= rmat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-un= used-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-convers= ion -c /usr/src/lib/libunbound/../../contrib/unbound/validator/validator.c = -o validator.po --- secure.all__D --- --- a_sign.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/a_sign.c -o a_sign.po --- lib.all__D --- --- all_subdir_libusb --- --- libusb20.po --- cc -pg -O2 -pipe -std=3Dgnu99 -Qunused-arguments -fstack-protector -Ws= ystem-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 -Wno-unused-value -Wno-parentheses-equality -Wno-unuse= d-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-promo= ted-parameter -c /usr/src/lib/libusb/libusb20.c -o libusb20.po --- sbin.all__D --- --- fsdbutil.o --- cc -O2 -pipe -I/usr/src/sbin/fsdb/../fsck_ffs -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/sbin/fsdb/fsdbutil.c = -o fsdbutil.o --- lib.all__D --- --- all_subdir_libunbound --- --- winsock_event.po --- --- secure.all__D --- --- a_strex.po --- --- lib.all__D --- cc -pg -I/usr/src/lib/libunbound/../../contrib/unbound -I/usr/src/lib/lib= unbound/../../contrib/ldns -I/usr/obj/usr/src/lib/libunbound -std=3Dgnu99 -= Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-fo= rmat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-un= used-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-convers= ion -c /usr/src/lib/libunbound/../../contrib/unbound/util/winsock_event.c -= o winsock_event.po --- secure.all__D --- 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/a_strex.c -o a_strex.po --- lib.all__D --- --- wire2str.po --- cc -pg -I/usr/src/lib/libunbound/../../contrib/unbound -I/usr/src/lib/lib= unbound/../../contrib/ldns -I/usr/obj/usr/src/lib/libunbound -std=3Dgnu99 -= Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-fo= rmat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-un= used-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-convers= ion -c /usr/src/lib/libunbound/../../contrib/unbound/ldns/wire2str.c -o wir= e2str.po --- all_subdir_libusb --- --- libusb20_desc.po --- cc -pg -O2 -pipe -std=3Dgnu99 -Qunused-arguments -fstack-protector -Ws= ystem-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 -Wno-unused-value -Wno-parentheses-equality -Wno-unuse= d-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-promo= ted-parameter -c /usr/src/lib/libusb/libusb20_desc.c -o libusb20_desc.po --- sbin.all__D --- --- dir.o --- cc -O2 -pipe -I/usr/src/sbin/fsdb/../fsck_ffs -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/sbin/fsdb/../fsck_ffs= /dir.c -o dir.o --- secure.all__D --- --- a_strnid.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/a_strnid.c -o a_strnid.po --- lib.all__D --- --- libusb20_ugen20.po --- cc -pg -O2 -pipe -std=3Dgnu99 -Qunused-arguments -fstack-protector -Ws= ystem-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 -Wno-unused-value -Wno-parentheses-equality -Wno-unuse= d-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-promo= ted-parameter -c /usr/src/lib/libusb/libusb20_ugen20.c -o libusb20_ugen20.p= o --- all_subdir_libunbound --- --- configparser.po --- cc -pg -I/usr/src/lib/libunbound/../../contrib/unbound -I/usr/src/lib/lib= unbound/../../contrib/ldns -I/usr/obj/usr/src/lib/libunbound -std=3Dgnu99 -= Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-fo= rmat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-un= used-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-convers= ion -c configparser.c -o configparser.po --- secure.all__D --- --- a_time.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/a_time.c -o a_time.po --- sbin.all__D --- --- ea.o --- cc -O2 -pipe -I/usr/src/sbin/fsdb/../fsck_ffs -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/sbin/fsdb/../fsck_ffs= /ea.c -o ea.o --- secure.all__D --- --- a_type.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/a_type.c -o a_type.po --- sbin.all__D --- --- fsutil.o --- cc -O2 -pipe -I/usr/src/sbin/fsdb/../fsck_ffs -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/sbin/fsdb/../fsck_ffs= /fsutil.c -o fsutil.o --- lib.all__D --- --- configlexer.po --- cc -pg -I/usr/src/lib/libunbound/../../contrib/unbound -I/usr/src/lib/lib= unbound/../../contrib/ldns -I/usr/obj/usr/src/lib/libunbound -std=3Dgnu99 -= Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-fo= rmat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-un= used-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-convers= ion -c configlexer.c -o configlexer.po --- all_subdir_libusb --- --- libusb01.po --- cc -pg -O2 -pipe -std=3Dgnu99 -Qunused-arguments -fstack-protector -Ws= ystem-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 -Wno-unused-value -Wno-parentheses-equality -Wno-unuse= d-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-promo= ted-parameter -c /usr/src/lib/libusb/libusb01.c -o libusb01.po --- secure.all__D --- --- a_utctm.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/a_utctm.c -o a_utctm.po --- lib.all__D --- --- all_subdir_libunbound --- --- libunbound_p.a --- building profiled unbound library --- secure.all__D --- --- a_utf8.po --- --- lib.all__D --- --- all_subdir_libusb --- --- libusb10.po --- --- secure.all__D --- 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/a_utf8.c -o a_utf8.po --- lib.all__D --- cc -pg -O2 -pipe -std=3Dgnu99 -Qunused-arguments -fstack-protector -Ws= ystem-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 -Wno-unused-value -Wno-parentheses-equality -Wno-unuse= d-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-promo= ted-parameter -c /usr/src/lib/libusb/libusb10.c -o libusb10.po --- all_subdir_libunbound --- ranlib -D libunbound_p.a --- secure.all__D --- --- a_verify.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/a_verify.c -o a_verify.po --- share.all__D --- =3D=3D=3D> share (all) --- sbin.all__D --- --- inode.o --- cc -O2 -pipe -I/usr/src/sbin/fsdb/../fsck_ffs -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/sbin/fsdb/../fsck_ffs= /inode.c -o inode.o --- share.all__D --- --- _sub.all --- =3D=3D=3D> share/colldef (all) --- secure.all__D --- --- ameth_lib.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/ameth_lib.c -o ameth_lib.po --- lib.all__D --- --- all_subdir_libusb --- --- libusb10_desc.po --- cc -pg -O2 -pipe -std=3Dgnu99 -Qunused-arguments -fstack-protector -Ws= ystem-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 -Wno-unused-value -Wno-parentheses-equality -Wno-unuse= d-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-promo= ted-parameter -c /usr/src/lib/libusb/libusb10_desc.c -o libusb10_desc.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/libusb *** [all_subdir_libusb] 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[4]: stopped in /usr/src/sbin/fsdb *** [all_subdir_fsdb] 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/hudson9122764244807728561.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/lib/libthr.so.3: Operation not permitted rm: FreeBSD_STABLE_10-i386/lib/libcrypt.so.5: 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/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/yppasswd: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/opieinfo: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/su: 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/opiepasswd: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/passwd: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/crontab: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/ypchsh: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/login: 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: Directory not empty rm: FreeBSD_STABLE_10-i386/usr: 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/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: 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 From owner-freebsd-stable@freebsd.org Mon Nov 23 18:15:45 2015 Return-Path: Delivered-To: freebsd-stable@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 6BE4FA354C3; Mon, 23 Nov 2015 18:15:45 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: from mail-wm0-x22d.google.com (mail-wm0-x22d.google.com [IPv6:2a00:1450:400c:c09::22d]) (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 0E64D1B2E; Mon, 23 Nov 2015 18:15:45 +0000 (UTC) (envelope-from baptiste.daroussin@gmail.com) Received: by wmec201 with SMTP id c201so173797998wme.0; Mon, 23 Nov 2015 10:15:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=3mWndtKRxwc/5Qe2G1Vf713+ZrJdbBYDIfeDTZDs1w0=; b=jBDIrBA4QxP57N1kBsm+NezHgTNqFfgmZoUYTLpTqu74OXM+SzFIcllv3zT6fXGu/B Fi/zdduwWt7qkWGMej6thXY5ZT9xnuQ1OVE16SCCG98wHufGVr4ooOS6d3rqp6Ys9IjT GLULnJAVDW8B8mtVUXFtk0xP5SE5NUa6/IX4kJG2S6UGPMHo0CeQ8j2GiX8axUp6n7sX VVSdyvbv/tm0O/Bgnz1vX0gWLNTfKgvaU2j8sdyqouayZ7R2u+olnzUh9Rigupa79zpD 35vuUMG9Ol0Q/y/jGCC2zEz2cvUWi68kNPBSpmWeL+ts4K6oKbuKG6NL6TUGLJt/tTXN 8JIQ== X-Received: by 10.28.195.10 with SMTP id t10mr16906957wmf.11.1448302543266; Mon, 23 Nov 2015 10:15:43 -0800 (PST) Received: from ivaldir.etoilebsd.net ([2001:41d0:8:db4c::1]) by smtp.gmail.com with ESMTPSA id uz5sm14495120wjc.8.2015.11.23.10.15.42 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 23 Nov 2015 10:15:42 -0800 (PST) Sender: Baptiste Daroussin Date: Mon, 23 Nov 2015 19:15:40 +0100 From: Baptiste Daroussin To: Li-Wen Hsu Cc: jenkins-admin@FreeBSD.org, freebsd-stable@FreeBSD.org, freebsd-i386@FreeBSD.org Subject: Re: FreeBSD_STABLE_10-i386 - Build #661 - Still Failing Message-ID: <20151123181540.GB76516@ivaldir.etoilebsd.net> References: <196615497.107.1448287849026.JavaMail.jenkins@jenkins-9.freebsd.org> <1065209114.111.1448295034864.JavaMail.jenkins@jenkins-9.freebsd.org> <20151123162036.GA76516@ivaldir.etoilebsd.net> <20151123170650.GA14571@FreeBSD.cs.nctu.edu.tw> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="KFztAG8eRSV9hGtP" Content-Disposition: inline In-Reply-To: <20151123170650.GA14571@FreeBSD.cs.nctu.edu.tw> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Nov 2015 18:15:45 -0000 --KFztAG8eRSV9hGtP Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Nov 24, 2015 at 01:06:50AM +0800, Li-Wen Hsu wrote: > On Mon, Nov 23, 2015 at 17:20:36 +0100, Baptiste Daroussin wrote: > > On Mon, Nov 23, 2015 at 04:10:33PM +0000, jenkins-admin@FreeBSD.org wro= te: > > > FreeBSD_STABLE_10-i386 - Build #661 - Still Failing: > > >=20 > > > Build information: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-= i386/661/ > > > Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i3= 86/661/changes > > > Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i38= 6/661/console > >=20 > > Someone needs to update the jenkins to the latest head. >=20 > The build happens in a jail built every time the job starts, by fetching > the latest snapshot from: >=20 > http://ftp.freebsd.org/pub/FreeBSD/snapshots/i386/i386/11.0-CURRENT/base.= txz >=20 > It looks there is no /usr/bin/colldef. I haven't looked into what's > going on here. >=20 Ok so it will be fixed by the next snapshot Best regards, Bapt --KFztAG8eRSV9hGtP Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlZTV8wACgkQ8kTtMUmk6Eyv7gCgi3Wf3BIahzQIFjj30wHUwTXZ MXoAn2x0ziDetrz3fjvfFq6UERDmiY4/ =/2E5 -----END PGP SIGNATURE----- --KFztAG8eRSV9hGtP-- From owner-freebsd-stable@freebsd.org Mon Nov 23 20:10:17 2015 Return-Path: Delivered-To: freebsd-stable@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 8526AA36011; Mon, 23 Nov 2015 20:10:17 +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 6CBCE1613; Mon, 23 Nov 2015 20:10:17 +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 657C968; Mon, 23 Nov 2015 20:10:17 +0000 (UTC) Date: Mon, 23 Nov 2015 20:10:16 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: smh@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-stable@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <707111734.117.1448309417350.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <310062166.113.1448302221875.JavaMail.jenkins@jenkins-9.freebsd.org> References: <310062166.113.1448302221875.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_STABLE_10-i386 - Build #663 - 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-stable@freebsd.org X-Mailman-Version: 2.1.20 List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Nov 2015 20:10:17 -0000 FreeBSD_STABLE_10-i386 - Build #663 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/6= 63/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/663= /changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/663/= console Change summaries: 291215 by smh: MFC r274366: Add missing privilege check when setting the dump device. Approved by:=09pjd, secteam (both no objections) Sponsored by:=09Multiplay The end of the build log: [...truncated 101290 lines...] cc -pg -O2 -pipe -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include= -I/usr/src/lib/libthr/thread -I/usr/src/lib/libthr/../../include -I/usr/s= rc/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/li= bthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/i3= 86 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_F= ORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx -DSYSCALL_CO= MPAT -std=3Dgnu99 -Qunused-arguments -Wsystem-headers -Werror -Wall -Wno-f= ormat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes= -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-= string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-u= nused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conver= sion -c /usr/src/lib/libthr/thread/thr_join.c -o thr_join.po --- secure.all__D --- --- x_info.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_info.c -o x_info.po --- sbin.all__D --- --- subr.So --- cc -fpic -DPIC -O2 -pipe -I/usr/src/sbin/geom/class/multipath/../../../= ../sys -I/usr/src/sbin/geom/class/multipath/../.. -std=3Dgnu99 -Qunused-arg= uments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W= -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-a= rith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-p= arameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredunda= nt-decls -Wold-style-definition -Wno-pointer-sign -Wno-empty-body -Wno-stri= ng-plus-int -Wno-unused-const-variable -c /usr/src/sbin/geom/class/multipat= h/../../misc/subr.c -o subr.So --- lib.all__D --- --- thr_list.po --- cc -pg -O2 -pipe -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include= -I/usr/src/lib/libthr/thread -I/usr/src/lib/libthr/../../include -I/usr/s= rc/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/li= bthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/i3= 86 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_F= ORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx -DSYSCALL_CO= MPAT -std=3Dgnu99 -Qunused-arguments -Wsystem-headers -Werror -Wall -Wno-f= ormat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes= -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-= string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-u= nused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conver= sion -c /usr/src/lib/libthr/thread/thr_list.c -o thr_list.po --- secure.all__D --- --- x_long.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_long.c -o x_long.po --- sbin.all__D --- --- gmultipath.8.gz --- gzip -cn /usr/src/sbin/geom/class/multipath/gmultipath.8 > gmultipath.8.gz --- secure.all__D --- --- x_name.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_name.c -o x_name.po --- sbin.all__D --- --- all_subdir_growfs --- --- getmntopts.o --- cc -O2 -pipe -I/usr/src/sbin/growfs/../mount -std=3Dgnu99 -Qunused-argum= ents -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -= Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-ari= th -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-par= ameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant= -decls -Wold-style-definition -Wmissing-variable-declarations -Wno-pointer-= sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -c /us= r/src/sbin/growfs/../mount/getmntopts.c -o getmntopts.o --- all_subdir_geom --- --- geom_multipath.so --- building shared library geom_multipath.so cc -fstack-protector -shared -Wl,-x -Wl,--fatal-warnings -Wl,--warn-share= d-textrel -o geom_multipath.so -Wl,-soname,geom_multipath.so `NM=3D'nm' l= order geom_multipath.So subr.So | tsort -q`=20 --- lib.all__D --- --- thr_kern.po --- cc -pg -O2 -pipe -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include= -I/usr/src/lib/libthr/thread -I/usr/src/lib/libthr/../../include -I/usr/s= rc/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/li= bthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/i3= 86 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_F= ORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx -DSYSCALL_CO= MPAT -std=3Dgnu99 -Qunused-arguments -Wsystem-headers -Werror -Wall -Wno-f= ormat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes= -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-= string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-u= nused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conver= sion -c /usr/src/lib/libthr/thread/thr_kern.c -o thr_kern.po --- sbin.all__D --- =3D=3D=3D> sbin/geom/class/nop (all) --- all_subdir_growfs --- --- growfs.8.gz --- gzip -cn /usr/src/sbin/growfs/growfs.8 > growfs.8.gz --- growfs --- cc -O2 -pipe -I/usr/src/sbin/growfs/../mount -std=3Dgnu99 -Qunused-argum= ents -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -= Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-ari= th -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-par= ameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant= -decls -Wold-style-definition -Wmissing-variable-declarations -Wno-pointer-= sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -o gr= owfs growfs.o getmntopts.o -lutil --- all_subdir_geom --- --- geom_nop.So --- cc -fpic -DPIC -O2 -pipe -I/usr/src/sbin/geom/class/nop/../.. -std=3Dgn= u99 -Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -W= no-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-protot= ypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Ws= hadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-e= xterns -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -Wno-empt= y-body -Wno-string-plus-int -Wno-unused-const-variable -c /usr/src/sbin/geo= m/class/nop/geom_nop.c -o geom_nop.So --- subr.So --- cc -fpic -DPIC -O2 -pipe -I/usr/src/sbin/geom/class/nop/../.. -std=3Dgn= u99 -Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -W= no-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-protot= ypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Ws= hadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-e= xterns -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -Wno-empt= y-body -Wno-string-plus-int -Wno-unused-const-variable -c /usr/src/sbin/geo= m/class/nop/../../misc/subr.c -o subr.So --- all_subdir_gvinum --- =3D=3D=3D> sbin/gvinum (all) --- lib.all__D --- --- thr_kill.po --- cc -pg -O2 -pipe -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include= -I/usr/src/lib/libthr/thread -I/usr/src/lib/libthr/../../include -I/usr/s= rc/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/li= bthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/i3= 86 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_F= ORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx -DSYSCALL_CO= MPAT -std=3Dgnu99 -Qunused-arguments -Wsystem-headers -Werror -Wall -Wno-f= ormat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes= -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-= string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-u= nused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conver= sion -c /usr/src/lib/libthr/thread/thr_kill.c -o thr_kill.po --- sbin.all__D --- --- gvinum.o --- cc -O2 -pipe -I/usr/src/sbin/gvinum/../../sys -I/usr/obj/usr/src/tmp//us= r/include/edit -std=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-tautol= ogical-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-func= tion -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-pa= rameter -c /usr/src/sbin/gvinum/gvinum.c -o gvinum.o --- secure.all__D --- --- x_nx509.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_nx509.c -o x_nx509.po --- lib.all__D --- --- thr_main_np.po --- cc -pg -O2 -pipe -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include= -I/usr/src/lib/libthr/thread -I/usr/src/lib/libthr/../../include -I/usr/s= rc/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/li= bthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/i3= 86 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_F= ORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx -DSYSCALL_CO= MPAT -std=3Dgnu99 -Qunused-arguments -Wsystem-headers -Werror -Wall -Wno-f= ormat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes= -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-= string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-u= nused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conver= sion -c /usr/src/lib/libthr/thread/thr_main_np.c -o thr_main_np.po --- sbin.all__D --- --- all_subdir_geom --- --- gnop.8.gz --- gzip -cn /usr/src/sbin/geom/class/nop/gnop.8 > gnop.8.gz --- geom_nop.so --- building shared library geom_nop.so cc -fstack-protector -shared -Wl,-x -Wl,--fatal-warnings -Wl,--warn-share= d-textrel -o geom_nop.so -Wl,-soname,geom_nop.so `NM=3D'nm' lorder geom_n= op.So subr.So | tsort -q`=20 --- lib.all__D --- --- thr_multi_np.po --- cc -pg -O2 -pipe -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include= -I/usr/src/lib/libthr/thread -I/usr/src/lib/libthr/../../include -I/usr/s= rc/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/li= bthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/i3= 86 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_F= ORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx -DSYSCALL_CO= MPAT -std=3Dgnu99 -Qunused-arguments -Wsystem-headers -Werror -Wall -Wno-f= ormat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes= -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-= string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-u= nused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conver= sion -c /usr/src/lib/libthr/thread/thr_multi_np.c -o thr_multi_np.po --- secure.all__D --- --- x_pkey.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_pkey.c -o x_pkey.po --- sbin.all__D --- =3D=3D=3D> sbin/geom/class/part (all) --- lib.all__D --- --- thr_mutex.po --- cc -pg -O2 -pipe -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include= -I/usr/src/lib/libthr/thread -I/usr/src/lib/libthr/../../include -I/usr/s= rc/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/li= bthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/i3= 86 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_F= ORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx -DSYSCALL_CO= MPAT -std=3Dgnu99 -Qunused-arguments -Wsystem-headers -Werror -Wall -Wno-f= ormat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes= -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-= string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-u= nused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conver= sion -c /usr/src/lib/libthr/thread/thr_mutex.c -o thr_mutex.po --- sbin.all__D --- --- geom_part.So --- cc -fpic -DPIC -O2 -pipe -I/usr/src/sbin/geom/class/part/../.. -std=3Dg= nu99 -Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -= Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-proto= types -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -W= shadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-= externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -Wno-emp= ty-body -Wno-string-plus-int -Wno-unused-const-variable -c /usr/src/sbin/ge= om/class/part/geom_part.c -o geom_part.So --- secure.all__D --- --- x_pubkey.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_pubkey.c -o x_pubkey.po --- sbin.all__D --- --- all_subdir_gvinum --- --- geom_vinum_share.o --- cc -O2 -pipe -I/usr/src/sbin/gvinum/../../sys -I/usr/obj/usr/src/tmp//us= r/include/edit -std=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-tautol= ogical-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-func= tion -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-pa= rameter -c /usr/src/sbin/gvinum/../../sys/geom/vinum/geom_vinum_share.c -o = geom_vinum_share.o --- lib.all__D --- --- thr_mutexattr.po --- cc -pg -O2 -pipe -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include= -I/usr/src/lib/libthr/thread -I/usr/src/lib/libthr/../../include -I/usr/s= rc/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/li= bthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/i3= 86 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_F= ORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx -DSYSCALL_CO= MPAT -std=3Dgnu99 -Qunused-arguments -Wsystem-headers -Werror -Wall -Wno-f= ormat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes= -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-= string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-u= nused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conver= sion -c /usr/src/lib/libthr/thread/thr_mutexattr.c -o thr_mutexattr.po --- secure.all__D --- --- x_req.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_req.c -o x_req.po --- sbin.all__D --- --- gvinum.8.gz --- gzip -cn /usr/src/sbin/gvinum/gvinum.8 > gvinum.8.gz --- gvinum --- cc -O2 -pipe -I/usr/src/sbin/gvinum/../../sys -I/usr/obj/usr/src/tmp//us= r/include/edit -std=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-tautol= ogical-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-func= tion -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-pa= rameter -o gvinum gvinum.o geom_vinum_share.o -ledit -ltermcap -ldevstat -= lkvm -lgeom --- lib.all__D --- --- thr_once.po --- cc -pg -O2 -pipe -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include= -I/usr/src/lib/libthr/thread -I/usr/src/lib/libthr/../../include -I/usr/s= rc/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/li= bthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/i3= 86 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_F= ORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx -DSYSCALL_CO= MPAT -std=3Dgnu99 -Qunused-arguments -Wsystem-headers -Werror -Wall -Wno-f= ormat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes= -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-= string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-u= nused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conver= sion -c /usr/src/lib/libthr/thread/thr_once.c -o thr_once.po --- share.all__D --- =3D=3D=3D> share (all) --- _sub.all --- =3D=3D=3D> share/colldef (all) --- secure.all__D --- --- x_sig.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_sig.c -o x_sig.po --- lib.all__D --- --- thr_printf.po --- cc -pg -O2 -pipe -DPTHREAD_KERNEL -I/usr/src/lib/libthr/../libc/include= -I/usr/src/lib/libthr/thread -I/usr/src/lib/libthr/../../include -I/usr/s= rc/lib/libthr/arch/i386/include -I/usr/src/lib/libthr/sys -I/usr/src/lib/li= bthr/../../libexec/rtld-elf -I/usr/src/lib/libthr/../../libexec/rtld-elf/i3= 86 -I/usr/src/lib/libthr/../libthread_db -Winline -fexceptions -D_PTHREAD_F= ORCED_UNWIND -D_PTHREADS_INVARIANTS -mno-mmx -mno-sse -mno-avx -DSYSCALL_CO= MPAT -std=3Dgnu99 -Qunused-arguments -Wsystem-headers -Werror -Wall -Wno-f= ormat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes= -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-= string-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-u= nused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-conver= sion -c /usr/src/lib/libthr/thread/thr_printf.c -o thr_printf.po --- sbin.all__D --- --- all_subdir_geom --- --- subr.So --- cc -fpic -DPIC -O2 -pipe -I/usr/src/sbin/geom/class/part/../.. -std=3Dg= nu99 -Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -= Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-proto= types -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -W= shadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-= externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -Wno-emp= ty-body -Wno-string-plus-int -Wno-unused-const-variable -c /usr/src/sbin/ge= om/class/part/../../misc/subr.c -o subr.So --- 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/libthr *** [all_subdir_libthr] 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/part *** [_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/hudson3560374706088704694.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/var/empty: Operation not permitted rm: FreeBSD_STABLE_10-i386/var: 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/usr/bin/crontab: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/chsh: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/ypchfn: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/chfn: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/ypchsh: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/ypchpass: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/passwd: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/chpass: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/login: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/su: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/opieinfo: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/opiepasswd: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/yppasswd: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin: 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: Directory not empty 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/libcrypt.so.5: 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 From owner-freebsd-stable@freebsd.org Tue Nov 24 00:05:28 2015 Return-Path: Delivered-To: freebsd-stable@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 20198A36DB3 for ; Tue, 24 Nov 2015 00:05:28 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-wm0-x235.google.com (mail-wm0-x235.google.com [IPv6:2a00:1450:400c:c09::235]) (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 AE39B12F8 for ; Tue, 24 Nov 2015 00:05:27 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: by wmec201 with SMTP id c201so185140462wme.0 for ; Mon, 23 Nov 2015 16:05:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=K+nAyNEf77qfsrsmaDEd7QBCcipFfaxr63oSFj/epYo=; b=GR8ihY7Tlgjbm5AvaSz5tIhPiCW9p1c6I7ghFe6qa2GAcSWHIW6aqFmc/4qNk1YJe/ 67CawVQDDu9tmjiKVxh68+B6043+EQytCEhlVJYwEwxTZAxGYx0Y8wQJ3aw1kcpwkxc6 KeUK4N9m/ZUrzEa72vDc829lYhVNNI7jrNX17U5N1HRwnAq66OYTtpxaSn1vc6c2JtW2 rk1qeNbbjPRVvmMC6y1hauHunsXH3Lnz+4DWRn6+e+xk1NhAQ9IrvxtkfHjDEGTvdce7 EbmFZ31x9My/rOlNQL4NxY2FI1hrTcESOOV4qAwieFfN4JNiDBaXbi44daqTDly6In9A 90Pw== MIME-Version: 1.0 X-Received: by 10.28.129.82 with SMTP id c79mr22892076wmd.80.1448323526241; Mon, 23 Nov 2015 16:05:26 -0800 (PST) Received: by 10.194.192.33 with HTTP; Mon, 23 Nov 2015 16:05:26 -0800 (PST) Date: Mon, 23 Nov 2015 18:05:26 -0600 Message-ID: Subject: sshpass From: Adam Vande More To: "freebsd-stable@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Nov 2015 00:05:28 -0000 sshpass seems to be broken for at least FreeBSD 10.X targets and here is some debugging output: 6347: 0.306948550 write(2,"debug2: input_userauth_info_req:"...,48) = 48 (0x30) 6347: 0.307046901 openat(0xffffff9c,0x8008a4fe6,0x2,0x0,0x7ff7fc75ecfc,0x803856010) ERR#6 'Device not configured' debug1: read_passphrase: can't open /dev/tty: Device not configured 6347: 0.307174637 write(2,"debug1: read_passphrase: can't o"...,69) = 69 (0x45) 6347: 0.307292478 open("/dev/tty",O_RDWR|O_CLOEXEC,0163727160) ERR#6 'Device not configured' debug3: packet_send2: adding 48 (len 10 padlen 6 extra_pad 64) 6347: 0.307424012 write(2,"debug3: packet_send2: adding 48 "...,64) = 64 (0x40) It seems various tools like ansible and salt are running into this as well: https://github.com/saltstack/salt/issues/20565 https://github.com/ansible/ansible/issues/11565 http://sourceforge.net/p/sshpass/bugs/12/ <- Misidentified cause Can anyone offer insight into this? Thanks, -- Adam From owner-freebsd-stable@freebsd.org Tue Nov 24 07:24:43 2015 Return-Path: Delivered-To: freebsd-stable@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 8D19FA3506A for ; Tue, 24 Nov 2015 07:24:43 +0000 (UTC) (envelope-from wwwweb@keksik.com.ua) Received: from forward25m.cmail.yandex.net (forward25m.cmail.yandex.net [IPv6:2a02:6b8:b030::12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Certum Level IV CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 22D101EE0 for ; Tue, 24 Nov 2015 07:24:43 +0000 (UTC) (envelope-from wwwweb@keksik.com.ua) Received: from smtp2m.mail.yandex.net (smtp2m.mail.yandex.net [IPv6:2a02:6b8:0:2519::122]) by forward25m.cmail.yandex.net (Yandex) with ESMTP id 4319D20F82 for ; Tue, 24 Nov 2015 10:24:40 +0300 (MSK) Received: from smtp2m.mail.yandex.net (localhost [127.0.0.1]) by smtp2m.mail.yandex.net (Yandex) with ESMTP id 24E05426914 for ; Tue, 24 Nov 2015 10:24:40 +0300 (MSK) Received: by smtp2m.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id tDWwyueZ97-Odj4fseq; Tue, 24 Nov 2015 10:24:39 +0300 (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client certificate not present) Message-Id: <20151124102439.Odj4fseq@smtp2m.mail.yandex.net> Date: Tue, 24 Nov 2015 10:24:39 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=keksik.com.ua; s=mail; t=1448349879; bh=zdJOCchPDaLtRtnxbw+fqYR3xdK29qKHEMSeesWK47U=; h=Content-Type:MIME-Version:Subject:From:To; b=yZR4QEtx3DPtxwfLFHrbAxjVCQN1GDOWRs7fQP/hdjA+3aj/ZclN5k0tjpqvZ4qX7 98nxsTRQMXx+Wy3y1XipE6LMON2CTj42nWdwgJNmKZryWDYyQk2dPZugHITzQL+R2Y 7iCCdrB7Hecacf8DyJOaOFEmMacYgHYrNjGbrTZ8= Authentication-Results: smtp2m.mail.yandex.net; dkim=pass header.i=@keksik.com.ua MIME-Version: 1.0 Subject: =?utf-8?b?0KTQtdC10YDQstC10YDQuiDQvtGB0LXQvdC90LjRhSDQv9GA0LXQtNC7?= =?utf-8?b?0L7QttC10L3QuNC5INC+0YIg0JrQtdC60YHQuNC60LAu?= From: wwwweb@keksik.com.ua To: freebsd-stable@freebsd.org Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Nov 2015 07:24:43 -0000 DQogICAgDQogICAgICAgIA0KICAgICAgICAgICAg0J7RgdC10L3RjCwg0L/QvtGA0LAg0LTQvtC2 0LTQtdC5INC4INGD0L3Ri9C90LjRjy4g0KHQtNC10LvQsNGC0Ywg0LzQuNGAINGP0YDRh9C1INC/ 0L7QtNCy0LvQsNGB0L3QviDQutCw0LbQtNC+0LzRgywg0LrRgtC+INC00YDRg9C20LjRgiDRgSDQ mtC10LrRgdC40LrQvtC8Lg0KICAgICAgICAgICAg0JzQsNCz0LDQt9C40L0g0JrQtdC60YHQuNC6 INGN0YLQviDRhtC10LvRi9C5INGE0LXQtdGA0LLQtdGA0Log0L7RgdC10L3QvdC40YUg0L/RgNC1 0LTQu9C+0LbQtdC90LjQuS4NCiAgICAgICAgDQogICAgICAgIA0KICAgICAgICAgICAg0JzRiyDQ v9GA0LjQs9C+0YLQvtCy0LjQu9C4INC00LvRjyDQktCw0YE6INC80LjRgCDQutGA0LDRgdC+0Los INC80LjRgCDQsNGA0L7QvNCw0YLQvtCyINC4INC80LjRgCDRj9GA0LrQuNGFINC00LXRgtGB0LrQ uNC5INGE0LDQvdGC0LDQt9C40LkuDQogICAgICAgICAgICDQkCDQtdGJ0LUg0LzQvtC20L3QviDR gdC+0LfQtNCw0YLRjCDRgdCw0YXQsNGA0L3Ri9C1INGG0LLQtdGC0YssINC60L7RgtC+0YDRi9C5 INC/0YDQuNC90LXRgdGD0YIg0YEg0YHQvtCx0L7QuSDQvNCw0LvQtdC90YzQutC40Lkg0LrRg9GB 0L7Rh9C10Log0LLQtdGB0L3Riy4NCiAgICAgICAgICAgINCYINC60L7QvdC10YfQvdC+LCDQvdC1 INC30LDQsdGL0LLQsNC10LwsINGH0YLQviDQvNGLINGB0YLQvtC40Lwg0L3QsCDQv9C+0YDQvtCz 0LUg0LLQvtC70YjQtdCx0L3QvtCz0L4g0L/RgNCw0LfQtNC90LjQutCwINGBINC30LDQv9Cw0YXQ vtC8INC80LDQvdC00LDRgNC40L3QvtCyINC4INCy0LXRgdC10LvRi9GFINC/0YDRj9C90LjQutC+ 0LIuDQogICAgICAgIA0KICAgICAgICANCiAgICAgICAgICAgINCYINC80L3QvtCz0L7QtSDQtNGA 0YPQs9C+0LUg0L3QsCDRgdCw0LnRgtC1INCa0LXQutGB0LjQutCwIC0gaHR0cDovL2tla3Npay5j b20udWEvDQogICAgICAgICAgICDQndCwINCy0YHQtSDQuNC90YLQtdGA0LXRgdGD0Y7RidC40LUg 0LLQvtC/0YDQvtGB0Ysg0JLQsNC8INGB0LzQvtC20LXRgiDQvtGC0LLQtdGC0LjRgtGMINC90LDR iCDQvNC10L3QtdC00LbQtdGALCDQv9C+INCw0LTRgNC10YHRgzogemFrYXpAa2Vrc2lrLmNvbS51 YQ0KICAgICAgICAgICAg0JrRgNC+0LzQtSDRgtC+0LPQviwg0JLRiyDRgdC80L7QttC10YLQtSDQ vdCw0YEg0L3QsNC50YLQuCDQsiDQktCa0L7QvdGC0LDQutGC0LUg0L/QviDQsNC00YDQtdGB0YMg aHR0cHM6Ly92ay5jb20va2Vrc2lrX2NvbV91YQ0KICAgICAgICAgICAgDQogICAgICAgICAgICAN CiAgICAgICAgICAgINChINCj0LLQsNC20LXQvdC40LXQvA0KICAgICAgICAgICAg0LjQvdGC0LXR gNC90LXRgiDQvNCw0LPQsNC30LjQvSAi0JrQtdC60YHQuNC6Ig0KICAgICAgICAgICAg0JLQsNGI IEUtTWFpbCDQsNC00YDQtdGBINCx0YvQuyDQstC30Y/RgiDQuNC3INC+0YLQutGA0YvRgtGL0YUg 0LjRgdGC0L7Rh9C90LjQutC+0LIuDQogICAgICAgIA0KICAgIA0K From owner-freebsd-stable@freebsd.org Tue Nov 24 10:09:52 2015 Return-Path: Delivered-To: freebsd-stable@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 4B666A35D29; Tue, 24 Nov 2015 10:09:52 +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 28B3F1891; Tue, 24 Nov 2015 10:09:52 +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 369DE294; Tue, 24 Nov 2015 10:09:52 +0000 (UTC) Date: Tue, 24 Nov 2015 10:09:50 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: royger@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-stable@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <9703568.123.1448359792193.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <707111734.117.1448309417350.JavaMail.jenkins@jenkins-9.freebsd.org> References: <707111734.117.1448309417350.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_STABLE_10-i386 - Build #664 - 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-stable@freebsd.org X-Mailman-Version: 2.1.20 List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Nov 2015 10:09:52 -0000 FreeBSD_STABLE_10-i386 - Build #664 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/6= 64/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/664= /changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/664/= console Change summaries: 291239 by royger: MFC r286999: xen: allow disabling PV disks and nics Sponsored by: Citrix Systems R&D The end of the build log: [...truncated 101305 lines...] --- dhclient.8.gz --- gzip -cn /usr/src/sbin/dhclient/dhclient.8 > dhclient.8.gz --- secure.all__D --- --- p5_pbev2.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/p5_pbev2.c -o p5_pbev2.po --- sbin.all__D --- --- dhclient.conf.5.gz --- gzip -cn /usr/src/sbin/dhclient/dhclient.conf.5 > dhclient.conf.5.gz --- dhclient.leases.5.gz --- gzip -cn /usr/src/sbin/dhclient/dhclient.leases.5 > dhclient.leases.5.gz --- dhcp-options.5.gz --- gzip -cn /usr/src/sbin/dhclient/dhcp-options.5 > dhcp-options.5.gz --- dhclient-script.8.gz --- gzip -cn /usr/src/sbin/dhclient/dhclient-script.8 > dhclient-script.8.gz --- dhclient --- cc -O2 -pipe -std=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-tauto= logical-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-fun= ction -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-p= arameter -o dhclient dhclient.o clparse.o alloc.o dispatch.o hash.o bpf.o = options.o tree.o conflex.o errwarn.o inet.o packet.o convert.o tables.o par= se.o privsep.o -lutil --- all_subdir_dmesg --- =3D=3D=3D> sbin/dmesg (all) --- lib.all__D --- --- all_subdir_libufs --- =3D=3D=3D> lib/libufs (all) --- sbin.all__D --- --- dmesg.o --- cc -O2 -pipe -std=3Dgnu99 -Qunused-arguments -fstack-protector -Wsystem= -headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-pr= ototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Ww= rite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subsc= ripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -W= missing-variable-declarations -Wno-pointer-sign -Wno-empty-body -Wno-string= -plus-int -Wno-unused-const-variable -c /usr/src/sbin/dmesg/dmesg.c -o dmes= g.o --- lib.all__D --- --- block.po --- cc -pg -O2 -pipe -D_LIBUFS -I/usr/src/lib/libufs -g -std=3Dgnu99 -Qunus= ed-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-= y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-i= nt -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -= Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-swi= tch -Wno-switch-enum -Wno-knr-promoted-parameter -c /usr/src/lib/libufs/blo= ck.c -o block.po --- secure.all__D --- --- p8_pkey.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/p8_pkey.c -o p8_pkey.po --- sbin.all__D --- --- dmesg.8.gz --- gzip -cn /usr/src/sbin/dmesg/dmesg.8 > dmesg.8.gz --- dmesg --- cc -O2 -pipe -std=3Dgnu99 -Qunused-arguments -fstack-protector -Wsystem= -headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-pr= ototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Ww= rite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subsc= ripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -W= missing-variable-declarations -Wno-pointer-sign -Wno-empty-body -Wno-string= -plus-int -Wno-unused-const-variable -o dmesg dmesg.o -lkvm --- lib.all__D --- --- all_subdir_libucl --- --- ucl_util.po --- cc -pg -O2 -pipe -I/usr/src/lib/libucl/../../contrib/libucl/include -I= /usr/src/lib/libucl/../../contrib/libucl/src -I/usr/src/lib/libucl/../../c= ontrib/libucl/uthash -std=3Dgnu99 -Qunused-arguments -fstack-protector -Ws= ystem-headers -Werror -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-in= t -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -W= no-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-swit= ch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -c /usr/sr= c/lib/libucl/../../contrib/libucl/src/ucl_util.c -o ucl_util.po --- all_subdir_libufs --- --- cgroup.po --- cc -pg -O2 -pipe -D_LIBUFS -I/usr/src/lib/libufs -g -std=3Dgnu99 -Qunus= ed-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-= y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-i= nt -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -= Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-swi= tch -Wno-switch-enum -Wno-knr-promoted-parameter -c /usr/src/lib/libufs/cgr= oup.c -o cgroup.po --- sbin.all__D --- --- all_subdir_dump --- =3D=3D=3D> sbin/dump (all) --- itime.o --- cc -O2 -pipe -DRDUMP -std=3Dgnu99 -Qunused-arguments -fstack-protector = -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-poin= ter-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -W= no-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-un= used-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-pr= omoted-parameter -c /usr/src/sbin/dump/itime.c -o itime.o --- secure.all__D --- --- t_bitst.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/t_bitst.c -o t_bitst.po --- lib.all__D --- --- inode.po --- cc -pg -O2 -pipe -D_LIBUFS -I/usr/src/lib/libufs -g -std=3Dgnu99 -Qunus= ed-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-= y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-i= nt -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -= Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-swi= tch -Wno-switch-enum -Wno-knr-promoted-parameter -c /usr/src/lib/libufs/ino= de.c -o inode.po --- sbin.all__D --- --- main.o --- cc -O2 -pipe -DRDUMP -std=3Dgnu99 -Qunused-arguments -fstack-protector = -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-poin= ter-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -W= no-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-un= used-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-pr= omoted-parameter -c /usr/src/sbin/dump/main.c -o main.o --- lib.all__D --- --- sblock.po --- cc -pg -O2 -pipe -D_LIBUFS -I/usr/src/lib/libufs -g -std=3Dgnu99 -Qunus= ed-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-= y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-i= nt -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -= Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-swi= tch -Wno-switch-enum -Wno-knr-promoted-parameter -c /usr/src/lib/libufs/sbl= ock.c -o sblock.po --- secure.all__D --- --- t_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/t_crl.c -o t_crl.po --- lib.all__D --- --- type.po --- cc -pg -O2 -pipe -D_LIBUFS -I/usr/src/lib/libufs -g -std=3Dgnu99 -Qunus= ed-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-= y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-i= nt -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -= Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-swi= tch -Wno-switch-enum -Wno-knr-promoted-parameter -c /usr/src/lib/libufs/typ= e.c -o type.po --- secure.all__D --- --- t_pkey.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/t_pkey.c -o t_pkey.po --- sbin.all__D --- --- optr.o --- cc -O2 -pipe -DRDUMP -std=3Dgnu99 -Qunused-arguments -fstack-protector = -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-poin= ter-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -W= no-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-un= used-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-pr= omoted-parameter -c /usr/src/sbin/dump/optr.c -o optr.o --- lib.all__D --- --- ffs_subr.po --- cc -pg -O2 -pipe -D_LIBUFS -I/usr/src/lib/libufs -g -std=3Dgnu99 -Qunus= ed-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-= y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-i= nt -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -= Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-swi= tch -Wno-switch-enum -Wno-knr-promoted-parameter -c /usr/src/lib/libufs/../= ../sys/ufs/ffs/ffs_subr.c -o ffs_subr.po --- all_subdir_libucl --- --- xxhash.po --- cc -pg -O2 -pipe -I/usr/src/lib/libucl/../../contrib/libucl/include -I= /usr/src/lib/libucl/../../contrib/libucl/src -I/usr/src/lib/libucl/../../c= ontrib/libucl/uthash -std=3Dgnu99 -Qunused-arguments -fstack-protector -Ws= ystem-headers -Werror -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-in= t -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -W= no-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-swit= ch -Wno-switch-enum -Wno-knr-promoted-parameter -Wno-parentheses -c /usr/sr= c/lib/libucl/../../contrib/libucl/src/xxhash.c -o xxhash.po --- secure.all__D --- --- t_req.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/t_req.c -o t_req.po --- sbin.all__D --- --- dumprmt.o --- cc -O2 -pipe -DRDUMP -std=3Dgnu99 -Qunused-arguments -fstack-protector = -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-poin= ter-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -W= no-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-un= used-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-pr= omoted-parameter -c /usr/src/sbin/dump/dumprmt.c -o dumprmt.o --- lib.all__D --- --- all_subdir_libufs --- --- ffs_tables.po --- cc -pg -O2 -pipe -D_LIBUFS -I/usr/src/lib/libufs -g -std=3Dgnu99 -Qunus= ed-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-= y2k -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-i= nt -Wno-unused-const-variable -Wno-tautological-compare -Wno-unused-value -= Wno-parentheses-equality -Wno-unused-function -Wno-enum-conversion -Wno-swi= tch -Wno-switch-enum -Wno-knr-promoted-parameter -c /usr/src/lib/libufs/../= ../sys/ufs/ffs/ffs_tables.c -o ffs_tables.po --- all_subdir_libucl --- --- libucl_p.a --- building profiled ucl library --- all_subdir_libufs --- --- libufs_p.a --- building profiled ufs library --- all_subdir_libucl --- ranlib -D libucl_p.a --- share.all__D --- =3D=3D=3D> share (all) --- lib.all__D --- --- all_subdir_libufs --- ranlib -D libufs_p.a --- bread.3.gz --- gzip -cn /usr/src/lib/libufs/bread.3 > bread.3.gz --- share.all__D --- --- _sub.all --- --- lib.all__D --- --- cgread.3.gz --- gzip -cn /usr/src/lib/libufs/cgread.3 > cgread.3.gz --- share.all__D --- =3D=3D=3D> share/colldef (all) --- lib.all__D --- --- libufs.3.gz --- gzip -cn /usr/src/lib/libufs/libufs.3 > libufs.3.gz --- sbread.3.gz --- gzip -cn /usr/src/lib/libufs/sbread.3 > sbread.3.gz --- ufs_disk_close.3.gz --- gzip -cn /usr/src/lib/libufs/ufs_disk_close.3 > ufs_disk_close.3.gz --- all_subdir_libugidfw --- =3D=3D=3D> lib/libugidfw (all) --- sbin.all__D --- --- tape.o --- cc -O2 -pipe -DRDUMP -std=3Dgnu99 -Qunused-arguments -fstack-protector = -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-poin= ter-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -W= no-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-un= used-function -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-pr= omoted-parameter -c /usr/src/sbin/dump/tape.c -o tape.o --- secure.all__D --- --- t_spki.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/t_spki.c -o t_spki.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/libugidfw *** [all_subdir_libugidfw] 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[4]: stopped in /usr/src/sbin/dump *** [all_subdir_dump] 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/hudson5396983407968546197.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/usr/bin/ypchsh: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/opiepasswd: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/chsh: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/login: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/yppasswd: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/chfn: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/opieinfo: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/ypchfn: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/passwd: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/su: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/chpass: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/ypchpass: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/crontab: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin: 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: Directory not empty 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/libcrypt.so.5: Operation not permitted rm: FreeBSD_STABLE_10-i386/lib: Directory not empty 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: 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 From owner-freebsd-stable@freebsd.org Tue Nov 24 12:10:02 2015 Return-Path: Delivered-To: freebsd-stable@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 61CDBA36E9C; Tue, 24 Nov 2015 12:10:02 +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 4647B14B9; Tue, 24 Nov 2015 12:10:02 +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 A2A892D9; Tue, 24 Nov 2015 12:09:59 +0000 (UTC) Date: Tue, 24 Nov 2015 12:09:51 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: smh@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-stable@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <1217053857.125.1448366996804.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <9703568.123.1448359792193.JavaMail.jenkins@jenkins-9.freebsd.org> References: <9703568.123.1448359792193.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_STABLE_10-i386 - Build #665 - 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-stable@freebsd.org X-Mailman-Version: 2.1.20 List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Nov 2015 12:10:02 -0000 FreeBSD_STABLE_10-i386 - Build #665 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/6= 65/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/665= /changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/665/= console Change summaries: 291248 by smh: MFC r277082: Update to the shared code for Intel I40E drivers (by jfv) Sponsored by:=09Multiplay 291243 by smh: Belatedly bump __FreeBSD_version after r291215 Due to the change in args for g_dev_setdumpdev by r291215 belatedly bump __FreeBSD_version to allow any potential consumers to check for this, as requested by delphij. This is a direct commit to stable/10 Approved by:=09so (delphij) Sponsored by:=09Multiplay The end of the build log: [...truncated 102173 lines...] cc -pg -O2 -pipe -DLIBC_SCCS -DINET6 -I/usr/src/lib/libutil -I/usr/src/= lib/libutil/../libc/gen/ -std=3Dgnu99 -Qunused-arguments -fstack-protector= -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -W= strict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast= -qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wc= har-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-defi= nition -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -W= no-string-plus-int -Wno-unused-const-variable -c /usr/src/lib/libutil/uucpl= ock.c -o uucplock.po --- all_subdir_libunbound --- --- tube.po --- cc -pg -I/usr/src/lib/libunbound/../../contrib/unbound -I/usr/src/lib/lib= unbound/../../contrib/ldns -I/usr/obj/usr/src/lib/libunbound -std=3Dgnu99 -= Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-fo= rmat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-un= used-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-convers= ion -c /usr/src/lib/libunbound/../../contrib/unbound/util/tube.c -o tube.po --- sbin.all__D --- --- g_bde_lock.o --- cc -O2 -pipe -I/usr/src/sbin/gbde/../../sys -std=3Dgnu99 -Qunused-argume= nts -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -W= no-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arit= h -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-para= meter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-s= tyle-definition -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno= -unused-const-variable -c /usr/src/sbin/gbde/../../sys/geom/bde/g_bde_lock.= c -o g_bde_lock.o --- lib.all__D --- --- all_subdir_libutil --- --- libutil_p.a --- building profiled util library --- all_subdir_libunbound --- --- val_anchor.po --- cc -pg -I/usr/src/lib/libunbound/../../contrib/unbound -I/usr/src/lib/lib= unbound/../../contrib/ldns -I/usr/obj/usr/src/lib/libunbound -std=3Dgnu99 -= Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-fo= rmat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-un= used-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-convers= ion -c /usr/src/lib/libunbound/../../contrib/unbound/validator/val_anchor.c= -o val_anchor.po --- all_subdir_libutil --- ranlib -D libutil_p.a --- expand_number.3.gz --- gzip -cn /usr/src/lib/libutil/expand_number.3 > expand_number.3.gz --- flopen.3.gz --- gzip -cn /usr/src/lib/libutil/flopen.3 > flopen.3.gz --- fparseln.3.gz --- gzip -cn /usr/src/lib/libutil/fparseln.3 > fparseln.3.gz --- hexdump.3.gz --- gzip -cn /usr/src/lib/libutil/hexdump.3 > hexdump.3.gz --- humanize_number.3.gz --- --- sbin.all__D --- --- gbde.8.gz --- gzip -cn /usr/src/sbin/gbde/gbde.8 > gbde.8.gz --- lib.all__D --- gzip -cn /usr/src/lib/libutil/humanize_number.3 > humanize_number.3.gz --- kinfo_getallproc.3.gz --- gzip -cn /usr/src/lib/libutil/kinfo_getallproc.3 > kinfo_getallproc.3.gz --- sbin.all__D --- --- template.o --- cc -O2 -pipe -I/usr/src/sbin/gbde/../../sys -std=3Dgnu99 -Qunused-argume= nts -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -W= no-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arit= h -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-para= meter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-s= tyle-definition -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno= -unused-const-variable -c template.c -o template.o --- lib.all__D --- --- kinfo_getfile.3.gz --- gzip -cn /usr/src/lib/libutil/kinfo_getfile.3 > kinfo_getfile.3.gz --- secure.all__D --- --- cms_smime.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/c= ms/cms_smime.c -o cms_smime.po --- lib.all__D --- --- kinfo_getproc.3.gz --- gzip -cn /usr/src/lib/libutil/kinfo_getproc.3 > kinfo_getproc.3.gz --- kinfo_getvmmap.3.gz --- gzip -cn /usr/src/lib/libutil/kinfo_getvmmap.3 > kinfo_getvmmap.3.gz --- kinfo_getvmobject.3.gz --- gzip -cn /usr/src/lib/libutil/kinfo_getvmobject.3 > kinfo_getvmobject.3.gz --- sbin.all__D --- --- gbde --- cc -O2 -pipe -I/usr/src/sbin/gbde/../../sys -std=3Dgnu99 -Qunused-argume= nts -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -W= no-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arit= h -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-para= meter -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-s= tyle-definition -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno= -unused-const-variable -o gbde gbde.o template.o rijndael-alg-fst.o rijnda= el-api-fst.o sha2.o g_bde_lock.o -lmd -lutil -lgeom --- lib.all__D --- --- kld.3.gz --- gzip -cn /usr/src/lib/libutil/kld.3 > kld.3.gz --- login_auth.3.gz --- --- all_subdir_libunbound --- --- val_kcache.po --- --- all_subdir_libutil --- gzip -cn /usr/src/lib/libutil/login_auth.3 > login_auth.3.gz --- all_subdir_libunbound --- cc -pg -I/usr/src/lib/libunbound/../../contrib/unbound -I/usr/src/lib/lib= unbound/../../contrib/ldns -I/usr/obj/usr/src/lib/libunbound -std=3Dgnu99 -= Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-fo= rmat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-un= used-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-convers= ion -c /usr/src/lib/libunbound/../../contrib/unbound/validator/val_kcache.c= -o val_kcache.po --- all_subdir_libutil --- --- login_cap.3.gz --- gzip -cn /usr/src/lib/libutil/login_cap.3 > login_cap.3.gz --- login_class.3.gz --- gzip -cn /usr/src/lib/libutil/login_class.3 > login_class.3.gz --- login_ok.3.gz --- gzip -cn /usr/src/lib/libutil/login_ok.3 > login_ok.3.gz --- login_times.3.gz --- gzip -cn /usr/src/lib/libutil/login_times.3 > login_times.3.gz --- login_tty.3.gz --- gzip -cn /usr/src/lib/libutil/login_tty.3 > login_tty.3.gz --- sbin.all__D --- --- all_subdir_geom --- =3D=3D=3D> sbin/geom (all) --- lib.all__D --- --- pidfile.3.gz --- gzip -cn /usr/src/lib/libutil/pidfile.3 > pidfile.3.gz --- property.3.gz --- gzip -cn /usr/src/lib/libutil/property.3 > property.3.gz --- pty.3.gz --- gzip -cn /usr/src/lib/libutil/pty.3 > pty.3.gz --- sbin.all__D --- --- _sub.all --- --- lib.all__D --- --- quotafile.3.gz --- gzip -cn /usr/src/lib/libutil/quotafile.3 > quotafile.3.gz --- sbin.all__D --- =3D=3D=3D> sbin/geom/core (all) --- lib.all__D --- --- realhostname.3.gz --- gzip -cn /usr/src/lib/libutil/realhostname.3 > realhostname.3.gz --- all_subdir_libunbound --- --- val_kentry.po --- cc -pg -I/usr/src/lib/libunbound/../../contrib/unbound -I/usr/src/lib/lib= unbound/../../contrib/ldns -I/usr/obj/usr/src/lib/libunbound -std=3Dgnu99 -= Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-fo= rmat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-un= used-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-convers= ion -c /usr/src/lib/libunbound/../../contrib/unbound/validator/val_kentry.c= -o val_kentry.po --- all_subdir_libutil --- --- realhostname_sa.3.gz --- gzip -cn /usr/src/lib/libutil/realhostname_sa.3 > realhostname_sa.3.gz --- _secure_path.3.gz --- gzip -cn /usr/src/lib/libutil/_secure_path.3 > _secure_path.3.gz --- trimdomain.3.gz --- gzip -cn /usr/src/lib/libutil/trimdomain.3 > trimdomain.3.gz --- uucplock.3.gz --- gzip -cn /usr/src/lib/libutil/uucplock.3 > uucplock.3.gz --- sbin.all__D --- --- geom.o --- --- lib.all__D --- --- pw_util.3.gz --- --- sbin.all__D --- cc -O2 -pipe -DGEOM_CLASS_DIR=3D\"/lib/geom\" -I/usr/src/sbin/geom/core/= ../../../sys -I/usr/src/sbin/geom/core -I/usr/src/sbin/geom/core/.. -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 -Wmissing-variable-declar= ations -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-c= onst-variable -c /usr/src/sbin/geom/core/geom.c -o geom.o --- lib.all__D --- gzip -cn /usr/src/lib/libutil/pw_util.3 > pw_util.3.gz --- login.conf.5.gz --- gzip -cn /usr/src/lib/libutil/login.conf.5 > login.conf.5.gz --- share.all__D --- =3D=3D=3D> share (all) --- _sub.all --- =3D=3D=3D> share/colldef (all) --- 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 --- 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 --- lib.all__D --- --- all_subdir_libunbound --- A failure has been detected in another branch of the parallel make make[4]: stopped in /usr/src/lib/libunbound *** [all_subdir_libunbound] 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 --- sbin.all__D --- A failure has been detected in another branch of the parallel make make[5]: stopped in /usr/src/sbin/geom/core *** [_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/hudson4359037285151919215.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/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/yppasswd: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/opieinfo: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/chpass: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/login: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/su: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/ypchsh: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/crontab: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/opiepasswd: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/ypchfn: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/passwd: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/chfn: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/ypchpass: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/chsh: 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/sbin/init: Operation not permitted rm: FreeBSD_STABLE_10-i386/sbin: Directory not empty 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/libcrypt.so.5: Operation not permitted rm: FreeBSD_STABLE_10-i386/lib: Directory not empty 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/var/empty: Operation not permitted rm: FreeBSD_STABLE_10-i386/var: 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 From owner-freebsd-stable@freebsd.org Tue Nov 24 14:00:20 2015 Return-Path: Delivered-To: freebsd-stable@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 114FCA36B5D for ; Tue, 24 Nov 2015 14:00:20 +0000 (UTC) (envelope-from albert@acervin.com) Received: from mail-wm0-x229.google.com (mail-wm0-x229.google.com [IPv6:2a00:1450:400c:c09::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 97D6519B4 for ; Tue, 24 Nov 2015 14:00:19 +0000 (UTC) (envelope-from albert@acervin.com) Received: by wmuu63 with SMTP id u63so97638235wmu.0 for ; Tue, 24 Nov 2015 06:00:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=acervin-com.20150623.gappssmtp.com; s=20150623; h=mime-version:date:message-id:subject:from:to:content-type; bh=N6WIHNLJAGcZnNFJRohes8afSc/05ipQEbBEUvoo7EE=; b=wpQFFHzIExj9o9sPjBr19g6dvXZkQnmmMAeM4nKarNtK6rdKvkxBSb3tm6Yi0Sx/Hx jiWSVqeuwE3JtFddxmlqOQqU281JKSOi57hVVGSpdyFg0vN7o7Z8RG8/IArvHzSIM7Ut UWAelOSL9QUkfkShlVmKsYPYOf55qeC1o4OdO4zO1lCHToyp9D3dRMJct5fSYP4UIqmx ZQgtPAeN9Ve8FosCslcNyISGRTHNX+fMTTqAYcRl7LhiTOn7V41WJwSjGe4wmExqVvi3 m6vZow+GpZ3mzvSZmNsRvK/pjlG3CSpt1EfO0ZajXjv3261SAHzFUUVK86BtmnmwZElB 68+A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=N6WIHNLJAGcZnNFJRohes8afSc/05ipQEbBEUvoo7EE=; b=DaQQO/EfzMxWnhXykaaosSgchtZ7Dfl6kmgVOXbeEq2BHm2e1AznKVFPf9C4KwlsmQ VlX8cW0HbVuq8py2hnAemVjalHqx46b5aYMkSz9EX7F8AvCaTAaQugRDk/VJLXJruZxW oEmkiSSvRxwKVOBS3cPQFl1iXVYyHOLPSHqjfvhWxVm9qG/vCvqkOxODmzAYrrVq4WXR G2MkgZziMeREZkBlfkQKoFFueQKwgv5ry33tK+l5gIQc1qicEz64uOYzoZe9/gwME8f8 lvvEQEEboMnHdIc/G4wDAGVcbH0lAMCkeu8l8YeEfS2YENoHTVfD/Ob69peK3aDLrSVU HIUA== X-Gm-Message-State: ALoCoQl94eYr3iClxYnULsgVD3of56B8olmRABZX8IO1eVD2gVQzJBG7grrRfwck3A08W7RBXpTd MIME-Version: 1.0 X-Received: by 10.194.92.4 with SMTP id ci4mr43670833wjb.175.1448373617571; Tue, 24 Nov 2015 06:00:17 -0800 (PST) Received: by 10.28.195.195 with HTTP; Tue, 24 Nov 2015 06:00:17 -0800 (PST) X-Originating-IP: [80.239.191.4] Date: Tue, 24 Nov 2015 15:00:17 +0100 Message-ID: Subject: ZFS - poor performance with "large" directories From: Albert Cervin To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Nov 2015 14:00:20 -0000 Hi all, Please feel free to direct me to a list that is more suitable. We are trying to set up a fileserver solution for a web application that we are building. This fileserver is running FreeBSD 10.2 and ZFS. Files are written over CIFS with Samba running on the fileserver host. However, we are seeing en exponential decrease in performance to write to the file server when the number of files in the directory grows (when it goes up to ~6000 files it becomes unusable and the write time has gone from a fraction of a second to ten seconds). We ran the same setup on a Linux machine with an ext4 file system which did NOT suffer from this performance degradation. Our first reaction was to remove Samba from the equation. I ran a test where i tried to copy a folder with a large amount of files and then ran a test with the same folder as a zip. So, cp -r folder_with_lots_of_files copy_of_folder_with_lots_of_files gives an iostat output that looks like this for the zpool (zpool iostat frosting 1): pool alloc free read write read write ---------- ----- ----- ----- ----- ----- ----- frosting 48.5G 299G 2 0 267K 8.56K frosting 48.5G 299G 401 0 50.2M 0 frosting 48.6G 299G 384 94 47.9M 7.79M frosting 48.6G 299G 471 0 58.9M 0 frosting 48.6G 299G 492 0 61.4M 0 frosting 48.6G 299G 393 0 49.0M 0 frosting 48.6G 299G 426 0 53.3M 0 frosting 48.6G 299G 421 147 52.5M 9.71M frosting 48.6G 299G 507 0 63.4M 0 frosting 48.6G 299G 376 0 47.0M 0 frosting 48.6G 299G 447 0 55.8M 0 frosting 48.6G 299G 433 13 54.2M 1.62M frosting 48.6G 299G 431 85 53.8M 6.95M frosting 48.6G 299G 288 0 36.1M 0 frosting 48.6G 299G 329 0 41.2M 0 frosting 48.6G 299G 340 0 42.4M 0 frosting 48.6G 299G 398 9 49.8M 1.14M frosting 48.6G 299G 324 126 40.4M 7.08M frosting 48.6G 299G 391 0 48.9M 0 frosting 48.6G 299G 261 0 32.5M 0 frosting 48.6G 299G 314 0 39.3M 0 frosting 48.6G 299G 317 0 39.6M 0 frosting 48.6G 299G 346 79 43.3M 6.36M Are these "holes" in write speed normal. Since this is the exact symptom we are getting when the network writes start to be slow. If I instead copy a large single file, I get this IO behavior: capacity operations bandwidth pool alloc free read write read write ---------- ----- ----- ----- ----- ----- ----- frosting 50.1G 298G 7 0 953K 34.5K frosting 50.1G 298G 224 215 27.9M 26.8M frosting 50.2G 298G 224 364 27.8M 38.6M frosting 50.2G 298G 225 57 27.9M 7.23M frosting 50.3G 298G 173 477 21.5M 56.1M frosting 50.3G 298G 219 0 27.3M 0 frosting 50.3G 298G 265 353 33.0M 44.0M frosting 50.3G 298G 294 172 36.6M 18.3M frosting 50.3G 298G 237 436 29.4M 54.2M frosting 50.4G 298G 257 108 31.9M 9.69M frosting 50.4G 298G 211 382 26.1M 47.5M frosting 50.4G 298G 305 162 38.0M 16.4M frosting 50.4G 298G 253 369 31.5M 45.9M frosting 50.5G 297G 176 177 21.8M 18.0M frosting 50.5G 297G 197 167 24.6M 20.9M frosting 50.6G 297G 248 375 30.9M 42.8M frosting 50.6G 297G 322 605 39.9M 68.0M frosting 50.6G 297G 164 36 20.4M 1.57M frosting 50.6G 297G 259 96 32.2M 12.0M which looks more like what I would expect and is also similiar to the IO behavior we get if I copy the folder with many files on an ext4 file system. Any help or tips for getting this to work would be highly appreciated! Cheers, Albert Cervin From owner-freebsd-stable@freebsd.org Tue Nov 24 14:07:36 2015 Return-Path: Delivered-To: freebsd-stable@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 79DC0A36D1C; Tue, 24 Nov 2015 14:07:36 +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 671371DC3; Tue, 24 Nov 2015 14:07:36 +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 8F696321; Tue, 24 Nov 2015 14:07:33 +0000 (UTC) Date: Tue, 24 Nov 2015 14:07:27 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: hselasky@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-stable@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <713543256.127.1448374050788.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <645035739.109.1448294887345.JavaMail.jenkins@jenkins-9.freebsd.org> References: <645035739.109.1448294887345.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_STABLE_9-i386 - Build #238 - Still Failing MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_STABLE_9-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-stable@freebsd.org X-Mailman-Version: 2.1.20 List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Nov 2015 14:07:36 -0000 FreeBSD_STABLE_9-i386 - Build #238 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_9-i386/23= 8/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_9-i386/238/= changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_9-i386/238/c= onsole Change summaries: 291255 by hselasky: MFC r291146: Add support for Kana and Eisu keys to the USB keyboard driver. PR:=09=09204709 291251 by hselasky: MFC r290326: Relax the BUS_DMA_KEEP_PG_OFFSET requirement to allow optimising allocation of DMA bounce buffers. Discussed with:=09ian @ The end of the build log: [...truncated 52196 lines...] crunchide -k _crunched_mount_udf_stub mount_udf.lo cc -nostdlib -Wl,-dc -r -o mount_unionfs.lo mount_unionfs_stub.o /usr/obj/u= sr/src/rescue/rescue//usr/src/sbin/mount_unionfs/mount_unionfs.o /usr/obj/u= sr/src/rescue/rescue//usr/src/sbin/mount_unionfs/getmntopts.o crunchide -k _crunched_mount_unionfs_stub mount_unionfs.lo cc -nostdlib -Wl,-dc -r -o newfs.lo newfs_stub.o /usr/obj/usr/src/rescue/re= scue//usr/src/sbin/newfs/newfs.o /usr/obj/usr/src/rescue/rescue//usr/src/sb= in/newfs/mkfs.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/newfs/geom_bsd= _enc.o crunchide -k _crunched_newfs_stub newfs.lo cc -nostdlib -Wl,-dc -r -o newfs_msdos.lo newfs_msdos_stub.o /usr/obj/usr/s= rc/rescue/rescue//usr/src/sbin/newfs_msdos/newfs_msdos.o crunchide -k _crunched_newfs_msdos_stub newfs_msdos.lo cc -nostdlib -Wl,-dc -r -o nos-tun.lo nos-tun_stub.o /usr/obj/usr/src/rescu= e/rescue//usr/src/sbin/nos-tun/nos-tun.o crunchide -k _crunched_nos_tun_stub nos-tun.lo cc -nostdlib -Wl,-dc -r -o ping.lo ping_stub.o /usr/obj/usr/src/rescue/resc= ue//usr/src/sbin/ping/ping.o crunchide -k _crunched_ping_stub ping.lo cc -nostdlib -Wl,-dc -r -o reboot.lo reboot_stub.o /usr/obj/usr/src/rescue/= rescue//usr/src/sbin/reboot/reboot.o crunchide -k _crunched_reboot_stub reboot.lo cc -nostdlib -Wl,-dc -r -o restore.lo restore_stub.o /usr/obj/usr/src/rescu= e/rescue//usr/src/sbin/restore/main.o /usr/obj/usr/src/rescue/rescue//usr/s= rc/sbin/restore/interactive.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/= restore/restore.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/restore/dirs= .o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/restore/symtab.o /usr/obj/u= sr/src/rescue/rescue//usr/src/sbin/restore/tape.o /usr/obj/usr/src/rescue/r= escue//usr/src/sbin/restore/utilities.o /usr/obj/usr/src/rescue/rescue//usr= /src/sbin/restore/dumprmt.o crunchide -k _crunched_restore_stub restore.lo cc -nostdlib -Wl,-dc -r -o rcorder.lo rcorder_stub.o /usr/obj/usr/src/rescu= e/rescue//usr/src/sbin/rcorder/ealloc.o /usr/obj/usr/src/rescue/rescue//usr= /src/sbin/rcorder/hash.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/rcord= er/rcorder.o crunchide -k _crunched_rcorder_stub rcorder.lo cc -nostdlib -Wl,-dc -r -o route.lo route_stub.o /usr/obj/usr/src/rescue/re= scue//usr/src/sbin/route/route.o crunchide -k _crunched_route_stub route.lo cc -nostdlib -Wl,-dc -r -o routed.lo routed_stub.o /usr/obj/usr/src/rescue/= rescue//usr/src/sbin/routed/if.o /usr/obj/usr/src/rescue/rescue//usr/src/sb= in/routed/input.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/routed/main.= o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/routed/output.o /usr/obj/usr= /src/rescue/rescue//usr/src/sbin/routed/parms.o /usr/obj/usr/src/rescue/res= cue//usr/src/sbin/routed/radix.o /usr/obj/usr/src/rescue/rescue//usr/src/sb= in/routed/rdisc.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/routed/table= .o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/routed/trace.o crunchide -k _crunched_routed_stub routed.lo cc -nostdlib -Wl,-dc -r -o rtquery.lo rtquery_stub.o /usr/obj/usr/src/rescu= e/rescue//usr/src/sbin/routed/rtquery/rtquery.o crunchide -k _crunched_rtquery_stub rtquery.lo cc -nostdlib -Wl,-dc -r -o rtsol.lo rtsol_stub.o /usr/obj/usr/src/rescue/re= scue//usr/src/sbin/rtsol/rtsold.o /usr/obj/usr/src/rescue/rescue//usr/src/s= bin/rtsol/rtsol.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/rtsol/if.o /= usr/obj/usr/src/rescue/rescue//usr/src/sbin/rtsol/probe.o /usr/obj/usr/src/= rescue/rescue//usr/src/sbin/rtsol/dump.o /usr/obj/usr/src/rescue/rescue//us= r/src/sbin/rtsol/rtsock.o crunchide -k _crunched_rtsol_stub rtsol.lo cc -nostdlib -Wl,-dc -r -o savecore.lo savecore_stub.o /usr/obj/usr/src/res= cue/rescue//usr/src/sbin/savecore/savecore.o crunchide -k _crunched_savecore_stub savecore.lo cc -nostdlib -Wl,-dc -r -o spppcontrol.lo spppcontrol_stub.o /usr/obj/usr/s= rc/rescue/rescue//usr/src/sbin/spppcontrol/spppcontrol.o crunchide -k _crunched_spppcontrol_stub spppcontrol.lo cc -nostdlib -Wl,-dc -r -o swapon.lo swapon_stub.o /usr/obj/usr/src/rescue/= rescue//usr/src/sbin/swapon/swapon.o crunchide -k _crunched_swapon_stub swapon.lo cc -nostdlib -Wl,-dc -r -o sysctl.lo sysctl_stub.o /usr/obj/usr/src/rescue/= rescue//usr/src/sbin/sysctl/sysctl.o crunchide -k _crunched_sysctl_stub sysctl.lo cc -nostdlib -Wl,-dc -r -o tunefs.lo tunefs_stub.o /usr/obj/usr/src/rescue/= rescue//usr/src/sbin/tunefs/tunefs.o crunchide -k _crunched_tunefs_stub tunefs.lo cc -nostdlib -Wl,-dc -r -o umount.lo umount_stub.o /usr/obj/usr/src/rescue/= rescue//usr/src/sbin/umount/umount.o /usr/obj/usr/src/rescue/rescue//usr/sr= c/sbin/umount/vfslist.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/umount= /mounttab.o crunchide -k _crunched_umount_stub umount.lo cc -nostdlib -Wl,-dc -r -o atmconfig.lo atmconfig_stub.o /usr/obj/usr/src/r= escue/rescue//usr/src/sbin/atm/atmconfig/main.o /usr/obj/usr/src/rescue/res= cue//usr/src/sbin/atm/atmconfig/diag.o /usr/obj/usr/src/rescue/rescue//usr/= src/sbin/atm/atmconfig/natm.o crunchide -k _crunched_atmconfig_stub atmconfig.lo cc -nostdlib -Wl,-dc -r -o ping6.lo ping6_stub.o /usr/obj/usr/src/rescue/re= scue//usr/src/sbin/ping6/ping6.o crunchide -k _crunched_ping6_stub ping6.lo cc -nostdlib -Wl,-dc -r -o ipf.lo ipf_stub.o /usr/obj/usr/src/rescue/rescue= //usr/src/sbin/ipf/ipf/ipf.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/i= pf/ipf/ipfcomp.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/ipf_y= .o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/ipf_l.o /usr/obj/us= r/src/rescue/rescue//usr/src/sbin/ipf/ipf/bpf_filter.o /usr/obj/usr/src/res= cue/rescue//usr/src/sbin/ipf/ipf/addicmp.o /usr/obj/usr/src/rescue/rescue//= usr/src/sbin/ipf/ipf/addipopt.o /usr/obj/usr/src/rescue/rescue//usr/src/sbi= n/ipf/ipf/alist_free.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf= /alist_new.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/bcopywrap= .o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/binprint.o /usr/obj= /usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/buildopts.o /usr/obj/usr/src/r= escue/rescue//usr/src/sbin/ipf/ipf/checkrev.o /usr/obj/usr/src/rescue/rescu= e//usr/src/sbin/ipf/ipf/count4bits.o /usr/obj/usr/src/rescue/rescue//usr/sr= c/sbin/ipf/ipf/count6bits.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ip= f/ipf/debug.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/facpri.o= /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/fill6bits.o /usr/obj/= usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/flags.o /usr/obj/usr/src/rescue= /rescue//usr/src/sbin/ipf/ipf/gethost.o /usr/obj/usr/src/rescue/rescue//usr= /src/sbin/ipf/ipf/getifname.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/= ipf/ipf/getnattype.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/g= etport.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/getportproto.= o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/getproto.o /usr/obj/= usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/getsumd.o /usr/obj/usr/src/resc= ue/rescue//usr/src/sbin/ipf/ipf/hostname.o /usr/obj/usr/src/rescue/rescue//= usr/src/sbin/ipf/ipf/icmpcode.o /usr/obj/usr/src/rescue/rescue//usr/src/sbi= n/ipf/ipf/initparse.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/= ionames.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/ipf_dotuning= .o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/ipft_ef.o /usr/obj/= usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/ipft_hx.o /usr/obj/usr/src/resc= ue/rescue//usr/src/sbin/ipf/ipf/ipft_pc.o /usr/obj/usr/src/rescue/rescue//u= sr/src/sbin/ipf/ipf/ipft_sn.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/= ipf/ipf/ipft_td.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/ipft= _tx.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/ipoptsec.o /usr/= obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/kmem.o /usr/obj/usr/src/res= cue/rescue//usr/src/sbin/ipf/ipf/kmemcpywrap.o /usr/obj/usr/src/rescue/resc= ue//usr/src/sbin/ipf/ipf/kvatoname.o /usr/obj/usr/src/rescue/rescue//usr/sr= c/sbin/ipf/ipf/load_file.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf= /ipf/load_hash.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/load_= hashnode.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/load_http.o= /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/load_pool.o /usr/obj/= usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/load_poolnode.o /usr/obj/usr/sr= c/rescue/rescue//usr/src/sbin/ipf/ipf/load_url.o /usr/obj/usr/src/rescue/re= scue//usr/src/sbin/ipf/ipf/mutex_emul.o /usr/obj/usr/src/rescue/rescue//usr= /src/sbin/ipf/ipf/nametokva.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/= ipf/ipf/nat_setgroupmap.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/= ipf/ntomask.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/optname.= o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/optprint.o /usr/obj/= usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/optprintv6.o /usr/obj/usr/src/r= escue/rescue//usr/src/sbin/ipf/ipf/optvalue.o /usr/obj/usr/src/rescue/rescu= e//usr/src/sbin/ipf/ipf/portname.o /usr/obj/usr/src/rescue/rescue//usr/src/= sbin/ipf/ipf/print_toif.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/= ipf/printactivenat.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/p= rintaps.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/printbuf.o /= usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/printfr.o /usr/obj/usr/= src/rescue/rescue//usr/src/sbin/ipf/ipf/printfraginfo.o /usr/obj/usr/src/re= scue/rescue//usr/src/sbin/ipf/ipf/printhash.o /usr/obj/usr/src/rescue/rescu= e//usr/src/sbin/ipf/ipf/printhash_live.o /usr/obj/usr/src/rescue/rescue//us= r/src/sbin/ipf/ipf/printhashdata.o /usr/obj/usr/src/rescue/rescue//usr/src/= sbin/ipf/ipf/printhashnode.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/i= pf/ipf/printhostmap.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/= printhostmask.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/printi= fname.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/printip.o /usr= /obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/printlog.o /usr/obj/usr/sr= c/rescue/rescue//usr/src/sbin/ipf/ipf/printmask.o /usr/obj/usr/src/rescue/r= escue//usr/src/sbin/ipf/ipf/printnat.o /usr/obj/usr/src/rescue/rescue//usr/= src/sbin/ipf/ipf/printpacket.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin= /ipf/ipf/printpacket6.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ip= f/printpool.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/printpoo= l_live.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/printpooldata= .o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/printpoolnode.o /us= r/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/printportcmp.o /usr/obj/u= sr/src/rescue/rescue//usr/src/sbin/ipf/ipf/printproto.o /usr/obj/usr/src/re= scue/rescue//usr/src/sbin/ipf/ipf/printsbuf.o /usr/obj/usr/src/rescue/rescu= e//usr/src/sbin/ipf/ipf/printstate.o /usr/obj/usr/src/rescue/rescue//usr/sr= c/sbin/ipf/ipf/printtqtable.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/= ipf/ipf/printtunable.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf= /remove_hash.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/remove_= hashnode.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/remove_pool= .o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/remove_poolnode.o /= usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/resetlexer.o /usr/obj/u= sr/src/rescue/rescue//usr/src/sbin/ipf/ipf/rwlock_emul.o /usr/obj/usr/src/r= escue/rescue//usr/src/sbin/ipf/ipf/tcp_flags.o /usr/obj/usr/src/rescue/resc= ue//usr/src/sbin/ipf/ipf/tcpflags.o /usr/obj/usr/src/rescue/rescue//usr/src= /sbin/ipf/ipf/tcpoptnames.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ip= f/ipf/v6ionames.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/v6op= tvalue.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/var.o /usr/ob= j/usr/src/rescue/rescue//usr/src/sbin/ipf/ipf/verbose.o crunchide -k _crunched_ipf_stub ipf.lo cc -O2 -pipe -DHAVE_CONFIG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/s= rc/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo -I/usr/src/gnu/= usr.bin/texinfo/makeinfo/../../../../contrib/texinfo/lib -std=3Dgnu99 -fst= ack-protector -c /usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib= /texinfo/makeinfo/files.c -o files.o cc -nostdlib -Wl,-dc -r -o zfs.lo zfs_stub.o /usr/obj/usr/src/rescue/rescue= //usr/src/cddl/sbin/zfs/zfs_main.o /usr/obj/usr/src/rescue/rescue//usr/src/= cddl/sbin/zfs/zfs_iter.o crunchide -k _crunched_zfs_stub zfs.lo cc -nostdlib -Wl,-dc -r -o zpool.lo zpool_stub.o /usr/obj/usr/src/rescue/re= scue//usr/src/cddl/sbin/zpool/zpool_main.o /usr/obj/usr/src/rescue/rescue//= usr/src/cddl/sbin/zpool/zpool_vdev.o /usr/obj/usr/src/rescue/rescue//usr/sr= c/cddl/sbin/zpool/zpool_iter.o /usr/obj/usr/src/rescue/rescue//usr/src/cddl= /sbin/zpool/zpool_util.o /usr/obj/usr/src/rescue/rescue//usr/src/cddl/sbin/= zpool/zfs_comutil.o /usr/obj/usr/src/rescue/rescue//usr/src/cddl/sbin/zpool= /timestamp.o crunchide -k _crunched_zpool_stub zpool.lo cc -nostdlib -Wl,-dc -r -o bsdlabel.lo bsdlabel_stub.o /usr/obj/usr/src/res= cue/rescue//usr/src/sbin/bsdlabel/bsdlabel.o /usr/obj/usr/src/rescue/rescue= //usr/src/sbin/bsdlabel/geom_bsd_enc.o crunchide -k _crunched_bsdlabel_stub bsdlabel.lo cc -nostdlib -Wl,-dc -r -o sconfig.lo sconfig_stub.o /usr/obj/usr/src/rescu= e/rescue//usr/src/sbin/sconfig/sconfig.o crunchide -k _crunched_sconfig_stub sconfig.lo cc -nostdlib -Wl,-dc -r -o fdisk.lo fdisk_stub.o /usr/obj/usr/src/rescue/re= scue//usr/src/sbin/fdisk/fdisk.o /usr/obj/usr/src/rescue/rescue//usr/src/sb= in/fdisk/geom_mbr_enc.o crunchide -k _crunched_fdisk_stub fdisk.lo cc -nostdlib -Wl,-dc -r -o dhclient.lo dhclient_stub.o /usr/obj/usr/src/res= cue/rescue//usr/src/sbin/dhclient/dhclient.o /usr/obj/usr/src/rescue/rescue= //usr/src/sbin/dhclient/clparse.o /usr/obj/usr/src/rescue/rescue//usr/src/s= bin/dhclient/alloc.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/dhclient/= dispatch.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/dhclient/hash.o /us= r/obj/usr/src/rescue/rescue//usr/src/sbin/dhclient/bpf.o /usr/obj/usr/src/r= escue/rescue//usr/src/sbin/dhclient/options.o /usr/obj/usr/src/rescue/rescu= e//usr/src/sbin/dhclient/tree.o /usr/obj/usr/src/rescue/rescue//usr/src/sbi= n/dhclient/conflex.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/dhclient/= errwarn.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/dhclient/inet.o /usr= /obj/usr/src/rescue/rescue//usr/src/sbin/dhclient/packet.o /usr/obj/usr/src= /rescue/rescue//usr/src/sbin/dhclient/convert.o /usr/obj/usr/src/rescue/res= cue//usr/src/sbin/dhclient/tables.o /usr/obj/usr/src/rescue/rescue//usr/src= /sbin/dhclient/parse.o /usr/obj/usr/src/rescue/rescue//usr/src/sbin/dhclien= t/privsep.o crunchide -k _crunched_dhclient_stub dhclient.lo cc -nostdlib -Wl,-dc -r -o head.lo head_stub.o /usr/obj/usr/src/rescue/resc= ue//usr/src/usr.bin/head/head.o crunchide -k _crunched_head_stub head.lo cc -nostdlib -Wl,-dc -r -o mt.lo mt_stub.o /usr/obj/usr/src/rescue/rescue//= usr/src/usr.bin/mt/mt.o crunchide -k _crunched_mt_stub mt.lo cc -nostdlib -Wl,-dc -r -o nc.lo nc_stub.o /usr/obj/usr/src/rescue/rescue//= usr/src/usr.bin/nc/netcat.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin= /nc/atomicio.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/nc/socks.o crunchide -k _crunched_nc_stub nc.lo cc -nostdlib -Wl,-dc -r -o sed.lo sed_stub.o /usr/obj/usr/src/rescue/rescue= //usr/src/usr.bin/sed/compile.o /usr/obj/usr/src/rescue/rescue//usr/src/usr= .bin/sed/main.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/sed/misc.o = /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/sed/process.o crunchide -k _crunched_sed_stub sed.lo cc -nostdlib -Wl,-dc -r -o tail.lo tail_stub.o /usr/obj/usr/src/rescue/resc= ue//usr/src/usr.bin/tail/forward.o /usr/obj/usr/src/rescue/rescue//usr/src/= usr.bin/tail/misc.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/tail/re= ad.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/tail/reverse.o /usr/ob= j/usr/src/rescue/rescue//usr/src/usr.bin/tail/tail.o crunchide -k _crunched_tail_stub tail.lo cc -nostdlib -Wl,-dc -r -o tee.lo tee_stub.o /usr/obj/usr/src/rescue/rescue= //usr/src/usr.bin/tee/tee.o crunchide -k _crunched_tee_stub tee.lo cc -nostdlib -Wl,-dc -r -o gzip.lo gzip_stub.o /usr/obj/usr/src/rescue/resc= ue//usr/src/usr.bin/gzip/gzip.o crunchide -k _crunched_gzip_stub gzip.lo cc -nostdlib -Wl,-dc -r -o bzip2.lo bzip2_stub.o /usr/obj/usr/src/rescue/re= scue//usr/src/usr.bin/bzip2/bzip2.o crunchide -k _crunched_bzip2_stub bzip2.lo cc -nostdlib -Wl,-dc -r -o less.lo less_stub.o /usr/obj/usr/src/rescue/resc= ue//usr/src/usr.bin/less/main.o /usr/obj/usr/src/rescue/rescue//usr/src/usr= .bin/less/screen.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/less/bra= c.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/less/ch.o /usr/obj/usr/= src/rescue/rescue//usr/src/usr.bin/less/charset.o /usr/obj/usr/src/rescue/r= escue//usr/src/usr.bin/less/cmdbuf.o /usr/obj/usr/src/rescue/rescue//usr/sr= c/usr.bin/less/command.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/le= ss/cvt.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/less/decode.o /usr= /obj/usr/src/rescue/rescue//usr/src/usr.bin/less/edit.o /usr/obj/usr/src/re= scue/rescue//usr/src/usr.bin/less/filename.o /usr/obj/usr/src/rescue/rescue= //usr/src/usr.bin/less/forwback.o /usr/obj/usr/src/rescue/rescue//usr/src/u= sr.bin/less/help.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/less/ifi= le.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/less/input.o /usr/obj/= usr/src/rescue/rescue//usr/src/usr.bin/less/jump.o /usr/obj/usr/src/rescue/= rescue//usr/src/usr.bin/less/line.o /usr/obj/usr/src/rescue/rescue//usr/src= /usr.bin/less/linenum.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/les= s/lsystem.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/less/mark.o /us= r/obj/usr/src/rescue/rescue//usr/src/usr.bin/less/optfunc.o /usr/obj/usr/sr= c/rescue/rescue//usr/src/usr.bin/less/option.o /usr/obj/usr/src/rescue/resc= ue//usr/src/usr.bin/less/opttbl.o /usr/obj/usr/src/rescue/rescue//usr/src/u= sr.bin/less/os.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/less/outpu= t.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/less/pattern.o /usr/obj= /usr/src/rescue/rescue//usr/src/usr.bin/less/position.o /usr/obj/usr/src/re= scue/rescue//usr/src/usr.bin/less/prompt.o /usr/obj/usr/src/rescue/rescue//= usr/src/usr.bin/less/search.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.b= in/less/signal.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/less/tags.= o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/less/ttyin.o /usr/obj/usr= /src/rescue/rescue//usr/src/usr.bin/less/version.o crunchide -k _crunched_less_stub less.lo cc -nostdlib -Wl,-dc -r -o xz.lo xz_stub.o /usr/obj/usr/src/rescue/rescue//= usr/src/usr.bin/xz/args.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/x= z/coder.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/xz/file_io.o /usr= /obj/usr/src/rescue/rescue//usr/src/usr.bin/xz/hardware.o /usr/obj/usr/src/= rescue/rescue//usr/src/usr.bin/xz/list.o /usr/obj/usr/src/rescue/rescue//us= r/src/usr.bin/xz/main.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/xz/= message.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/xz/options.o /usr= /obj/usr/src/rescue/rescue//usr/src/usr.bin/xz/signals.o /usr/obj/usr/src/r= escue/rescue//usr/src/usr.bin/xz/suffix.o /usr/obj/usr/src/rescue/rescue//u= sr/src/usr.bin/xz/util.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/xz= /tuklib_open_stdxxx.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/xz/tu= klib_progname.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/xz/tuklib_e= xit.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/xz/tuklib_cpucores.o = /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/xz/tuklib_mbstr_width.o /us= r/obj/usr/src/rescue/rescue//usr/src/usr.bin/xz/tuklib_mbstr_fw.o crunchide -k _crunched_xz_stub xz.lo cc -nostdlib -Wl,-dc -r -o tar.lo tar_stub.o /usr/obj/usr/src/rescue/rescue= //usr/src/usr.bin/tar/bsdtar.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.= bin/tar/cmdline.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/tar/getda= te.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/tar/read.o /usr/obj/us= r/src/rescue/rescue//usr/src/usr.bin/tar/subst.o /usr/obj/usr/src/rescue/re= scue//usr/src/usr.bin/tar/tree.o /usr/obj/usr/src/rescue/rescue//usr/src/us= r.bin/tar/util.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/tar/write.= o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/tar/err.o /usr/obj/usr/sr= c/rescue/rescue//usr/src/usr.bin/tar/line_reader.o /usr/obj/usr/src/rescue/= rescue//usr/src/usr.bin/tar/matching.o /usr/obj/usr/src/rescue/rescue//usr/= src/usr.bin/tar/pathmatch.o crunchide -k _crunched_tar_stub tar.lo cc -nostdlib -Wl,-dc -r -o vi.lo vi_stub.o /usr/obj/usr/src/rescue/rescue//= usr/src/usr.bin/vi/cl_bsd.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin= /vi/cl_funcs.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/cl_main.o= /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/cl_read.o /usr/obj/usr/= src/rescue/rescue//usr/src/usr.bin/vi/cl_screen.o /usr/obj/usr/src/rescue/r= escue//usr/src/usr.bin/vi/cl_term.o /usr/obj/usr/src/rescue/rescue//usr/src= /usr.bin/vi/cut.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/delete= .o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/exf.o /usr/obj/usr/sr= c/rescue/rescue//usr/src/usr.bin/vi/key.o /usr/obj/usr/src/rescue/rescue//u= sr/src/usr.bin/vi/line.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi= /log.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/main.o /usr/obj/u= sr/src/rescue/rescue//usr/src/usr.bin/vi/mark.o /usr/obj/usr/src/rescue/res= cue//usr/src/usr.bin/vi/msg.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.b= in/vi/options.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/options_= f.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/put.o /usr/obj/usr/s= rc/rescue/rescue//usr/src/usr.bin/vi/screen.o /usr/obj/usr/src/rescue/rescu= e//usr/src/usr.bin/vi/search.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.= bin/vi/seq.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/recover.o /= usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/util.o /usr/obj/usr/src/r= escue/rescue//usr/src/usr.bin/vi/ex.o /usr/obj/usr/src/rescue/rescue//usr/s= rc/usr.bin/vi/ex_abbrev.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/v= i/ex_append.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/ex_args.o = /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/ex_argv.o /usr/obj/usr/s= rc/rescue/rescue//usr/src/usr.bin/vi/ex_at.o /usr/obj/usr/src/rescue/rescue= //usr/src/usr.bin/vi/ex_bang.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.= bin/vi/ex_cd.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/ex_cmd.o = /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/ex_cscope.o /usr/obj/usr= /src/rescue/rescue//usr/src/usr.bin/vi/ex_delete.o /usr/obj/usr/src/rescue/= rescue//usr/src/usr.bin/vi/ex_display.o /usr/obj/usr/src/rescue/rescue//usr= /src/usr.bin/vi/ex_edit.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/v= i/ex_equal.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/ex_file.o /= usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/ex_filter.o /usr/obj/usr/= src/rescue/rescue//usr/src/usr.bin/vi/ex_global.o /usr/obj/usr/src/rescue/r= escue//usr/src/usr.bin/vi/ex_init.o /usr/obj/usr/src/rescue/rescue//usr/src= /usr.bin/vi/ex_join.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/ex= _map.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/ex_mark.o /usr/ob= j/usr/src/rescue/rescue//usr/src/usr.bin/vi/ex_mkexrc.o /usr/obj/usr/src/re= scue/rescue//usr/src/usr.bin/vi/ex_move.o /usr/obj/usr/src/rescue/rescue//u= sr/src/usr.bin/vi/ex_open.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin= /vi/ex_preserve.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/ex_pri= nt.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/ex_put.o /usr/obj/u= sr/src/rescue/rescue//usr/src/usr.bin/vi/ex_quit.o /usr/obj/usr/src/rescue/= rescue//usr/src/usr.bin/vi/ex_read.o /usr/obj/usr/src/rescue/rescue//usr/sr= c/usr.bin/vi/ex_screen.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi= /ex_script.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/ex_set.o /u= sr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/ex_shell.o /usr/obj/usr/sr= c/rescue/rescue//usr/src/usr.bin/vi/ex_shift.o /usr/obj/usr/src/rescue/resc= ue//usr/src/usr.bin/vi/ex_source.o /usr/obj/usr/src/rescue/rescue//usr/src/= usr.bin/vi/ex_stop.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/ex_= subst.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/ex_tag.o /usr/ob= j/usr/src/rescue/rescue//usr/src/usr.bin/vi/ex_txt.o /usr/obj/usr/src/rescu= e/rescue//usr/src/usr.bin/vi/ex_undo.o /usr/obj/usr/src/rescue/rescue//usr/= src/usr.bin/vi/ex_usage.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/v= i/ex_util.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/ex_version.o= /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/ex_visual.o /usr/obj/us= r/src/rescue/rescue//usr/src/usr.bin/vi/ex_write.o /usr/obj/usr/src/rescue/= rescue//usr/src/usr.bin/vi/ex_yank.o /usr/obj/usr/src/rescue/rescue//usr/sr= c/usr.bin/vi/ex_z.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/ex_t= cl.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/ex_perl.o /usr/obj/= usr/src/rescue/rescue//usr/src/usr.bin/vi/getc.o /usr/obj/usr/src/rescue/re= scue//usr/src/usr.bin/vi/v_at.o /usr/obj/usr/src/rescue/rescue//usr/src/usr= .bin/vi/v_ch.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/v_cmd.o /= usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/v_delete.o /usr/obj/usr/s= rc/rescue/rescue//usr/src/usr.bin/vi/v_ex.o /usr/obj/usr/src/rescue/rescue/= /usr/src/usr.bin/vi/v_increment.o /usr/obj/usr/src/rescue/rescue//usr/src/u= sr.bin/vi/v_init.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/v_itx= t.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/v_left.o /usr/obj/us= r/src/rescue/rescue//usr/src/usr.bin/vi/v_mark.o /usr/obj/usr/src/rescue/re= scue//usr/src/usr.bin/vi/v_match.o /usr/obj/usr/src/rescue/rescue//usr/src/= usr.bin/vi/v_paragraph.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi= /v_put.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/v_redraw.o /usr= /obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/v_replace.o /usr/obj/usr/src= /rescue/rescue//usr/src/usr.bin/vi/v_right.o /usr/obj/usr/src/rescue/rescue= //usr/src/usr.bin/vi/v_screen.o /usr/obj/usr/src/rescue/rescue//usr/src/usr= .bin/vi/v_scroll.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/v_sea= rch.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/v_section.o /usr/o= bj/usr/src/rescue/rescue//usr/src/usr.bin/vi/v_sentence.o /usr/obj/usr/src/= rescue/rescue//usr/src/usr.bin/vi/v_status.o /usr/obj/usr/src/rescue/rescue= //usr/src/usr.bin/vi/v_txt.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bi= n/vi/v_ulcase.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/v_undo.o= /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/v_util.o /usr/obj/usr/s= rc/rescue/rescue//usr/src/usr.bin/vi/v_word.o /usr/obj/usr/src/rescue/rescu= e//usr/src/usr.bin/vi/v_xchar.o /usr/obj/usr/src/rescue/rescue//usr/src/usr= .bin/vi/v_yank.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/v_z.o /= usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/v_zexit.o /usr/obj/usr/sr= c/rescue/rescue//usr/src/usr.bin/vi/vi.o /usr/obj/usr/src/rescue/rescue//us= r/src/usr.bin/vi/vs_line.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/= vi/vs_msg.o /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/vs_refresh.o= /usr/obj/usr/src/rescue/rescue//usr/src/usr.bin/vi/vs_relative.o /usr/obj/= usr/src/rescue/rescue//usr/src/usr.bin/vi/vs_smap.o /usr/obj/usr/src/rescue= /rescue//usr/src/usr.bin/vi/vs_split.o crunchide -k _crunched_vi_stub vi.lo cc -nostdlib -Wl,-dc -r -o id.lo id_stub.o /usr/obj/usr/src/rescue/rescue//= usr/src/usr.bin/id/id.o crunchide -k _crunched_id_stub id.lo cc -nostdlib -Wl,-dc -r -o chroot.lo chroot_stub.o /usr/obj/usr/src/rescue/= rescue//usr/src/usr.sbin/chroot/chroot.o cc -nostdlib -Wl,-dc -r -o chown.lo chown_stub.o /usr/obj/usr/src/rescue/re= scue//usr/src/usr.sbin/chown/chown.o crunchide -k _crunched_chroot_stub chroot.lo crunchide -k _crunched_chown_stub chown.lo cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/name-lookup.c -o name-lookup.o cc -static -o rescue rescue.o cat.lo chflags.lo chio.lo chmod.lo cp.lo date= .lo dd.lo df.lo echo.lo ed.lo expr.lo getfacl.lo hostname.lo kenv.lo kill.l= o ln.lo ls.lo mkdir.lo mv.lo pkill.lo ps.lo pwd.lo realpath.lo rm.lo rmdir.= lo setfacl.lo sh.lo sleep.lo stty.lo sync.lo test.lo rcp.lo csh.lo atacontr= ol.lo badsect.lo camcontrol.lo ccdconfig.lo clri.lo devfs.lo dmesg.lo dump.= lo dumpfs.lo dumpon.lo fsck.lo fsck_ffs.lo fsck_msdosfs.lo fsdb.lo fsirand.= lo gbde.lo geom.lo ifconfig.lo init.lo kldconfig.lo kldload.lo kldstat.lo k= ldunload.lo ldconfig.lo md5.lo mdconfig.lo mdmfs.lo mknod.lo mount.lo mount= _cd9660.lo mount_msdosfs.lo mount_nfs.lo mount_ntfs.lo mount_nullfs.lo moun= t_udf.lo mount_unionfs.lo newfs.lo newfs_msdos.lo nos-tun.lo ping.lo reboot= .lo restore.lo rcorder.lo route.lo routed.lo rtquery.lo rtsol.lo savecore.l= o spppcontrol.lo swapon.lo sysctl.lo tunefs.lo umount.lo atmconfig.lo ping6= .lo ipf.lo zfs.lo zpool.lo bsdlabel.lo sconfig.lo fdisk.lo dhclient.lo head= .lo mt.lo nc.lo sed.lo tail.lo tee.lo gzip.lo bzip2.lo less.lo xz.lo tar.lo= vi.lo id.lo chroot.lo chown.lo /usr/obj/usr/src/rescue/rescue/../librescue= /exec.o /usr/obj/usr/src/rescue/rescue/../librescue/getusershell.o /usr/obj= /usr/src/rescue/rescue/../librescue/login_class.o /usr/obj/usr/src/rescue/r= escue/../librescue/popen.o /usr/obj/usr/src/rescue/rescue/../librescue/rcmd= sh.o /usr/obj/usr/src/rescue/rescue/../librescue/sysctl.o /usr/obj/usr/src/= rescue/rescue/../librescue/system.o -lcrypt -ledit -ljail -lkvm -ll -ltermc= ap -lutil -lalias -lcam -lcurses -ldevstat -lipsec -lipx -lavl -lzfs_core -= lzfs -lnvpair -lpthread -luutil -lumem -lgeom -lbsdxml -lkiconv -lmd -lread= line -lsbuf -lufs -lz -lbz2 -llzma -larchive -lcrypto -lm cc -O2 -pipe -DHAVE_CONFIG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/s= rc/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo -I/usr/src/gnu/= usr.bin/texinfo/makeinfo/../../../../contrib/texinfo/lib -std=3Dgnu99 -fst= ack-protector -c /usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib= /texinfo/makeinfo/float.c -o float.o nc.lo: In function `_$$hide$$ nc.lo main': (.text+0x2347): warning: warning: mktemp() possibly used unsafely; consider= using mkstemp() cc -O2 -pipe -DHAVE_CONFIG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/s= rc/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo -I/usr/src/gnu/= usr.bin/texinfo/makeinfo/../../../../contrib/texinfo/lib -std=3Dgnu99 -fst= ack-protector -c /usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib= /texinfo/makeinfo/footnote.c -o footnote.o cc -O2 -pipe -DHAVE_CONFIG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/s= rc/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo -I/usr/src/gnu/= usr.bin/texinfo/makeinfo/../../../../contrib/texinfo/lib -std=3Dgnu99 -fst= ack-protector -c /usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib= /texinfo/makeinfo/html.c -o html.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/parser.c -o parser.o strip rescue cc -O2 -pipe -DHAVE_CONFIG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/s= rc/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo -I/usr/src/gnu/= usr.bin/texinfo/makeinfo/../../../../contrib/texinfo/lib -std=3Dgnu99 -fst= ack-protector -c /usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib= /texinfo/makeinfo/index.c -o index.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/pt.c -o pt.o cc -O2 -pipe -DHAVE_CONFIG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/s= rc/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo -I/usr/src/gnu/= usr.bin/texinfo/makeinfo/../../../../contrib/texinfo/lib -std=3Dgnu99 -fst= ack-protector -c /usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib= /texinfo/makeinfo/insertion.c -o insertion.o cc -O2 -pipe -DHAVE_CONFIG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/s= rc/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo -I/usr/src/gnu/= usr.bin/texinfo/makeinfo/../../../../contrib/texinfo/lib -std=3Dgnu99 -fst= ack-protector -c /usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib= /texinfo/makeinfo/lang.c -o lang.o cc -O2 -pipe -DHAVE_CONFIG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/s= rc/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo -I/usr/src/gnu/= usr.bin/texinfo/makeinfo/../../../../contrib/texinfo/lib -std=3Dgnu99 -fst= ack-protector -c /usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib= /texinfo/makeinfo/macro.c -o macro.o cc -O2 -pipe -DHAVE_CONFIG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/s= rc/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo -I/usr/src/gnu/= usr.bin/texinfo/makeinfo/../../../../contrib/texinfo/lib -std=3Dgnu99 -fst= ack-protector -c /usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib= /texinfo/makeinfo/makeinfo.c -o makeinfo.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/ptree.c -o ptree.o cc -O2 -pipe -DHAVE_CONFIG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/s= rc/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo -I/usr/src/gnu/= usr.bin/texinfo/makeinfo/../../../../contrib/texinfo/lib -std=3Dgnu99 -fst= ack-protector -c /usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib= /texinfo/makeinfo/multi.c -o multi.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/repo.c -o repo.o cc -O2 -pipe -DHAVE_CONFIG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/s= rc/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo -I/usr/src/gnu/= usr.bin/texinfo/makeinfo/../../../../contrib/texinfo/lib -std=3Dgnu99 -fst= ack-protector -c /usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib= /texinfo/makeinfo/node.c -o node.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/rtti.c -o rtti.o cc -O2 -pipe -DHAVE_CONFIG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/s= rc/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo -I/usr/src/gnu/= usr.bin/texinfo/makeinfo/../../../../contrib/texinfo/lib -std=3Dgnu99 -fst= ack-protector -c /usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib= /texinfo/makeinfo/sectioning.c -o sectioning.o cc -O2 -pipe -DHAVE_CONFIG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/s= rc/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo -I/usr/src/gnu/= usr.bin/texinfo/makeinfo/../../../../contrib/texinfo/lib -std=3Dgnu99 -fst= ack-protector -c /usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib= /texinfo/makeinfo/toc.c -o toc.o cc -O2 -pipe -DHAVE_CONFIG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/s= rc/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo -I/usr/src/gnu/= usr.bin/texinfo/makeinfo/../../../../contrib/texinfo/lib -std=3Dgnu99 -fst= ack-protector -c /usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib= /texinfo/makeinfo/xml.c -o xml.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/search.c -o search.o cc -O2 -pipe -DHAVE_CONFIG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/s= rc/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo -I/usr/src/gnu/= usr.bin/texinfo/makeinfo/../../../../contrib/texinfo/lib -std=3Dgnu99 -fst= ack-protector -c /usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib= /texinfo/makeinfo/xref.c -o xref.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/semantics.c -o semantics.o gzip -cn /usr/src/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo/= doc/makeinfo.1 > makeinfo.1.gz cc -O2 -pipe -DHAVE_CONFIG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/s= rc/gnu/usr.bin/texinfo/makeinfo/../../../../contrib/texinfo -I/usr/src/gnu/= usr.bin/texinfo/makeinfo/../../../../contrib/texinfo/lib -std=3Dgnu99 -fst= ack-protector -o makeinfo cmds.o defun.o files.o float.o footnote.o html.= o index.o insertion.o lang.o macro.o makeinfo.o multi.o node.o sectioning.o= toc.o xml.o xref.o /usr/obj/usr/src/gnu/usr.bin/texinfo/makeinfo/../libtxi= /libtxi.a =3D=3D=3D> gnu/usr.bin/texinfo/info (all) cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/tree.c -o tree.o cc -O2 -pipe -DINFODIR=3D\"/usr/share/info:/usr/local/info:.\" -DHAVE_CONF= IG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/src/gnu/usr.bin/texinfo/in= fo/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/info/../../..= /../contrib/texinfo/lib -std=3Dgnu99 -fstack-protector -c /usr/src/gnu/us= r.bin/texinfo/info/../../../../contrib/texinfo/info/dir.c -o dir.o cc -O2 -pipe -DINFODIR=3D\"/usr/share/info:/usr/local/info:.\" -DHAVE_CONF= IG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/src/gnu/usr.bin/texinfo/in= fo/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/info/../../..= /../contrib/texinfo/lib -std=3Dgnu99 -fstack-protector -c /usr/src/gnu/us= r.bin/texinfo/info/../../../../contrib/texinfo/info/display.c -o display.o cc -O2 -pipe -DINFODIR=3D\"/usr/share/info:/usr/local/info:.\" -DHAVE_CONF= IG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/src/gnu/usr.bin/texinfo/in= fo/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/info/../../..= /../contrib/texinfo/lib -std=3Dgnu99 -fstack-protector -c /usr/src/gnu/us= r.bin/texinfo/info/../../../../contrib/texinfo/info/doc.c -o doc.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/typeck.c -o typeck.o cc -O2 -pipe -DINFODIR=3D\"/usr/share/info:/usr/local/info:.\" -DHAVE_CONF= IG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/src/gnu/usr.bin/texinfo/in= fo/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/info/../../..= /../contrib/texinfo/lib -std=3Dgnu99 -fstack-protector -c /usr/src/gnu/us= r.bin/texinfo/info/../../../../contrib/texinfo/info/dribble.c -o dribble.o cc -O2 -pipe -DINFODIR=3D\"/usr/share/info:/usr/local/info:.\" -DHAVE_CONF= IG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/src/gnu/usr.bin/texinfo/in= fo/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/info/../../..= /../contrib/texinfo/lib -std=3Dgnu99 -fstack-protector -c /usr/src/gnu/us= r.bin/texinfo/info/../../../../contrib/texinfo/info/echo-area.c -o echo-are= a.o cc -O2 -pipe -DINFODIR=3D\"/usr/share/info:/usr/local/info:.\" -DHAVE_CONF= IG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/src/gnu/usr.bin/texinfo/in= fo/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/info/../../..= /../contrib/texinfo/lib -std=3Dgnu99 -fstack-protector -c /usr/src/gnu/us= r.bin/texinfo/info/../../../../contrib/texinfo/info/filesys.c -o filesys.o cc -O2 -pipe -DINFODIR=3D\"/usr/share/info:/usr/local/info:.\" -DHAVE_CONF= IG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/src/gnu/usr.bin/texinfo/in= fo/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/info/../../..= /../contrib/texinfo/lib -std=3Dgnu99 -fstack-protector -c /usr/src/gnu/us= r.bin/texinfo/info/../../../../contrib/texinfo/info/footnotes.c -o footnote= s.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/typeck2.c -o typeck2.o cc -O2 -pipe -DINFODIR=3D\"/usr/share/info:/usr/local/info:.\" -DHAVE_CONF= IG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/src/gnu/usr.bin/texinfo/in= fo/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/info/../../..= /../contrib/texinfo/lib -std=3Dgnu99 -fstack-protector -c /usr/src/gnu/us= r.bin/texinfo/info/../../../../contrib/texinfo/info/gc.c -o gc.o cc -O2 -pipe -DINFODIR=3D\"/usr/share/info:/usr/local/info:.\" -DHAVE_CONF= IG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/src/gnu/usr.bin/texinfo/in= fo/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/info/../../..= /../contrib/texinfo/lib -std=3Dgnu99 -fstack-protector -c /usr/src/gnu/us= r.bin/texinfo/info/../../../../contrib/texinfo/info/indices.c -o indices.o cc -O2 -pipe -DINFODIR=3D\"/usr/share/info:/usr/local/info:.\" -DHAVE_CONF= IG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/src/gnu/usr.bin/texinfo/in= fo/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/info/../../..= /../contrib/texinfo/lib -std=3Dgnu99 -fstack-protector -c /usr/src/gnu/us= r.bin/texinfo/info/../../../../contrib/texinfo/info/info-utils.c -o info-ut= ils.o cc -O2 -pipe -DINFODIR=3D\"/usr/share/info:/usr/local/info:.\" -DHAVE_CONF= IG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/src/gnu/usr.bin/texinfo/in= fo/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/info/../../..= /../contrib/texinfo/lib -std=3Dgnu99 -fstack-protector -c /usr/src/gnu/us= r.bin/texinfo/info/../../../../contrib/texinfo/info/info.c -o info.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/optimize.c -o optimize.o cc -O2 -pipe -DINFODIR=3D\"/usr/share/info:/usr/local/info:.\" -DHAVE_CONF= IG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/src/gnu/usr.bin/texinfo/in= fo/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/info/../../..= /../contrib/texinfo/lib -std=3Dgnu99 -fstack-protector -c /usr/src/gnu/us= r.bin/texinfo/info/../../../../contrib/texinfo/info/infodoc.c -o infodoc.o cc -O2 -pipe -DINFODIR=3D\"/usr/share/info:/usr/local/info:.\" -DHAVE_CONF= IG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/src/gnu/usr.bin/texinfo/in= fo/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/info/../../..= /../contrib/texinfo/lib -std=3Dgnu99 -fstack-protector -c /usr/src/gnu/us= r.bin/texinfo/info/../../../../contrib/texinfo/info/infomap.c -o infomap.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/cp-objcp-common.c -o cp-objcp-common.o cc -O2 -pipe -DINFODIR=3D\"/usr/share/info:/usr/local/info:.\" -DHAVE_CONF= IG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/src/gnu/usr.bin/texinfo/in= fo/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/info/../../..= /../contrib/texinfo/lib -std=3Dgnu99 -fstack-protector -c /usr/src/gnu/us= r.bin/texinfo/info/../../../../contrib/texinfo/info/m-x.c -o m-x.o cc -O2 -pipe -DINFODIR=3D\"/usr/share/info:/usr/local/info:.\" -DHAVE_CONF= IG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/src/gnu/usr.bin/texinfo/in= fo/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/info/../../..= /../contrib/texinfo/lib -std=3Dgnu99 -fstack-protector -c /usr/src/gnu/us= r.bin/texinfo/info/../../../../contrib/texinfo/info/man.c -o man.o cc -O2 -pipe -DINFODIR=3D\"/usr/share/info:/usr/local/info:.\" -DHAVE_CONF= IG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/src/gnu/usr.bin/texinfo/in= fo/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/info/../../..= /../contrib/texinfo/lib -std=3Dgnu99 -fstack-protector -c /usr/src/gnu/us= r.bin/texinfo/info/../../../../contrib/texinfo/info/nodemenu.c -o nodemenu.= o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/cp-gimplify.c -o cp-gimplify.o cc -O2 -pipe -DINFODIR=3D\"/usr/share/info:/usr/local/info:.\" -DHAVE_CONF= IG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/src/gnu/usr.bin/texinfo/in= fo/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/info/../../..= /../contrib/texinfo/lib -std=3Dgnu99 -fstack-protector -c /usr/src/gnu/us= r.bin/texinfo/info/../../../../contrib/texinfo/info/nodes.c -o nodes.o cc -O2 -pipe -DINFODIR=3D\"/usr/share/info:/usr/local/info:.\" -DHAVE_CONF= IG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/src/gnu/usr.bin/texinfo/in= fo/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/info/../../..= /../contrib/texinfo/lib -std=3Dgnu99 -fstack-protector -c /usr/src/gnu/us= r.bin/texinfo/info/../../../../contrib/texinfo/info/search.c -o search.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/tree-mudflap.c -o tree-mudflap.o cc -O2 -pipe -DINFODIR=3D\"/usr/share/info:/usr/local/info:.\" -DHAVE_CONF= IG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/src/gnu/usr.bin/texinfo/in= fo/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/info/../../..= /../contrib/texinfo/lib -std=3Dgnu99 -fstack-protector -c /usr/src/gnu/us= r.bin/texinfo/info/../../../../contrib/texinfo/info/session.c -o session.o cc -O2 -pipe -DINFODIR=3D\"/usr/share/info:/usr/local/info:.\" -DHAVE_CONF= IG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/src/gnu/usr.bin/texinfo/in= fo/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/info/../../..= /../contrib/texinfo/lib -std=3Dgnu99 -fstack-protector -c /usr/src/gnu/us= r.bin/texinfo/info/../../../../contrib/texinfo/info/signals.c -o signals.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/except.c -o except.o cc -O2 -pipe -DINFODIR=3D\"/usr/share/info:/usr/local/info:.\" -DHAVE_CONF= IG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/src/gnu/usr.bin/texinfo/in= fo/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/info/../../..= /../contrib/texinfo/lib -std=3Dgnu99 -fstack-protector -c /usr/src/gnu/us= r.bin/texinfo/info/../../../../contrib/texinfo/info/terminal.c -o terminal.= o cc -O2 -pipe -DINFODIR=3D\"/usr/share/info:/usr/local/info:.\" -DHAVE_CONF= IG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/src/gnu/usr.bin/texinfo/in= fo/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/info/../../..= /../contrib/texinfo/lib -std=3Dgnu99 -fstack-protector -c /usr/src/gnu/us= r.bin/texinfo/info/../../../../contrib/texinfo/info/tilde.c -o tilde.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -static -o cc1plus-dummy main.o cp-lang.o c-opts.o ca= ll.o class.o cvt.o cxx-pretty-print.o decl.o decl2.o error.o except.o expr.= o dump.o friend.o init.o lex.o mangle.o method.o name-lookup.o parser.o pt.= o ptree.o repo.o rtti.o search.o semantics.o tree.o typeck.o typeck2.o opti= mize.o cp-objcp-common.o cp-gimplify.o tree-mudflap.o /usr/obj/usr/src/gnu/= usr.bin/cc/cc1plus/../cc_int/libbackend.a /usr/obj/usr/src/gnu/usr.bin/cc/c= c1plus/../libcpp/libcpp.a /usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../libdec= number/libdecnumber.a /usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../libiberty/= libiberty.a cc -O2 -pipe -DINFODIR=3D\"/usr/share/info:/usr/local/info:.\" -DHAVE_CONF= IG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/src/gnu/usr.bin/texinfo/in= fo/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/info/../../..= /../contrib/texinfo/lib -std=3Dgnu99 -fstack-protector -c /usr/src/gnu/us= r.bin/texinfo/info/../../../../contrib/texinfo/info/variables.c -o variable= s.o cc -O2 -pipe -DINFODIR=3D\"/usr/share/info:/usr/local/info:.\" -DHAVE_CONF= IG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/src/gnu/usr.bin/texinfo/in= fo/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/info/../../..= /../contrib/texinfo/lib -std=3Dgnu99 -fstack-protector -c /usr/src/gnu/us= r.bin/texinfo/info/../../../../contrib/texinfo/info/window.c -o window.o ../cc_tools/genchecksum cc1plus-dummy > cc1plus-checksum.c gzip -cn /usr/src/gnu/usr.bin/texinfo/info/../../../../contrib/texinfo/doc/= info.1 > info.1.gz cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c cc1plus-checksum.c -o cc1plus-checksum.o gzip -cn /usr/src/gnu/usr.bin/texinfo/info/../../../../contrib/texinfo/doc/= info.5 > info.5.gz cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -static -o cc1plus cc1plus-checksum.o main.o cp-lang.= o c-opts.o call.o class.o cvt.o cxx-pretty-print.o decl.o decl2.o error.o e= xcept.o expr.o dump.o friend.o init.o lex.o mangle.o method.o name-lookup.o= parser.o pt.o ptree.o repo.o rtti.o search.o semantics.o tree.o typeck.o t= ypeck2.o optimize.o cp-objcp-common.o cp-gimplify.o tree-mudflap.o /usr/obj= /usr/src/gnu/usr.bin/cc/cc1plus/../cc_int/libbackend.a /usr/obj/usr/src/gnu= /usr.bin/cc/cc1plus/../libcpp/libcpp.a /usr/obj/usr/src/gnu/usr.bin/cc/cc1p= lus/../libdecnumber/libdecnumber.a /usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/= ../libiberty/libiberty.a gzip -cn /usr/src/gnu/usr.bin/texinfo/info/../../../../contrib/texinfo/doc/= texinfo.5 > texinfo.5.gz =3D=3D=3D> gnu/usr.bin/cc/c++ (all) cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++/../cc_tools -I/usr/src/gnu/usr.bin= /cc/c++/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/c++/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/c++/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= c++/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c /usr/src/gn= u/usr.bin/cc/c++/../../../../contrib/gcc/gcc.c -o gcc.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++/../cc_tools -I/usr/src/gnu/usr.bin= /cc/c++/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/c++/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/c++/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= c++/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c /usr/src/gn= u/usr.bin/cc/c++/../../../../contrib/gcc/opts-common.c -o opts-common.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++/../cc_tools -I/usr/src/gnu/usr.bin= /cc/c++/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/c++/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/c++/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= c++/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c ../cc_tools= /options.c -o options.o cc -O2 -pipe -DINFODIR=3D\"/usr/share/info:/usr/local/info:.\" -DHAVE_CONF= IG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/src/gnu/usr.bin/texinfo/in= fo/../../../../contrib/texinfo -I/usr/src/gnu/usr.bin/texinfo/info/../../..= /../contrib/texinfo/lib -std=3Dgnu99 -fstack-protector -o info dir.o dis= play.o doc.o dribble.o echo-area.o filesys.o footnotes.o gc.o indices.o inf= o-utils.o info.o infodoc.o infomap.o m-x.o man.o nodemenu.o nodes.o search.= o session.o signals.o terminal.o tilde.o variables.o window.o -ltermcap /us= r/obj/usr/src/gnu/usr.bin/texinfo/info/../libtxi/libtxi.a cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++/../cc_tools -I/usr/src/gnu/usr.bin= /cc/c++/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/c++/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/c++/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= c++/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c /usr/src/gn= u/usr.bin/cc/c++/../../../../contrib/gcc/intl.c -o intl.o =3D=3D=3D> gnu/usr.bin/texinfo/infokey (all) cc -O2 -pipe -DHAVE_CONFIG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/s= rc/gnu/usr.bin/texinfo/infokey/../../../../contrib/texinfo -I/usr/src/gnu/u= sr.bin/texinfo/infokey/../../../../contrib/texinfo/lib -std=3Dgnu99 -fstac= k-protector -c /usr/src/gnu/usr.bin/texinfo/infokey/../../../../contrib/te= xinfo/info/infokey.c -o infokey.o cc -O2 -pipe -DHAVE_CONFIG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/s= rc/gnu/usr.bin/texinfo/infokey/../../../../contrib/texinfo -I/usr/src/gnu/u= sr.bin/texinfo/infokey/../../../../contrib/texinfo/lib -std=3Dgnu99 -fstac= k-protector -c /usr/src/gnu/usr.bin/texinfo/infokey/../../../../contrib/te= xinfo/info/key.c -o key.o gzip -cn /usr/src/gnu/usr.bin/texinfo/infokey/../../../../contrib/texinfo/d= oc/infokey.1 > infokey.1.gz cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++/../cc_tools -I/usr/src/gnu/usr.bin= /cc/c++/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/c++/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/c++/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= c++/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c /usr/src/gn= u/usr.bin/cc/c++/../../../../contrib/gcc/prefix.c -o prefix.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++/../cc_tools -I/usr/src/gnu/usr.bin= /cc/c++/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/c++/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/c++/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= c++/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -DBASEVER=3D\"= 4.2.1\" -DDATESTAMP=3D\"\ 20070831\" -DDEVPHASE=3D\"\ patched\" -c /usr/s= rc/gnu/usr.bin/cc/c++/../../../../contrib/gcc/version.c cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++/../cc_tools -I/usr/src/gnu/usr.bin= /cc/c++/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/c++/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/c++/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= c++/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c /usr/src/gn= u/usr.bin/cc/c++/../../../../contrib/gcc/config/i386/driver-i386.c -o drive= r-i386.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++/../cc_tools -I/usr/src/gnu/usr.bin= /cc/c++/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/c++/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/c++/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= c++/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c /usr/src/gn= u/usr.bin/cc/c++/../../../../contrib/gcc/cp/g++spec.c -o g++spec.o cc -O2 -pipe -DHAVE_CONFIG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/s= rc/gnu/usr.bin/texinfo/infokey/../../../../contrib/texinfo -I/usr/src/gnu/u= sr.bin/texinfo/infokey/../../../../contrib/texinfo/lib -std=3Dgnu99 -fstac= k-protector -o infokey infokey.o key.o /usr/obj/usr/src/gnu/usr.bin/texin= fo/infokey/../libtxi/libtxi.a =3D=3D=3D> gnu/usr.bin/texinfo/install-info (all) cc -O2 -pipe -DHAVE_CONFIG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/s= rc/gnu/usr.bin/texinfo/install-info/../../../../contrib/texinfo -I/usr/src/= gnu/usr.bin/texinfo/install-info/../../../../contrib/texinfo/lib -std=3Dgnu= 99 -fstack-protector -c /usr/src/gnu/usr.bin/texinfo/install-info/../../.= ./../contrib/texinfo/util/install-info.c -o install-info.o gzip -cn /usr/src/gnu/usr.bin/texinfo/install-info/../../../../contrib/texi= nfo/doc/install-info.1 > install-info.1.gz cc -O2 -pipe -DHAVE_CONFIG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/s= rc/gnu/usr.bin/texinfo/install-info/../../../../contrib/texinfo -I/usr/src/= gnu/usr.bin/texinfo/install-info/../../../../contrib/texinfo/lib -std=3Dgnu= 99 -fstack-protector -o install-info install-info.o /usr/obj/usr/src/gnu= /usr.bin/texinfo/install-info/../libtxi/libtxi.a =3D=3D=3D> gnu/usr.bin/texinfo/texindex (all) cc -O2 -pipe -DHAVE_CONFIG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/s= rc/gnu/usr.bin/texinfo/texindex/../../../../contrib/texinfo -I/usr/src/gnu/= usr.bin/texinfo/texindex/../../../../contrib/texinfo/lib -std=3Dgnu99 -fst= ack-protector -c /usr/src/gnu/usr.bin/texinfo/texindex/../../../../contrib= /texinfo/util/texindex.c -o texindex.o gzip -cn /usr/src/gnu/usr.bin/texinfo/texindex/../../../../contrib/texinfo/= doc/texindex.1 > texindex.1.gz cc -O2 -pipe -DHAVE_CONFIG_H -DLOCALEDIR=3D\"/usr/share/locale\" -I/usr/s= rc/gnu/usr.bin/texinfo/texindex/../../../../contrib/texinfo -I/usr/src/gnu/= usr.bin/texinfo/texindex/../../../../contrib/texinfo/lib -std=3Dgnu99 -fst= ack-protector -o texindex texindex.o /usr/obj/usr/src/gnu/usr.bin/texinfo= /texindex/../libtxi/libtxi.a =3D=3D=3D> gnu/usr.bin/texinfo/doc (all) makeinfo --no-split -I /usr/src/gnu/usr.bin/texinfo/doc -I /usr/src/gnu/usr= .bin/texinfo/doc/../../../../contrib/texinfo/doc /usr/src/gnu/usr.bin/texin= fo/doc/../../../../contrib/texinfo/doc/info.texi -o info.info ln -fs /usr/src/gnu/usr.bin/texinfo/doc/../../../../contrib/texinfo/doc/tex= info.txi texinfo.texi makeinfo --no-split -I /usr/src/gnu/usr.bin/texinfo/doc -I /usr/src/gnu/usr= .bin/texinfo/doc/../../../../contrib/texinfo/doc /usr/src/gnu/usr.bin/texin= fo/doc/../../../../contrib/texinfo/doc/info-stnd.texi -o info-stnd.info makeinfo --no-split -I /usr/src/gnu/usr.bin/texinfo/doc -I /usr/src/gnu/usr= .bin/texinfo/doc/../../../../contrib/texinfo/doc texinfo.texi -o texinfo.i= nfo gzip -cn info.info > info.info.gz gzip -cn info-stnd.info > info-stnd.info.gz gzip -cn texinfo.info > texinfo.info.gz cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++/../cc_tools -I/usr/src/gnu/usr.bin= /cc/c++/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/c++/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/c++/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= c++/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -o g++ gcc.o = opts-common.o options.o intl.o prefix.o version.o driver-i386.o g++spec.o /= usr/obj/usr/src/gnu/usr.bin/cc/c++/../libcpp/libcpp.a /usr/obj/usr/src/gnu/= usr.bin/cc/c++/../libiberty/libiberty.a =3D=3D=3D> gnu/usr.bin/cc/c++filt (all) cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++filt/../cc_tools -I/usr/src/gnu/usr= .bin/cc/c++filt/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++filt/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcclibs/libdecnumber -D= GCC_DRIVER -DDEFAULT_TARGET_VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE= =3D\"i386-undermydesk-freebsd\" -DENABLE_SHARED_LIBGCC -DSTANDALONE_DEMAN= GLER -DVERSION=3D\"\" -std=3Dgnu89 -fstack-protector -c /usr/src/gnu/usr.= bin/cc/c++filt/../../../../contrib/gcclibs/libiberty/cp-demangle.c -o cp-de= mangle.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++filt/../cc_tools -I/usr/src/gnu/usr= .bin/cc/c++filt/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++filt/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcclibs/libdecnumber -D= GCC_DRIVER -DDEFAULT_TARGET_VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE= =3D\"i386-undermydesk-freebsd\" -DENABLE_SHARED_LIBGCC -DSTANDALONE_DEMAN= GLER -DVERSION=3D\"\" -std=3Dgnu89 -fstack-protector -o c++filt cp-deman= gle.o /usr/obj/usr/src/gnu/usr.bin/cc/c++filt/../libiberty/libiberty.a =3D=3D=3D> gnu/usr.bin/cc/gcov (all) cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/gcov/../cc_tools -I/usr/src/gnu/usr.bi= n/cc/gcov/../cc_tools -I/usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gc= c -I/usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gcc/config -I/usr/src/= gnu/usr.bin/cc/gcov/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.= bin/cc/gcov/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.b= in/cc/gcov/../../../../contrib/gcclibs/libdecnumber -std=3Dgnu89 -fstack-p= rotector -c /usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gcc/gcov.c -o= gcov.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/gcov/../cc_tools -I/usr/src/gnu/usr.bi= n/cc/gcov/../cc_tools -I/usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gc= c -I/usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gcc/config -I/usr/src/= gnu/usr.bin/cc/gcov/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.= bin/cc/gcov/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.b= in/cc/gcov/../../../../contrib/gcclibs/libdecnumber -std=3Dgnu89 -fstack-p= rotector -DBASEVER=3D\"4.2.1\" -DDATESTAMP=3D\"\ 20070831\" -DDEVPHASE= =3D\"\ patched\" -c /usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gcc/ve= rsion.c cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/gcov/../cc_tools -I/usr/src/gnu/usr.bi= n/cc/gcov/../cc_tools -I/usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gc= c -I/usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gcc/config -I/usr/src/= gnu/usr.bin/cc/gcov/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.= bin/cc/gcov/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.b= in/cc/gcov/../../../../contrib/gcclibs/libdecnumber -std=3Dgnu89 -fstack-p= rotector -c /usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gcc/errors.c = -o errors.o gzip -cn /usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gcc/doc/gcov.1 > = gcov.1.gz cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/gcov/../cc_tools -I/usr/src/gnu/usr.bi= n/cc/gcov/../cc_tools -I/usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gc= c -I/usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gcc/config -I/usr/src/= gnu/usr.bin/cc/gcov/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.= bin/cc/gcov/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.b= in/cc/gcov/../../../../contrib/gcclibs/libdecnumber -std=3Dgnu89 -fstack-p= rotector -o gcov gcov.o version.o errors.o /usr/obj/usr/src/gnu/usr.bin/c= c/gcov/../libiberty/libiberty.a 1 error *** [everything] Error code 2 1 error *** [buildworld] Error code 2 make: stopped in /usr/src 1 error make: stopped in /usr/src Build step 'Execute shell' marked build as failure [PostBuildScript] - Execution post build scripts. [FreeBSD_STABLE_9-i386] $ /bin/sh -xe /tmp/hudson2225321982132271128.sh + export 'PATH=3D/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/b= in' + export 'jname=3DFreeBSD_STABLE_9-i386' + echo 'clean up jail FreeBSD_STABLE_9-i386' clean up jail FreeBSD_STABLE_9-i386 + sudo jail -r FreeBSD_STABLE_9-i386 + sudo ifconfig igb0 inet6 2610:1c1:1:607c::101:1 -alias + sudo umount FreeBSD_STABLE_9-i386/usr/src + sudo umount FreeBSD_STABLE_9-i386/dev + sudo rm -fr FreeBSD_STABLE_9-i386 rm: FreeBSD_STABLE_9-i386/libexec/ld-elf.so.1: Operation not permitted rm: FreeBSD_STABLE_9-i386/libexec: Directory not empty rm: FreeBSD_STABLE_9-i386/usr/lib/librt.so.1: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/lib: Directory not empty rm: FreeBSD_STABLE_9-i386/usr/bin/su: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/chpass: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/ypchpass: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/opiepasswd: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/yppasswd: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/opieinfo: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/passwd: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/chfn: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/ypchfn: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/crontab: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/login: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/ypchsh: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/chsh: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin: Directory not empty rm: FreeBSD_STABLE_9-i386/usr: Directory not empty rm: FreeBSD_STABLE_9-i386/sbin/init: Operation not permitted rm: FreeBSD_STABLE_9-i386/sbin: Directory not empty rm: FreeBSD_STABLE_9-i386/lib/libthr.so.3: Operation not permitted rm: FreeBSD_STABLE_9-i386/lib/libcrypt.so.5: Operation not permitted rm: FreeBSD_STABLE_9-i386/lib/libc.so.7: Operation not permitted rm: FreeBSD_STABLE_9-i386/lib: Directory not empty rm: FreeBSD_STABLE_9-i386/var/empty: Operation not permitted rm: FreeBSD_STABLE_9-i386/var: Directory not empty rm: FreeBSD_STABLE_9-i386: Directory not empty + true + sudo chflags -R noschg FreeBSD_STABLE_9-i386 + sudo rm -fr FreeBSD_STABLE_9-i386 Email was triggered for: Failure - Any Sending email for trigger: Failure - Any From owner-freebsd-stable@freebsd.org Tue Nov 24 14:09:31 2015 Return-Path: Delivered-To: freebsd-stable@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 93656A36DE4; Tue, 24 Nov 2015 14:09:31 +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 76C781F15; Tue, 24 Nov 2015 14:09:31 +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 6D716322; Tue, 24 Nov 2015 14:09:31 +0000 (UTC) Date: Tue, 24 Nov 2015 14:09:30 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: hselasky@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-stable@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <2075977422.129.1448374171420.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <1217053857.125.1448366996804.JavaMail.jenkins@jenkins-9.freebsd.org> References: <1217053857.125.1448366996804.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_STABLE_10-i386 - Build #666 - 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-stable@freebsd.org X-Mailman-Version: 2.1.20 List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Nov 2015 14:09:31 -0000 FreeBSD_STABLE_10-i386 - Build #666 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/6= 66/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/666= /changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/666/= console Change summaries: 291254 by hselasky: MFC r291146: Add support for Kana and Eisu keys to the USB keyboard driver. PR:=09=09204709 291253 by hselasky: MFC r291145: Fix scancodes for Kana and Eisu keys. PR:=09=09204709 291250 by hselasky: MFC r290326: Relax the BUS_DMA_KEEP_PG_OFFSET requirement to allow optimising allocation of DMA bounce buffers. Discussed with:=09ian @ The end of the build log: [...truncated 100911 lines...] sed '1s/\/bin\//\/rescue\//' /usr/src/rescue/rescue/../../sbin/reboot/nextb= oot.sh > nextboot_FIXED --- dhclient_FIXED --- sed '1s/\/bin\//\/rescue\//' /usr/src/rescue/rescue/../../sbin/dhclient/dhc= lient-script > dhclient_FIXED --- lib.all__D --- --- _inffast.po --- cc -pg -O2 -pipe -ffreestanding -Wformat -I/usr/src/lib/libstand -mno-m= mx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_= NO_COMPRESS -DHAVE_MEMCPY -I/usr/src/lib/libstand/../libz -std=3Dgnu99 -Qun= used-arguments -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 -Wno-parentheses -c _inffast.c -o= _inffast.po --- secure.all__D --- --- f_string.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/f_string.c -o f_string.po --- sbin.all__D --- --- inode.o --- cc -O2 -pipe -I/usr/src/sbin/fsck_ffs -I/usr/src/sbin/fsck_ffs/../mount = -std=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 = -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-= conversion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -c /usr= /src/sbin/fsck_ffs/inode.c -o inode.o --- all_subdir_fsck_msdosfs --- =3D=3D=3D> sbin/fsck_msdosfs (all) --- main.o --- cc -O2 -pipe -I/usr/src/sbin/fsck_msdosfs/../fsck -std=3Dgnu99 -Qunused-= arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k= -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointe= r-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunuse= d-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredu= ndant-decls -Wold-style-definition -Wmissing-variable-declarations -Wno-poi= nter-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -= c /usr/src/sbin/fsck_msdosfs/main.c -o main.o --- lib.all__D --- --- _inflate.po --- cc -pg -O2 -pipe -ffreestanding -Wformat -I/usr/src/lib/libstand -mno-m= mx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_= NO_COMPRESS -DHAVE_MEMCPY -I/usr/src/lib/libstand/../libz -std=3Dgnu99 -Qun= used-arguments -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 -Wno-parentheses -c _inflate.c -o= _inflate.po --- secure.all__D --- --- i2d_pr.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/i2d_pr.c -o i2d_pr.po --- sbin.all__D --- --- check.o --- cc -O2 -pipe -I/usr/src/sbin/fsck_msdosfs/../fsck -std=3Dgnu99 -Qunused-= arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k= -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointe= r-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunuse= d-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredu= ndant-decls -Wold-style-definition -Wmissing-variable-declarations -Wno-poi= nter-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -= c /usr/src/sbin/fsck_msdosfs/check.c -o check.o --- boot.o --- cc -O2 -pipe -I/usr/src/sbin/fsck_msdosfs/../fsck -std=3Dgnu99 -Qunused-= arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k= -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointe= r-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunuse= d-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredu= ndant-decls -Wold-style-definition -Wmissing-variable-declarations -Wno-poi= nter-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -= c /usr/src/sbin/fsck_msdosfs/boot.c -o boot.o --- secure.all__D --- --- i2d_pu.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/i2d_pu.c -o i2d_pu.po --- sbin.all__D --- --- fat.o --- cc -O2 -pipe -I/usr/src/sbin/fsck_msdosfs/../fsck -std=3Dgnu99 -Qunused-= arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k= -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointe= r-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunuse= d-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredu= ndant-decls -Wold-style-definition -Wmissing-variable-declarations -Wno-poi= nter-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -= c /usr/src/sbin/fsck_msdosfs/fat.c -o fat.o --- secure.all__D --- --- n_pkey.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/n_pkey.c -o n_pkey.po --- sbin.all__D --- --- all_subdir_fsck_ffs --- --- main.o --- cc -O2 -pipe -I/usr/src/sbin/fsck_ffs -I/usr/src/sbin/fsck_ffs/../mount = -std=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 = -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-= conversion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -c /usr= /src/sbin/fsck_ffs/main.c -o main.o --- secure.all__D --- --- nsseq.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/nsseq.c -o nsseq.po --- sbin.all__D --- --- all_subdir_fsck_msdosfs --- --- dir.o --- cc -O2 -pipe -I/usr/src/sbin/fsck_msdosfs/../fsck -std=3Dgnu99 -Qunused-= arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k= -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointe= r-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunuse= d-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredu= ndant-decls -Wold-style-definition -Wmissing-variable-declarations -Wno-poi= nter-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -= c /usr/src/sbin/fsck_msdosfs/dir.c -o dir.o --- all_subdir_fsck_ffs --- --- pass1.o --- cc -O2 -pipe -I/usr/src/sbin/fsck_ffs -I/usr/src/sbin/fsck_ffs/../mount = -std=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 = -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-= conversion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -c /usr= /src/sbin/fsck_ffs/pass1.c -o pass1.o --- secure.all__D --- --- p5_pbe.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/p5_pbe.c -o p5_pbe.po --- lib.all__D --- --- _inftrees.po --- cc -pg -O2 -pipe -ffreestanding -Wformat -I/usr/src/lib/libstand -mno-m= mx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_= NO_COMPRESS -DHAVE_MEMCPY -I/usr/src/lib/libstand/../libz -std=3Dgnu99 -Qun= used-arguments -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 -Wno-parentheses -c _inftrees.c -= o _inftrees.po --- _zutil.po --- cc -pg -O2 -pipe -ffreestanding -Wformat -I/usr/src/lib/libstand -mno-m= mx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -msoft-float -DBZ_NO_STDIO -DBZ_= NO_COMPRESS -DHAVE_MEMCPY -I/usr/src/lib/libstand/../libz -std=3Dgnu99 -Qun= used-arguments -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 -Wno-parentheses -c _zutil.c -o _= zutil.po --- secure.all__D --- --- p5_pbev2.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/p5_pbev2.c -o p5_pbev2.po --- lib.all__D --- --- libstand_p.a --- building profiled stand library ranlib -D libstand_p.a --- all_subdir_libstdbuf --- =3D=3D=3D> lib/libstdbuf (all) --- sbin.all__D --- --- pass1b.o --- cc -O2 -pipe -I/usr/src/sbin/fsck_ffs -I/usr/src/sbin/fsck_ffs/../mount = -std=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 = -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-= conversion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -c /usr= /src/sbin/fsck_ffs/pass1b.c -o pass1b.o --- lib.all__D --- --- stdbuf.po --- cc -pg -O2 -pipe -std=3Dgnu99 -Qunused-arguments -fstack-protector -Ws= ystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstri= ct-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qua= l -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-= subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definiti= on -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -c /usr/src/lib/libstdbuf/stdbuf.= c -o stdbuf.po --- secure.all__D --- --- p8_pkey.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/p8_pkey.c -o p8_pkey.po --- sbin.all__D --- --- all_subdir_fsck_msdosfs --- --- fsutil.o --- cc -O2 -pipe -I/usr/src/sbin/fsck_msdosfs/../fsck -std=3Dgnu99 -Qunused-= arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k= -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointe= r-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunuse= d-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredu= ndant-decls -Wold-style-definition -Wmissing-variable-declarations -Wno-poi= nter-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -= c /usr/src/sbin/fsck_msdosfs/../fsck/fsutil.c -o fsutil.o --- lib.all__D --- --- libstdbuf_p.a --- building profiled stdbuf library ranlib -D libstdbuf_p.a --- libstdbuf.3.gz --- gzip -cn /usr/src/lib/libstdbuf/libstdbuf.3 > libstdbuf.3.gz --- sbin.all__D --- --- all_subdir_fsck_ffs --- --- pass2.o --- --- lib.all__D --- --- all_subdir_libstdthreads --- --- sbin.all__D --- cc -O2 -pipe -I/usr/src/sbin/fsck_ffs -I/usr/src/sbin/fsck_ffs/../mount = -std=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 = -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-= conversion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-parameter -c /usr= /src/sbin/fsck_ffs/pass2.c -o pass2.o --- lib.all__D --- =3D=3D=3D> lib/libstdthreads (all) --- sbin.all__D --- --- all_subdir_fsck_msdosfs --- --- fsck_msdosfs.8.gz --- gzip -cn /usr/src/sbin/fsck_msdosfs/fsck_msdosfs.8 > fsck_msdosfs.8.gz --- lib.all__D --- --- call_once.po --- --- sbin.all__D --- --- fsck_msdosfs --- --- lib.all__D --- cc -pg -O2 -pipe -std=3Dgnu99 -Qunused-arguments -fstack-protector -Ws= ystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstri= ct-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qua= l -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-= subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definiti= on -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -c /usr/src/lib/libstdthreads/cal= l_once.c -o call_once.po --- sbin.all__D --- cc -O2 -pipe -I/usr/src/sbin/fsck_msdosfs/../fsck -std=3Dgnu99 -Qunused-= arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k= -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointe= r-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunuse= d-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredu= ndant-decls -Wold-style-definition -Wmissing-variable-declarations -Wno-poi= nter-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable = -o fsck_msdosfs main.o check.o boot.o fat.o dir.o fsutil.o=20 --- lib.all__D --- --- cnd.po --- cc -pg -O2 -pipe -std=3Dgnu99 -Qunused-arguments -fstack-protector -Ws= ystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstri= ct-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qua= l -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-= subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definiti= on -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -c /usr/src/lib/libstdthreads/cnd= .c -o cnd.po --- share.all__D --- =3D=3D=3D> share (all) --- secure.all__D --- --- t_bitst.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/t_bitst.c -o t_bitst.po --- share.all__D --- --- _sub.all --- =3D=3D=3D> share/colldef (all) --- lib.all__D --- --- mtx.po --- cc -pg -O2 -pipe -std=3Dgnu99 -Qunused-arguments -fstack-protector -Ws= ystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstri= ct-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qua= l -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-= subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definiti= on -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -c /usr/src/lib/libstdthreads/mtx= .c -o mtx.po --- thrd.po --- cc -pg -O2 -pipe -std=3Dgnu99 -Qunused-arguments -fstack-protector -Ws= ystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstri= ct-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qua= l -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-= subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definiti= on -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -c /usr/src/lib/libstdthreads/thr= d.c -o thrd.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 --- sbin.all__D --- --- all_subdir_fsck_ffs --- A failure has been detected in another branch of the parallel make make[4]: stopped in /usr/src/sbin/fsck_ffs *** [all_subdir_fsck_ffs] 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 --- lib.all__D --- A failure has been detected in another branch of the parallel make make[4]: stopped in /usr/src/lib/libstdthreads *** [all_subdir_libstdthreads] 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 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/hudson5210545020163322658.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/chpass: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/yppasswd: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/login: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/opieinfo: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/opiepasswd: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/ypchfn: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/ypchpass: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/su: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/ypchsh: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/chfn: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/chsh: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/crontab: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/passwd: 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/libc.so.7: Operation not permitted rm: FreeBSD_STABLE_10-i386/lib/libthr.so.3: Operation not permitted rm: FreeBSD_STABLE_10-i386/lib/libcrypt.so.5: 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 From owner-freebsd-stable@freebsd.org Tue Nov 24 14:18:04 2015 Return-Path: Delivered-To: freebsd-stable@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 ECD1FA360F0 for ; Tue, 24 Nov 2015 14:18:04 +0000 (UTC) (envelope-from kraduk@gmail.com) Received: from mail-wm0-x235.google.com (mail-wm0-x235.google.com [IPv6:2a00:1450:400c:c09::235]) (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 8B3F21324 for ; Tue, 24 Nov 2015 14:18:04 +0000 (UTC) (envelope-from kraduk@gmail.com) Received: by wmww144 with SMTP id w144so140550870wmw.1 for ; Tue, 24 Nov 2015 06:18:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=BPn4GPzerElJfC4m7+THd7puQcAG4r7fLi07Vfq3zns=; b=E7G/wNNAPH2zk/gUDmu5n8/wv3oAjRu7+wQNHkUhLjO4ywLQ3W+Giawo/emio81eFm ANOVaF3WBpAC8pxbXCwrFFGmQS2TLj9+M1Ezap0AFdmvl/ENxnNjzfzwCTCaYT7eWhjY TMDmSvUOXFNsDi6NF7xIvGDsNaI6RdcygW7pMu0mO6Ji3EQF1JqoTg5h6+1TwXKXaSDT etcdOiC/zCR5H12ygI2uKiMu9ZmJceZIsIIHg3pWSWWu9F7dFUx61CnE4B2p6leBrBNd +M239tyNzaF4iRRoFuVPgW+qlrB2YzK5SqR2SW55R1B8xt4qGiHebo3xa2xWpy/EuEri iiTA== MIME-Version: 1.0 X-Received: by 10.194.204.202 with SMTP id la10mr42308579wjc.81.1448374682551; Tue, 24 Nov 2015 06:18:02 -0800 (PST) Received: by 10.28.181.213 with HTTP; Tue, 24 Nov 2015 06:18:02 -0800 (PST) In-Reply-To: References: Date: Tue, 24 Nov 2015 14:18:02 +0000 Message-ID: Subject: Re: ZFS - poor performance with "large" directories From: krad To: Albert Cervin Cc: freebsd-stable Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Nov 2015 14:18:05 -0000 make sure atime if off for starters on the filesystem On 24 November 2015 at 14:00, Albert Cervin wrote: > Hi all, > > Please feel free to direct me to a list that is more suitable. > > We are trying to set up a fileserver solution for a web application that we > are building. This fileserver is running FreeBSD 10.2 and ZFS. Files are > written over CIFS with Samba running on the fileserver host. > > However, we are seeing en exponential decrease in performance to write to > the file server when the number of files in the directory grows (when it > goes up to ~6000 files it becomes unusable and the write time has gone from > a fraction of a second to ten seconds). > > We ran the same setup on a Linux machine with an ext4 file system which did > NOT suffer from this performance degradation. > > Our first reaction was to remove Samba from the equation. I ran a test > where i tried to copy a folder with a large amount of files and then ran a > test with the same folder as a zip. > > So, > > cp -r folder_with_lots_of_files copy_of_folder_with_lots_of_files > > gives an iostat output that looks like this for the zpool (zpool iostat > frosting 1): > > pool alloc free read write read write > ---------- ----- ----- ----- ----- ----- ----- > frosting 48.5G 299G 2 0 267K 8.56K > frosting 48.5G 299G 401 0 50.2M 0 > frosting 48.6G 299G 384 94 47.9M 7.79M > frosting 48.6G 299G 471 0 58.9M 0 > frosting 48.6G 299G 492 0 61.4M 0 > frosting 48.6G 299G 393 0 49.0M 0 > frosting 48.6G 299G 426 0 53.3M 0 > frosting 48.6G 299G 421 147 52.5M 9.71M > frosting 48.6G 299G 507 0 63.4M 0 > frosting 48.6G 299G 376 0 47.0M 0 > frosting 48.6G 299G 447 0 55.8M 0 > frosting 48.6G 299G 433 13 54.2M 1.62M > frosting 48.6G 299G 431 85 53.8M 6.95M > frosting 48.6G 299G 288 0 36.1M 0 > frosting 48.6G 299G 329 0 41.2M 0 > frosting 48.6G 299G 340 0 42.4M 0 > frosting 48.6G 299G 398 9 49.8M 1.14M > frosting 48.6G 299G 324 126 40.4M 7.08M > frosting 48.6G 299G 391 0 48.9M 0 > frosting 48.6G 299G 261 0 32.5M 0 > frosting 48.6G 299G 314 0 39.3M 0 > frosting 48.6G 299G 317 0 39.6M 0 > frosting 48.6G 299G 346 79 43.3M 6.36M > > Are these "holes" in write speed normal. Since this is the exact symptom we > are getting when the network writes start to be slow. > > If I instead copy a large single file, I get this IO behavior: > > capacity operations bandwidth > pool alloc free read write read write > ---------- ----- ----- ----- ----- ----- ----- > frosting 50.1G 298G 7 0 953K 34.5K > frosting 50.1G 298G 224 215 27.9M 26.8M > frosting 50.2G 298G 224 364 27.8M 38.6M > frosting 50.2G 298G 225 57 27.9M 7.23M > frosting 50.3G 298G 173 477 21.5M 56.1M > frosting 50.3G 298G 219 0 27.3M 0 > frosting 50.3G 298G 265 353 33.0M 44.0M > frosting 50.3G 298G 294 172 36.6M 18.3M > frosting 50.3G 298G 237 436 29.4M 54.2M > frosting 50.4G 298G 257 108 31.9M 9.69M > frosting 50.4G 298G 211 382 26.1M 47.5M > frosting 50.4G 298G 305 162 38.0M 16.4M > frosting 50.4G 298G 253 369 31.5M 45.9M > frosting 50.5G 297G 176 177 21.8M 18.0M > frosting 50.5G 297G 197 167 24.6M 20.9M > frosting 50.6G 297G 248 375 30.9M 42.8M > frosting 50.6G 297G 322 605 39.9M 68.0M > frosting 50.6G 297G 164 36 20.4M 1.57M > frosting 50.6G 297G 259 96 32.2M 12.0M > > which looks more like what I would expect and is also similiar to the IO > behavior we get if I copy the folder with many files on an ext4 file > system. > > Any help or tips for getting this to work would be highly appreciated! > > Cheers, > Albert Cervin > _______________________________________________ > freebsd-stable@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > From owner-freebsd-stable@freebsd.org Tue Nov 24 14:30:36 2015 Return-Path: Delivered-To: freebsd-stable@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 C94C2A36353 for ; Tue, 24 Nov 2015 14:30:36 +0000 (UTC) (envelope-from mike@sentex.net) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [IPv6:2607:f3e0:0:1::12]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "smarthost.sentex.ca", Issuer "smarthost.sentex.ca" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 8B4941A71 for ; Tue, 24 Nov 2015 14:30:36 +0000 (UTC) (envelope-from mike@sentex.net) Received: from [IPv6:2607:f3e0:0:4:f025:8813:7603:7e4a] (saphire3.sentex.ca [IPv6:2607:f3e0:0:4:f025:8813:7603:7e4a]) by smarthost1.sentex.ca (8.15.2/8.15.2) with ESMTP id tAOEUYBq029422; Tue, 24 Nov 2015 09:30:34 -0500 (EST) (envelope-from mike@sentex.net) Subject: Re: ZFS - poor performance with "large" directories To: Albert Cervin , freebsd-stable@freebsd.org References: From: Mike Tancsa Organization: Sentex Communications Message-ID: <5654747B.10902@sentex.net> Date: Tue, 24 Nov 2015 09:30:19 -0500 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.75 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Nov 2015 14:30:36 -0000 On 11/24/2015 9:00 AM, Albert Cervin wrote: > However, we are seeing en exponential decrease in performance to write to > the file server when the number of files in the directory grows (when it > goes up to ~6000 files it becomes unusable and the write time has gone from > a fraction of a second to ten seconds). Have you tried adjusting vfs.zfs.arc_meta_limit to a higher value ? Do you have any memory pressures on your server ? Have a look at this thread https://lists.freebsd.org/pipermail/freebsd-fs/2013-February/016492.html ---Mike -- ------------------- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, mike@sentex.net Providing Internet services since 1994 www.sentex.net Cambridge, Ontario Canada http://www.tancsa.com/ From owner-freebsd-stable@freebsd.org Tue Nov 24 14:31:17 2015 Return-Path: Delivered-To: freebsd-stable@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 35946A3649A for ; Tue, 24 Nov 2015 14:31:17 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-wm0-x233.google.com (mail-wm0-x233.google.com [IPv6:2a00:1450:400c:c09::233]) (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 BD03A1BF1 for ; Tue, 24 Nov 2015 14:31:16 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: by wmuu63 with SMTP id u63so98931937wmu.0 for ; Tue, 24 Nov 2015 06:31:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=lSdVAdOdNn5qPPqdmnjajVbUkKzBF5le5YmnFEeGY6k=; b=saGcVhQvZec7YgpOhCmfeiRhCYVJR8qR0knoSuh3hB3WDdVVlZnKTs0Y+MV1cMVRyW Z7mCO7rdQudG53+KdmXUvWiEVabhj2r1ym4w1HI5AsfbLO3E1Xy5dNRmqSGrTd78ml5f 4UMFI/Shd6sUhQlGmJQLXvXRF/rMATx/gcYPFpwjuYGlhed0JiOUOKO5irWygBjnZgGU YlbTwj1xiS4e77WeZgyUqJkroxgI4sCV5G4VDVMPVaVpKlgOT2/NO18sH4EOyS2MMSJO rI0xTuF9Kh0o62iniRIlo98sg9/0fuYA3T30hdlHm3sVmWI5ct4ZZYr/j80w832xAF9P WpuA== MIME-Version: 1.0 X-Received: by 10.28.195.10 with SMTP id t10mr21903938wmf.11.1448375475308; Tue, 24 Nov 2015 06:31:15 -0800 (PST) Received: by 10.194.192.33 with HTTP; Tue, 24 Nov 2015 06:31:15 -0800 (PST) In-Reply-To: References: Date: Tue, 24 Nov 2015 08:31:15 -0600 Message-ID: Subject: Re: ZFS - poor performance with "large" directories From: Adam Vande More To: Albert Cervin Cc: "freebsd-stable@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Nov 2015 14:31:17 -0000 On Tue, Nov 24, 2015 at 8:00 AM, Albert Cervin wrote: > Hi all, > > Please feel free to direct me to a list that is more suitable. > > We are trying to set up a fileserver solution for a web application that we > are building. This fileserver is running FreeBSD 10.2 and ZFS. Files are > written over CIFS with Samba running on the fileserver host. > > However, we are seeing en exponential decrease in performance to write to > the file server when the number of files in the directory grows (when it > goes up to ~6000 files it becomes unusable and the write time has gone from > a fraction of a second to ten seconds). > > We ran the same setup on a Linux machine with an ext4 file system which did > NOT suffer from this performance degradation. > I should hope not. ext4 vs zfs comparison isn't fair for either. > > Are these "holes" in write speed normal. Since this is the exact symptom we > are getting when the network writes start to be slow. > Totally normal. You'll want to reference: https://wiki.freebsd.org/ZFSTuningGuide In particular for that issue see: vfs.zfs.txg.timeout and tuning related to NFS. Performance is also heavily dependent on pool structure and io characteristics. For example, a pool of 3 2 disk mirrors is in general going to be much faster than 1 6 disk raidz2. -- Adam From owner-freebsd-stable@freebsd.org Tue Nov 24 15:26:10 2015 Return-Path: Delivered-To: freebsd-stable@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 7FB44A3612C for ; Tue, 24 Nov 2015 15:26:10 +0000 (UTC) (envelope-from albert@acervin.com) Received: from mail-wm0-x233.google.com (mail-wm0-x233.google.com [IPv6:2a00:1450:400c:c09::233]) (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 1BA171923 for ; Tue, 24 Nov 2015 15:26:09 +0000 (UTC) (envelope-from albert@acervin.com) Received: by wmec201 with SMTP id c201so31588948wme.1 for ; Tue, 24 Nov 2015 07:26:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=acervin-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=WyvGac9gy5va/3TfGjg/6Kb8tPaU4uqAvj52Jllon5g=; b=wKDPxjjTn4J4JQLMRgl9YifsBGkCw0Jy3Jo9yXFN14TofDsoI0CetCkJZcDXQ2O7xU 7naxtlCrGmCCoLzZGm+M/jnFvBu2n5joZfNGK+rwGTuX85sJvm43kEU3j4+MdRgyKZ98 KfxxuN3M/Npz4clHbqIvNsIk6z/LOBp2CZXzGEs2qp1jDKVp3Lt53pxvEs4Qysf1fOpG 3QBXn6Wp211b1yRCddp+t0B/fNxZvIFr8QvsKcHA1z2D5nw3WiaYY9Cte0ULejbyoBg1 gNgzj9hG3rJXl5XMWOGRa1+7rcW9FBRcQ3WjMmAnvztPiHQO0NsOjU/OD2DVDGTxLC42 nXrw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=WyvGac9gy5va/3TfGjg/6Kb8tPaU4uqAvj52Jllon5g=; b=g6jQkWIRgd4ua1pnMTNFN5f0rBExwZs7i+RqG5idyrVNs+yW8Jy+2+HgzEJTNNcCre zBxhwyjVB4jngw5OmH6nJOnTHHrPhoI0k+l9y8gKojGj65z+a774SOua6CKG3/gL+MLQ 0ArlydeDzOGuy7md7CmJKIRQH42UElEIEvCMTuYIioBQWLKbd8zimr9We2suihltuv6j /HMX0YNge8jAmIkTRwS/EYMlq5GoVto3vNUq+j4hWZ1ym3rH9KFO8MFUSvl2lLVW7fzL O8w6RyGlyx8t1YfxKhVbtIj9dwfnKY5eUGRC0hFVRfW2VNWgH5f2eOhBEnD1mrCxfER0 svqA== X-Gm-Message-State: ALoCoQlaqMP3EJTja1lwMrVlB27cH8ph3dNowDljlKDe6ckAzvktB+9HYWIBZMhENL4It+6DGsbc MIME-Version: 1.0 X-Received: by 10.28.210.74 with SMTP id j71mr24789087wmg.96.1448378768089; Tue, 24 Nov 2015 07:26:08 -0800 (PST) Received: by 10.28.195.195 with HTTP; Tue, 24 Nov 2015 07:26:08 -0800 (PST) X-Originating-IP: [80.239.191.4] In-Reply-To: References: Date: Tue, 24 Nov 2015 16:26:08 +0100 Message-ID: Subject: Re: ZFS - poor performance with "large" directories From: Albert Cervin To: Adam Vande More Cc: "freebsd-stable@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Nov 2015 15:26:10 -0000 Thanks! "I should hope not. ext4 vs zfs comparison isn't fair for either." I do realize that comparing ext4 and ZFS is not really giving anything but it tells us one thing, ext4 would work whereas ZFS would not for our use case, which was unexpected, at least to me. vfs.zfs.txg.timeout is already verified to be 5 (the default). I have also turned off atime and vfs.zfs.arc_meta_limit is 1287906304. "Do you have any memory pressures on your server ? Have a look at this thread" The server has 4 cores and 8Gb of memory and there is no memory pressure on the server. Thanks, will look at the thread! The setup is _really_ simple with just a single pool and no datasets. Any more ideas? Cheers, Albert From owner-freebsd-stable@freebsd.org Tue Nov 24 15:42:40 2015 Return-Path: Delivered-To: freebsd-stable@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 1459DA365B7 for ; Tue, 24 Nov 2015 15:42:40 +0000 (UTC) (envelope-from mike@sentex.net) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [IPv6:2607:f3e0:0:1::12]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "smarthost.sentex.ca", Issuer "smarthost.sentex.ca" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id D4B59104C for ; Tue, 24 Nov 2015 15:42:39 +0000 (UTC) (envelope-from mike@sentex.net) Received: from [IPv6:2607:f3e0:0:4:f025:8813:7603:7e4a] (saphire3.sentex.ca [IPv6:2607:f3e0:0:4:f025:8813:7603:7e4a]) by smarthost1.sentex.ca (8.15.2/8.15.2) with ESMTP id tAOFgbcZ042135; Tue, 24 Nov 2015 10:42:38 -0500 (EST) (envelope-from mike@sentex.net) Subject: Re: ZFS - poor performance with "large" directories To: Albert Cervin , Adam Vande More References: Cc: "freebsd-stable@freebsd.org" From: Mike Tancsa Organization: Sentex Communications Message-ID: <5654855F.2070502@sentex.net> Date: Tue, 24 Nov 2015 10:42:23 -0500 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.75 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Nov 2015 15:42:40 -0000 On 11/24/2015 10:26 AM, Albert Cervin wrote: > vfs.zfs.txg.timeout is already verified to be 5 (the default). I have > also turned off atime and vfs.zfs.arc_meta_limit is 1287906304. > > "Do you have any memory pressures on your server ? Have a look at this > thread" > > The server has 4 cores and 8Gb of memory and there is no memory > pressure on the server. Thanks, will look at the thread! > > The setup is _really_ simple with just a single pool and no datasets. > > Any more ideas? 8G is not that much really. In the thread they suggested increasing the meta limit so that the giant directory can fit into cache. ---Mike -- ------------------- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, mike@sentex.net Providing Internet services since 1994 www.sentex.net Cambridge, Ontario Canada http://www.tancsa.com/ From owner-freebsd-stable@freebsd.org Tue Nov 24 16:11:56 2015 Return-Path: Delivered-To: freebsd-stable@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 C04F0A370BD for ; Tue, 24 Nov 2015 16:11:56 +0000 (UTC) (envelope-from albert@acervin.com) Received: from mail-wm0-x232.google.com (mail-wm0-x232.google.com [IPv6:2a00:1450:400c:c09::232]) (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 51FA41233 for ; Tue, 24 Nov 2015 16:11:56 +0000 (UTC) (envelope-from albert@acervin.com) Received: by wmec201 with SMTP id c201so33619590wme.1 for ; Tue, 24 Nov 2015 08:11:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=acervin-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Z2ZqjDX31e4kmOOFoop8xVtaJXoHxn0erCMt37sN8To=; b=f1sCowHhDs4zlIsmOOunnTD1jCBHHDqGgtMRYZ082FTVzlsYwmtr13l5l6eeF6OPOv RQGxeYo0yKdtJeqV0S7ywos7KzPgg8QTTcXEV1SuWhfFMWJG8lsXeK7Ap6Ztynl/9J7R PUZOm8M6izxKLBkfb7id307CZ+Mvb1iH5oorRYDByPiwjAbWuKftskqRyJWP/B3ESnwD +aa/OXhhvENBTPakBo10KhFdmqiXhfqj/qUy0sWa4qS60CEEebHlnR2yOU3/csLxz6Wf KUzEUV2y3QItg06EtKFhaCfALDRj1a2sLHGhHqdYC3M4M97XC4imubJRXLyApgiAi40N dQRg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=Z2ZqjDX31e4kmOOFoop8xVtaJXoHxn0erCMt37sN8To=; b=OoDSNV1aYRghTAI1UbMnA/YprYG9ViZFtgScsWe9yHVnr/dXKRGZ5PboTF5f6NkZfD qtoEPDjyZ+YpCKTjkplH9wo6u4h7v5EPzIXftGIr5Ge1e+57i5ji3MguYupzuGnogQ5r TjSqxs3w0aGsQkMhEckqKvw3MycN6uaBx+6Z2RB0uZABR5BytPGptfLLBrZZi0jL26dI BnxVL3GzYiQY/HwDA46z1veHZa7lOoa8MdJ8CYMgzhyv/wUSvfUg+mdfJBcHAPnKrU4b Om8YK1j6b5obiNVQPoIX6byNzkLe/0uyipKShijrzg6EjXW8beWOMSdoqHtLNYJFKw3A PV1g== X-Gm-Message-State: ALoCoQlXFdHuO2RQhG9YmA+hsx7gwvY/Qb5NjKtplH/NqDCk9tn6sBLnPL3Y96lkp3xmV+K50Spe MIME-Version: 1.0 X-Received: by 10.194.92.4 with SMTP id ci4mr44502849wjb.175.1448381514786; Tue, 24 Nov 2015 08:11:54 -0800 (PST) Received: by 10.28.195.195 with HTTP; Tue, 24 Nov 2015 08:11:54 -0800 (PST) X-Originating-IP: [80.239.191.4] In-Reply-To: <5654855F.2070502@sentex.net> References: <5654855F.2070502@sentex.net> Date: Tue, 24 Nov 2015 17:11:54 +0100 Message-ID: Subject: Re: ZFS - poor performance with "large" directories From: Albert Cervin To: Mike Tancsa Cc: Adam Vande More , "freebsd-stable@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Nov 2015 16:11:56 -0000 "8G is not that much really. In the thread they suggested increasing the meta limit so that the giant directory can fit into cache." It is not really short on ram judging from the usage though and sure 8Gb is not that much but on the other hand, neither is 8000 files in one directory in my opinion... Will try a bit with the meta limit. Thanks, Albert On Tue, Nov 24, 2015 at 4:42 PM, Mike Tancsa wrote: > On 11/24/2015 10:26 AM, Albert Cervin wrote: >> vfs.zfs.txg.timeout is already verified to be 5 (the default). I have >> also turned off atime and vfs.zfs.arc_meta_limit is 1287906304. >> >> "Do you have any memory pressures on your server ? Have a look at this >> thread" >> >> The server has 4 cores and 8Gb of memory and there is no memory >> pressure on the server. Thanks, will look at the thread! >> >> The setup is _really_ simple with just a single pool and no datasets. >> >> Any more ideas? > > 8G is not that much really. In the thread they suggested increasing the > meta limit so that the giant directory can fit into cache. > > ---Mike > > > > -- > ------------------- > Mike Tancsa, tel +1 519 651 3400 > Sentex Communications, mike@sentex.net > Providing Internet services since 1994 www.sentex.net > Cambridge, Ontario Canada http://www.tancsa.com/ From owner-freebsd-stable@freebsd.org Tue Nov 24 17:58:50 2015 Return-Path: Delivered-To: freebsd-stable@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 D3688A36024 for ; Tue, 24 Nov 2015 17:58:50 +0000 (UTC) (envelope-from ndenev@gmail.com) Received: from mail-lf0-x236.google.com (mail-lf0-x236.google.com [IPv6:2a00:1450:4010:c07::236]) (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 5DF56102E for ; Tue, 24 Nov 2015 17:58:50 +0000 (UTC) (envelope-from ndenev@gmail.com) Received: by lffu14 with SMTP id u14so31229968lff.1 for ; Tue, 24 Nov 2015 09:58:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=QeaxxUrCDyf40dC9OvJu5FYGjrSLedo4P3LqcYvIq3Q=; b=CMuZg8P6YjdPp91SwNnwO5Q9QUytgiZqzfQeF6mM5iKHbbi959EoNii5gJFQUKbqJe Ue97B8h/NKhpm7ceuCUwFsXokK3EbvDs/t4a8yVA0CgZvtGgeg7P/XvE4yRY6EMkno7N 0dq0heYotsWAJZ2IZ4zb0D1JXjyOhkVyVMsyzy+Bcyo/FE9fvox11s/6KQf/Z3LlX6lU ON09gIRyvjL04xMXKfOCXtZ9D4MMwKgIKW7oIKHOyj83V2jMISQp6BMIvDXtZ6LDSVmA CsFBZt93SIZUQ95HnfudC5ybZV4masdJo9+VlpVCa+st0XySXwhgCnBmOwuBpltKKSh/ C4Ww== MIME-Version: 1.0 X-Received: by 10.25.19.69 with SMTP id j66mr14031691lfi.25.1448387928466; Tue, 24 Nov 2015 09:58:48 -0800 (PST) Sender: ndenev@gmail.com Received: by 10.25.39.137 with HTTP; Tue, 24 Nov 2015 09:58:48 -0800 (PST) In-Reply-To: References: Date: Tue, 24 Nov 2015 18:58:48 +0100 X-Google-Sender-Auth: aYiooezT4RIHnkkwKVeRWprhHCc Message-ID: Subject: Re: sshpass From: Nikolay Denev To: Adam Vande More Cc: "freebsd-stable@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Nov 2015 17:58:50 -0000 Maybe patch around this change http://sourceforge.net/p/sshpass/code/48/tree//trunk/main.c?diff=5182883de88f3d77deda7b5c:47 similarly to what was done in the Salt issue https://github.com/saltstack/salt/pull/22120/files --Nikolay On Tue, Nov 24, 2015 at 1:05 AM, Adam Vande More wrote: > sshpass seems to be broken for at least FreeBSD 10.X targets and here is > some debugging output: > > 6347: 0.306948550 write(2,"debug2: input_userauth_info_req:"...,48) = 48 > (0x30) > 6347: 0.307046901 > openat(0xffffff9c,0x8008a4fe6,0x2,0x0,0x7ff7fc75ecfc,0x803856010) ERR#6 > 'Device not configured' > debug1: read_passphrase: can't open /dev/tty: Device not configured > 6347: 0.307174637 write(2,"debug1: read_passphrase: can't o"...,69) = 69 > (0x45) > 6347: 0.307292478 open("/dev/tty",O_RDWR|O_CLOEXEC,0163727160) ERR#6 > 'Device not configured' > debug3: packet_send2: adding 48 (len 10 padlen 6 extra_pad 64) > 6347: 0.307424012 write(2,"debug3: packet_send2: adding 48 "...,64) = 64 > (0x40) > > It seems various tools like ansible and salt are running into this as well: > > https://github.com/saltstack/salt/issues/20565 > https://github.com/ansible/ansible/issues/11565 > http://sourceforge.net/p/sshpass/bugs/12/ <- Misidentified cause > > Can anyone offer insight into this? > > Thanks, > > -- > Adam > _______________________________________________ > freebsd-stable@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" From owner-freebsd-stable@freebsd.org Wed Nov 25 00:10:27 2015 Return-Path: Delivered-To: freebsd-stable@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 40ADAA363FE; Wed, 25 Nov 2015 00:10:27 +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 316E71B16; Wed, 25 Nov 2015 00:10:27 +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 485C54F1; Wed, 25 Nov 2015 00:10:23 +0000 (UTC) Date: Wed, 25 Nov 2015 00:10:18 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: jkim@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-stable@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <1934146359.131.1448410220500.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <2075977422.129.1448374171420.JavaMail.jenkins@jenkins-9.freebsd.org> References: <2075977422.129.1448374171420.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_STABLE_10-i386 - Build #667 - 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-stable@freebsd.org X-Mailman-Version: 2.1.20 List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Nov 2015 00:10:27 -0000 FreeBSD_STABLE_10-i386 - Build #667 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/6= 67/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/667= /changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/667/= console Change summaries: 291268 by jkim: MFC:=09r289425 Add support for ARM EABI. Note it is not a direct MFC because some macros are not defined in this branch. The end of the build log: [...truncated 100951 lines...] 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/a_print.c -o a_print.po --- lib.all__D --- --- mesh.po --- cc -pg -I/usr/src/lib/libunbound/../../contrib/unbound -I/usr/src/lib/lib= unbound/../../contrib/ldns -I/usr/obj/usr/src/lib/libunbound -std=3Dgnu99 -= Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-fo= rmat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-un= used-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-convers= ion -c /usr/src/lib/libunbound/../../contrib/unbound/services/mesh.c -o mes= h.po --- secure.all__D --- --- a_set.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/a_set.c -o a_set.po --- sbin.all__D --- --- geom_mbr_enc.o --- cc -O2 -pipe -std=3Dgnu99 -Qunused-arguments -fstack-protector -Wsystem= -headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-pr= ototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Ww= rite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wno-uniniti= alized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-c= onst-variable -c /usr/src/sbin/fdisk/../../sys/geom/geom_mbr_enc.c -o geom_= mbr_enc.o --- lib.all__D --- --- mini_event.po --- cc -pg -I/usr/src/lib/libunbound/../../contrib/unbound -I/usr/src/lib/lib= unbound/../../contrib/ldns -I/usr/obj/usr/src/lib/libunbound -std=3Dgnu99 -= Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-fo= rmat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-un= used-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-convers= ion -c /usr/src/lib/libunbound/../../contrib/unbound/util/mini_event.c -o m= ini_event.po --- sbin.all__D --- --- fdisk.8.gz --- gzip -cn /usr/src/sbin/fdisk/fdisk.8 > fdisk.8.gz --- fdisk --- cc -O2 -pipe -std=3Dgnu99 -Qunused-arguments -fstack-protector -Wsystem= -headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-pr= ototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Ww= rite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wno-uniniti= alized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-c= onst-variable -o fdisk fdisk.o geom_mbr_enc.o -lgeom -lbsdxml -lsbuf --- secure.all__D --- --- a_sign.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/a_sign.c -o a_sign.po --- sbin.all__D --- --- all_subdir_ffsinfo --- =3D=3D=3D> sbin/ffsinfo (all) --- rescue.all__D --- strip rescue --- lib.all__D --- --- modstack.po --- cc -pg -I/usr/src/lib/libunbound/../../contrib/unbound -I/usr/src/lib/lib= unbound/../../contrib/ldns -I/usr/obj/usr/src/lib/libunbound -std=3Dgnu99 -= Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-fo= rmat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-un= used-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-convers= ion -c /usr/src/lib/libunbound/../../contrib/unbound/services/modstack.c -o= modstack.po --- sbin.all__D --- --- ffsinfo.o --- cc -O2 -pipe -DFS_DEBUG -I/usr/src/sbin/ffsinfo/../growfs -std=3Dgnu99 -= Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wno-pointer-= sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-t= autological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused= -function -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-promot= ed-parameter -Wno-parentheses -c /usr/src/sbin/ffsinfo/ffsinfo.c -o ffsinfo= .o --- rescue.all__D --- --- nextboot_FIXED --- sed '1s/\/bin\//\/rescue\//' /usr/src/rescue/rescue/../../sbin/reboot/nextb= oot.sh > nextboot_FIXED --- dhclient_FIXED --- sed '1s/\/bin\//\/rescue\//' /usr/src/rescue/rescue/../../sbin/dhclient/dhc= lient-script > dhclient_FIXED --- lib.all__D --- --- all_subdir_libusbhid --- =3D=3D=3D> lib/libusbhid (all) --- all_subdir_libunbound --- --- module.po --- cc -pg -I/usr/src/lib/libunbound/../../contrib/unbound -I/usr/src/lib/lib= unbound/../../contrib/ldns -I/usr/obj/usr/src/lib/libunbound -std=3Dgnu99 -= Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-fo= rmat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-un= used-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-convers= ion -c /usr/src/lib/libunbound/../../contrib/unbound/util/module.c -o modul= e.po --- secure.all__D --- --- a_strex.po --- --- lib.all__D --- --- all_subdir_libusbhid --- --- descr.po --- --- secure.all__D --- 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/a_strex.c -o a_strex.po --- lib.all__D --- cc -pg -O2 -pipe -std=3Dgnu99 -Qunused-arguments -fstack-protector -Ws= ystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstri= ct-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qua= l -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-= subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definiti= on -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -c /usr/src/lib/libusbhid/descr.c= -o descr.po --- all_subdir_libunbound --- --- msgencode.po --- cc -pg -I/usr/src/lib/libunbound/../../contrib/unbound -I/usr/src/lib/lib= unbound/../../contrib/ldns -I/usr/obj/usr/src/lib/libunbound -std=3Dgnu99 -= Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-fo= rmat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-un= used-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-convers= ion -c /usr/src/lib/libunbound/../../contrib/unbound/util/data/msgencode.c = -o msgencode.po --- all_subdir_libusbhid --- --- descr_compat.po --- cc -pg -O2 -pipe -std=3Dgnu99 -Qunused-arguments -fstack-protector -Ws= ystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstri= ct-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qua= l -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-= subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definiti= on -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -c /usr/src/lib/libusbhid/descr_c= ompat.c -o descr_compat.po --- sbin.all__D --- --- debug.o --- cc -O2 -pipe -DFS_DEBUG -I/usr/src/sbin/ffsinfo/../growfs -std=3Dgnu99 -= Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wno-pointer-= sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-t= autological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused= -function -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-promot= ed-parameter -Wno-parentheses -c /usr/src/sbin/ffsinfo/../growfs/debug.c -o= debug.o --- lib.all__D --- --- parse.po --- cc -pg -O2 -pipe -std=3Dgnu99 -Qunused-arguments -fstack-protector -Ws= ystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstri= ct-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qua= l -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-= subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definiti= on -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -c /usr/src/lib/libusbhid/parse.c= -o parse.po --- all_subdir_libunbound --- --- msgparse.po --- cc -pg -I/usr/src/lib/libunbound/../../contrib/unbound -I/usr/src/lib/lib= unbound/../../contrib/ldns -I/usr/obj/usr/src/lib/libunbound -std=3Dgnu99 -= Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-fo= rmat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-un= used-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-convers= ion -c /usr/src/lib/libunbound/../../contrib/unbound/util/data/msgparse.c -= o msgparse.po --- secure.all__D --- --- a_strnid.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/a_strnid.c -o a_strnid.po --- lib.all__D --- --- msgreply.po --- cc -pg -I/usr/src/lib/libunbound/../../contrib/unbound -I/usr/src/lib/lib= unbound/../../contrib/ldns -I/usr/obj/usr/src/lib/libunbound -std=3Dgnu99 -= Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-fo= rmat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-un= used-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-convers= ion -c /usr/src/lib/libunbound/../../contrib/unbound/util/data/msgreply.c -= o msgreply.po --- all_subdir_libusbhid --- --- usage.po --- cc -pg -O2 -pipe -std=3Dgnu99 -Qunused-arguments -fstack-protector -Ws= ystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstri= ct-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qua= l -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-= subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definiti= on -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -c /usr/src/lib/libusbhid/usage.c= -o usage.po --- sbin.all__D --- --- ffsinfo.8.gz --- gzip -cn /usr/src/sbin/ffsinfo/ffsinfo.8 > ffsinfo.8.gz --- ffsinfo --- cc -O2 -pipe -DFS_DEBUG -I/usr/src/sbin/ffsinfo/../growfs -std=3Dgnu99 -= Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wno-pointer-= sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Wno-t= autological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused= -function -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-promot= ed-parameter -Wno-parentheses -o ffsinfo ffsinfo.o debug.o -lufs --- secure.all__D --- --- a_time.po --- --- lib.all__D --- --- all_subdir_libunbound --- --- net_help.po --- --- secure.all__D --- 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/a_time.c -o a_time.po --- lib.all__D --- cc -pg -I/usr/src/lib/libunbound/../../contrib/unbound -I/usr/src/lib/lib= unbound/../../contrib/ldns -I/usr/obj/usr/src/lib/libunbound -std=3Dgnu99 -= Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-fo= rmat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-un= used-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-convers= ion -c /usr/src/lib/libunbound/../../contrib/unbound/util/net_help.c -o net= _help.po --- sbin.all__D --- --- all_subdir_fsck --- =3D=3D=3D> sbin/fsck (all) --- lib.all__D --- --- all_subdir_libusbhid --- --- data.po --- cc -pg -O2 -pipe -std=3Dgnu99 -Qunused-arguments -fstack-protector -Ws= ystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstri= ct-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qua= l -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-= subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definiti= on -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -c /usr/src/lib/libusbhid/data.c = -o data.po --- sbin.all__D --- --- fsck.o --- cc -O2 -pipe -std=3Dgnu99 -Qunused-arguments -fstack-protector -Wsystem= -headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-pr= ototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Ww= rite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subsc= ripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -W= missing-variable-declarations -Wno-pointer-sign -Wno-empty-body -Wno-string= -plus-int -Wno-unused-const-variable -c /usr/src/sbin/fsck/fsck.c -o fsck.o --- lib.all__D --- --- libusbhid_p.a --- building profiled usbhid library --- secure.all__D --- --- a_type.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/a_type.c -o a_type.po --- lib.all__D --- ranlib -D libusbhid_p.a --- usbhid.3.gz --- gzip -cn /usr/src/lib/libusbhid/usbhid.3 > usbhid.3.gz --- share.all__D --- =3D=3D=3D> share (all) --- _sub.all --- =3D=3D=3D> share/colldef (all) --- lib.all__D --- --- all_subdir_libunbound --- --- netevent.po --- cc -pg -I/usr/src/lib/libunbound/../../contrib/unbound -I/usr/src/lib/lib= unbound/../../contrib/ldns -I/usr/obj/usr/src/lib/libunbound -std=3Dgnu99 -= Qunused-arguments -fstack-protector -Wsystem-headers -Werror -Wall -Wno-fo= rmat-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Wno-uninitialized -Wno-pointer-sign -Wno-empty-body -Wno-s= tring-plus-int -Wno-unused-const-variable -Wno-tautological-compare -Wno-un= used-value -Wno-parentheses-equality -Wno-unused-function -Wno-enum-convers= ion -c /usr/src/lib/libunbound/../../contrib/unbound/util/netevent.c -o net= event.po --- secure.all__D --- --- a_utctm.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/a_utctm.c -o a_utctm.po --- sbin.all__D --- --- fsutil.o --- cc -O2 -pipe -std=3Dgnu99 -Qunused-arguments -fstack-protector -Wsystem= -headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-pr= ototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Ww= rite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subsc= ripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -W= missing-variable-declarations -Wno-pointer-sign -Wno-empty-body -Wno-string= -plus-int -Wno-unused-const-variable -c /usr/src/sbin/fsck/fsutil.c -o fsut= il.o --- 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 --- sbin.all__D --- A failure has been detected in another branch of the parallel make make[4]: stopped in /usr/src/sbin/fsck *** [all_subdir_fsck] 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 --- 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 --- lib.all__D --- A failure has been detected in another branch of the parallel make make[4]: stopped in /usr/src/lib/libunbound *** [all_subdir_libunbound] 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 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/hudson1399491343946645721.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/usr/bin/ypchfn: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/chsh: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/opiepasswd: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/chfn: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/ypchsh: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/ypchpass: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/login: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/passwd: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/chpass: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/crontab: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/su: 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: 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: Directory not empty rm: FreeBSD_STABLE_10-i386/lib/libc.so.7: Operation not permitted rm: FreeBSD_STABLE_10-i386/lib/libthr.so.3: Operation not permitted rm: FreeBSD_STABLE_10-i386/lib/libcrypt.so.5: Operation not permitted rm: FreeBSD_STABLE_10-i386/lib: 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/libexec/ld-elf.so.1: Operation not permitted rm: FreeBSD_STABLE_10-i386/libexec: 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: 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 From owner-freebsd-stable@freebsd.org Wed Nov 25 07:20:43 2015 Return-Path: Delivered-To: freebsd-stable@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 90828A36E93 for ; Wed, 25 Nov 2015 07:20:43 +0000 (UTC) (envelope-from gerrit.kuehn@aei.mpg.de) Received: from umail.aei.mpg.de (umail.aei.mpg.de [194.94.224.6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 362AC1D23 for ; Wed, 25 Nov 2015 07:20:42 +0000 (UTC) (envelope-from gerrit.kuehn@aei.mpg.de) Received: from mailgate.aei.mpg.de (mailgate.aei.mpg.de [194.94.224.5]) by umail.aei.mpg.de (Postfix) with ESMTP id 029D320031A for ; Wed, 25 Nov 2015 08:12:20 +0100 (CET) Received: from mailgate.aei.mpg.de (localhost [127.0.0.1]) by localhost (Postfix) with SMTP id D9FEE405882 for ; Wed, 25 Nov 2015 08:12:20 +0100 (CET) Received: from intranet.aei.uni-hannover.de (ahin1.aei.uni-hannover.de [130.75.117.40]) by mailgate.aei.mpg.de (Postfix) with ESMTP id B1817405881 for ; Wed, 25 Nov 2015 08:12:20 +0100 (CET) Received: from arc.aei.uni-hannover.de ([10.117.15.110]) by intranet.aei.uni-hannover.de (Lotus Domino Release 8.5.3FP6HF1691) with ESMTP id 2015112508121028-409039 ; Wed, 25 Nov 2015 08:12:10 +0100 Date: Wed, 25 Nov 2015 08:12:10 +0100 From: Gerrit =?ISO-8859-1?Q?K=FChn?= To: freebsd-stable@freebsd.org Subject: Re: ZFS - poor performance with "large" directories Message-Id: <20151125081210.6ce3d9404b314fcfb31b061f@aei.mpg.de> In-Reply-To: References: <5654855F.2070502@sentex.net> Organization: Max Planck Gesellschaft X-Mailer: Sylpheed 3.4.2 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) Mime-Version: 1.0 X-MIMETrack: Itemize by SMTP Server on intranet/aei-hannover(Release 8.5.3FP6HF1691 | May 7, 2015) at 25.11.2015 08:12:10, Serialize by Router on intranet/aei-hannover(Release 8.5.3FP6HF1691 | May 7, 2015) at 25.11.2015 08:12:20, Serialize complete at 25.11.2015 08:12:20 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-PMX-Version: 6.0.2.2308539, Antispam-Engine: 2.7.2.2107409, Antispam-Data: 2015.11.25.70316 X-PerlMx-Spam: Gauge=X, Probability=10%, Report=' URI_SNOWNS_NS_NAME 0.5, HTML_00_01 0.05, HTML_00_10 0.05, MIME_LOWER_CASE 0.05, BODYTEXTP_SIZE_3000_LESS 0, BODY_SIZE_1000_LESS 0, BODY_SIZE_2000_LESS 0, BODY_SIZE_400_499 0, BODY_SIZE_5000_LESS 0, BODY_SIZE_7000_LESS 0, DQ_SUSP_1 0, NO_URI_HTTPS 0, REFERENCES 0, SINGLE_URI_IN_BODY 0, __ANY_URI 0, __BOUNCE_CHALLENGE_SUBJ 0, __BOUNCE_NDR_SUBJ_EXEMPT 0, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __DQ_HEUR_1 0, __HAS_FROM 0, __HAS_MSGID 0, __HAS_X_MAILER 0, __IN_REP_TO 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __REFERENCES 0, __SANE_MSGID 0, __SINGLE_URI_TEXT 0, __SUBJ_ALPHA_NEGATE 0, __TO_MALFORMED_2 0, __TO_NO_NAME 0, __URI_IN_BODY 0, __URI_NO_PATH 0, __URI_NO_WWW 0, __URI_NS ' X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Nov 2015 07:20:43 -0000 On Tue, 24 Nov 2015 17:11:54 +0100 Albert Cervin wrote about Re: ZFS - poor performance with "large" directories: AC> Will try a bit with the meta limit. You can also put metadata on a flash device to speed things up. To check if this is really the bottleneck in your case, something simple like a USB stick might suffice to try out: cu Gerrit From owner-freebsd-stable@freebsd.org Wed Nov 25 09:51:38 2015 Return-Path: Delivered-To: freebsd-stable@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 68BCDA35B25 for ; Wed, 25 Nov 2015 09:51:38 +0000 (UTC) (envelope-from stefan.wendler@tngtech.com) Received: from zimbra.tngtech.com (zimbra.tngtech.com [212.204.93.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1A6CA1B19 for ; Wed, 25 Nov 2015 09:51:37 +0000 (UTC) (envelope-from stefan.wendler@tngtech.com) Received: from localhost (localhost [127.0.0.1]) by zimbra.tngtech.com (Postfix) with ESMTP id 6F796B001E5 for ; Wed, 25 Nov 2015 10:51:29 +0100 (CET) Received: from zimbra.tngtech.com ([127.0.0.1]) by localhost (zimbra.tngtech.com [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id 3CJfoCbsqayK for ; Wed, 25 Nov 2015 10:51:29 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by zimbra.tngtech.com (Postfix) with ESMTP id 388C4B005E2 for ; Wed, 25 Nov 2015 10:51:29 +0100 (CET) X-Virus-Scanned: amavisd-new at tngtech.com Received: from zimbra.tngtech.com ([127.0.0.1]) by localhost (zimbra.tngtech.com [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 1yt_AQwfdIW3 for ; Wed, 25 Nov 2015 10:51:29 +0100 (CET) Received: from hactar.localnet (p4FE1CC75.dip0.t-ipconnect.de [79.225.204.117]) by zimbra.tngtech.com (Postfix) with ESMTPSA id 1CEC2B001E5 for ; Wed, 25 Nov 2015 10:51:29 +0100 (CET) From: Stefan Wendler To: FreeBSD Subject: zfs receive -> space quota exceeded Date: Wed, 25 Nov 2015 10:51:28 +0100 Message-ID: <3442373.jLy921YEtQ@hactar> Organization: TNG Technology Consulting GmbH User-Agent: KMail/4.14.3 (FreeBSD/10.2-RELEASE; KDE/4.14.3; amd64; ; ) MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Nov 2015 09:51:38 -0000 Hi, I am trying to setup a zfs snapshot backup. And I am using quotas on most of the datasets that I am trying to backup with send/receive. The snapshot data on the backup pool is around 100% larger than the original data (compression is lz4 on both pools, dedup=off, no refquota). So I am exceeding the quota for every dataset. The send/receive always fails with: "space quota exceeded" What can I do other than disabling the quotas? Which I won't do. The command I am using for the first send/receive is: fs send -R storage@autobackup-2015-11-25 | mbuffer | zfs receive -Fduv backup/storage I know that -R is also sending attributes. Which is fine and wanted. But I don't think that a quota should be a problem here? FreeBSD Version is still 10.1 unfortunately. There is no way to have a downtime right now and upgrade to 10.2. zpool/zfs versions are 28/5 Cheers, Stefan From owner-freebsd-stable@freebsd.org Wed Nov 25 09:54:07 2015 Return-Path: Delivered-To: freebsd-stable@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 A9AE2A35BCA for ; Wed, 25 Nov 2015 09:54:07 +0000 (UTC) (envelope-from f0andrey@gmail.com) Received: from mail-wm0-x22c.google.com (mail-wm0-x22c.google.com [IPv6:2a00:1450:400c:c09::22c]) (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 491B41CE9 for ; Wed, 25 Nov 2015 09:54:07 +0000 (UTC) (envelope-from f0andrey@gmail.com) Received: by wmvv187 with SMTP id v187so248483535wmv.1 for ; Wed, 25 Nov 2015 01:54:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=JNpLDw6j24zPVVT06oYRJIu2m/rm8ZxvBW59CJMQp74=; b=A3hAYgYcwwD7EcIbIUB5fYk9bY5X4sEBvYij7wqZhMmlp9IGa/BNbtcOLfgiy15YJF s2UZtTNZ8WiMUtRv7244vLP4CT53tsO3pleXy144Q6x/fN5XAcX7TletCw63R4UA03xq rRpFSnhlzxrMY52seixGgXhw9TouvLHj/HApEvysmvGH5Q7KcFHY3V6ePUJNLEq27tZo V3mXiVhE169GUnIN9rAv6yMFPNOUevPDhyZfSOXGsrL/LHK3YmNeHYH5b03SAv/AxTli lTx9TslrLuyBe9qpOcAaW5O0s7afA9etKveUyWVgl6Gc0zSf5v3uGOQYBGSPkurHAYGu Nfjw== MIME-Version: 1.0 X-Received: by 10.28.228.138 with SMTP id b132mr3642570wmh.46.1448445245531; Wed, 25 Nov 2015 01:54:05 -0800 (PST) Received: by 10.194.109.197 with HTTP; Wed, 25 Nov 2015 01:54:05 -0800 (PST) Date: Wed, 25 Nov 2015 12:54:05 +0300 Message-ID: Subject: Re: sshpass From: Andrey Fesenko To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Nov 2015 09:54:07 -0000 I'm make patch for port https://bitbucket.org/f_andrey/redports_andrey/src/482b0b1f9ea7cd5e212d6c81961ad5fa545fb6d6/security/sshpass/?at=sshpass contain last two upstream patch Although the program hardkoded /dev/tty is not in the FreeBSD From owner-freebsd-stable@freebsd.org Wed Nov 25 10:07:31 2015 Return-Path: Delivered-To: freebsd-stable@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 AB928A35ED4; Wed, 25 Nov 2015 10:07:31 +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 9A5A71126; Wed, 25 Nov 2015 10:07:31 +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 B52B4647; Wed, 25 Nov 2015 10:07:31 +0000 (UTC) Date: Wed, 25 Nov 2015 10:07:30 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: ngie@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-stable@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <284796844.136.1448446051704.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <713543256.127.1448374050788.JavaMail.jenkins@jenkins-9.freebsd.org> References: <713543256.127.1448374050788.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_STABLE_9-i386 - Build #239 - Still Failing MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_STABLE_9-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-stable@freebsd.org X-Mailman-Version: 2.1.20 List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Nov 2015 10:07:31 -0000 FreeBSD_STABLE_9-i386 - Build #239 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_9-i386/23= 9/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_9-i386/239/= changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_9-i386/239/c= onsole Change summaries: 291297 by ngie: MFstable/10 r291294: MFC r258245: r258245 (by eadler): Add missing include files for the printf_l and scanf_l man pages. Reported by:=09swildner@dragonflybsd.org The end of the build log: [...truncated 52195 lines...] gzip -cn /usr/src/secure/usr.bin/openssl/man/genrsa.1 > genrsa.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/nseq.1 > nseq.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/ocsp.1 > ocsp.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/openssl.1 > openssl.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/passwd.1 > passwd.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/pkcs12.1 > pkcs12.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/pkcs7.1 > pkcs7.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/pkcs8.1 > pkcs8.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/rand.1 > rand.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/req.1 > req.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/rsa.1 > rsa.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/rsautl.1 > rsautl.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/s_client.1 > s_client.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/s_server.1 > s_server.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/s_time.1 > s_time.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/sess_id.1 > sess_id.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/smime.1 > smime.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/speed.1 > speed.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/spkac.1 > spkac.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/verify.1 > verify.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/version.1 > version.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/x509.1 > x509.1.gz gzip -cn /usr/src/secure/usr.bin/openssl/man/x509v3_config.1 > x509v3_confi= g.1.gz cc -O2 -pipe -DTERMIOS -DANSI_SOURCE -I/usr/src/secure/usr.bin/openssl/../= ../../crypto/openssl -I/usr/src/secure/usr.bin/openssl/../../../crypto/open= ssl/crypto -I/usr/obj/usr/src/secure/usr.bin/openssl -DOPENSSL_THREADS -DDS= O_DLFCN -DHAVE_DLFCN_H -DOPENSSL_NO_IDEA -DL_ENDIAN -DMONOLITH -I/usr/src/s= ecure/usr.bin/openssl -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointe= r-sign -o openssl app_rand.o apps.o asn1pars.o ca.o ciphers.o cms.o crl.o = crl2p7.o dgst.o dh.o dhparam.o dsa.o dsaparam.o ec.o ecparam.o enc.o engine= .o errstr.o gendh.o gendsa.o genrsa.o nseq.o ocsp.o openssl.o passwd.o pkcs= 12.o pkcs7.o pkcs8.o prime.o rand.o req.o rsa.o rsautl.o s_cb.o s_client.o = s_server.o s_socket.o s_time.o sess_id.o smime.o speed.o spkac.o verify.o v= ersion.o x509.o -lssl -lcrypto =3D=3D=3D> secure/usr.bin/scp (all) cc -O2 -pipe -I/usr/src/secure/usr.bin/scp/../../../crypto/openssh -includ= e ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-si= gn -c /usr/src/secure/usr.bin/scp/../../../crypto/openssh/scp.c -o scp.o cc -O2 -pipe -I/usr/src/secure/usr.bin/scp/../../../crypto/openssh -includ= e ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-si= gn -c /usr/src/secure/usr.bin/scp/../../../crypto/openssh/roaming_dummy.c -= o roaming_dummy.o gzip -cn /usr/src/secure/usr.bin/scp/../../../crypto/openssh/scp.1 > scp.1.= gz cc -O2 -pipe -I/usr/src/secure/usr.bin/scp/../../../crypto/openssh -includ= e ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-si= gn -L/usr/obj/usr/src/tmp/usr/lib/private -rpath /usr/lib/private -o scp s= cp.o roaming_dummy.o -lssh -lcrypt -lcrypto -lz =3D=3D=3D> secure/usr.bin/sftp (all) cc -O2 -pipe -I/usr/src/secure/usr.bin/sftp/../../../crypto/openssh -inclu= de ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-s= ign -c /usr/src/secure/usr.bin/sftp/../../../crypto/openssh/sftp.c -o sftp.= o cc -O2 -pipe -I/usr/src/secure/usr.bin/sftp/../../../crypto/openssh -inclu= de ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-s= ign -c /usr/src/secure/usr.bin/sftp/../../../crypto/openssh/sftp-client.c -= o sftp-client.o cc -O2 -pipe -I/usr/src/secure/usr.bin/sftp/../../../crypto/openssh -inclu= de ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-s= ign -c /usr/src/secure/usr.bin/sftp/../../../crypto/openssh/sftp-common.c -= o sftp-common.o cc -O2 -pipe -I/usr/src/secure/usr.bin/sftp/../../../crypto/openssh -inclu= de ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-s= ign -c /usr/src/secure/usr.bin/sftp/../../../crypto/openssh/sftp-glob.c -o = sftp-glob.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cpp/../cc_tools -I/usr/src/gnu/usr.bin= /cc/cpp/../cc_tools -I/usr/src/gnu/usr.bin/cc/cpp/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/cpp/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/cpp/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/cpp/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= cpp/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -o gcpp gcc.o= opts-common.o options.o intl.o prefix.o version.o driver-i386.o cppspec.o = /usr/obj/usr/src/gnu/usr.bin/cc/cpp/../libcpp/libcpp.a /usr/obj/usr/src/gnu= /usr.bin/cc/cpp/../libiberty/libiberty.a =3D=3D=3D> gnu/usr.bin/cc/cc1plus (all) cc -O2 -pipe -I/usr/src/secure/usr.bin/sftp/../../../crypto/openssh -inclu= de ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-s= ign -c /usr/src/secure/usr.bin/sftp/../../../crypto/openssh/progressmeter.c= -o progressmeter.o cc -O2 -pipe -I/usr/src/secure/usr.bin/sftp/../../../crypto/openssh -inclu= de ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-s= ign -c /usr/src/secure/usr.bin/sftp/../../../crypto/openssh/roaming_dummy.c= -o roaming_dummy.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/main.c -o main.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/cp-lang.c -o cp-lang.o gzip -cn /usr/src/secure/usr.bin/sftp/../../../crypto/openssh/sftp.1 > sftp= .1.gz cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/c-opts.c -o c-opts.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/call.c -o call.o cc -O2 -pipe -I/usr/src/secure/usr.bin/sftp/../../../crypto/openssh -inclu= de ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-s= ign -L/usr/obj/usr/src/tmp/usr/lib/private -rpath /usr/lib/private -o sftp= sftp.o sftp-client.o sftp-common.o sftp-glob.o progressmeter.o roaming_dum= my.o -lssh -ledit -lncurses -lcrypt -lcrypto -lz =3D=3D=3D> secure/usr.bin/ssh (all) cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/class.c -o class.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh/../../../crypto/openssh -includ= e ssh_namespace.h -include krb5_config.h -DNO_IDEA -std=3Dgnu99 -fstack-pr= otector -Wno-pointer-sign -c /usr/src/secure/usr.bin/ssh/../../../crypto/op= enssh/ssh.c -o ssh.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh/../../../crypto/openssh -includ= e ssh_namespace.h -include krb5_config.h -DNO_IDEA -std=3Dgnu99 -fstack-pr= otector -Wno-pointer-sign -c /usr/src/secure/usr.bin/ssh/../../../crypto/op= enssh/readconf.c -o readconf.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/cvt.c -o cvt.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh/../../../crypto/openssh -includ= e ssh_namespace.h -include krb5_config.h -DNO_IDEA -std=3Dgnu99 -fstack-pr= otector -Wno-pointer-sign -c /usr/src/secure/usr.bin/ssh/../../../crypto/op= enssh/clientloop.c -o clientloop.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh/../../../crypto/openssh -includ= e ssh_namespace.h -include krb5_config.h -DNO_IDEA -std=3Dgnu99 -fstack-pr= otector -Wno-pointer-sign -c /usr/src/secure/usr.bin/ssh/../../../crypto/op= enssh/sshtty.c -o sshtty.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/cxx-pretty-print.c -o cxx-pretty-print.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh/../../../crypto/openssh -includ= e ssh_namespace.h -include krb5_config.h -DNO_IDEA -std=3Dgnu99 -fstack-pr= otector -Wno-pointer-sign -c /usr/src/secure/usr.bin/ssh/../../../crypto/op= enssh/sshconnect.c -o sshconnect.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/decl.c -o decl.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh/../../../crypto/openssh -includ= e ssh_namespace.h -include krb5_config.h -DNO_IDEA -std=3Dgnu99 -fstack-pr= otector -Wno-pointer-sign -c /usr/src/secure/usr.bin/ssh/../../../crypto/op= enssh/sshconnect1.c -o sshconnect1.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh/../../../crypto/openssh -includ= e ssh_namespace.h -include krb5_config.h -DNO_IDEA -std=3Dgnu99 -fstack-pr= otector -Wno-pointer-sign -c /usr/src/secure/usr.bin/ssh/../../../crypto/op= enssh/sshconnect2.c -o sshconnect2.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/decl2.c -o decl2.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/error.c -o error.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh/../../../crypto/openssh -includ= e ssh_namespace.h -include krb5_config.h -DNO_IDEA -std=3Dgnu99 -fstack-pr= otector -Wno-pointer-sign -c /usr/src/secure/usr.bin/ssh/../../../crypto/op= enssh/mux.c -o mux.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh/../../../crypto/openssh -includ= e ssh_namespace.h -include krb5_config.h -DNO_IDEA -std=3Dgnu99 -fstack-pr= otector -Wno-pointer-sign -c /usr/src/secure/usr.bin/ssh/../../../crypto/op= enssh/roaming_common.c -o roaming_common.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/expr.c -o expr.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh/../../../crypto/openssh -includ= e ssh_namespace.h -include krb5_config.h -DNO_IDEA -std=3Dgnu99 -fstack-pr= otector -Wno-pointer-sign -c /usr/src/secure/usr.bin/ssh/../../../crypto/op= enssh/roaming_client.c -o roaming_client.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh/../../../crypto/openssh -includ= e ssh_namespace.h -include krb5_config.h -DNO_IDEA -std=3Dgnu99 -fstack-pr= otector -Wno-pointer-sign -c /usr/src/secure/usr.bin/ssh/../../../crypto/op= enssh/gss-genr.c -o gss-genr.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/dump.c -o dump.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/friend.c -o friend.o gzip -cn /usr/src/secure/usr.bin/ssh/../../../crypto/openssh/ssh.1 > ssh.1.= gz gzip -cn /usr/src/secure/usr.bin/ssh/../../../crypto/openssh/ssh_config.5 >= ssh_config.5.gz cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh/../../../crypto/openssh -includ= e ssh_namespace.h -include krb5_config.h -DNO_IDEA -std=3Dgnu99 -fstack-pr= otector -Wno-pointer-sign -L/usr/obj/usr/src/tmp/usr/lib/private -rpath /u= sr/lib/private -o ssh ssh.o readconf.o clientloop.o sshtty.o sshconnect.o s= shconnect1.o sshconnect2.o mux.o roaming_common.o roaming_client.o gss-genr= .o -lssh -lutil -lgssapi -lcrypt -lcrypto -lz =3D=3D=3D> secure/usr.bin/ssh-add (all) cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh-add/../../../crypto/openssh -in= clude ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointe= r-sign -c /usr/src/secure/usr.bin/ssh-add/../../../crypto/openssh/ssh-add.c= -o ssh-add.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh-add/../../../crypto/openssh -in= clude ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointe= r-sign -c /usr/src/secure/usr.bin/ssh-add/../../../crypto/openssh/roaming_d= ummy.c -o roaming_dummy.o gzip -cn /usr/src/secure/usr.bin/ssh-add/../../../crypto/openssh/ssh-add.1 = > ssh-add.1.gz cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/init.c -o init.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/lex.c -o lex.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh-add/../../../crypto/openssh -in= clude ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointe= r-sign -L/usr/obj/usr/src/tmp/usr/lib/private -rpath /usr/lib/private -o s= sh-add ssh-add.o roaming_dummy.o -lssh -lcrypt -lcrypto -lz =3D=3D=3D> secure/usr.bin/ssh-agent (all) cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh-agent/../../../crypto/openssh -= include ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-poin= ter-sign -c /usr/src/secure/usr.bin/ssh-agent/../../../crypto/openssh/ssh-a= gent.c -o ssh-agent.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh-agent/../../../crypto/openssh -= include ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-poin= ter-sign -c /usr/src/secure/usr.bin/ssh-agent/../../../crypto/openssh/roami= ng_dummy.c -o roaming_dummy.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/mangle.c -o mangle.o gzip -cn /usr/src/secure/usr.bin/ssh-agent/../../../crypto/openssh/ssh-agen= t.1 > ssh-agent.1.gz cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh-agent/../../../crypto/openssh -= include ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-poin= ter-sign -L/usr/obj/usr/src/tmp/usr/lib/private -rpath /usr/lib/private -o= ssh-agent ssh-agent.o roaming_dummy.o -lssh -lcrypt -lcrypto -lz =3D=3D=3D> secure/usr.bin/ssh-keygen (all) cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh-keygen/../../../crypto/openssh = -include ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-poi= nter-sign -c /usr/src/secure/usr.bin/ssh-keygen/../../../crypto/openssh/ssh= -keygen.c -o ssh-keygen.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh-keygen/../../../crypto/openssh = -include ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-poi= nter-sign -c /usr/src/secure/usr.bin/ssh-keygen/../../../crypto/openssh/roa= ming_dummy.c -o roaming_dummy.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/method.c -o method.o gzip -cn /usr/src/secure/usr.bin/ssh-keygen/../../../crypto/openssh/ssh-key= gen.1 > ssh-keygen.1.gz cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/name-lookup.c -o name-lookup.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/parser.c -o parser.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh-keygen/../../../crypto/openssh = -include ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-poi= nter-sign -L/usr/obj/usr/src/tmp/usr/lib/private -rpath /usr/lib/private -= o ssh-keygen ssh-keygen.o roaming_dummy.o -lssh -lcrypt -lcrypto -lz cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/pt.c -o pt.o =3D=3D=3D> secure/usr.bin/ssh-keyscan (all) cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh-keyscan/../../../crypto/openssh= -include ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-po= inter-sign -c /usr/src/secure/usr.bin/ssh-keyscan/../../../crypto/openssh/s= sh-keyscan.c -o ssh-keyscan.o cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh-keyscan/../../../crypto/openssh= -include ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-po= inter-sign -c /usr/src/secure/usr.bin/ssh-keyscan/../../../crypto/openssh/r= oaming_dummy.c -o roaming_dummy.o gzip -cn /usr/src/secure/usr.bin/ssh-keyscan/../../../crypto/openssh/ssh-ke= yscan.1 > ssh-keyscan.1.gz cc -O2 -pipe -I/usr/src/secure/usr.bin/ssh-keyscan/../../../crypto/openssh= -include ssh_namespace.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-po= inter-sign -L/usr/obj/usr/src/tmp/usr/lib/private -rpath /usr/lib/private = -o ssh-keyscan ssh-keyscan.o roaming_dummy.o -lssh -lcrypt -lcrypto -lz =3D=3D=3D> secure/usr.sbin (all) =3D=3D=3D> secure/usr.sbin/sshd (all) cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/sshd.c -o sshd.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth-rhosts.c -o auth-rhosts= .o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/ptree.c -o ptree.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth-passwd.c -o auth-passwd= .o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/repo.c -o repo.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth-rsa.c -o auth-rsa.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth-rh-rsa.c -o auth-rh-rsa= .o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/rtti.c -o rtti.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/audit.c -o audit.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/audit-bsm.c -o audit-bsm.o /usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/audit-bsm.c: In funct= ion 'audit_connection_from': /usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/audit-bsm.c:365: warn= ing: passing argument 1 of 'aug_get_machine' discards qualifiers from point= er target type cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/audit-linux.c -o audit-linux= .o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/platform.c -o platform.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/sshpty.c -o sshpty.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/search.c -o search.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/sshlogin.c -o sshlogin.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/servconf.c -o servconf.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/serverloop.c -o serverloop.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth.c -o auth.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/semantics.c -o semantics.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth1.c -o auth1.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/tree.c -o tree.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/typeck.c -o typeck.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth2.c -o auth2.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth-options.c -o auth-optio= ns.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/session.c -o session.o /usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/session.c: In functio= n 'do_nologin': /usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/session.c:1442: warni= ng: assignment discards qualifiers from pointer target type cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth-chall.c -o auth-chall.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/typeck2.c -o typeck2.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth2-chall.c -o auth2-chall= .o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/groupaccess.c -o groupaccess= .o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/optimize.c -o optimize.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth-skey.c -o auth-skey.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth-bsdauth.c -o auth-bsdau= th.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth2-hostbased.c -o auth2-h= ostbased.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth2-kbdint.c -o auth2-kbdi= nt.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/cp-objcp-common.c -o cp-objcp-common.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth2-none.c -o auth2-none.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/cp-gimplify.c -o cp-gimplify.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth2-passwd.c -o auth2-pass= wd.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth2-pubkey.c -o auth2-pubk= ey.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/tree-mudflap.c -o tree-mudflap.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/monitor_mm.c -o monitor_mm.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib= /gcc/cp/except.c -o except.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/monitor.c -o monitor.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/monitor_wrap.c -o monitor_wr= ap.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/kexdhs.c -o kexdhs.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -static -o cc1plus-dummy main.o cp-lang.o c-opts.o ca= ll.o class.o cvt.o cxx-pretty-print.o decl.o decl2.o error.o except.o expr.= o dump.o friend.o init.o lex.o mangle.o method.o name-lookup.o parser.o pt.= o ptree.o repo.o rtti.o search.o semantics.o tree.o typeck.o typeck2.o opti= mize.o cp-objcp-common.o cp-gimplify.o tree-mudflap.o /usr/obj/usr/src/gnu/= usr.bin/cc/cc1plus/../cc_int/libbackend.a /usr/obj/usr/src/gnu/usr.bin/cc/c= c1plus/../libcpp/libcpp.a /usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../libdec= number/libdecnumber.a /usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../libiberty/= libiberty.a ../cc_tools/genchecksum cc1plus-dummy > cc1plus-checksum.c cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -c cc1plus-checksum.c -o cc1plus-checksum.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/kexgexs.c -o kexgexs.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr= .bin/cc/cc1plus/../cc_tools -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcclibs/libdecnumber -I= /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp -I. -std=3Dgnu89= -fstack-protector -static -o cc1plus cc1plus-checksum.o main.o cp-lang.= o c-opts.o call.o class.o cvt.o cxx-pretty-print.o decl.o decl2.o error.o e= xcept.o expr.o dump.o friend.o init.o lex.o mangle.o method.o name-lookup.o= parser.o pt.o ptree.o repo.o rtti.o search.o semantics.o tree.o typeck.o t= ypeck2.o optimize.o cp-objcp-common.o cp-gimplify.o tree-mudflap.o /usr/obj= /usr/src/gnu/usr.bin/cc/cc1plus/../cc_int/libbackend.a /usr/obj/usr/src/gnu= /usr.bin/cc/cc1plus/../libcpp/libcpp.a /usr/obj/usr/src/gnu/usr.bin/cc/cc1p= lus/../libdecnumber/libdecnumber.a /usr/obj/usr/src/gnu/usr.bin/cc/cc1plus/= ../libiberty/libiberty.a cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/kexecdhs.c -o kexecdhs.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/kexc25519s.c -o kexc25519s.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth-krb5.c -o auth-krb5.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth2-gss.c -o auth2-gss.o =3D=3D=3D> gnu/usr.bin/cc/c++ (all) cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/gss-serv.c -o gss-serv.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++/../cc_tools -I/usr/src/gnu/usr.bin= /cc/c++/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/c++/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/c++/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= c++/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c /usr/src/gn= u/usr.bin/cc/c++/../../../../contrib/gcc/gcc.c -o gcc.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++/../cc_tools -I/usr/src/gnu/usr.bin= /cc/c++/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/c++/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/c++/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= c++/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c /usr/src/gn= u/usr.bin/cc/c++/../../../../contrib/gcc/opts-common.c -o opts-common.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++/../cc_tools -I/usr/src/gnu/usr.bin= /cc/c++/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/c++/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/c++/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= c++/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c ../cc_tools= /options.c -o options.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/gss-serv-krb5.c -o gss-serv-= krb5.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/loginrec.c -o loginrec.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth-pam.c -o auth-pam.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++/../cc_tools -I/usr/src/gnu/usr.bin= /cc/c++/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/c++/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/c++/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= c++/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c /usr/src/gn= u/usr.bin/cc/c++/../../../../contrib/gcc/intl.c -o intl.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++/../cc_tools -I/usr/src/gnu/usr.bin= /cc/c++/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/c++/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/c++/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= c++/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c /usr/src/gn= u/usr.bin/cc/c++/../../../../contrib/gcc/prefix.c -o prefix.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth-shadow.c -o auth-shadow= .o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++/../cc_tools -I/usr/src/gnu/usr.bin= /cc/c++/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/c++/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/c++/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= c++/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -DBASEVER=3D\"= 4.2.1\" -DDATESTAMP=3D\"\ 20070831\" -DDEVPHASE=3D\"\ patched\" -c /usr/s= rc/gnu/usr.bin/cc/c++/../../../../contrib/gcc/version.c cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/auth-sia.c -o auth-sia.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/md5crypt.c -o md5crypt.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++/../cc_tools -I/usr/src/gnu/usr.bin= /cc/c++/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/c++/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/c++/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= c++/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c /usr/src/gn= u/usr.bin/cc/c++/../../../../contrib/gcc/config/i386/driver-i386.c -o drive= r-i386.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++/../cc_tools -I/usr/src/gnu/usr.bin= /cc/c++/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/c++/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/c++/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= c++/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -c /usr/src/gn= u/usr.bin/cc/c++/../../../../contrib/gcc/cp/g++spec.c -o g++spec.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/sftp-server.c -o sftp-server= .o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/sftp-common.c -o sftp-common= .o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/roaming_common.c -o roaming_= common.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/roaming_serv.c -o roaming_se= rv.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/sandbox-null.c -o sandbox-nu= ll.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/sandbox-rlimit.c -o sandbox-= rlimit.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/sandbox-systrace.c -o sandbo= x-systrace.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/sandbox-darwin.c -o sandbox-= darwin.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/sandbox-seccomp-filter.c -o = sandbox-seccomp-filter.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/sandbox-capsicum.c -o sandbo= x-capsicum.o cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -c /usr/sr= c/secure/usr.sbin/sshd/../../../crypto/openssh/gss-genr.c -o gss-genr.o gzip -cn /usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/sshd.8 > ssh= d.8.gz gzip -cn /usr/src/secure/usr.sbin/sshd/../../../crypto/openssh/sshd_config.= 5 > sshd_config.5.gz cc -O2 -pipe -I/usr/src/secure/usr.sbin/sshd/../../../crypto/openssh -incl= ude ssh_namespace.h -DUSE_BSM_AUDIT -DHAVE_GETAUDIT_ADDR -include krb5_conf= ig.h -DNO_IDEA -std=3Dgnu99 -fstack-protector -Wno-pointer-sign -L/usr/ob= j/usr/src/tmp/usr/lib/private -rpath /usr/lib/private -o sshd sshd.o auth-r= hosts.o auth-passwd.o auth-rsa.o auth-rh-rsa.o audit.o audit-bsm.o audit-li= nux.o platform.o sshpty.o sshlogin.o servconf.o serverloop.o auth.o auth1.o= auth2.o auth-options.o session.o auth-chall.o auth2-chall.o groupaccess.o = auth-skey.o auth-bsdauth.o auth2-hostbased.o auth2-kbdint.o auth2-none.o au= th2-passwd.o auth2-pubkey.o monitor_mm.o monitor.o monitor_wrap.o kexdhs.o = kexgexs.o kexecdhs.o kexc25519s.o auth-krb5.o auth2-gss.o gss-serv.o gss-se= rv-krb5.o loginrec.o auth-pam.o auth-shadow.o auth-sia.o md5crypt.o sftp-se= rver.o sftp-common.o roaming_common.o roaming_serv.o sandbox-null.o sandbox= -rlimit.o sandbox-systrace.o sandbox-darwin.o sandbox-seccomp-filter.o sand= box-capsicum.o gss-genr.o -lssh -lutil -lwrap -lpam -lbsm -lgssapi_krb5 -lg= ssapi -lkrb5 -lhx509 -lasn1 -lcom_err -lroken -lcrypt -lcrypto -lz -lpthre= ad cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++/../cc_tools -I/usr/src/gnu/usr.bin= /cc/c++/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc -= I/usr/src/gnu/usr.bin/cc/c++/../../../../contrib/gcc/config -I/usr/src/gnu/= usr.bin/cc/c++/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.bin/c= c/c++/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.bin/cc/= c++/../../../../contrib/gcclibs/libdecnumber -DGCC_DRIVER -DDEFAULT_TARGET= _VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE=3D\"i386-undermydesk-freebsd= \" -DENABLE_SHARED_LIBGCC -std=3Dgnu89 -fstack-protector -o g++ gcc.o = opts-common.o options.o intl.o prefix.o version.o driver-i386.o g++spec.o /= usr/obj/usr/src/gnu/usr.bin/cc/c++/../libcpp/libcpp.a /usr/obj/usr/src/gnu/= usr.bin/cc/c++/../libiberty/libiberty.a =3D=3D=3D> gnu/usr.bin/cc/c++filt (all) cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++filt/../cc_tools -I/usr/src/gnu/usr= .bin/cc/c++filt/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++filt/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcclibs/libdecnumber -D= GCC_DRIVER -DDEFAULT_TARGET_VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE= =3D\"i386-undermydesk-freebsd\" -DENABLE_SHARED_LIBGCC -DSTANDALONE_DEMAN= GLER -DVERSION=3D\"\" -std=3Dgnu89 -fstack-protector -c /usr/src/gnu/usr.= bin/cc/c++filt/../../../../contrib/gcclibs/libiberty/cp-demangle.c -o cp-de= mangle.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/c++filt/../cc_tools -I/usr/src/gnu/usr= .bin/cc/c++filt/../cc_tools -I/usr/src/gnu/usr.bin/cc/c++filt/../../../../c= ontrib/gcc -I/usr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcc/config= -I/usr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcclibs/include -I/u= sr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcclibs/libcpp/include -I= /usr/src/gnu/usr.bin/cc/c++filt/../../../../contrib/gcclibs/libdecnumber -D= GCC_DRIVER -DDEFAULT_TARGET_VERSION=3D\"4.2.1\" -DDEFAULT_TARGET_MACHINE= =3D\"i386-undermydesk-freebsd\" -DENABLE_SHARED_LIBGCC -DSTANDALONE_DEMAN= GLER -DVERSION=3D\"\" -std=3Dgnu89 -fstack-protector -o c++filt cp-deman= gle.o /usr/obj/usr/src/gnu/usr.bin/cc/c++filt/../libiberty/libiberty.a =3D=3D=3D> gnu/usr.bin/cc/gcov (all) cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/gcov/../cc_tools -I/usr/src/gnu/usr.bi= n/cc/gcov/../cc_tools -I/usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gc= c -I/usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gcc/config -I/usr/src/= gnu/usr.bin/cc/gcov/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.= bin/cc/gcov/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.b= in/cc/gcov/../../../../contrib/gcclibs/libdecnumber -std=3Dgnu89 -fstack-p= rotector -c /usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gcc/gcov.c -o= gcov.o cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/gcov/../cc_tools -I/usr/src/gnu/usr.bi= n/cc/gcov/../cc_tools -I/usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gc= c -I/usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gcc/config -I/usr/src/= gnu/usr.bin/cc/gcov/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.= bin/cc/gcov/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.b= in/cc/gcov/../../../../contrib/gcclibs/libdecnumber -std=3Dgnu89 -fstack-p= rotector -DBASEVER=3D\"4.2.1\" -DDATESTAMP=3D\"\ 20070831\" -DDEVPHASE= =3D\"\ patched\" -c /usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gcc/ve= rsion.c cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/gcov/../cc_tools -I/usr/src/gnu/usr.bi= n/cc/gcov/../cc_tools -I/usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gc= c -I/usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gcc/config -I/usr/src/= gnu/usr.bin/cc/gcov/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.= bin/cc/gcov/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.b= in/cc/gcov/../../../../contrib/gcclibs/libdecnumber -std=3Dgnu89 -fstack-p= rotector -c /usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gcc/errors.c = -o errors.o gzip -cn /usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gcc/doc/gcov.1 > = gcov.1.gz cc -O2 -pipe -DGCCVER=3D\"4.2\" -DIN_GCC -DHAVE_CONFIG_H -DPREFIX=3D\"/usr= \" -I/usr/obj/usr/src/gnu/usr.bin/cc/gcov/../cc_tools -I/usr/src/gnu/usr.bi= n/cc/gcov/../cc_tools -I/usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gc= c -I/usr/src/gnu/usr.bin/cc/gcov/../../../../contrib/gcc/config -I/usr/src/= gnu/usr.bin/cc/gcov/../../../../contrib/gcclibs/include -I/usr/src/gnu/usr.= bin/cc/gcov/../../../../contrib/gcclibs/libcpp/include -I/usr/src/gnu/usr.b= in/cc/gcov/../../../../contrib/gcclibs/libdecnumber -std=3Dgnu89 -fstack-p= rotector -o gcov gcov.o version.o errors.o /usr/obj/usr/src/gnu/usr.bin/c= c/gcov/../libiberty/libiberty.a 1 error *** [everything] Error code 2 1 error *** [buildworld] Error code 2 make: stopped in /usr/src 1 error make: stopped in /usr/src Build step 'Execute shell' marked build as failure [PostBuildScript] - Execution post build scripts. [FreeBSD_STABLE_9-i386] $ /bin/sh -xe /tmp/hudson3899172331301509722.sh + export 'PATH=3D/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/b= in' + export 'jname=3DFreeBSD_STABLE_9-i386' + echo 'clean up jail FreeBSD_STABLE_9-i386' clean up jail FreeBSD_STABLE_9-i386 + sudo jail -r FreeBSD_STABLE_9-i386 + sudo ifconfig igb0 inet6 2610:1c1:1:607c::101:1 -alias + sudo umount FreeBSD_STABLE_9-i386/usr/src + sudo umount FreeBSD_STABLE_9-i386/dev + sudo rm -fr FreeBSD_STABLE_9-i386 rm: FreeBSD_STABLE_9-i386/sbin/init: Operation not permitted rm: FreeBSD_STABLE_9-i386/sbin: Directory not empty rm: FreeBSD_STABLE_9-i386/var/empty: Operation not permitted rm: FreeBSD_STABLE_9-i386/var: Directory not empty rm: FreeBSD_STABLE_9-i386/libexec/ld-elf.so.1: Operation not permitted rm: FreeBSD_STABLE_9-i386/libexec: Directory not empty rm: FreeBSD_STABLE_9-i386/lib/libthr.so.3: Operation not permitted rm: FreeBSD_STABLE_9-i386/lib/libcrypt.so.5: Operation not permitted rm: FreeBSD_STABLE_9-i386/lib/libc.so.7: Operation not permitted rm: FreeBSD_STABLE_9-i386/lib: Directory not empty rm: FreeBSD_STABLE_9-i386/usr/bin/chpass: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/chfn: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/opiepasswd: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/su: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/chsh: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/ypchpass: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/yppasswd: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/opieinfo: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/ypchfn: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/ypchsh: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/login: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/passwd: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin/crontab: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/bin: Directory not empty rm: FreeBSD_STABLE_9-i386/usr/lib/librt.so.1: Operation not permitted rm: FreeBSD_STABLE_9-i386/usr/lib: Directory not empty rm: FreeBSD_STABLE_9-i386/usr: Directory not empty rm: FreeBSD_STABLE_9-i386: Directory not empty + true + sudo chflags -R noschg FreeBSD_STABLE_9-i386 + sudo rm -fr FreeBSD_STABLE_9-i386 Email was triggered for: Failure - Any Sending email for trigger: Failure - Any From owner-freebsd-stable@freebsd.org Wed Nov 25 10:10:02 2015 Return-Path: Delivered-To: freebsd-stable@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 2D7B3A36102; Wed, 25 Nov 2015 10:10:02 +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 1CD5E1357; Wed, 25 Nov 2015 10:10:02 +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 32DFF648; Wed, 25 Nov 2015 10:10:02 +0000 (UTC) Date: Wed, 25 Nov 2015 10:10:00 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: ngie@FreeBSD.org, smh@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-stable@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <548737874.138.1448446202180.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <1934146359.131.1448410220500.JavaMail.jenkins@jenkins-9.freebsd.org> References: <1934146359.131.1448410220500.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_STABLE_10-i386 - Build #668 - 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-stable@freebsd.org X-Mailman-Version: 2.1.20 List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Nov 2015 10:10:02 -0000 FreeBSD_STABLE_10-i386 - Build #668 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/6= 68/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/668= /changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/668/= console Change summaries: 291295 by smh: MFC r291012: Document loader(8) dumpdev option Sponsored by:=09Multiplay 291294 by ngie: MFC r258245: r258245 (by eadler): Add missing include files for the printf_l and scanf_l man pages. Reported by:=09swildner@dragonflybsd.org 291293 by ngie: MFC r264737: Discussed with: jilles r264737 (by jilles): libc/stdio: Fail fdopen() on an execute-only fd. An execute-only fd (opened with O_EXEC) allows neither read() nor write() and is therefore incompatible with all stdio modes. Therefore, the [EINVAL] error applies. Also adjust the similar check in freopen() with a NULL path, even though this checks an fd which is already from a FILE. The end of the build log: [...truncated 101650 lines...] --- secure.all__D --- --- t_req.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/t_req.c -o t_req.po --- lib.all__D --- --- uucplock.po --- cc -pg -O2 -pipe -DLIBC_SCCS -DINET6 -I/usr/src/lib/libutil -I/usr/src/= lib/libutil/../libc/gen/ -std=3Dgnu99 -Qunused-arguments -fstack-protector= -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -W= strict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast= -qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wc= har-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-defi= nition -Wmissing-variable-declarations -Wno-pointer-sign -Wno-empty-body -W= no-string-plus-int -Wno-unused-const-variable -c /usr/src/lib/libutil/uucpl= ock.c -o uucplock.po --- all_subdir_libvgl --- --- bitmap.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/bitmap.c -= o bitmap.po --- all_subdir_libutil --- --- libutil_p.a --- building profiled util library ranlib -D libutil_p.a --- expand_number.3.gz --- gzip -cn /usr/src/lib/libutil/expand_number.3 > expand_number.3.gz --- flopen.3.gz --- gzip -cn /usr/src/lib/libutil/flopen.3 > flopen.3.gz --- fparseln.3.gz --- gzip -cn /usr/src/lib/libutil/fparseln.3 > fparseln.3.gz --- hexdump.3.gz --- gzip -cn /usr/src/lib/libutil/hexdump.3 > hexdump.3.gz --- secure.all__D --- --- t_spki.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/t_spki.c -o t_spki.po --- lib.all__D --- --- humanize_number.3.gz --- gzip -cn /usr/src/lib/libutil/humanize_number.3 > humanize_number.3.gz --- kinfo_getallproc.3.gz --- gzip -cn /usr/src/lib/libutil/kinfo_getallproc.3 > kinfo_getallproc.3.gz --- kinfo_getfile.3.gz --- gzip -cn /usr/src/lib/libutil/kinfo_getfile.3 > kinfo_getfile.3.gz --- kinfo_getproc.3.gz --- gzip -cn /usr/src/lib/libutil/kinfo_getproc.3 > kinfo_getproc.3.gz --- kinfo_getvmmap.3.gz --- gzip -cn /usr/src/lib/libutil/kinfo_getvmmap.3 > kinfo_getvmmap.3.gz --- kinfo_getvmobject.3.gz --- gzip -cn /usr/src/lib/libutil/kinfo_getvmobject.3 > kinfo_getvmobject.3.gz --- kld.3.gz --- gzip -cn /usr/src/lib/libutil/kld.3 > kld.3.gz --- login_auth.3.gz --- gzip -cn /usr/src/lib/libutil/login_auth.3 > login_auth.3.gz --- login_cap.3.gz --- gzip -cn /usr/src/lib/libutil/login_cap.3 > login_cap.3.gz --- login_class.3.gz --- gzip -cn /usr/src/lib/libutil/login_class.3 > login_class.3.gz --- login_ok.3.gz --- gzip -cn /usr/src/lib/libutil/login_ok.3 > login_ok.3.gz --- login_times.3.gz --- gzip -cn /usr/src/lib/libutil/login_times.3 > login_times.3.gz --- login_tty.3.gz --- gzip -cn /usr/src/lib/libutil/login_tty.3 > login_tty.3.gz --- pidfile.3.gz --- gzip -cn /usr/src/lib/libutil/pidfile.3 > pidfile.3.gz --- all_subdir_libvgl --- --- text.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/text.c -o = text.po --- all_subdir_libutil --- --- property.3.gz --- gzip -cn /usr/src/lib/libutil/property.3 > property.3.gz --- pty.3.gz --- gzip -cn /usr/src/lib/libutil/pty.3 > pty.3.gz --- quotafile.3.gz --- gzip -cn /usr/src/lib/libutil/quotafile.3 > quotafile.3.gz --- realhostname.3.gz --- gzip -cn /usr/src/lib/libutil/realhostname.3 > realhostname.3.gz --- secure.all__D --- --- t_x509.po --- --- lib.all__D --- --- realhostname_sa.3.gz --- --- secure.all__D --- 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/t_x509.c -o t_x509.po --- lib.all__D --- gzip -cn /usr/src/lib/libutil/realhostname_sa.3 > realhostname_sa.3.gz --- _secure_path.3.gz --- gzip -cn /usr/src/lib/libutil/_secure_path.3 > _secure_path.3.gz --- trimdomain.3.gz --- gzip -cn /usr/src/lib/libutil/trimdomain.3 > trimdomain.3.gz --- uucplock.3.gz --- gzip -cn /usr/src/lib/libutil/uucplock.3 > uucplock.3.gz --- pw_util.3.gz --- gzip -cn /usr/src/lib/libutil/pw_util.3 > pw_util.3.gz --- login.conf.5.gz --- gzip -cn /usr/src/lib/libutil/login.conf.5 > login.conf.5.gz --- secure.all__D --- --- t_x509a.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/t_x509a.c -o t_x509a.po --- sbin.all__D --- --- getmntopts.o --- cc -O2 -pipe -I/usr/src/sbin/growfs/../mount -std=3Dgnu99 -Qunused-argum= ents -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -= Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-ari= th -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-par= ameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant= -decls -Wold-style-definition -Wmissing-variable-declarations -Wno-pointer-= sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -c /us= r/src/sbin/growfs/../mount/getmntopts.c -o getmntopts.o --- lib.all__D --- --- 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 --- sbin.all__D --- --- growfs.8.gz --- gzip -cn /usr/src/sbin/growfs/growfs.8 > growfs.8.gz --- growfs --- cc -O2 -pipe -I/usr/src/sbin/growfs/../mount -std=3Dgnu99 -Qunused-argum= ents -fstack-protector -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -= Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-ari= th -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-par= ameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant= -decls -Wold-style-definition -Wmissing-variable-declarations -Wno-pointer-= sign -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -o gr= owfs growfs.o getmntopts.o -lutil --- lib.all__D --- --- 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 --- share.all__D --- =3D=3D=3D> share (all) --- sbin.all__D --- --- all_subdir_gvinum --- =3D=3D=3D> sbin/gvinum (all) --- share.all__D --- --- _sub.all --- =3D=3D=3D> share/colldef (all) --- lib.all__D --- --- libvgl_p.a --- building profiled vgl library --- secure.all__D --- --- tasn_dec.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/tasn_dec.c -o tasn_dec.po --- sbin.all__D --- --- gvinum.o --- cc -O2 -pipe -I/usr/src/sbin/gvinum/../../sys -I/usr/obj/usr/src/tmp//us= r/include/edit -std=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-tautol= ogical-compare -Wno-unused-value -Wno-parentheses-equality -Wno-unused-func= tion -Wno-enum-conversion -Wno-switch -Wno-switch-enum -Wno-knr-promoted-pa= rameter -c /usr/src/sbin/gvinum/gvinum.c -o gvinum.o --- lib.all__D --- ranlib -D libvgl_p.a --- vgl.3.gz --- gzip -cn /usr/src/lib/libvgl/vgl.3 > vgl.3.gz --- all_subdir_libwrap --- =3D=3D=3D> lib/libwrap (all) --- 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[4]: stopped in /usr/src/sbin/gvinum *** [all_subdir_gvinum] 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/hudson7432405802309362443.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/lib/libc.so.7: Operation not permitted rm: FreeBSD_STABLE_10-i386/lib/libthr.so.3: Operation not permitted rm: FreeBSD_STABLE_10-i386/lib/libcrypt.so.5: Operation not permitted rm: FreeBSD_STABLE_10-i386/lib: 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/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/chsh: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/login: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/ypchpass: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/su: 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/passwd: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/opiepasswd: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/yppasswd: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/crontab: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/ypchsh: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/opieinfo: Operation not permitted rm: FreeBSD_STABLE_10-i386/usr/bin/ypchfn: 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/var/empty: Operation not permitted rm: FreeBSD_STABLE_10-i386/var: Directory not empty 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: 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 From owner-freebsd-stable@freebsd.org Wed Nov 25 10:31:30 2015 Return-Path: Delivered-To: freebsd-stable@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 8B952A366C0 for ; Wed, 25 Nov 2015 10:31:30 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 73E691F4B; Wed, 25 Nov 2015 10:31:30 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from FreeBSD.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by freefall.freebsd.org (Postfix) with ESMTP id D13C611FA; Wed, 25 Nov 2015 10:31:29 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Date: Wed, 25 Nov 2015 10:31:28 +0000 From: Glen Barber To: Baptiste Daroussin Cc: Li-Wen Hsu , freebsd-stable@FreeBSD.org, jenkins-admin@FreeBSD.org Subject: Re: FreeBSD_STABLE_10-i386 - Build #661 - Still Failing Message-ID: <20151125103128.GJ1347@FreeBSD.org> References: <196615497.107.1448287849026.JavaMail.jenkins@jenkins-9.freebsd.org> <1065209114.111.1448295034864.JavaMail.jenkins@jenkins-9.freebsd.org> <20151123162036.GA76516@ivaldir.etoilebsd.net> <20151123170650.GA14571@FreeBSD.cs.nctu.edu.tw> <20151123181540.GB76516@ivaldir.etoilebsd.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="jIYo0VRlfdMI9fLa" Content-Disposition: inline In-Reply-To: <20151123181540.GB76516@ivaldir.etoilebsd.net> X-Operating-System: FreeBSD 11.0-CURRENT amd64 X-SCUD-Definition: Sudden Completely Unexpected Dataloss X-SULE-Definition: Sudden Unexpected Learning Event X-PEKBAC-Definition: Problem Exists, Keyboard Between Admin/Computer User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Nov 2015 10:31:30 -0000 --jIYo0VRlfdMI9fLa Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Nov 23, 2015 at 07:15:40PM +0100, Baptiste Daroussin wrote: > > The build happens in a jail built every time the job starts, by fetching > > the latest snapshot from: > >=20 > > http://ftp.freebsd.org/pub/FreeBSD/snapshots/i386/i386/11.0-CURRENT/bas= e.txz > >=20 > > It looks there is no /usr/bin/colldef. I haven't looked into what's > > going on here. > >=20 >=20 > Ok so it will be fixed by the next snapshot >=20 The Jenkins builders absolutely *cannot* rely on files within the snapshots/ directory on the mirrors to exist. Relying on files that possibly could not exist (failed builds for extended periods of time, for example), is an implementation bug. The Jenkins configurations need to be updated to use the base.txz under the releases/ directory, and for building -CURRENT, must use the latest major release base.txz (not *snapshot* build). In other words: 9.3-STABLE: built from 9.3-RELEASE 10.2-STABLE: built from 10.2-RELEASE 11.0-CURRENT: built from 10.2-RELEASE This ensures: 1) edge cases where a snapshot (which is *not* a release) is built between a problematic commit does not prevent Jenkins spam; 2) source-based upgrades from the last major version to -CURRENT (which in turn, ensures 10.2-RELEASE can be source-upgraded to 11.0-RELEASE) is tested. This must be fixed by Jenkins Admins. Glen --jIYo0VRlfdMI9fLa Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJWVY4AAAoJEAMUWKVHj+KTkxEP/3dndUHNKQZtz624+wu5D0i4 3q4xgIUs678juS+SM/CjrEG3YNE9pft2UNOnpigN6VCQfkOtCb0Xx6sfBuPbYhVX 4lH6v0wR4qad+7e9N67MWSdPLF64NsmSWOAKU3Z9xi/Ukejy3FLW9AWj89g6A7sR ufK0vhOJYz/03WOhNQSHWA4t3mqVW2a+/Ggh2c8jIg6zT/YNvpYrz7imHwGVD9it eBS+kASbGAZXbEtGImDYbobCedRDpWzAIBO0remVXi68URmtLrPt6f8mexPeIYaV Wz08J98NBhoo9SM8HHA3e86/MI75msobwrmeCmUIRjBWxH4r6fxIWS+ME+8vbbmb hNzyKPQRP+LdaXaERBsiR7DDKuF5QfhMLgHTWsnrdtlygyehPggtMpyWgPU/teYn MUDK2e2IWbCMagFJvHyJYVwviPMXdiGdILSRYAGe8ksSHYb8SXC9vvwPka36djc9 RFaDfb9hco4l420RcC9Aw4RzitTe6riB/z5ZNPdqG7pVg725o01uEUiVHSC2OWaP ujpn53s5awX767lp493U57ANoiqT01SD4F3fJofMxrJuuIKE+r06jfgF/nEGDGw1 3sSrzTDDkq1Tr57Sz5DBhEQsjL4rWUMiyq9b+UzJ4+ew8YUggD+9LtsQMT/6BXnt Yk61XUZbWe56rNBx9Xp4 =ma4D -----END PGP SIGNATURE----- --jIYo0VRlfdMI9fLa-- From owner-freebsd-stable@freebsd.org Wed Nov 25 10:34:50 2015 Return-Path: Delivered-To: freebsd-stable@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 0B0FFA367B5 for ; Wed, 25 Nov 2015 10:34:50 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id E95AA130B; Wed, 25 Nov 2015 10:34:49 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from FreeBSD.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by freefall.freebsd.org (Postfix) with ESMTP id 4DB511347; Wed, 25 Nov 2015 10:34:49 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Date: Wed, 25 Nov 2015 10:34:47 +0000 From: Glen Barber To: Baptiste Daroussin Cc: Li-Wen Hsu , freebsd-stable@FreeBSD.org, jenkins-admin@FreeBSD.org Subject: Re: FreeBSD_STABLE_10-i386 - Build #661 - Still Failing Message-ID: <20151125103447.GK1347@FreeBSD.org> References: <196615497.107.1448287849026.JavaMail.jenkins@jenkins-9.freebsd.org> <1065209114.111.1448295034864.JavaMail.jenkins@jenkins-9.freebsd.org> <20151123162036.GA76516@ivaldir.etoilebsd.net> <20151123170650.GA14571@FreeBSD.cs.nctu.edu.tw> <20151123181540.GB76516@ivaldir.etoilebsd.net> <20151125103128.GJ1347@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="yiup30KVCQiHUZFC" Content-Disposition: inline In-Reply-To: <20151125103128.GJ1347@FreeBSD.org> X-Operating-System: FreeBSD 11.0-CURRENT amd64 X-SCUD-Definition: Sudden Completely Unexpected Dataloss X-SULE-Definition: Sudden Unexpected Learning Event X-PEKBAC-Definition: Problem Exists, Keyboard Between Admin/Computer User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Nov 2015 10:34:50 -0000 --yiup30KVCQiHUZFC Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Nov 25, 2015 at 10:31:28AM +0000, Glen Barber wrote: > On Mon, Nov 23, 2015 at 07:15:40PM +0100, Baptiste Daroussin wrote: > > > The build happens in a jail built every time the job starts, by fetch= ing > > > the latest snapshot from: > > >=20 > > > http://ftp.freebsd.org/pub/FreeBSD/snapshots/i386/i386/11.0-CURRENT/b= ase.txz > > >=20 > > > It looks there is no /usr/bin/colldef. I haven't looked into what's > > > going on here. > > >=20 > >=20 > > Ok so it will be fixed by the next snapshot > >=20 >=20 > The Jenkins builders absolutely *cannot* rely on files within the > snapshots/ directory on the mirrors to exist. Relying on files that > possibly could not exist (failed builds for extended periods of time, > for example), is an implementation bug. >=20 > The Jenkins configurations need to be updated to use the base.txz under > the releases/ directory, and for building -CURRENT, must use the latest > major release base.txz (not *snapshot* build). >=20 > In other words: >=20 > 9.3-STABLE: built from 9.3-RELEASE > 10.2-STABLE: built from 10.2-RELEASE > 11.0-CURRENT: built from 10.2-RELEASE >=20 > This ensures: >=20 > 1) edge cases where a snapshot (which is *not* a release) is built > between a problematic commit does not prevent Jenkins spam; s/does not prevent/does not cause/ > 2) source-based upgrades from the last major version to -CURRENT (which > in turn, ensures 10.2-RELEASE can be source-upgraded to 11.0-RELEASE) > is tested. >=20 > This must be fixed by Jenkins Admins. >=20 Glen --yiup30KVCQiHUZFC Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJWVY7HAAoJEAMUWKVHj+KTGkEP/iOfGRcroymWNd7xO9GFx+Wx iYTd7uk42pCcOp0iDLrWwU1m9++uMPEy0ALnmUuFSC6PObch5Y3gjJaEuu1TN5kP QmsK32zu2/n2O3Tf+3JUu2hcE5yh0j36uFWWs6AclUW9V8CbJMCv39IQ6HjejRmp vxw1PG/bex8BeCehRmlPJ8nxDj2im1SQzODgRchEOgadSucKLBj6sLxFoFSvsuhT JMnM0fdDqO/JD3bvpYWHw5oZ7ka/pdvOzMCJjqdSY5Ng5iKMEXIsSA++pVNBYBlK 6M5OgsugxxqlVD6ng/dOM2dV3Sj7himddj/YuFJoplduVqLTjQNRtFql/tP+cAah jst9TWW/VZHKvacASgbXup5ivdSXiFNsqztYCOWQIzED8lVWae8xKF5v1u8Ft/pQ ENRGAv9QkFATT9/kLniXeDDCcZx/3Di8E6pcFsnZP/kWOsjvVjjK2TrPMqs5hmJb mWZfrwHeGsItzlp95fTBCAji8Bp+mh/rBpsFarLt8aBh4cWFJ2TN0TJDZubAdO6o dZCMptAsbIiLnQDepjG46xsdxNS4CXZljpjLQDMlfpiYQCdV4H0yVGK+rs92hWsq Pob3FPcBCcQR3povOS6bxSdA5WWQ/BJq3m8YVhVL6q5/iZfMsCvrAA4nB0edXMdb oIVlmDk3ABd3fhOC4O86 =yIRJ -----END PGP SIGNATURE----- --yiup30KVCQiHUZFC-- From owner-freebsd-stable@freebsd.org Wed Nov 25 12:06:40 2015 Return-Path: Delivered-To: freebsd-stable@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 5A4A4A3703E for ; Wed, 25 Nov 2015 12:06:40 +0000 (UTC) (envelope-from kraduk@gmail.com) Received: from mail-wm0-x230.google.com (mail-wm0-x230.google.com [IPv6:2a00:1450:400c:c09::230]) (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 E1AD31D10 for ; Wed, 25 Nov 2015 12:06:39 +0000 (UTC) (envelope-from kraduk@gmail.com) Received: by wmuu63 with SMTP id u63so135095497wmu.0 for ; Wed, 25 Nov 2015 04:06:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=2RRKX/eBMljw9qtA++GxwhVO5mW5+WT3SdWxniGcz1I=; b=hUvnPr3hYmUVzkKM2Pjua1JCf2CAnnzouBBCdEcWOEoHbJXRAk1WpVck14aMNZ1qiS aUx2fft4ZeEiW4hezr50rl3P72ATPotHzUia7+hpGoQoH6f/+OV5uTtEwaApVtem6i0/ w8Lg9mcDeWRvYIxWcxoAZbdOPB75XICYTRTlql/bcAhkzyg6lb1JXFWe+HWQTZqur6Ed O7uB/7sW3VYRGjG22r+IplNyCazHnMAdP8mAp6VzytDxZeIafs39z5jZSjHLo8cmGXAD o/haCXvyc39yN9d0cmZtCcvv/Rg04fxmGZnuIWagiB2hLKvgKY3GWh6oUhRlga8ml2c8 7x8w== MIME-Version: 1.0 X-Received: by 10.28.100.84 with SMTP id y81mr4405341wmb.48.1448453198218; Wed, 25 Nov 2015 04:06:38 -0800 (PST) Received: by 10.28.181.213 with HTTP; Wed, 25 Nov 2015 04:06:38 -0800 (PST) In-Reply-To: <20151125081210.6ce3d9404b314fcfb31b061f@aei.mpg.de> References: <5654855F.2070502@sentex.net> <20151125081210.6ce3d9404b314fcfb31b061f@aei.mpg.de> Date: Wed, 25 Nov 2015 12:06:38 +0000 Message-ID: Subject: Re: ZFS - poor performance with "large" directories From: krad To: =?UTF-8?B?R2Vycml0IEvDvGhu?= Cc: freebsd-stable Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Nov 2015 12:06:40 -0000 consumer SSDs are cheap enough now not to bother with usb drives I would imagine. On 25 November 2015 at 07:12, Gerrit K=C3=BChn wr= ote: > On Tue, 24 Nov 2015 17:11:54 +0100 Albert Cervin > wrote about Re: ZFS - poor performance with "large" directories: > > AC> Will try a bit with the meta limit. > > You can also put metadata on a flash device to speed things up. To > check if this is really the bottleneck in your case, something simple lik= e > a USB stick might suffice to try out: > < > https://pthree.org/2013/05/09/zfs-administration-appendix-b-using-usb-dri= ves/ > > > > > cu > Gerrit > _______________________________________________ > freebsd-stable@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > From owner-freebsd-stable@freebsd.org Wed Nov 25 12:16:28 2015 Return-Path: Delivered-To: freebsd-stable@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 E2DB0A373B1 for ; Wed, 25 Nov 2015 12:16:28 +0000 (UTC) (envelope-from gerrit.kuehn@aei.mpg.de) Received: from umail.aei.mpg.de (umail.aei.mpg.de [194.94.224.6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 91CFE1318 for ; Wed, 25 Nov 2015 12:16:28 +0000 (UTC) (envelope-from gerrit.kuehn@aei.mpg.de) Received: from mailgate.aei.mpg.de (mailgate.aei.mpg.de [194.94.224.5]) by umail.aei.mpg.de (Postfix) with ESMTP id 32C4A200351; Wed, 25 Nov 2015 13:16:25 +0100 (CET) Received: from mailgate.aei.mpg.de (localhost [127.0.0.1]) by localhost (Postfix) with SMTP id 26348405882; Wed, 25 Nov 2015 13:16:25 +0100 (CET) Received: from intranet.aei.uni-hannover.de (ahin1.aei.uni-hannover.de [130.75.117.40]) by mailgate.aei.mpg.de (Postfix) with ESMTP id 09DBB405881; Wed, 25 Nov 2015 13:16:25 +0100 (CET) Received: from arc.aei.uni-hannover.de ([10.117.15.110]) by intranet.aei.uni-hannover.de (Lotus Domino Release 8.5.3FP6HF1691) with ESMTP id 2015112513161453-409422 ; Wed, 25 Nov 2015 13:16:14 +0100 Date: Wed, 25 Nov 2015 13:16:14 +0100 From: Gerrit =?ISO-8859-1?Q?K=FChn?= To: krad Cc: freebsd-stable Subject: Re: ZFS - poor performance with "large" directories Message-Id: <20151125131614.349faf4e6febeb00e401364d@aei.mpg.de> In-Reply-To: References: <5654855F.2070502@sentex.net> <20151125081210.6ce3d9404b314fcfb31b061f@aei.mpg.de> Organization: Max Planck Gesellschaft X-Mailer: Sylpheed 3.4.2 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) Mime-Version: 1.0 X-MIMETrack: Itemize by SMTP Server on intranet/aei-hannover(Release 8.5.3FP6HF1691 | May 7, 2015) at 25.11.2015 13:16:14, Serialize by Router on intranet/aei-hannover(Release 8.5.3FP6HF1691 | May 7, 2015) at 25.11.2015 13:16:24, Serialize complete at 25.11.2015 13:16:24 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-PMX-Version: 6.0.2.2308539, Antispam-Engine: 2.7.2.2107409, Antispam-Data: 2015.11.25.120615 X-PerlMx-Spam: Gauge=IIIIIIII, Probability=8%, Report=' HTML_00_01 0.05, HTML_00_10 0.05, MIME_LOWER_CASE 0.05, BODYTEXTP_SIZE_3000_LESS 0, BODY_SIZE_1000_LESS 0, BODY_SIZE_2000_LESS 0, BODY_SIZE_5000_LESS 0, BODY_SIZE_500_599 0, BODY_SIZE_7000_LESS 0, NO_URI_HTTPS 0, REFERENCES 0, __ANY_URI 0, __BOUNCE_CHALLENGE_SUBJ 0, __BOUNCE_NDR_SUBJ_EXEMPT 0, __CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __FRAUD_BODY_WEBMAIL 0, __FRAUD_WEBMAIL 0, __HAS_FROM 0, __HAS_MSGID 0, __HAS_X_MAILER 0, __IN_REP_TO 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __REFERENCES 0, __SANE_MSGID 0, __SUBJ_ALPHA_NEGATE 0, __TO_MALFORMED_2 0, __URI_NO_PATH 0, __URI_NO_WWW 0, __URI_NS ' X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Nov 2015 12:16:29 -0000 On Wed, 25 Nov 2015 12:06:38 +0000 krad wrote about Re: ZFS - poor performance with "large" directories: K> consumer SSDs are cheap enough now not to bother with usb drives I would K> imagine. Sure. I was just suggesting a USB drive as a quick way to check if this might help at all. Most people have USB drives lying around, and they can simply be plugged into any computer. A SSD (cheap or not) more likely needs to be bought first, and the server box might need to be opened to have it installed. cu Gerrit From owner-freebsd-stable@freebsd.org Wed Nov 25 13:23:18 2015 Return-Path: Delivered-To: freebsd-stable@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 E66FEA3623C for ; Wed, 25 Nov 2015 13:23:17 +0000 (UTC) (envelope-from albert@acervin.com) Received: from mail-wm0-x22e.google.com (mail-wm0-x22e.google.com [IPv6:2a00:1450:400c:c09::22e]) (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 84D3F1613 for ; Wed, 25 Nov 2015 13:23:17 +0000 (UTC) (envelope-from albert@acervin.com) Received: by wmww144 with SMTP id w144so69125808wmw.0 for ; Wed, 25 Nov 2015 05:23:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=acervin-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=yQ0XnSIVYmWlzf3aw8XSEZgeo3NwmdZGlIe53J2PRzg=; b=HddiVmmoxIbmrWbgNWk7laXMByx0EYkQGbKasotEzDR6tbUljXKnL7XSEckIqVyQfm tmcmu9AHKg5BR8HlA4NW1z0lyE9lBTWU8O6aBoFUMn6b+rCfRAF8vuimUKtIiudx940Q jfv05YSicK460SkVMwY/iidkCoDPO2mYdH12yNG7cSQkW7WW0v4SYZHctVrFmHho4Vqh 5LMxiJ3vD82DUfLv0GAhwcXzFhAcWderlpIFKUrQ7FVgx7p9wUpPXo5eXg6A8n27jPEt KXB4l0J3rBJqkdJNKLwyC8w+2VHeUvnhIfzXLtwllHSrxBMEBGtO7ipOze4TUzefayo7 wXBw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=yQ0XnSIVYmWlzf3aw8XSEZgeo3NwmdZGlIe53J2PRzg=; b=HtLDYRvv5Mp061M0hqdarmojn7ZfI1fKTuNzjf+sHJPHR74bcZd0DGPjCfRdS6k1JB 4GYZAVjtYWX3VQAiG396od0ITX2tMWblAd6ZnOJkyAUxZn8G7/yMpqZI+23VI5stZixK wSQNX3j/lgPiAt3AXh59A8ZfzM69y1ufphzCE7MHYNkpEPjtqx9d+OsnQVuh6W5hMTZ5 rVHwK5M3Xdn9b7sjgqDzVEciRhOx/e4b7LQs4H92M6LXXiSiI8c5leGZ10YIOiJmhabH uR4CZwiqwrZ9ddRIBfc8jSv3Br8iMLkQAF0sR3YBddPz8wt6ekNQRovcwbR19g324DI4 OEPA== X-Gm-Message-State: ALoCoQl07Q265hDFZWaM8X0otC+GKsHlNdwjHVDqBiQ1Lc4adbu8m6Ja8EzMiuAT0hhsg8EFnXea MIME-Version: 1.0 X-Received: by 10.194.9.104 with SMTP id y8mr43536681wja.106.1448457794972; Wed, 25 Nov 2015 05:23:14 -0800 (PST) Received: by 10.28.195.195 with HTTP; Wed, 25 Nov 2015 05:23:14 -0800 (PST) X-Originating-IP: [80.239.191.4] In-Reply-To: <20151125131614.349faf4e6febeb00e401364d@aei.mpg.de> References: <5654855F.2070502@sentex.net> <20151125081210.6ce3d9404b314fcfb31b061f@aei.mpg.de> <20151125131614.349faf4e6febeb00e401364d@aei.mpg.de> Date: Wed, 25 Nov 2015 14:23:14 +0100 Message-ID: Subject: Re: ZFS - poor performance with "large" directories From: Albert Cervin To: =?UTF-8?B?R2Vycml0IEvDvGhu?= Cc: krad , freebsd-stable Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Nov 2015 13:23:18 -0000 Hi again, I have conducted a few other experiments and concluded that ZFS is NOT the culprit here and my suspicions now go to Samba instead which seems to behave really badly under these conditions... Thanks for all the ZFS help though, much appreciated! Cheers, Albert On Wed, Nov 25, 2015 at 1:16 PM, Gerrit K=C3=BChn = wrote: > On Wed, 25 Nov 2015 12:06:38 +0000 krad wrote about Re= : > ZFS - poor performance with "large" directories: > > K> consumer SSDs are cheap enough now not to bother with usb drives I wou= ld > K> imagine. > > Sure. I was just suggesting a USB drive as a quick way to check if this > might help at all. Most people have USB drives lying around, and they can > simply be plugged into any computer. A SSD (cheap or not) more likely > needs to be bought first, and the server box might need to be opened to > have it installed. > > > cu > Gerrit > _______________________________________________ > freebsd-stable@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" From owner-freebsd-stable@freebsd.org Wed Nov 25 13:52:47 2015 Return-Path: Delivered-To: freebsd-stable@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 617D7A369FB for ; Wed, 25 Nov 2015 13:52:47 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [66.135.54.68]) by mx1.freebsd.org (Postfix) with ESMTP id 47C7A17CB for ; Wed, 25 Nov 2015 13:52:46 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: by mail.soaustin.net (Postfix, from userid 502) id 46E9756085; Wed, 25 Nov 2015 07:52:46 -0600 (CST) Date: Wed, 25 Nov 2015 07:52:46 -0600 From: Mark Linimon To: Andrey Fesenko Cc: freebsd-stable@freebsd.org Subject: Re: sshpass Message-ID: <20151125135246.GA7492@lonesome.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Nov 2015 13:52:47 -0000 Please submit this via bugzilla so that it will not get lost in all the mailing list traffic. Thank you. mcl From owner-freebsd-stable@freebsd.org Wed Nov 25 15:13:06 2015 Return-Path: Delivered-To: freebsd-stable@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 6E60EA37AF1; Wed, 25 Nov 2015 15:13:06 +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 5DED1104E; Wed, 25 Nov 2015 15:13:06 +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 EAC81724; Wed, 25 Nov 2015 15:13:06 +0000 (UTC) Date: Wed, 25 Nov 2015 15:13:06 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: jenkins-admin@FreeBSD.org, freebsd-stable@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <2106820497.151.1448464386931.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <548737874.138.1448446202180.JavaMail.jenkins@jenkins-9.freebsd.org> References: <548737874.138.1448446202180.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_STABLE_10-i386 - Build #669 - Fixed MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_STABLE_10-i386 X-Jenkins-Result: SUCCESS 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-stable@freebsd.org X-Mailman-Version: 2.1.20 List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Nov 2015 15:13:06 -0000 FreeBSD_STABLE_10-i386 - Build #669 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/669/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/669/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_10-i386/669/console Change summaries: No changes From owner-freebsd-stable@freebsd.org Wed Nov 25 15:16:19 2015 Return-Path: Delivered-To: freebsd-stable@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 F2C4FA37BB9; Wed, 25 Nov 2015 15:16:18 +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 E23081217; Wed, 25 Nov 2015 15:16:18 +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 D0BB4725; Wed, 25 Nov 2015 15:16:18 +0000 (UTC) Date: Wed, 25 Nov 2015 15:16:17 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: jenkins-admin@FreeBSD.org, freebsd-stable@FreeBSD.org, freebsd-i386@FreeBSD.org Message-ID: <83506141.153.1448464578799.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <284796844.136.1448446051704.JavaMail.jenkins@jenkins-9.freebsd.org> References: <284796844.136.1448446051704.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_STABLE_9-i386 - Build #240 - Fixed MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_STABLE_9-i386 X-Jenkins-Result: SUCCESS 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-stable@freebsd.org X-Mailman-Version: 2.1.20 List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Nov 2015 15:16:19 -0000 FreeBSD_STABLE_9-i386 - Build #240 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_9-i386/240/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_9-i386/240/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_9-i386/240/console Change summaries: No changes From owner-freebsd-stable@freebsd.org Wed Nov 25 15:24:51 2015 Return-Path: Delivered-To: freebsd-stable@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 1F63FA37EA9 for ; Wed, 25 Nov 2015 15:24:51 +0000 (UTC) (envelope-from albert@acervin.com) Received: from mail-wm0-x22d.google.com (mail-wm0-x22d.google.com [IPv6:2a00:1450:400c:c09::22d]) (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 B0B0118F2 for ; Wed, 25 Nov 2015 15:24:50 +0000 (UTC) (envelope-from albert@acervin.com) Received: by wmec201 with SMTP id c201so261457327wme.0 for ; Wed, 25 Nov 2015 07:24:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=acervin-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=vOWLgtcgu3MHc3v2Sigj7LwEaJl8m+8SgBV/czv1tOU=; b=u84NAea8SxRoHNl+qk5JglN/hmahroVJ68iZgEMOinclccGISuGECVNSPC6uTuwVhK PtbGkDf4ooPkjQPBY2A0ujqXpB5orTxRy5+RR5zId5ubzAYsf2+Liw0QITT5XqIoag3Z FAMl1m8FrrVmEQrCpDtpgMUDkjx+l4wwGGoiSnYWUmKWk/hGK1cHR77A9XHyl/o5y+zl dwFzMYyWlhLL1c923kOZ472/W9ORHxQBhcL04rX+G8N4jrk7ZU8+Rl9j0uZjH+WUSBcf ImSo5DUSDyggXQ3LEzUGRhD2His/QqARHoOMdoinZaXM5XkCnIZuPDrHv0hydW+40YsK dJ7w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type:content-transfer-encoding; bh=vOWLgtcgu3MHc3v2Sigj7LwEaJl8m+8SgBV/czv1tOU=; b=gMbVQtrYrcUmYFgdEFoToEMlGdaeqNkD2NZz7+gDWgX9klNkieQgPIyz8b0EWWiYhW TZ5Q0twFJz0LW7S7aLEMSSFJsnyeL28Ve6nvxvsoCmAElHbXUPwhWJWXiwfgsil16FQP oejzv8zBjPmNU+0tQxNFgWcVOmqKvmVcMN2GMfqbhOkbNEtfVgwuafM0hnuzhRrUrBvX danhEfR0wOj1INgRl0FAOnhuwqt6GRTmSmmSHZh3laPEZ8xVP3cRYaS4A1pUkiQvqXY5 mJjg7ITClxn8B6cjw0IQCf6+krGWnNlRapyt/A8PMT3YrKpSK7zN23fkNUg1B9PqhxRy kAog== X-Gm-Message-State: ALoCoQmkZimpv9kK4fxcfrTI94ymMPOCFODkUqT3mXyWneGpB58dra1gBi6/VqnkS6DzcVZnPeMa MIME-Version: 1.0 X-Received: by 10.194.89.170 with SMTP id bp10mr26036410wjb.7.1448465089009; Wed, 25 Nov 2015 07:24:49 -0800 (PST) Received: by 10.28.195.195 with HTTP; Wed, 25 Nov 2015 07:24:48 -0800 (PST) X-Originating-IP: [80.239.191.4] In-Reply-To: References: <5654855F.2070502@sentex.net> <20151125081210.6ce3d9404b314fcfb31b061f@aei.mpg.de> <20151125131614.349faf4e6febeb00e401364d@aei.mpg.de> Date: Wed, 25 Nov 2015 16:24:48 +0100 Message-ID: Subject: Re: ZFS - poor performance with "large" directories From: Albert Cervin To: freebsd-stable Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Nov 2015 15:24:51 -0000 Just to close this off, when using Samba with ZFS it seems to be very important (if you have many files in a directory) to make it case sensitive as per: https://wiki.samba.org/index.php/Performance_tuning#Handling_Large_Director= ies. Everything is now roses and works as expected. Sorry ZFS that I accused you! ;) Thanks again! // Albert On Wed, Nov 25, 2015 at 2:23 PM, Albert Cervin wrote: > Hi again, > > I have conducted a few other experiments and concluded that ZFS is NOT > the culprit here and my suspicions now go to Samba instead which seems > to behave really badly under these conditions... > > Thanks for all the ZFS help though, much appreciated! > > Cheers, > Albert > > On Wed, Nov 25, 2015 at 1:16 PM, Gerrit K=C3=BChn wrote: >> On Wed, 25 Nov 2015 12:06:38 +0000 krad wrote about R= e: >> ZFS - poor performance with "large" directories: >> >> K> consumer SSDs are cheap enough now not to bother with usb drives I wo= uld >> K> imagine. >> >> Sure. I was just suggesting a USB drive as a quick way to check if this >> might help at all. Most people have USB drives lying around, and they ca= n >> simply be plugged into any computer. A SSD (cheap or not) more likely >> needs to be bought first, and the server box might need to be opened to >> have it installed. >> >> >> cu >> Gerrit >> _______________________________________________ >> freebsd-stable@freebsd.org mailing list >> https://lists.freebsd.org/mailman/listinfo/freebsd-stable >> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org= " From owner-freebsd-stable@freebsd.org Wed Nov 25 17:39:40 2015 Return-Path: Delivered-To: freebsd-stable@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 3380DA36C8E for ; Wed, 25 Nov 2015 17:39:40 +0000 (UTC) (envelope-from lwhsu@FreeBSD.cs.nctu.edu.tw) Received: from FreeBSD.cs.nctu.edu.tw (freebsd2.cs.nctu.edu.tw [140.113.17.206]) by mx1.freebsd.org (Postfix) with ESMTP id C297A18B4; Wed, 25 Nov 2015 17:39:39 +0000 (UTC) (envelope-from lwhsu@FreeBSD.cs.nctu.edu.tw) Received: by FreeBSD.cs.nctu.edu.tw (Postfix, from userid 1058) id 27A98287F; Thu, 26 Nov 2015 01:39:37 +0800 (CST) Date: Thu, 26 Nov 2015 01:39:37 +0800 From: Li-Wen Hsu To: Glen Barber Cc: Baptiste Daroussin , freebsd-stable@FreeBSD.org, jenkins-admin@FreeBSD.org Subject: Re: FreeBSD_STABLE_10-i386 - Build #661 - Still Failing Message-ID: <20151125173937.GA56223@FreeBSD.cs.nctu.edu.tw> References: <196615497.107.1448287849026.JavaMail.jenkins@jenkins-9.freebsd.org> <1065209114.111.1448295034864.JavaMail.jenkins@jenkins-9.freebsd.org> <20151123162036.GA76516@ivaldir.etoilebsd.net> <20151123170650.GA14571@FreeBSD.cs.nctu.edu.tw> <20151123181540.GB76516@ivaldir.etoilebsd.net> <20151125103128.GJ1347@FreeBSD.org> <20151125103447.GK1347@FreeBSD.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="wac7ysb48OaltWcw" Content-Disposition: inline In-Reply-To: <20151125103447.GK1347@FreeBSD.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Nov 2015 17:39:40 -0000 --wac7ysb48OaltWcw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Nov 25, 2015 at 10:34:47 +0000, Glen Barber wrote: > On Wed, Nov 25, 2015 at 10:31:28AM +0000, Glen Barber wrote: > > On Mon, Nov 23, 2015 at 07:15:40PM +0100, Baptiste Daroussin wrote: > > > > The build happens in a jail built every time the job starts, by fet= ching > > > > the latest snapshot from: > > > >=20 > > > > http://ftp.freebsd.org/pub/FreeBSD/snapshots/i386/i386/11.0-CURRENT= /base.txz > > > >=20 > > > > It looks there is no /usr/bin/colldef. I haven't looked into what's > > > > going on here. > > > >=20 > > >=20 > > > Ok so it will be fixed by the next snapshot > > >=20 > >=20 > > The Jenkins builders absolutely *cannot* rely on files within the > > snapshots/ directory on the mirrors to exist. Relying on files that > > possibly could not exist (failed builds for extended periods of time, > > for example), is an implementation bug. > >=20 > > The Jenkins configurations need to be updated to use the base.txz under > > the releases/ directory, and for building -CURRENT, must use the latest > > major release base.txz (not *snapshot* build). > >=20 > > In other words: > >=20 > > 9.3-STABLE: built from 9.3-RELEASE > > 10.2-STABLE: built from 10.2-RELEASE > > 11.0-CURRENT: built from 10.2-RELEASE > >=20 > > This ensures: > >=20 > > 1) edge cases where a snapshot (which is *not* a release) is built > > between a problematic commit does not prevent Jenkins spam; >=20 > s/does not prevent/does not cause/ >=20 > > 2) source-based upgrades from the last major version to -CURRENT (which > > in turn, ensures 10.2-RELEASE can be source-upgraded to 11.0-RELEASE) > > is tested. > >=20 > > This must be fixed by Jenkins Admins. > >=20 This is changed in most of the jobs which execute the build process in jail. As you can see. i386 10-STABLE and i386 9-STABLE build is back to normal. For arm64 and i386 11-CURRENT, I have switched the configuration in test jobs and will modify the main jobs when I see them successfully ends. Li-Wen --=20 Li-Wen Hsu http://lwhsu.org --wac7ysb48OaltWcw Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJWVfJYXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQxMDdENTNGNjUyMTUzMzVCNzA5NDNGODQ2 NzI3RTc3Qzg4NjJCNjU2AAoJEGcn53yIYrZWO2gP/ju8pTSmSYH9q+/uXf4Jmci2 eKaZZCRbrWsPzbNTf87++7gUbyOwWoAVYCLxI1oufKkxmJc1DvVZGz3FvSZuWisl xs2oXxer6ucyhQCM0zkwbF7LAWujX7u9iFKMKwRY24nTSXlzeQft410FPeQ6IACu TOwFp/Qv+Y0LeoXNjOgLTwP7VH3Kac8/KqMC14Paxe0l8smuLTrGob2roh1yU32f EEAdD+QJMCKxYJVnaMfpuFUPoqm0q7S46qxSN+LtxoH3pv7pbFjxLvPgI0J6Mxd5 eT7E8NR9iYleVC5Kc3sNBUslG9WjLjwYBTPiTm9sUakr4TZCYI2TyiFkuW6mpxrj ld8SwSqxRIzYMkPrzq6yYJGtDdSm2Xz9QjovF0QY/uL+ftVpGqunwlVlE0LlO/rW VP8rmXjVbwsdiHsDScXEYkuTV7mq+UsoeRZiXcWWtpIYfGCIA/KVlnVuoGbZLDRq 1kHK8rldqaoI8g1vnPmnQxLgeUet3Pfs4MymMH0ewJthkpUH0YdHEiUcDbkVemXx VeVxm4MeuFSdvu6d3zNawjdYkJd8w8lYAKzfxNicAZ77jgMCidhdVj7kmoYQwlKT z1VMY7aipwYirVRKDe9uwuhtOln5xI33gcRJtAnpJR7+xrIGr9gknswAIxg8703e /DbD+rh8StYlk3hxA+x8 =YpyS -----END PGP SIGNATURE----- --wac7ysb48OaltWcw-- From owner-freebsd-stable@freebsd.org Wed Nov 25 17:43:51 2015 Return-Path: Delivered-To: freebsd-stable@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 025BDA36EB5 for ; Wed, 25 Nov 2015 17:43:51 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id DB31B1D0C; Wed, 25 Nov 2015 17:43:50 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from FreeBSD.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by freefall.freebsd.org (Postfix) with ESMTP id 3ACCA19A8; Wed, 25 Nov 2015 17:43:50 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Date: Wed, 25 Nov 2015 17:43:48 +0000 From: Glen Barber To: Li-Wen Hsu Cc: Baptiste Daroussin , freebsd-stable@FreeBSD.org, jenkins-admin@FreeBSD.org Subject: Re: FreeBSD_STABLE_10-i386 - Build #661 - Still Failing Message-ID: <20151125174348.GR1347@FreeBSD.org> References: <196615497.107.1448287849026.JavaMail.jenkins@jenkins-9.freebsd.org> <1065209114.111.1448295034864.JavaMail.jenkins@jenkins-9.freebsd.org> <20151123162036.GA76516@ivaldir.etoilebsd.net> <20151123170650.GA14571@FreeBSD.cs.nctu.edu.tw> <20151123181540.GB76516@ivaldir.etoilebsd.net> <20151125103128.GJ1347@FreeBSD.org> <20151125103447.GK1347@FreeBSD.org> <20151125173937.GA56223@FreeBSD.cs.nctu.edu.tw> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="mjrw6G9AoRBv8oQK" Content-Disposition: inline In-Reply-To: <20151125173937.GA56223@FreeBSD.cs.nctu.edu.tw> X-Operating-System: FreeBSD 11.0-CURRENT amd64 X-SCUD-Definition: Sudden Completely Unexpected Dataloss X-SULE-Definition: Sudden Unexpected Learning Event X-PEKBAC-Definition: Problem Exists, Keyboard Between Admin/Computer User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Nov 2015 17:43:51 -0000 --mjrw6G9AoRBv8oQK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Nov 26, 2015 at 01:39:37AM +0800, Li-Wen Hsu wrote: > On Wed, Nov 25, 2015 at 10:34:47 +0000, Glen Barber wrote: > > On Wed, Nov 25, 2015 at 10:31:28AM +0000, Glen Barber wrote: > > > On Mon, Nov 23, 2015 at 07:15:40PM +0100, Baptiste Daroussin wrote: > > > > > The build happens in a jail built every time the job starts, by f= etching > > > > > the latest snapshot from: > > > > >=20 > > > > > http://ftp.freebsd.org/pub/FreeBSD/snapshots/i386/i386/11.0-CURRE= NT/base.txz > > > > >=20 > > > > > It looks there is no /usr/bin/colldef. I haven't looked into wha= t's > > > > > going on here. > > > > >=20 > > > >=20 > > > > Ok so it will be fixed by the next snapshot > > > >=20 > > >=20 > > > The Jenkins builders absolutely *cannot* rely on files within the > > > snapshots/ directory on the mirrors to exist. Relying on files that > > > possibly could not exist (failed builds for extended periods of time, > > > for example), is an implementation bug. > > >=20 > > > The Jenkins configurations need to be updated to use the base.txz und= er > > > the releases/ directory, and for building -CURRENT, must use the late= st > > > major release base.txz (not *snapshot* build). > > >=20 > > > In other words: > > >=20 > > > 9.3-STABLE: built from 9.3-RELEASE > > > 10.2-STABLE: built from 10.2-RELEASE > > > 11.0-CURRENT: built from 10.2-RELEASE > > >=20 > > > This ensures: > > >=20 > > > 1) edge cases where a snapshot (which is *not* a release) is built > > > between a problematic commit does not prevent Jenkins spam; > >=20 > > s/does not prevent/does not cause/ > >=20 > > > 2) source-based upgrades from the last major version to -CURRENT (whi= ch > > > in turn, ensures 10.2-RELEASE can be source-upgraded to 11.0-RELEA= SE) > > > is tested. > > >=20 > > > This must be fixed by Jenkins Admins. > > >=20 >=20 > This is changed in most of the jobs which execute the build process in > jail. As you can see. i386 10-STABLE and i386 9-STABLE build is back to > normal. For arm64 and i386 11-CURRENT, I have switched the configuration > in test jobs and will modify the main jobs when I see them successfully > ends. >=20 Thank you very much for resolving this. Glen --mjrw6G9AoRBv8oQK Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJWVfNUAAoJEAMUWKVHj+KTbwAP/1Oc8zVJF5dwuSzOmbj6SNzl hRbbwMw2V/tds4+QmZwT3z/DYYLq9mSMgTuosvg32J+u8eE+GXdfx1hudgEjrksc H7wnGi3YOXAp5oOaawKdTo/ugGaO0GflQcnwTx9yjcRinwA4KcxIJdE2QvCaxinZ XtalQ0FzaHsB6mmKXUJJd1MeAlK6JKev7vHQYgqqNF/QuDjGG93I73UJGYLkiV8D 5yUgVhlCfR+MzsDIGV+LWODx3jzUpL1DW3n/w/iq/75MecYFo7/tqb9k7Qv619ap 8GrbZ+nYuA7JvYILklbVXLb8CZQbwAFPtCq/FONuUoRUTSxXuJacyslGntfDxknT 10TZBhHJBUr7RVLpUyp4vgYleUeyepGfUIeAwaKsGcX3JXPrW9B7vHz9dHfRGIOl X9PWJmITEkejJwRq7sH5l/CsRHl4fOvwaDH3K4oqhXFjfLGrzS4457lBCw4mw4pW xFHLVzbthE0R24xBVpM2HsK4RgmaPKlBtsNudi+aiZ1yuhzr7THFyLFwSOxOdAB/ rgQzacZdTLT8OxfirxKuE2h62K4j0So1Bd9RPvEfn1czbd43kjfrauSxdNOeZ+fL mDY/TNws7u3TQEqQAF/+voUJI/tWlW+yhxsVbaCUR9l17mQvP/AmLx+DMQg8oZGC Y8YOS8f1BcL5gLRePea8 =5u58 -----END PGP SIGNATURE----- --mjrw6G9AoRBv8oQK-- From owner-freebsd-stable@freebsd.org Wed Nov 25 20:37:50 2015 Return-Path: Delivered-To: freebsd-stable@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 45FFEA37471 for ; Wed, 25 Nov 2015 20:37:50 +0000 (UTC) (envelope-from f0andrey@gmail.com) Received: from mail-wm0-x22f.google.com (mail-wm0-x22f.google.com [IPv6:2a00:1450:400c:c09::22f]) (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 D60921453 for ; Wed, 25 Nov 2015 20:37:49 +0000 (UTC) (envelope-from f0andrey@gmail.com) Received: by wmuu63 with SMTP id u63so153050111wmu.0 for ; Wed, 25 Nov 2015 12:37:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=sd6IzdEguXXljmJHPO5xbpNhCJeUY4uz6ucZ5cVUiXY=; b=OlwgsACv3mvm57oRHVjiK2uxxRMwk+5dY/PXSaaYEYLimkE7/ImmMRUzYAEEJ5a3Ku 3E2uv1GApl0d9nJJ8NtQAaNXNBZ3pV+bxMVqayRA6GsULfriLvsQmokCYQDzWeYMwRlM IKu+H9a3UaeCoVgf3M6+xeKpBDbF48OydMi8ItZq8MsM6je3HgLXXlRZp+ODknO4onIK H9FY+nnd2rI6jgt3dOrBUqkAnL6btzsBcQ3YpziV3q6rppFNcROf52Dni55PyQX6QeUv DgYCJWUPPINjvVy14yHSu9OUDKblcqhypLTrcV6JBt3j83q2G0p7z8V9rRiyhIPgoIbz 3lkw== MIME-Version: 1.0 X-Received: by 10.28.228.214 with SMTP id b205mr7253074wmh.46.1448483868349; Wed, 25 Nov 2015 12:37:48 -0800 (PST) Received: by 10.194.109.197 with HTTP; Wed, 25 Nov 2015 12:37:48 -0800 (PST) In-Reply-To: <20151125135246.GA7492@lonesome.com> References: <20151125135246.GA7492@lonesome.com> Date: Wed, 25 Nov 2015 23:37:48 +0300 Message-ID: Subject: Re: sshpass From: Andrey Fesenko To: Mark Linimon Cc: freebsd-stable , Kurt Jaeger Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Nov 2015 20:37:50 -0000 On Wed, Nov 25, 2015 at 4:52 PM, Mark Linimon wrote: > Please submit this via bugzilla so that it will not get lost in all > the mailing list traffic. Thank you. > > mcl Done https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204819 From owner-freebsd-stable@freebsd.org Wed Nov 25 21:33:36 2015 Return-Path: Delivered-To: freebsd-stable@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 E58C4A373B8 for ; Wed, 25 Nov 2015 21:33:36 +0000 (UTC) (envelope-from stefan.wendler@tngtech.com) Received: from zimbra.tngtech.com (zimbra.tngtech.com [212.204.93.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9FDE61F07 for ; Wed, 25 Nov 2015 21:33:36 +0000 (UTC) (envelope-from stefan.wendler@tngtech.com) Received: from localhost (localhost [127.0.0.1]) by zimbra.tngtech.com (Postfix) with ESMTP id EA855B0062A for ; Wed, 25 Nov 2015 22:33:32 +0100 (CET) Received: from zimbra.tngtech.com ([127.0.0.1]) by localhost (zimbra.tngtech.com [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id NoI3tkp6XjvI for ; Wed, 25 Nov 2015 22:33:32 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by zimbra.tngtech.com (Postfix) with ESMTP id 822C0B006E7 for ; Wed, 25 Nov 2015 22:33:32 +0100 (CET) X-Virus-Scanned: amavisd-new at tngtech.com Received: from zimbra.tngtech.com ([127.0.0.1]) by localhost (zimbra.tngtech.com [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id Wi-pwAMwD4N4 for ; Wed, 25 Nov 2015 22:33:32 +0100 (CET) Received: from zimbra.tngtech.com (zimbra.tngtech.com [212.204.93.107]) by zimbra.tngtech.com (Postfix) with ESMTP id 67463B00647 for ; Wed, 25 Nov 2015 22:33:32 +0100 (CET) Date: Wed, 25 Nov 2015 22:33:32 +0100 (CET) Subject: Re: zfs receive -> space quota exceeded Message-ID: <37e67feb-5dea-42cf-86de-ccb195155491@email.android.com> X-Android-Message-ID: <37e67feb-5dea-42cf-86de-ccb195155491@email.android.com> From: Stefan Wendler To: FreeBSD MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Type: text/plain; charset=utf-8 X-Mailer: Zimbra 8.6.0_GA_1182 (MobileSync - Android/6.0-EAS-2.0) Thread-Topic: zfs receive -> space quota exceeded Thread-Index: ZCv59SBde++DoAZ9TatQmiT9eXEMXQ== X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Nov 2015 21:33:37 -0000 b2ggd2VsbCwgSSB0aGluayB0aGlzIGlzIHNvbHZlZC4gSSBzaG91bGQgaGF2ZSB1c2VkIHJlZnF1 b3RhIGluc3RlYWQgb2YgcXVvdGEgXl4KCkNoZWVycyAKCkFtIDI1LjExLjIwMTUgMTA6NTEgc2No cmllYiBTdGVmYW4gV2VuZGxlciA8c3RlZmFuLndlbmRsZXJAdG5ndGVjaC5jb20+Ogo+Cj4gSGks IAo+Cj4gSSBhbSB0cnlpbmcgdG8gc2V0dXAgYSB6ZnMgc25hcHNob3QgYmFja3VwLiBBbmQgSSBh bSB1c2luZyBxdW90YXMgb24gbW9zdCBvZiAKPiB0aGUgZGF0YXNldHMgdGhhdCBJIGFtIHRyeWlu ZyB0byBiYWNrdXAgd2l0aCBzZW5kL3JlY2VpdmUuIAo+Cj4gVGhlIHNuYXBzaG90IGRhdGEgb24g dGhlIGJhY2t1cCBwb29sIGlzIGFyb3VuZCAxMDAlIGxhcmdlciB0aGFuIHRoZSBvcmlnaW5hbCAK PiBkYXRhIChjb21wcmVzc2lvbiBpcyBsejQgb24gYm90aCBwb29scywgZGVkdXA9b2ZmLCBubyBy ZWZxdW90YSkuIFNvIEkgYW0gCj4gZXhjZWVkaW5nIHRoZSBxdW90YSBmb3IgZXZlcnkgZGF0YXNl dC4gCj4KPiBUaGUgc2VuZC9yZWNlaXZlIGFsd2F5cyBmYWlscyB3aXRoOiAic3BhY2UgcXVvdGEg ZXhjZWVkZWQiIAo+Cj4gV2hhdCBjYW4gSSBkbyBvdGhlciB0aGFuIGRpc2FibGluZyB0aGUgcXVv dGFzPyBXaGljaCBJIHdvbid0IGRvLiAKPgo+IFRoZSBjb21tYW5kIEkgYW0gdXNpbmcgZm9yIHRo ZSBmaXJzdCBzZW5kL3JlY2VpdmUgaXM6IAo+Cj4gZnMgc2VuZCAtUiBzdG9yYWdlQGF1dG9iYWNr dXAtMjAxNS0xMS0yNSB8IG1idWZmZXIgfCB6ZnMgcmVjZWl2ZSAtRmR1diAKPiBiYWNrdXAvc3Rv cmFnZSAKPgo+IEkga25vdyB0aGF0IC1SIGlzIGFsc28gc2VuZGluZyBhdHRyaWJ1dGVzLiBXaGlj aCBpcyBmaW5lIGFuZCB3YW50ZWQuIEJ1dCBJIAo+IGRvbid0IHRoaW5rIHRoYXQgYSBxdW90YSBz aG91bGQgYmUgYSBwcm9ibGVtIGhlcmU/IAo+Cj4gRnJlZUJTRCBWZXJzaW9uIGlzIHN0aWxsIDEw LjEgdW5mb3J0dW5hdGVseS4gVGhlcmUgaXMgbm8gd2F5IHRvIGhhdmUgYSAKPiBkb3dudGltZSBy aWdodCBub3cgYW5kIHVwZ3JhZGUgdG8gMTAuMi4gCj4KPiB6cG9vbC96ZnMgdmVyc2lvbnMgYXJl IDI4LzUgCj4KPiBDaGVlcnMsIAo+IFN0ZWZhbiAKPiBfX19fX19fX19fX19fX19fX19fX19fX19f X19fX19fX19fX19fX19fX19fX19fXyAKPiBmcmVlYnNkLXN0YWJsZUBmcmVlYnNkLm9yZyBtYWls aW5nIGxpc3QgCj4gaHR0cHM6Ly9saXN0cy5mcmVlYnNkLm9yZy9tYWlsbWFuL2xpc3RpbmZvL2Zy ZWVic2Qtc3RhYmxlIAo+IFRvIHVuc3Vic2NyaWJlLCBzZW5kIGFueSBtYWlsIHRvICJmcmVlYnNk LXN0YWJsZS11bnN1YnNjcmliZUBmcmVlYnNkLm9yZyIgCg== From owner-freebsd-stable@freebsd.org Thu Nov 26 00:40:01 2015 Return-Path: Delivered-To: freebsd-stable@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 64B38A37B92 for ; Thu, 26 Nov 2015 00:40:01 +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 4AB961810; Thu, 26 Nov 2015 00:40:01 +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 BC1B48E7; Thu, 26 Nov 2015 00:40:01 +0000 (UTC) Date: Thu, 26 Nov 2015 00:40:00 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: ngie@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-stable@FreeBSD.org Message-ID: <203300068.179.1448498401731.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_stable_10 - Build #1842 - Failure MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_stable_10 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-stable@freebsd.org X-Mailman-Version: 2.1.20 List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Nov 2015 00:40:01 -0000 FreeBSD_stable_10 - Build #1842 - Failure: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_stable_10/1842/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_stable_10/1842/cha= nges Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_stable_10/1842/cons= ole Change summaries: 291336 by ngie: MFC r288006,r288031,r288032,r288033: r288006 (by rodrigc): Add declarations to eliminate -Wmissing-prototypes warnings r288031 (by rodrigc): Remove names from some prototypes r288032 (by rodrigc): Remove names from some prototypes r288033 (by rodrigc): Use ANSI C prototypes. Eliminates -Wold-style-definition warnings. The end of the build log: [...truncated 107793 lines...] (cd /builds/FreeBSD_stable_10/lib/libc/tests/net && make -f /builds/FreeBSD= _stable_10/lib/libc/tests/net/Makefile _RECURSING_PROGS=3D SUBDIR=3D PROG= =3Dh_dns_server DEPENDFILE=3D.depend.h_dns_server .MAKE.DEPENDFILE=3D.depe= nd.h_dns_server depend) --- gnu.depend__D --- --- _sub.depend --- =3D=3D=3D> gnu/lib/libreadline/history (depend) --- kerberos5.depend__D --- --- lib.depend__D --- --- .depend.h_dns_server --- --- kerberos5.depend__D --- =3D=3D=3D> kerberos5 (depend) --- lib.depend__D --- rm -f .depend.h_dns_server CC=3D'cc ' mkdep -f .depend.h_dns_server -a -I/builds/FreeBSD_stable_10/= lib/libc/tests/net -std=3Dgnu99 /builds/FreeBSD_stable_10/contrib/netbsd-= tests/lib/libc/net/h_dns_server.c --- gnu.depend__D --- --- _sub.depend --- =3D=3D=3D> gnu/lib/libreadline/history/doc (depend) --- bin.depend__D --- echo ps: /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib= /libc.a /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/= libm.a /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/l= ibkvm.a /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/= libjail.a >> .depend --- depend_subdir_pwait --- =3D=3D=3D> bin/pwait (depend) --- kerberos5.depend__D --- --- depend_subdir_lib --- =3D=3D=3D> kerberos5/lib (depend) --- gnu.depend__D --- =3D=3D=3D> gnu/lib/libreadline/readline (depend) --- bin.depend__D --- --- .depend --- rm -f .depend CC=3D'cc ' mkdep -f .depend -a -std=3Dgnu99 /builds/FreeBSD_stable_10= /bin/pwait/pwait.c --- kerberos5.depend__D --- --- _sub.depend --- =3D=3D=3D> kerberos5/lib/libasn1 (depend) --- lib.depend__D --- echo h_dns_server: /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/t= mp/usr/lib/libc.a >> .depend.h_dns_server (cd /builds/FreeBSD_stable_10/lib/libc/tests/net && make -f /builds/FreeBSD= _stable_10/lib/libc/tests/net/Makefile _RECURSING_PROGS=3D SUBDIR=3D PROG= =3Dether_test DEPENDFILE=3D.depend.ether_test .MAKE.DEPENDFILE=3D.depend.e= ther_test depend) --- gnu.depend__D --- --- _sub.depend --- =3D=3D=3D> gnu/lib/libreadline/readline/doc (depend) --- kerberos5.depend__D --- =3D=3D=3D> kerberos5/lib/libgssapi_krb5 (depend) --- lib.depend__D --- --- .depend.ether_test --- rm -f .depend.ether_test --- gnu.depend__D --- =3D=3D=3D> gnu/lib/libssp (depend) --- lib.depend__D --- CC=3D'cc ' mkdep -f .depend.ether_test -a -I/builds/FreeBSD_stable_10/li= b/libc/tests/net -std=3Dgnu99 /builds/FreeBSD_stable_10/lib/libc/tests/ne= t/ether_test.c --- bin.depend__D --- echo pwait: /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/= lib/libc.a >> .depend --- depend_subdir_pwd --- =3D=3D=3D> bin/pwd (depend) --- gnu.depend__D --- --- _sub.depend --- =3D=3D=3D> gnu/lib/libssp/libssp_nonshared (depend) --- lib.depend__D --- echo ether_test: /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp= /usr/lib/libc.a /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/= usr/lib/private/libatf-c.a >> .depend.ether_test --- bin.depend__D --- --- .depend --- --- lib.depend__D --- (cd /builds/FreeBSD_stable_10/lib/libc/tests/net && make -f /builds/FreeBSD= _stable_10/lib/libc/tests/net/Makefile _RECURSING_PROGS=3D SUBDIR=3D PROG= =3Deui64_aton_test DEPENDFILE=3D.depend.eui64_aton_test .MAKE.DEPENDFILE= =3D.depend.eui64_aton_test depend) --- bin.depend__D --- rm -f .depend CC=3D'cc ' mkdep -f .depend -a -std=3Dgnu99 /builds/FreeBSD_stable_10= /bin/pwd/pwd.c --- kerberos5.depend__D --- =3D=3D=3D> kerberos5/lib/libgssapi_ntlm (depend) --- gnu.depend__D --- =3D=3D=3D> gnu/lib/tests (depend) --- lib.depend__D --- --- .depend.eui64_aton_test --- rm -f .depend.eui64_aton_test CC=3D'cc ' mkdep -f .depend.eui64_aton_test -a -I/builds/FreeBSD_stable_= 10/lib/libc/tests/net -std=3Dgnu99 /builds/FreeBSD_stable_10/lib/libc/tes= ts/net/eui64_aton_test.c --- bin.depend__D --- echo pwd: /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/li= b/libc.a >> .depend --- gnu.depend__D --- =3D=3D=3D> gnu/tests (depend) --- bin.depend__D --- --- depend_subdir_rcp --- =3D=3D=3D> bin/rcp (depend) --- lib.depend__D --- echo eui64_aton_test: /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_1= 0/tmp/usr/lib/libc.a /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10= /tmp/usr/lib/private/libatf-c.a >> .depend.eui64_aton_test (cd /builds/FreeBSD_stable_10/lib/libc/tests/net && make -f /builds/FreeBSD= _stable_10/lib/libc/tests/net/Makefile _RECURSING_PROGS=3D SUBDIR=3D PROG= =3Deui64_ntoa_test DEPENDFILE=3D.depend.eui64_ntoa_test .MAKE.DEPENDFILE= =3D.depend.eui64_ntoa_test depend) --- kerberos5.depend__D --- =3D=3D=3D> kerberos5/lib/libgssapi_spnego (depend) --- gnu.depend__D --- =3D=3D=3D> gnu/usr.bin (depend) --- bin.depend__D --- --- .depend --- rm -f .depend CC=3D'cc ' mkdep -f .depend -a -DBINDIR=3D/bin -std=3Dgnu99 /builds/Fr= eeBSD_stable_10/bin/rcp/rcp.c /builds/FreeBSD_stable_10/bin/rcp/util.c --- lib.depend__D --- --- .depend.eui64_ntoa_test --- rm -f .depend.eui64_ntoa_test CC=3D'cc ' mkdep -f .depend.eui64_ntoa_test -a -I/builds/FreeBSD_stable_= 10/lib/libc/tests/net -std=3Dgnu99 /builds/FreeBSD_stable_10/lib/libc/tes= ts/net/eui64_ntoa_test.c --- kerberos5.depend__D --- =3D=3D=3D> kerberos5/lib/libhdb (depend) --- gnu.depend__D --- --- depend_subdir_binutils --- =3D=3D=3D> gnu/usr.bin/binutils (depend) --- _sub.depend --- --- lib.depend__D --- echo eui64_ntoa_test: /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_1= 0/tmp/usr/lib/libc.a /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10= /tmp/usr/lib/private/libatf-c.a >> .depend.eui64_ntoa_test --- gnu.depend__D --- =3D=3D=3D> gnu/usr.bin/binutils/libiberty (depend) --- lib.depend__D --- (cd /builds/FreeBSD_stable_10/lib/libc/tests/net && make -f /builds/FreeBSD= _stable_10/lib/libc/tests/net/Makefile _RECURSING_PROGS=3D SUBDIR=3D PROG= =3Dgetprotoent_test DEPENDFILE=3D.depend.getprotoent_test .MAKE.DEPENDFILE= =3D.depend.getprotoent_test depend) --- kerberos5.depend__D --- =3D=3D=3D> kerberos5/lib/libheimntlm (depend) --- gnu.depend__D --- --- .depend --- --- lib.depend__D --- --- .depend.getprotoent_test --- --- gnu.depend__D --- rm -f .depend --- lib.depend__D --- rm -f .depend.getprotoent_test --- gnu.depend__D --- CC=3D'cc ' mkdep -f .depend -a -DBFD_DEFAULT_TARGET_SIZE=3D64 -I. -I/bui= lds/FreeBSD_stable_10/gnu/usr.bin/binutils/libiberty -I/builds/FreeBSD_stab= le_10/gnu/usr.bin/binutils/libiberty/../libbfd -I/builds/FreeBSD_stable_10/= obj/builds/FreeBSD_stable_10/gnu/usr.bin/binutils/libiberty/../libbfd -I/bu= ilds/FreeBSD_stable_10/gnu/usr.bin/binutils/libiberty/../../../../contrib/b= inutils/include -DHAVE_CONFIG_H -std=3Dgnu99 /builds/FreeBSD_stable_10/gn= u/usr.bin/binutils/libiberty/../../../../contrib/binutils/libiberty/argv.c = /builds/FreeBSD_stable_10/gnu/usr.bin/binutils/libiberty/../../../../contri= b/binutils/libiberty/concat.c /builds/FreeBSD_stable_10/gnu/usr.bin/binutil= s/libiberty/../../../../contrib/binutils/libiberty/choose-temp.c /builds/Fr= eeBSD_stable_10/gnu/usr.bin/binutils/libiberty/../../../../contrib/binutils= /libiberty/cp-demangle.c /builds/FreeBSD_stable_10/gnu/usr.bin/binutils/lib= iberty/../../../../contrib/binutils/libiberty/cp-demint.c /builds/FreeBSD_s= table_10/gnu/usr.bin/binutils/libiberty/../../../../contrib/binutils/libibe= rty/cplus-dem.c /builds/FreeBSD_stable_10/gnu/usr.bin/binutils/libiberty/..= /../../../contrib/binutils/libiberty/dyn-string.c /builds/FreeBSD_stable_10= /gnu/usr.bin/binutils/libiberty/../../../../contrib/binutils/libiberty/getp= wd.c /builds/FreeBSD_stable_10/gnu/usr.bin/binutils/libiberty/../../../../c= ontrib/binutils/libiberty/getruntime.c /builds/FreeBSD_stable_10/gnu/usr.bi= n/binutils/libiberty/../../../../contrib/binutils/libiberty/filename_cmp.c = /builds/FreeBSD_stable_10/gnu/usr.bin/binutils/libiberty/../../../../contri= b/binutils/libiberty/floatformat.c /builds/FreeBSD_stable_10/gnu/usr.bin/bi= nutils/libiberty/../../../../contrib/binutils/libiberty/hashtab.c /builds/F= reeBSD_stable_10/gnu/usr.bin/binutils/libiberty/../../../../contrib/binutil= s/libiberty/hex.c /builds/FreeBSD_stable_10/gnu/usr.bin/binutils/libiberty/= ../../../../contrib/binutils/libiberty/lbasename.c /builds/FreeBSD_stable_1= 0/gnu/usr.bin/binutils/libiberty/../../../../contrib/binutils/libiberty/lre= alpath.c /builds/FreeBSD_stable_10/gnu/usr.bin/binutils/libiberty/../../../= ../contrib/binutils/libiberty/make-relative-prefix.c /builds/FreeBSD_stable= _10/gnu/usr.bin/binutils/libiberty/../../../../contrib/binutils/libiberty/m= ake-temp-file.c /builds/FreeBSD_stable_10/gnu/usr.bin/binutils/libiberty/..= /../../../contrib/binutils/libiberty/objalloc.c /builds/FreeBSD_stable_10/g= nu/usr.bin/binutils/libiberty/../../../../contrib/binutils/libiberty/obstac= k.c /builds/FreeBSD_stable_10/gnu/usr.bin/binutils/libiberty/../../../../co= ntrib/binutils/libiberty/safe-ctype.c /builds/FreeBSD_stable_10/gnu/usr.bin= /binutils/libiberty/../../../../contrib/binutils/libiberty/unlink-if-ordina= ry.c /builds/FreeBSD_stable_10/gnu/usr.bin/binutils/libiberty/../../../../c= ontrib/binutils/libiberty/xatexit.c /builds/FreeBSD_stable_10/gnu/usr.bin/b= inutils/libiberty/../../../../contrib/binutils/libiberty/xexit.c /builds/Fr= eeBSD_stable_10/gnu/usr.bin/binutils/libiberty/../../../../contrib/binutils= /libiberty/xmalloc.c /builds/FreeBSD_stable_10/gnu/usr.bin/binutils/libiber= ty/../../../../contrib/binutils/libiberty/xstrdup.c /builds/FreeBSD_stable_= 10/gnu/usr.bin/binutils/libiberty/../../../../contrib/binutils/libiberty/xs= trerror.c /builds/FreeBSD_stable_10/gnu/usr.bin/binutils/libiberty/../../..= /../contrib/binutils/libiberty/splay-tree.c --- lib.depend__D --- CC=3D'cc ' mkdep -f .depend.getprotoent_test -a -I/builds/FreeBSD_stable= _10/lib/libc/tests/net -I/builds/FreeBSD_stable_10/lib/libnetbsd -I/builds/= FreeBSD_stable_10/contrib/netbsd-tests -std=3Dgnu99 /builds/FreeBSD_stabl= e_10/contrib/netbsd-tests/lib/libc/net/t_getprotoent.c --- bin.depend__D --- echo rcp: /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/li= b/libc.a >> .depend --- depend_subdir_realpath --- =3D=3D=3D> bin/realpath (depend) --- kerberos5.depend__D --- =3D=3D=3D> kerberos5/lib/libhx509 (depend) --- lib.depend__D --- echo getprotoent_test: /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_= 10/tmp/usr/lib/libc.a /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_= 10/tmp/usr/lib/private/libatf-c.a >> .depend.getprotoent_test --- bin.depend__D --- --- .depend --- --- lib.depend__D --- (cd /builds/FreeBSD_stable_10/lib/libc/tests/net && make -f /builds/FreeBSD= _stable_10/lib/libc/tests/net/Makefile _RECURSING_PROGS=3D SUBDIR=3D PROG= =3Dether_aton_test DEPENDFILE=3D.depend.ether_aton_test .MAKE.DEPENDFILE= =3D.depend.ether_aton_test depend) --- bin.depend__D --- rm -f .depend CC=3D'cc ' mkdep -f .depend -a -std=3Dgnu99 /builds/FreeBSD_stable_10= /bin/realpath/realpath.c --- lib.depend__D --- make[7]: make[7]: don't know how to make /sys/net/if_ethersubr.c. Stop make[7]: stopped in /builds/FreeBSD_stable_10/lib/libc/tests/net --- kerberos5.depend__D --- =3D=3D=3D> kerberos5/lib/libkadm5clnt (depend) --- lib.depend__D --- *** [ether_aton_test.depend] Error code 2 make[6]: stopped in /builds/FreeBSD_stable_10/lib/libc/tests/net 1 error make[6]: stopped in /builds/FreeBSD_stable_10/lib/libc/tests/net --- bin.depend__D --- echo realpath: /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/u= sr/lib/libc.a >> .depend --- lib.depend__D --- *** [_sub.depend] Error code 2 make[5]: stopped in /builds/FreeBSD_stable_10/lib/libc/tests 1 error make[5]: stopped in /builds/FreeBSD_stable_10/lib/libc/tests --- bin.depend__D --- A failure has been detected in another branch of the parallel make make[4]: stopped in /builds/FreeBSD_stable_10/bin/realpath *** [depend_subdir_realpath] Error code 2 make[3]: stopped in /builds/FreeBSD_stable_10/bin 1 error --- lib.depend__D --- *** [_sub.depend] Error code 2 make[4]: stopped in /builds/FreeBSD_stable_10/lib/libc 1 error make[4]: stopped in /builds/FreeBSD_stable_10/lib/libc --- bin.depend__D --- make[3]: stopped in /builds/FreeBSD_stable_10/bin *** [bin.depend__D] Error code 2 make[2]: stopped in /builds/FreeBSD_stable_10 --- lib.depend__D --- *** [depend_subdir_libc] Error code 2 make[3]: stopped in /builds/FreeBSD_stable_10/lib 1 error make[3]: stopped in /builds/FreeBSD_stable_10/lib *** [lib.depend__D] Error code 2 make[2]: stopped in /builds/FreeBSD_stable_10 --- kerberos5.depend__D --- A failure has been detected in another branch of the parallel make make[5]: stopped in /builds/FreeBSD_stable_10/kerberos5/lib/libkadm5clnt *** [_sub.depend] Error code 2 make[4]: stopped in /builds/FreeBSD_stable_10/kerberos5/lib 1 error make[4]: stopped in /builds/FreeBSD_stable_10/kerberos5/lib *** [depend_subdir_lib] Error code 2 make[3]: stopped in /builds/FreeBSD_stable_10/kerberos5 1 error make[3]: stopped in /builds/FreeBSD_stable_10/kerberos5 *** [kerberos5.depend__D] Error code 2 make[2]: stopped in /builds/FreeBSD_stable_10 --- gnu.depend__D --- A failure has been detected in another branch of the parallel make make[6]: stopped in /builds/FreeBSD_stable_10/gnu/usr.bin/binutils/libibert= y *** [_sub.depend] Error code 2 make[5]: stopped in /builds/FreeBSD_stable_10/gnu/usr.bin/binutils 1 error make[5]: stopped in /builds/FreeBSD_stable_10/gnu/usr.bin/binutils *** [depend_subdir_binutils] Error code 2 make[4]: stopped in /builds/FreeBSD_stable_10/gnu/usr.bin 1 error make[4]: stopped in /builds/FreeBSD_stable_10/gnu/usr.bin *** [_sub.depend] Error code 2 make[3]: stopped in /builds/FreeBSD_stable_10/gnu 1 error make[3]: stopped in /builds/FreeBSD_stable_10/gnu *** [gnu.depend__D] Error code 2 make[2]: stopped in /builds/FreeBSD_stable_10 4 errors make[2]: stopped in /builds/FreeBSD_stable_10 *** [_depend] Error code 2 make[1]: stopped in /builds/FreeBSD_stable_10 1 error make[1]: stopped in /builds/FreeBSD_stable_10 *** [buildworld] Error code 2 make: stopped in /builds/FreeBSD_stable_10 1 error make: stopped in /builds/FreeBSD_stable_10 Build step 'Execute shell' marked build as failure [WARNINGS] Skipping publisher since build result is FAILURE Email was triggered for: Failure - Any Sending email for trigger: Failure - Any From owner-freebsd-stable@freebsd.org Thu Nov 26 04:58:18 2015 Return-Path: Delivered-To: freebsd-stable@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 EA25EA38605 for ; Thu, 26 Nov 2015 04:58:18 +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 DAAF21A98; Thu, 26 Nov 2015 04:58:18 +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 0B98399E; Thu, 26 Nov 2015 04:58:19 +0000 (UTC) Date: Thu, 26 Nov 2015 04:58:14 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: ngie@FreeBSD.org, gnn@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-stable@FreeBSD.org Message-ID: <636483584.185.1448513897641.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <203300068.179.1448498401731.JavaMail.jenkins@jenkins-9.freebsd.org> References: <203300068.179.1448498401731.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_stable_10 - Build #1843 - Fixed MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_stable_10 X-Jenkins-Result: SUCCESS 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-stable@freebsd.org X-Mailman-Version: 2.1.20 List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Nov 2015 04:58:19 -0000 FreeBSD_stable_10 - Build #1843 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_stable_10/1843/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_stable_10/1843/cha= nges Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_stable_10/1843/cons= ole Change summaries: 291355 by gnn: MFC 290028: Turning on IPSEC used to introduce a slight amount of performance degradation (7%) for host host TCP connections over 10Gbps links, even when there were no secuirty policies in place. There is no change in performance on 1Gbps network links. Testing GENERIC vs. GENERIC-NOIPSEC vs. GENERIC with this change shows that the new code removes any overhead introduced by having IPSEC always in the kernel. Differential Revision:=09D3993 Sponsored by:=09Rubicon Communications (Netgate) 291345 by ngie: MFC r291172: Use __MAKE_SHELL instead of HOST_SHELL when generating aton_ether_subr.c (HOST_SHELL is used in NetBSD) This fixes permission denied issues when gen_ether_subr is not executable Reported by: Jos=C3=A9 P=C3=A9rez Suggested by: bdrewery, sjg 291343 by ngie: Fix bad MFC (r291175) Replace SRCTOP with the relevant path via .CURDIR Pointyhat to: ngie Sponsored by: EMC / Isilon Storage Division From owner-freebsd-stable@freebsd.org Thu Nov 26 09:19:30 2015 Return-Path: Delivered-To: freebsd-stable@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 E9DD4A39379 for ; Thu, 26 Nov 2015 09:19:30 +0000 (UTC) (envelope-from emz@norma.perm.ru) Received: from elf.hq.norma.perm.ru (unknown [IPv6:2a00:7540:1::5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.norma.perm.ru", Issuer "Vivat-Trade UNIX Root CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 47F251EB3 for ; Thu, 26 Nov 2015 09:19:29 +0000 (UTC) (envelope-from emz@norma.perm.ru) Received: from bsdrookie.norma.com. ([IPv6:fd00::77d]) by elf.hq.norma.perm.ru (8.14.9/8.14.9) with ESMTP id tAQ9JIOH018220 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Thu, 26 Nov 2015 14:19:19 +0500 (YEKT) (envelope-from emz@norma.perm.ru) To: freebsd-stable From: "Eugene M. Zheganin" Subject: high disk %busy, while almost nothing happens X-Enigmail-Draft-Status: N1110 Message-ID: <5656CE96.9000103@norma.perm.ru> Date: Thu, 26 Nov 2015 14:19:18 +0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (elf.hq.norma.perm.ru [IPv6:fd00::30a]); Thu, 26 Nov 2015 14:19:19 +0500 (YEKT) X-Spam-Status: No hits=-100.4 bayes=0.0000 testhits AWL=0.020,BAYES_00=-1.9, RDNS_NONE=0.793,SPF_SOFTFAIL=0.665,USER_IN_WHITELIST=-100 autolearn=no autolearn_force=no version=3.4.0 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on elf.hq.norma.perm.ru X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Nov 2015 09:19:31 -0000 Hi. I'm using FreeBSD 10.1-STABLE as an application server, last week I've noticed that disks are always busy while gstat shows that the activity measured in iops/reads/writes is low, form my point of view: L(q) ops/s r/s kBps ms/r w/s kBps ms/w %busy Name 8 56 50 520 160.6 6 286 157.4 100.2 gpt/zfsroot0 8 56 51 1474 162.8 5 228 174.4 99.9 gpt/zfsroot1 These %busy numbers arent't changing much, and from my point of view both disks do very little. zpool iostat: [root@gw0:~]# zpool iostat 1 capacity operations bandwidth pool alloc free read write read write ---------- ----- ----- ----- ----- ----- ----- zfsroot 270G 186G 90 131 1,17M 1,38M ---------- ----- ----- ----- ----- ----- ----- zfsroot 270G 186G 113 93 988K 418K ---------- ----- ----- ----- ----- ----- ----- zfsroot 270G 186G 112 0 795K 93,8K ---------- ----- ----- ----- ----- ----- ----- zfsroot 270G 186G 109 55 1,28M 226K ---------- ----- ----- ----- ----- ----- ----- zfsroot 270G 186G 112 116 1,36M 852K ---------- ----- ----- ----- ----- ----- ----- zfsroot 270G 186G 105 47 1,44M 1,61M ---------- ----- ----- ----- ----- ----- ----- What can cause this ? Pool is fragmented indeed, but I have others server with comparable amount of fragmentation, and no signs of busyness while reads/writes are that low. # zpool list NAME SIZE ALLOC FREE EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT zfsroot 456G 270G 186G - 51% 59% 1.00x ONLINE - Loader settings: vfs.root.mountfrom="zfs:zfsroot" vfs.zfs.arc_max="2048M" vfs.zfs.zio.use_uma=1 I've tried to play with vfs.zfs.zio.use_uma, but without any noticeable effect. I've also tried to add separate log devices - this didn't help either. Thanks. Eugene. From owner-freebsd-stable@freebsd.org Thu Nov 26 10:19:08 2015 Return-Path: Delivered-To: freebsd-stable@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 49431A3903A for ; Thu, 26 Nov 2015 10:19:08 +0000 (UTC) (envelope-from kraduk@gmail.com) Received: from mail-wm0-x235.google.com (mail-wm0-x235.google.com [IPv6:2a00:1450:400c:c09::235]) (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 D39031C53 for ; Thu, 26 Nov 2015 10:19:07 +0000 (UTC) (envelope-from kraduk@gmail.com) Received: by wmww144 with SMTP id w144so15161477wmw.1 for ; Thu, 26 Nov 2015 02:19:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=3Hn8oso+QxGrLJ9S3ZjGEMs2lcxFeMwIJycPYjfTGe0=; b=tlATbuZQEbBG08Wb/sB7qM+srtivRdI6puu3nxhGGwsLWwiXPmZEZVhpNb4YMwSVS3 QSVhT7aKSjGMjeMXQjn4i2X9f02PTyAaEHcGK9rlZ63Z/EBhkh/LeyzaiXM2xm9Kgs5X fN+NAGuJ6Y2YIX+o0s+Fvy8uIWbhVzuqr/Rq8dx7T4wyGt5eJTy8PhRqsAaOYlENTDXX YHObgEN4p9Be+tAMYDhFvTzbcwIiL+KRubqJdUYIAx9fA7XUL36XolmgUtrBVfRUF3jC EWCumieXERGJsfOhxH/+LXgjJg9c3HsYtGiOhIJdssgMR/Ef6SHDDn1OL5djrxJH2bF/ YihA== MIME-Version: 1.0 X-Received: by 10.194.95.202 with SMTP id dm10mr48676804wjb.56.1448533145935; Thu, 26 Nov 2015 02:19:05 -0800 (PST) Received: by 10.28.181.213 with HTTP; Thu, 26 Nov 2015 02:19:05 -0800 (PST) In-Reply-To: <20151125131614.349faf4e6febeb00e401364d@aei.mpg.de> References: <5654855F.2070502@sentex.net> <20151125081210.6ce3d9404b314fcfb31b061f@aei.mpg.de> <20151125131614.349faf4e6febeb00e401364d@aei.mpg.de> Date: Thu, 26 Nov 2015 10:19:05 +0000 Message-ID: Subject: Re: ZFS - poor performance with "large" directories From: krad To: =?UTF-8?B?R2Vycml0IEvDvGhu?= Cc: freebsd-stable Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Nov 2015 10:19:08 -0000 true, but in my experience usb pen drives are variable in terms of performance across different sticks and different areas of the same stick. This can complicate things a little, and is often not worth the effort. You obviously run the ssd over usb though, and I still do on one server I run as I haven't been able to sort the down time yet. On 25 November 2015 at 12:16, Gerrit K=C3=BChn wr= ote: > On Wed, 25 Nov 2015 12:06:38 +0000 krad wrote about Re= : > ZFS - poor performance with "large" directories: > > K> consumer SSDs are cheap enough now not to bother with usb drives I wou= ld > K> imagine. > > Sure. I was just suggesting a USB drive as a quick way to check if this > might help at all. Most people have USB drives lying around, and they can > simply be plugged into any computer. A SSD (cheap or not) more likely > needs to be bought first, and the server box might need to be opened to > have it installed. > > > cu > Gerrit > From owner-freebsd-stable@freebsd.org Thu Nov 26 16:32:51 2015 Return-Path: Delivered-To: freebsd-stable@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 731C4A3A5AE for ; Thu, 26 Nov 2015 16:32:51 +0000 (UTC) (envelope-from fjwcash@gmail.com) Received: from mail-ob0-x236.google.com (mail-ob0-x236.google.com [IPv6:2607:f8b0:4003:c01::236]) (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 33E3F1DA8 for ; Thu, 26 Nov 2015 16:32:51 +0000 (UTC) (envelope-from fjwcash@gmail.com) Received: by obbww6 with SMTP id ww6so66018417obb.0 for ; Thu, 26 Nov 2015 08:32:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=+yfur5ibDvFPquBZAnRxKMGXoQAqCrvp7TZQE0/7Ees=; b=jYWA3i9x/zNi+QabRboL7gyFOc+7YwcxIAyzefo5kWkbP9oui+lla89FWp0wMw0EsL lji/iEFyjn7ouZoPo/mvlqxG/oi4PvL/MJnXeaoAJyOlTnE6M15mCT7Ai+YZM0SYiFdH //zo5OywPOf9Idq5F2vd8t+yUhXtI6ToiA8CIpmYMf95wz5PlF2ElNq04E0O3ssBdEkZ exzHrkdQgnWGRhtGiB+XM836im+OZjPpboo/YOBeiZJRnmM5w5CigUTRir1BsDy4z05i xU9vtVeB5m7XElYwfFiVrEWrK78jkXNLhDVxOaum/8PZKWa2m1AbwIbwfrZbguesLF2x Hn2Q== MIME-Version: 1.0 X-Received: by 10.182.236.101 with SMTP id ut5mr29273709obc.73.1448555570414; Thu, 26 Nov 2015 08:32:50 -0800 (PST) Received: by 10.76.80.229 with HTTP; Thu, 26 Nov 2015 08:32:50 -0800 (PST) In-Reply-To: References: <5654855F.2070502@sentex.net> <20151125081210.6ce3d9404b314fcfb31b061f@aei.mpg.de> <20151125131614.349faf4e6febeb00e401364d@aei.mpg.de> Date: Thu, 26 Nov 2015 08:32:50 -0800 Message-ID: Subject: Re: ZFS - poor performance with "large" directories From: Freddie Cash To: krad Cc: =?UTF-8?B?R2Vycml0IEvDvGhu?= , freebsd-stable Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Nov 2015 16:32:51 -0000 On Thu, Nov 26, 2015 at 2:19 AM, krad wrote: > true, but in my experience usb pen drives are variable in terms of > performance across different sticks and different areas of the same stick= . > This can complicate things a little, and is often not worth the effort. Y= ou > obviously run the ssd over usb though, and I still do on one server I run > as I haven't been able to sort the down time yet. > =E2=80=8BNowadays, USB 3.x-based sticks in USB 3.x ports should be fast eno= ugh that they'll be helpful. You won't get the full 5 Gbps from one (unless you spend as much or more than an SSD), but it will be much better than the measly 0.5 Gbps of a USB 2.x stick/port. Don't bother trying with a USB 2.x stick, or with anything plugged into a USB 2.x port. Invariably, it will just slow things down. I used to use 8 GB USB2 sticks in USB2 ports for L2ARC (with a separate one for the root filesystem). When I had 4x IDE disks in a raidz1 vdev=E2=80= =8B, they helped. When I migrated to 4x SATA1 disks in a raidz1 vdev, they helped. When I migrated to 4x SATA3 disks in dual-mirror vdevs (with root-on-ZFS), suddenly the USB stick became the bottleneck. Removing it actually made the whole system faster (better throughput, more IOps, lower latency, smoother system overall). =E2=80=8BAs always, YMMV, and test it with your own setup. :)=E2=80=8B --=20 Freddie Cash fjwcash@gmail.com From owner-freebsd-stable@freebsd.org Thu Nov 26 17:39:23 2015 Return-Path: Delivered-To: freebsd-stable@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 49F4FA3A039 for ; Thu, 26 Nov 2015 17:39:23 +0000 (UTC) (envelope-from mi+thun@aldan.algebra.com) Received: from vms173005pub.verizon.net (vms173005pub.verizon.net [206.46.173.5]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 209471E27 for ; Thu, 26 Nov 2015 17:39:22 +0000 (UTC) (envelope-from mi+thun@aldan.algebra.com) MIME-version: 1.0 Received: from [192.168.1.8] ([100.1.236.52]) by vms173005.mailsrvcs.net (Oracle Communications Messaging Server 7.0.5.32.0 64bit (built Jul 16 2014)) with ESMTPA id <0NYF00E8EKWDTU50@vms173005.mailsrvcs.net> for freebsd-stable@freebsd.org; Thu, 26 Nov 2015 10:38:38 -0600 (CST) X-CMAE-Score: 0 X-CMAE-Analysis: v=2.1 cv=MtGvkDue c=1 sm=1 tr=0 a=UorMnhrCY2jH/mPejITChw==:117 a=LaogzpLLAAAA:8 a=oR5dmqMzAAAA:8 a=qtqOOiqGOCEA:10 a=r77TgQKjGQsHNAKrUKIA:9 a=rjPXRAWPQryrQfFGdYIA:9 a=QEXdDO2ut3YA:10 a=LdmzRBPRm3-Mhx_J9lUA:9 a=fybABdESFOqcFQi5:21 a=_W_S_7VecoQA:10 To: freebsd-stable@freebsd.org From: "Mikhail T." Subject: hyperv fails to build, when "nodevice ata" is set in kernel-config X-Enigmail-Draft-Status: N1110 Message-id: <5657358D.8020505@aldan.algebra.com> Date: Thu, 26 Nov 2015 11:38:37 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 Content-Type: text/plain; CHARSET=US-ASCII Content-Transfer-Encoding: 7BIT X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Nov 2015 17:39:23 -0000 All my drives here are using ahci and the currently-used 9.2-PRERELEASE kernel sees them thus: ada0 at ahcich0 bus 0 scbus0 target 0 lun 0 ada1 at ahcich1 bus 0 scbus1 target 0 lun 0 ada2 at ahcich2 bus 0 scbus2 target 0 lun 0 ada3 at ahcich4 bus 0 scbus4 target 0 lun 0 I'm trying to upgrade to 10.2 getting the following error from buildkernel working with the same kernel-config file as before: /usr/src/sys/dev/hyperv/stordisengage/hv_ata_pci_disengage.c:76:10: fatal error: 'ata_if.h' file not found #include ^ 1 error generated. mkdep: compile failed Please, advise. Thanks! Yours, -mi From owner-freebsd-stable@freebsd.org Thu Nov 26 18:32:01 2015 Return-Path: Delivered-To: freebsd-stable@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 D2D43A3A725 for ; Thu, 26 Nov 2015 18:32:01 +0000 (UTC) (envelope-from Mark.Martinec+freebsd@ijs.si) Received: from mail.ijs.si (mail.ijs.si [IPv6:2001:1470:ff80::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 858E71128 for ; Thu, 26 Nov 2015 18:32:01 +0000 (UTC) (envelope-from Mark.Martinec+freebsd@ijs.si) Received: from amavis-ori.ijs.si (localhost [IPv6:::1]) by mail.ijs.si (Postfix) with ESMTP id 3p673L0mJPzRp for ; Thu, 26 Nov 2015 19:31:58 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ijs.si; h= user-agent:message-id:organization:subject:subject:from:from :date:date:content-transfer-encoding:content-type:content-type :mime-version:received:received:received:received; s=jakla4; t= 1448562715; x=1451154716; bh=6kToE3OId8RHnSPxsiPDKOTbPzZFww3u07S uw88gBAE=; b=kYuqjeVr3PmgthlLnSRzLgM18hU5WuGGOdo15rhS9yBVHWfH46n JcnB7cmDkYzuKEmYdwcQLyPhRzTlWZ3HvuylRD82Nc1S7u0nyrmsK3GXK+zFIFNA vzIT6edQWps7LrZcTF/NpJfSTiO6GiMa13ZiPHgALVNb+DkSuUQrh1x0= X-Virus-Scanned: amavisd-new at ijs.si Received: from mail.ijs.si ([IPv6:::1]) by amavis-ori.ijs.si (mail.ijs.si [IPv6:::1]) (amavisd-new, port 10026) with LMTP id yHShh8rqCzcQ for ; Thu, 26 Nov 2015 19:31:55 +0100 (CET) Received: from mildred.ijs.si (mailbox.ijs.si [IPv6:2001:1470:ff80::143:1]) by mail.ijs.si (Postfix) with ESMTP id 3p673H2sZ4zRn for ; Thu, 26 Nov 2015 19:31:55 +0100 (CET) Received: from nabiralnik.ijs.si (nabiralnik.ijs.si [IPv6:2001:1470:ff80::80:16]) by mildred.ijs.si (Postfix) with ESMTP id 3p673H22rRzsp for ; Thu, 26 Nov 2015 19:31:55 +0100 (CET) Received: from neli.ijs.si (2001:1470:ff80:88:21c:c0ff:feb1:8c91) by nabiralnik.ijs.si with HTTP (HTTP/1.1 POST); Thu, 26 Nov 2015 19:31:55 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 26 Nov 2015 19:31:55 +0100 From: Mark Martinec To: freebsd-stable@FreeBSD.org Subject: A recent 10.2-STABLE no longer builds on a no-exec /usr/src file system Organization: Jozef Stefan Institute Message-ID: <636a770981c5655f3cc45f2c6aee6474@mailbox.ijs.si> X-Sender: Mark.Martinec+freebsd@ijs.si User-Agent: Roundcube Webmail/1.1.3 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Nov 2015 18:32:02 -0000 Up to about a week ago building world on FreeBSD 10.2-STABLE went just fine. Today after svn update the build fails: # make buildworld [...] CC='cc ' mkdep -f .depend.getprotoent_test -a -I/usr/src/lib/libc/tests/net -I/usr/src/lib/libnetbsd -I/usr/src/contrib/netbsd-tests -std=gnu99 /usr/src/contrib/netbsd-tests/lib/libc/net/t_getprotoent.c echo getprotoent_test: /usr/obj/usr/src/tmp/usr/lib/libc.a /usr/obj/usr/src/tmp/usr/lib/private/libatf-c.a >> .depend.getprotoent_test (cd /usr/src/lib/libc/tests/net && make -f /usr/src/lib/libc/tests/net/Makefile _RECURSING_PROGS= SUBDIR= PROG=ether_aton_test DEPENDFILE=.depend.ether_aton_test .MAKE.DEPENDFILE=.depend.ether_aton_test depend) /usr/src/contrib/netbsd-tests/lib/libc/net/gen_ether_subr /usr/src/sys/net/if_ethersubr.c aton_ether_subr.c make[7]: exec(/usr/src/contrib/netbsd-tests/lib/libc/net/gen_ether_subr) failed (Permission denied) *** Error code 1 Stop. make[7]: stopped in /usr/src/lib/libc/tests/net *** Error code 1 It turns out that our file system /usr/src had an "exec" flag turned off, so now running a command: /usr/src/contrib/netbsd-tests/lib/libc/net/gen_ether_subr fails with "Permission denied". It would be valuable if building a system on an exec-protected src file system would continue to be possible. Not sure if the /usr/src/contrib/netbsd-tests/lib/libc/net/gen_ether_subr is the only such new command breaking the build. Anyway, a simple workaround is to run shell from a command line instead of as a shebang, i.e.: # /bin/sh /usr/src/contrib/netbsd-tests/lib/libc/net/gen_ether_subr instead of: # /usr/src/contrib/netbsd-tests/lib/libc/net/gen_ether_subr Mark From owner-freebsd-stable@freebsd.org Thu Nov 26 18:52:10 2015 Return-Path: Delivered-To: freebsd-stable@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 5A965A3AA45 for ; Thu, 26 Nov 2015 18:52:10 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 153511886 for ; Thu, 26 Nov 2015 18:52:09 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id B637328471; Thu, 26 Nov 2015 19:44:53 +0100 (CET) Received: from illbsd.quip.test (ip-86-49-16-209.net.upcbroadband.cz [86.49.16.209]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id BB8D628470; Thu, 26 Nov 2015 19:44:52 +0100 (CET) Message-ID: <56575324.9070400@quip.cz> Date: Thu, 26 Nov 2015 19:44:52 +0100 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:35.0) Gecko/20100101 Firefox/35.0 SeaMonkey/2.32 MIME-Version: 1.0 To: Mark Martinec , freebsd-stable@FreeBSD.org Subject: Re: A recent 10.2-STABLE no longer builds on a no-exec /usr/src file system References: <636a770981c5655f3cc45f2c6aee6474@mailbox.ijs.si> In-Reply-To: <636a770981c5655f3cc45f2c6aee6474@mailbox.ijs.si> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Nov 2015 18:52:10 -0000 Mark Martinec wrote on 11/26/2015 19:31: > Up to about a week ago building world on FreeBSD 10.2-STABLE went > just fine. Today after svn update the build fails: > > > # make buildworld > [...] > > CC='cc ' mkdep -f .depend.getprotoent_test -a > -I/usr/src/lib/libc/tests/net -I/usr/src/lib/libnetbsd > -I/usr/src/contrib/netbsd-tests -std=gnu99 > /usr/src/contrib/netbsd-tests/lib/libc/net/t_getprotoent.c > echo getprotoent_test: /usr/obj/usr/src/tmp/usr/lib/libc.a > /usr/obj/usr/src/tmp/usr/lib/private/libatf-c.a >> .depend.getprotoent_test > (cd /usr/src/lib/libc/tests/net && make -f > /usr/src/lib/libc/tests/net/Makefile _RECURSING_PROGS= SUBDIR= > PROG=ether_aton_test DEPENDFILE=.depend.ether_aton_test > .MAKE.DEPENDFILE=.depend.ether_aton_test depend) > /usr/src/contrib/netbsd-tests/lib/libc/net/gen_ether_subr > /usr/src/sys/net/if_ethersubr.c aton_ether_subr.c > make[7]: exec(/usr/src/contrib/netbsd-tests/lib/libc/net/gen_ether_subr) > failed (Permission denied) > *** Error code 1 > > Stop. > make[7]: stopped in /usr/src/lib/libc/tests/net > *** Error code 1 > > > It turns out that our file system /usr/src had an "exec" flag > turned off, so now running a command: > /usr/src/contrib/netbsd-tests/lib/libc/net/gen_ether_subr > fails with "Permission denied". > > It would be valuable if building a system on an exec-protected > src file system would continue to be possible. > > Not sure if the /usr/src/contrib/netbsd-tests/lib/libc/net/gen_ether_subr > is the only such new command breaking the build. Anyway, a simple > workaround is to run shell from a command line instead of as a > shebang, i.e.: > > # /bin/sh /usr/src/contrib/netbsd-tests/lib/libc/net/gen_ether_subr > > instead of: > > # /usr/src/contrib/netbsd-tests/lib/libc/net/gen_ether_subr I was puzzled by similar thing years ago. I was using /var/db and /tmp mounted with noexec. And then there was some changes. Ports need /var/db with exec because of some script in /var/db/pkg and /tmp must have exec too for buildworld or installworld (I don't remember it well, now I always do mount -u -o current,exec /tmp before build + install world and kernel) Anyway - it would be better to not have these partitions mounted with exec. Miroslav Lachman From owner-freebsd-stable@freebsd.org Thu Nov 26 18:52:14 2015 Return-Path: Delivered-To: freebsd-stable@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 CD100A3AA58 for ; Thu, 26 Nov 2015 18:52:14 +0000 (UTC) (envelope-from torfinn.ingolfsen@getmail.no) Received: from bouvier.getmail.no (bouvier.getmail.no [84.210.184.8]) by mx1.freebsd.org (Postfix) with ESMTP id 44C0018B0 for ; Thu, 26 Nov 2015 18:52:13 +0000 (UTC) (envelope-from torfinn.ingolfsen@getmail.no) Received: from localhost (localhost [127.0.0.1]) by bouvier.getmail.no (Postfix) with ESMTP id B14924E4EB for ; Thu, 26 Nov 2015 19:42:45 +0100 (CET) Received: from bouvier.getmail.no ([127.0.0.1]) by localhost (bouvier.get.c.bitbit.net [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id cLOAGXNaXzhQ for ; Thu, 26 Nov 2015 19:42:45 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by bouvier.getmail.no (Postfix) with ESMTP id 4406D4D610 for ; Thu, 26 Nov 2015 19:42:45 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.8.4 bouvier.getmail.no 4406D4D610 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=getmail.no; s=8A9C8B4C-D727-11E2-8095-B6466E6B3FA2; t=1448563365; bh=SJC4apZ28uoZBsfaAexFdY6rvjdLOCcDc1oSLFIEprM=; h=Date:From:To:Subject:Message-Id:Mime-Version:Content-Type: Content-Transfer-Encoding; b=N9xff2ONJgpYgAnGkrhD5sXg6N6Zgy2swxoi2zD3dm+bGgjy9k8OLURInCbPveQ+C bBZyr3UVB/xRlHoE8nlHqPn4On8dI3TP+/VfVvI1uzXTuK6iMWibhMl7VHzNuUYlk0 B89IbmBRUt6Tn1Qi/E2/o9KqSGRDHRGegD2prGEc= X-Virus-Scanned: amavisd-new at bouvier.get.c.bitbit.net Received: from bouvier.getmail.no ([127.0.0.1]) by localhost (bouvier.get.c.bitbit.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 8tqn1IUnzi7q for ; Thu, 26 Nov 2015 19:42:45 +0100 (CET) Received: from kg-core1.kg4.no (cm-84.215.226.9.getinternet.no [84.215.226.9]) by bouvier.getmail.no (Postfix) with ESMTPSA id 2013745728 for ; Thu, 26 Nov 2015 19:42:45 +0100 (CET) Date: Thu, 26 Nov 2015 19:42:44 +0100 From: Torfinn Ingolfsen To: freebsd-stable@freebsd.org Subject: Re: ZFS - poor performance with "large" directories Message-Id: <20151126194244.12d477f20486926c1c3bcc47@getmail.no> In-Reply-To: References: <5654855F.2070502@sentex.net> <20151125081210.6ce3d9404b314fcfb31b061f@aei.mpg.de> <20151125131614.349faf4e6febeb00e401364d@aei.mpg.de> X-Mailer: Sylpheed 3.4.3 (GTK+ 2.24.28; amd64-portbld-freebsd9.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Nov 2015 18:52:14 -0000 On Wed, 25 Nov 2015 16:24:48 +0100 Albert Cervin wrote: > Just to close this off, when using Samba with ZFS it seems to be very > important (if you have many files in a directory) to make it case > sensitive as per: > https://wiki.samba.org/index.php/Performance_tuning#Handling_Large_Directories. > > Everything is now roses and works as expected. > > Sorry ZFS that I accused you! ;) Thanks for telling us what the problem (and fix) was. -- Torfinn Ingolfsen From owner-freebsd-stable@freebsd.org Thu Nov 26 20:37:34 2015 Return-Path: Delivered-To: freebsd-stable@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 9E5B5A37AC8 for ; Thu, 26 Nov 2015 20:37:34 +0000 (UTC) (envelope-from fidaj@ukr.net) Received: from frv157.fwdcdn.com (frv157.fwdcdn.com [212.42.77.157]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 57D581F0E for ; Thu, 26 Nov 2015 20:37:33 +0000 (UTC) (envelope-from fidaj@ukr.net) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ukr.net; s=fsm; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=Rfa7BMffd/icqojLUdakWdWeXA1Bp5UVDNgxQf0rAH8=; b=DAO2L+TIe2uNN6G7Ijo4HRN5zuO93mzRtbPfKV00Kbo2Ttl1udyVLNU6vEQoiwQp5iQcEVGznRfuhQNDJMAVI98FRY421xcbL7iyyCh3eJBqHoohnvVZ6ADzi7sHPieMbteAP78ya8p07oVPwojf5xfKD8J7cuRhSHl/Fht4Cio=; Received: from [178.137.225.202] (helo=nonamehost.local) by frv157.fwdcdn.com with esmtpsa ID 1a23I7-000Ng9-Dj ; Thu, 26 Nov 2015 22:37:19 +0200 Date: Thu, 26 Nov 2015 22:37:18 +0200 From: Ivan Klymenko To: "Eugene M. Zheganin" Cc: freebsd-stable Subject: Re: high disk %busy, while almost nothing happens Message-ID: <20151126223718.57f088d9@nonamehost.local> In-Reply-To: <5656CE96.9000103@norma.perm.ru> References: <5656CE96.9000103@norma.perm.ru> X-Mailer: Claws Mail 3.13.0 (GTK+ 2.24.28; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Authentication-Result: IP=178.137.225.202; mail.from=fidaj@ukr.net; dkim=pass; header.d=ukr.net X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Nov 2015 20:37:34 -0000 On Thu, 26 Nov 2015 14:19:18 +0500 "Eugene M. Zheganin" wrote: > Hi. > > I'm using FreeBSD 10.1-STABLE as an application server, last week I've > noticed that disks are always busy while gstat shows that the activity > measured in iops/reads/writes is low, form my point of view: > Hi. You have processes with STATE zio->i ? From owner-freebsd-stable@freebsd.org Fri Nov 27 04:46:49 2015 Return-Path: Delivered-To: freebsd-stable@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 D62F4A36F13 for ; Fri, 27 Nov 2015 04:46:49 +0000 (UTC) (envelope-from emz@norma.perm.ru) Received: from elf.hq.norma.perm.ru (unknown [IPv6:2a00:7540:1::5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.norma.perm.ru", Issuer "Vivat-Trade UNIX Root CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 427F915EB for ; Fri, 27 Nov 2015 04:46:48 +0000 (UTC) (envelope-from emz@norma.perm.ru) Received: from bsdrookie.norma.com. ([IPv6:fd00::77d]) by elf.hq.norma.perm.ru (8.14.9/8.14.9) with ESMTP id tAR4kfoZ005432 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Fri, 27 Nov 2015 09:46:41 +0500 (YEKT) (envelope-from emz@norma.perm.ru) From: "Eugene M. Zheganin" Subject: Re: high disk %busy, while almost nothing happens To: freebsd-stable@freebsd.org References: <5656CE96.9000103@norma.perm.ru> Message-ID: <5657E031.4030703@norma.perm.ru> Date: Fri, 27 Nov 2015 09:46:41 +0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: <5656CE96.9000103@norma.perm.ru> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (elf.hq.norma.perm.ru [IPv6:fd00::30a]); Fri, 27 Nov 2015 09:46:41 +0500 (YEKT) X-Spam-Status: No hits=-100.4 bayes=0.0000 testhits AWL=0.007,BAYES_00=-1.9, RDNS_NONE=0.793,SPF_SOFTFAIL=0.665,USER_IN_WHITELIST=-100 autolearn=no autolearn_force=no version=3.4.0 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on elf.hq.norma.perm.ru X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Nov 2015 04:46:49 -0000 Hi. On 26.11.2015 14:19, Eugene M. Zheganin wrote: > Hi. > > I'm using FreeBSD 10.1-STABLE as an application server, last week I've > noticed that disks are always busy while gstat shows that the activity > measured in iops/reads/writes is low, form my point of view: > > > L(q) ops/s r/s kBps ms/r w/s kBps ms/w %busy Name > 8 56 50 520 160.6 6 286 157.4 100.2 gpt/zfsroot0 > 8 56 51 1474 162.8 5 228 174.4 99.9 gpt/zfsroot1 > > These %busy numbers arent't changing much, and from my point of view > both disks do very little. > The thing is, it was the compression. As soon as I cleared the gzip compression from busy datasets, %busy went down, almost to zero. Affected datasets were filled with poorly compressionable files, mostly archives or zlib-compressed data. And this is kind of counter-intuitive: one could think that worse-case scenario would be redundant CPU load, with constand disk i/o. In practice, otherwise, high disk %busy happens. Could someone explain that ? I only found this because of the flow-capture was starting like for years, and I started to suspect the compression setting. Eugene. From owner-freebsd-stable@freebsd.org Fri Nov 27 04:48:04 2015 Return-Path: Delivered-To: freebsd-stable@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 76299A36FA1 for ; Fri, 27 Nov 2015 04:48:04 +0000 (UTC) (envelope-from emz@norma.perm.ru) Received: from elf.hq.norma.perm.ru (unknown [IPv6:2a00:7540:1::5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.norma.perm.ru", Issuer "Vivat-Trade UNIX Root CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id D86A1182A for ; Fri, 27 Nov 2015 04:48:03 +0000 (UTC) (envelope-from emz@norma.perm.ru) Received: from bsdrookie.norma.com. ([IPv6:fd00::77d]) by elf.hq.norma.perm.ru (8.14.9/8.14.9) with ESMTP id tAR4lvxb005697 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Fri, 27 Nov 2015 09:47:57 +0500 (YEKT) (envelope-from emz@norma.perm.ru) Subject: Re: high disk %busy, while almost nothing happens References: <5656CE96.9000103@norma.perm.ru> <20151126223718.57f088d9@nonamehost.local> To: freebsd-stable From: "Eugene M. Zheganin" Message-ID: <5657E07D.9020307@norma.perm.ru> Date: Fri, 27 Nov 2015 09:47:57 +0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: <20151126223718.57f088d9@nonamehost.local> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (elf.hq.norma.perm.ru [IPv6:fd00::30a]); Fri, 27 Nov 2015 09:47:57 +0500 (YEKT) X-Spam-Status: No hits=-100.4 bayes=0.0000 testhits AWL=-0.005, BAYES_00=-1.9, RDNS_NONE=0.793, SPF_SOFTFAIL=0.665, USER_IN_WHITELIST=-100 autolearn=no autolearn_force=no version=3.4.0 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on elf.hq.norma.perm.ru X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Nov 2015 04:48:04 -0000 Hi. On 27.11.2015 01:37, Ivan Klymenko wrote: > On Thu, 26 Nov 2015 14:19:18 +0500 > "Eugene M. Zheganin" wrote: > >> Hi. >> >> I'm using FreeBSD 10.1-STABLE as an application server, last week I've >> noticed that disks are always busy while gstat shows that the activity >> measured in iops/reads/writes is low, form my point of view: >> > Hi. > > You have processes with STATE zio->i ? hard to tell now, since I've managed to solve the problem. If I encounter this again, with the state you mentioned, what could it mean ? Eugene. From owner-freebsd-stable@freebsd.org Fri Nov 27 05:17:44 2015 Return-Path: Delivered-To: freebsd-stable@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 CD095A3A51A for ; Fri, 27 Nov 2015 05:17:44 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-wm0-x232.google.com (mail-wm0-x232.google.com [IPv6:2a00:1450:400c:c09::232]) (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 5FAB111BC for ; Fri, 27 Nov 2015 05:17:44 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: by wmvv187 with SMTP id v187so55067389wmv.1 for ; Thu, 26 Nov 2015 21:17:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=b1tZxGbtNHd6llAnSCMNU2QLxGIJshRpidRJd5owEIY=; b=ZAhHXumvcveSlzDP21v99MhhavPaUTm5gbvEQbPOLqs5Lc+Um3aDOhmG+bTR34xxnn p3vcL+lnvAC906p86otPjwqEvSu4t0PJ8jxOjFlA9ye10u0YU97kOZ8JhwXmuwOkFMrm nmLK/xbfuSIPzzwmRyRFFHllTvbkPJtW+jyQYJ21X17w2kP38IYivhX/YntKIfAdkDyL KYAKvh20pZZH4iODkxVjt2hN4+Hnc0BONmNZnica1e7/83KbGLGaSajuV7MeHkkwadIx 1PHxM67qRFwLhQGCbor6vBGGL2Np59L3Kb/obbzxffAgErXj6yMVLllS/rDBay410P85 KTMw== MIME-Version: 1.0 X-Received: by 10.194.62.14 with SMTP id u14mr49569303wjr.24.1448601462626; Thu, 26 Nov 2015 21:17:42 -0800 (PST) Received: by 10.194.192.33 with HTTP; Thu, 26 Nov 2015 21:17:42 -0800 (PST) In-Reply-To: <5657E031.4030703@norma.perm.ru> References: <5656CE96.9000103@norma.perm.ru> <5657E031.4030703@norma.perm.ru> Date: Thu, 26 Nov 2015 23:17:42 -0600 Message-ID: Subject: Re: high disk %busy, while almost nothing happens From: Adam Vande More To: "Eugene M. Zheganin" Cc: "freebsd-stable@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Nov 2015 05:17:44 -0000 On Thu, Nov 26, 2015 at 10:46 PM, Eugene M. Zheganin wrote: > Hi. > > On 26.11.2015 14:19, Eugene M. Zheganin wrote: > > Hi. > > > > I'm using FreeBSD 10.1-STABLE as an application server, last week I've > > noticed that disks are always busy while gstat shows that the activity > > measured in iops/reads/writes is low, form my point of view: > > > > > > L(q) ops/s r/s kBps ms/r w/s kBps ms/w %busy Name > > 8 56 50 520 160.6 6 286 157.4 100.2 > gpt/zfsroot0 > > 8 56 51 1474 162.8 5 228 174.4 99.9 > gpt/zfsroot1 > > > > These %busy numbers arent't changing much, and from my point of view > > both disks do very little. > > > The thing is, it was the compression. As soon as I cleared the gzip > compression from busy datasets, %busy went down, almost to zero. > Affected datasets were filled with poorly compressionable files, mostly > archives or zlib-compressed data. > Data which isn't very compressible isn't a very great on a transparently compressed filesystem. Gzip is particularly bad at this. LZ4 may have had only a slight impact. Setting gzip-1 would have also been less overhead than the default gzip which I believe is gzip-6. > And this is kind of counter-intuitive: one could think that worse-case > scenario would be redundant CPU load, with constand disk i/o. In > practice, otherwise, high disk %busy happens. > Well that's basically what you had. And %busy is not really meaningful. L(q) and ops are the ones to keep an eye on. -- Adam From owner-freebsd-stable@freebsd.org Fri Nov 27 09:21:47 2015 Return-Path: Delivered-To: freebsd-stable@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 51C36A3704B for ; Fri, 27 Nov 2015 09:21:47 +0000 (UTC) (envelope-from fidaj@ukr.net) Received: from frv157.fwdcdn.com (frv157.fwdcdn.com [212.42.77.157]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1592E1C62 for ; Fri, 27 Nov 2015 09:21:46 +0000 (UTC) (envelope-from fidaj@ukr.net) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=ukr.net; s=fsm; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=zQ0p+klM/0kGCEUQW3YOx0NYZ9sK2z3eSw8b+1pnlvc=; b=fa+7OOuev3/tNISgebFCJ2QqcMrOLHE7cMKZ9IJtN9LRoZDDHgej1K559j2GJkeCe77dyM2pjAs1KalQ+4qGdj7sbx+acS07gJZ7fLo0BqVUZnVFvLsOtiWEUnTGAHhP+MhxpmiGon6iES3Nw6IdxBWsqthobj54+EI5Iq07Dy0=; Received: from [178.137.225.202] (helo=nonamehost.local) by frv157.fwdcdn.com with esmtpsa ID 1a2FDl-000F5t-0E ; Fri, 27 Nov 2015 11:21:37 +0200 Date: Fri, 27 Nov 2015 11:21:36 +0200 From: Ivan Klymenko To: "Eugene M. Zheganin" Cc: freebsd-stable Subject: Re: high disk %busy, while almost nothing happens Message-ID: <20151127112136.363b11be@nonamehost.local> In-Reply-To: <5657E07D.9020307@norma.perm.ru> References: <5656CE96.9000103@norma.perm.ru> <20151126223718.57f088d9@nonamehost.local> <5657E07D.9020307@norma.perm.ru> X-Mailer: Claws Mail 3.13.0 (GTK+ 2.24.28; amd64-portbld-freebsd11.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Authentication-Result: IP=178.137.225.202; mail.from=fidaj@ukr.net; dkim=pass; header.d=ukr.net X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Nov 2015 09:21:47 -0000 On Fri, 27 Nov 2015 09:47:57 +0500 "Eugene M. Zheganin" wrote: > Hi. > > On 27.11.2015 01:37, Ivan Klymenko wrote: > > On Thu, 26 Nov 2015 14:19:18 +0500 > > "Eugene M. Zheganin" wrote: > > > >> Hi. > >> > >> I'm using FreeBSD 10.1-STABLE as an application server, last week > >> I've noticed that disks are always busy while gstat shows that the > >> activity measured in iops/reads/writes is low, form my point of > >> view: > > Hi. > > > > You have processes with STATE zio->i ? > hard to tell now, since I've managed to solve the problem. If I > encounter this again, with the state you mentioned, what could it > mean ? > No idea, but some friends faced with a similar problem in the 11-CURRENT after some changes - then with the MFC could face with a similar problem in the 10-STABLE systems. In any case, such a regression was significantly visible. From owner-freebsd-stable@freebsd.org Fri Nov 27 09:42:29 2015 Return-Path: Delivered-To: freebsd-stable@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 503F4A37501 for ; Fri, 27 Nov 2015 09:42:29 +0000 (UTC) (envelope-from kraduk@gmail.com) Received: from mail-wm0-x233.google.com (mail-wm0-x233.google.com [IPv6:2a00:1450:400c:c09::233]) (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 D38E91434 for ; Fri, 27 Nov 2015 09:42:28 +0000 (UTC) (envelope-from kraduk@gmail.com) Received: by wmec201 with SMTP id c201so62320100wme.0 for ; Fri, 27 Nov 2015 01:42:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=r/NLQ8e1NyG9o3sW6gl6Ody10SnGlHGBwK9XiAxsiZw=; b=wMeJgTiKqh1boJod05vo8/KHnYBiTrAxpAJR/qGNOb22gfxDE+LIq2/474SScMMxP5 7HejcZ6N0P55sPkG+NLB8o5RtpaRMIXMYfOHmkHhiHEjm/aRNBbSepCWB6FOvn/Cj7tm nD24QJZpDQMqCRFZVvwGRHGRxSLgjiaRLmCITARqhqLILnnlIYerxBLwGDDGC6zKuwDO U8YW0+wCNLoZqWZREb8j0QYOrlr+zCoWQZtb5nDmF02uyCek0rMb1/OdCHNslBykCEK+ Kq1H5WlezoWl98DZJ/wy2yrub0/LgkMhWQY5Ryi1SX5Wwxf1MCkHS0rgpK795sxrs+gq vCCw== MIME-Version: 1.0 X-Received: by 10.28.0.149 with SMTP id 143mr9887227wma.48.1448617346378; Fri, 27 Nov 2015 01:42:26 -0800 (PST) Received: by 10.28.181.213 with HTTP; Fri, 27 Nov 2015 01:42:26 -0800 (PST) In-Reply-To: References: <5654855F.2070502@sentex.net> <20151125081210.6ce3d9404b314fcfb31b061f@aei.mpg.de> <20151125131614.349faf4e6febeb00e401364d@aei.mpg.de> Date: Fri, 27 Nov 2015 09:42:26 +0000 Message-ID: Subject: Re: ZFS - poor performance with "large" directories From: krad To: Freddie Cash Cc: =?UTF-8?B?R2Vycml0IEvDvGhu?= , freebsd-stable Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Nov 2015 09:42:29 -0000 I was referring to the quality of the usb sticks that people have lying around, rather than the port speed. The biggest thing that flash based drives have always don is lower latency, as getting throughput out of magnetic arrays has never been a big issue, random reads/writes a different story though. On 26 November 2015 at 16:32, Freddie Cash wrote: > On Thu, Nov 26, 2015 at 2:19 AM, krad wrote: > >> true, but in my experience usb pen drives are variable in terms of >> performance across different sticks and different areas of the same stic= k. >> This can complicate things a little, and is often not worth the effort. >> You >> obviously run the ssd over usb though, and I still do on one server I ru= n >> as I haven't been able to sort the down time yet. >> > > =E2=80=8BNowadays, USB 3.x-based sticks in USB 3.x ports should be fast e= nough > that they'll be helpful. You won't get the full 5 Gbps from one (unless > you spend as much or more than an SSD), but it will be much better than t= he > measly 0.5 Gbps of a USB 2.x stick/port. > > Don't bother trying with a USB 2.x stick, or with anything plugged into a > USB 2.x port. Invariably, it will just slow things down. > > I used to use 8 GB USB2 sticks in USB2 ports for L2ARC (with a separate > one for the root filesystem). When I had 4x IDE disks in a raidz1 vdev= =E2=80=8B, > they helped. When I migrated to 4x SATA1 disks in a raidz1 vdev, they > helped. When I migrated to 4x SATA3 disks in dual-mirror vdevs (with > root-on-ZFS), suddenly the USB stick became the bottleneck. Removing it > actually made the whole system faster (better throughput, more IOps, lowe= r > latency, smoother system overall). > > =E2=80=8BAs always, YMMV, and test it with your own setup. :)=E2=80=8B > > -- > Freddie Cash > fjwcash@gmail.com > From owner-freebsd-stable@freebsd.org Fri Nov 27 15:40:29 2015 Return-Path: Delivered-To: freebsd-stable@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 BD3ABA391F4 for ; Fri, 27 Nov 2015 15:40:29 +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 A1C63101F; Fri, 27 Nov 2015 15:40:29 +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 B6418100B; Fri, 27 Nov 2015 15:40:28 +0000 (UTC) Date: Fri, 27 Nov 2015 15:40:25 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: mav@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-stable@FreeBSD.org Message-ID: <699053331.194.1448638827341.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_stable_10 - Build #1846 - Failure MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_stable_10 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-stable@freebsd.org X-Mailman-Version: 2.1.20 List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Nov 2015 15:40:29 -0000 FreeBSD_stable_10 - Build #1846 - Failure: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_stable_10/1846/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_stable_10/1846/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_stable_10/1846/console Change summaries: 291384 by mav: MFC r291061: Improve locking of sg_threadcount. The end of the build log: [...truncated 113730 lines...] --- .depend.fifo_create --- rm -f .depend.fifo_create CC='cc ' mkdep -f .depend.fifo_create -a -std=gnu99 /builds/FreeBSD_stable_10/tests/sys/fifo/fifo_create.c --- usr.bin.depend__D --- echo chat: /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libc.a >> .depend --- depend_subdir_checknr --- ===> usr.bin/checknr (depend) --- .depend --- rm -f .depend CC='cc ' mkdep -f .depend -a -std=gnu99 /builds/FreeBSD_stable_10/usr.bin/checknr/checknr.c --- tests.depend__D --- echo fifo_create: /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libc.a >> .depend.fifo_create (cd /builds/FreeBSD_stable_10/tests/sys/fifo && make -f /builds/FreeBSD_stable_10/tests/sys/fifo/Makefile _RECURSING_PROGS= SUBDIR= PROG=fifo_io DEPENDFILE=.depend.fifo_io .MAKE.DEPENDFILE=.depend.fifo_io depend) --- .depend.fifo_io --- rm -f .depend.fifo_io --- usr.bin.depend__D --- echo checknr: /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libc.a >> .depend --- tests.depend__D --- CC='cc ' mkdep -f .depend.fifo_io -a -std=gnu99 /builds/FreeBSD_stable_10/tests/sys/fifo/fifo_io.c --- usr.bin.depend__D --- --- depend_subdir_chkey --- ===> usr.bin/chkey (depend) --- .depend --- rm -f .depend CC='cc ' mkdep -f .depend -a -I/builds/FreeBSD_stable_10/usr.bin/chkey/../newkey -DYP -std=gnu99 /builds/FreeBSD_stable_10/usr.bin/chkey/chkey.c /builds/FreeBSD_stable_10/usr.bin/chkey/../newkey/generic.c /builds/FreeBSD_stable_10/usr.bin/chkey/../newkey/update.c --- tests.depend__D --- echo fifo_io: /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libc.a >> .depend.fifo_io (cd /builds/FreeBSD_stable_10/tests/sys/fifo && make -f /builds/FreeBSD_stable_10/tests/sys/fifo/Makefile _RECURSING_PROGS= SUBDIR= PROG=fifo_misc DEPENDFILE=.depend.fifo_misc .MAKE.DEPENDFILE=.depend.fifo_misc depend) --- .depend.fifo_misc --- rm -f .depend.fifo_misc CC='cc ' mkdep -f .depend.fifo_misc -a -std=gnu99 /builds/FreeBSD_stable_10/tests/sys/fifo/fifo_misc.c echo fifo_misc: /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libc.a >> .depend.fifo_misc (cd /builds/FreeBSD_stable_10/tests/sys/fifo && make -f /builds/FreeBSD_stable_10/tests/sys/fifo/Makefile _RECURSING_PROGS= SUBDIR= PROG=fifo_open DEPENDFILE=.depend.fifo_open .MAKE.DEPENDFILE=.depend.fifo_open depend) --- usr.bin.depend__D --- echo chkey: /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libc.a /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/librpcsvc.a /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libmp.a /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libcrypto.a >> .depend --- depend_subdir_chpass --- ===> usr.bin/chpass (depend) --- tests.depend__D --- --- .depend.fifo_open --- rm -f .depend.fifo_open CC='cc ' mkdep -f .depend.fifo_open -a -std=gnu99 /builds/FreeBSD_stable_10/tests/sys/fifo/fifo_open.c --- usr.bin.depend__D --- --- .depend --- rm -f .depend CC='cc ' mkdep -f .depend -a -DYP -I/builds/FreeBSD_stable_10/usr.bin/chpass/../../usr.sbin/pwd_mkdb -I/builds/FreeBSD_stable_10/usr.bin/chpass/../../lib/libc/gen -I. -std=gnu99 /builds/FreeBSD_stable_10/usr.bin/chpass/chpass.c /builds/FreeBSD_stable_10/usr.bin/chpass/edit.c /builds/FreeBSD_stable_10/usr.bin/chpass/field.c /builds/FreeBSD_stable_10/usr.bin/chpass/../../lib/libc/gen/pw_scan.c /builds/FreeBSD_stable_10/usr.bin/chpass/table.c /builds/FreeBSD_stable_10/usr.bin/chpass/util.c --- tests.depend__D --- echo fifo_open: /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libc.a >> .depend.fifo_open ===> tests/sys/file (depend) (cd /builds/FreeBSD_stable_10/tests/sys/file && make -f /builds/FreeBSD_stable_10/tests/sys/file/Makefile _RECURSING_PROGS= SUBDIR= PROG=flock_helper DEPENDFILE=.depend.flock_helper .MAKE.DEPENDFILE=.depend.flock_helper depend) --- .depend.flock_helper --- rm -f .depend.flock_helper CC='cc ' mkdep -f .depend.flock_helper -a -std=gnu99 /builds/FreeBSD_stable_10/tests/sys/file/flock_helper.c echo flock_helper: /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libc.a /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libpthread.a >> .depend.flock_helper (cd /builds/FreeBSD_stable_10/tests/sys/file && make -f /builds/FreeBSD_stable_10/tests/sys/file/Makefile _RECURSING_PROGS= SUBDIR= PROG=ftruncate_test DEPENDFILE=.depend.ftruncate_test .MAKE.DEPENDFILE=.depend.ftruncate_test depend) --- .depend.ftruncate_test --- rm -f .depend.ftruncate_test CC='cc ' mkdep -f .depend.ftruncate_test -a -std=gnu99 /builds/FreeBSD_stable_10/tests/sys/file/ftruncate_test.c --- usr.bin.depend__D --- echo chpass: /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libc.a /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libcrypt.a /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libutil.a /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libypclnt.a >> .depend --- depend_subdir_cksum --- ===> usr.bin/cksum (depend) --- tests.depend__D --- echo ftruncate_test: /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libc.a >> .depend.ftruncate_test (cd /builds/FreeBSD_stable_10/tests/sys/file && make -f /builds/FreeBSD_stable_10/tests/sys/file/Makefile _RECURSING_PROGS= SUBDIR= PROG=newfileops_on_fork_test DEPENDFILE=.depend.newfileops_on_fork_test .MAKE.DEPENDFILE=.depend.newfileops_on_fork_test depend) --- usr.bin.depend__D --- --- .depend --- rm -f .depend CC='cc ' mkdep -f .depend -a -std=gnu99 /builds/FreeBSD_stable_10/usr.bin/cksum/cksum.c /builds/FreeBSD_stable_10/usr.bin/cksum/crc.c /builds/FreeBSD_stable_10/usr.bin/cksum/print.c /builds/FreeBSD_stable_10/usr.bin/cksum/sum1.c /builds/FreeBSD_stable_10/usr.bin/cksum/sum2.c /builds/FreeBSD_stable_10/usr.bin/cksum/crc32.c --- tests.depend__D --- --- .depend.newfileops_on_fork_test --- rm -f .depend.newfileops_on_fork_test CC='cc ' mkdep -f .depend.newfileops_on_fork_test -a -std=gnu99 /builds/FreeBSD_stable_10/tests/sys/file/newfileops_on_fork_test.c echo newfileops_on_fork_test: /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libc.a /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libpthread.a >> .depend.newfileops_on_fork_test (cd /builds/FreeBSD_stable_10/tests/sys/file && make -f /builds/FreeBSD_stable_10/tests/sys/file/Makefile _RECURSING_PROGS= SUBDIR= PROG=closefrom_test DEPENDFILE=.depend.closefrom_test .MAKE.DEPENDFILE=.depend.closefrom_test depend) --- .depend.closefrom_test --- rm -f .depend.closefrom_test CC='cc ' mkdep -f .depend.closefrom_test -a -std=gnu99 /builds/FreeBSD_stable_10/tests/sys/file/closefrom_test.c --- usr.bin.depend__D --- echo cksum: /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libc.a >> .depend --- depend_subdir_clang --- ===> usr.bin/clang (depend) --- tests.depend__D --- echo closefrom_test: /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libc.a /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libutil.a >> .depend.closefrom_test (cd /builds/FreeBSD_stable_10/tests/sys/file && make -f /builds/FreeBSD_stable_10/tests/sys/file/Makefile _RECURSING_PROGS= SUBDIR= PROG=dup_test DEPENDFILE=.depend.dup_test .MAKE.DEPENDFILE=.depend.dup_test depend) --- usr.bin.depend__D --- --- depend_subdir_clang --- ===> usr.bin/clang/clang (depend) --- tests.depend__D --- --- .depend.dup_test --- rm -f .depend.dup_test CC='cc ' mkdep -f .depend.dup_test -a -std=gnu99 /builds/FreeBSD_stable_10/tests/sys/file/dup_test.c --- usr.bin.depend__D --- --- DiagnosticDriverKinds.inc.h --- clang-tblgen -gen-clang-diags-defs -clang-component=Driver -I /builds/FreeBSD_stable_10/usr.bin/clang/clang/../../../contrib/llvm/tools/clang/include/clang/Basic -d DiagnosticDriverKinds.inc.d -o DiagnosticDriverKinds.inc.h /builds/FreeBSD_stable_10/usr.bin/clang/clang/../../../contrib/llvm/tools/clang/include/clang/Basic/Diagnostic.td --- sys.depend__D --- echo loader.sym: /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/sys/boot/amd64/efi/../../ficl/libficl.a /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/sys/boot/amd64/efi/../../efi/libefi/libefi.a /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libstand.a >> .depend ===> sys/boot/amd64/boot1.efi (depend) --- tests.depend__D --- echo dup_test: /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libc.a >> .depend.dup_test (cd /builds/FreeBSD_stable_10/tests/sys/file && make -f /builds/FreeBSD_stable_10/tests/sys/file/Makefile _RECURSING_PROGS= SUBDIR= PROG=fcntlflags_test DEPENDFILE=.depend.fcntlflags_test .MAKE.DEPENDFILE=.depend.fcntlflags_test depend) --- sys.depend__D --- --- machine --- ln -sf /builds/FreeBSD_stable_10/sys/boot/amd64/boot1.efi/../../../amd64/include machine --- x86 --- ln -sf /builds/FreeBSD_stable_10/sys/boot/amd64/boot1.efi/../../../x86/include x86 --- .depend --- rm -f .depend CC='cc ' mkdep -f .depend -a -I. -I/builds/FreeBSD_stable_10/sys/boot/amd64/boot1.efi/../../efi/include -I/builds/FreeBSD_stable_10/sys/boot/amd64/boot1.efi/../../efi/include/amd64 -I/builds/FreeBSD_stable_10/sys/boot/amd64/boot1.efi/../../../contrib/dev/acpica/include -I/builds/FreeBSD_stable_10/sys/boot/amd64/boot1.efi/../../.. -I/builds/FreeBSD_stable_10/sys/boot/amd64/boot1.efi/../../common -I/builds/FreeBSD_stable_10/sys/boot/amd64/boot1.efi/../../common -std=gnu99 /builds/FreeBSD_stable_10/sys/boot/amd64/boot1.efi/boot1.c /builds/FreeBSD_stable_10/sys/boot/amd64/boot1.efi/../efi/reloc.c /builds/FreeBSD_stable_10/sys/boot/amd64/boot1.efi/../efi/start.S --- tests.depend__D --- --- .depend.fcntlflags_test --- rm -f .depend.fcntlflags_test CC='cc ' mkdep -f .depend.fcntlflags_test -a -std=gnu99 /builds/FreeBSD_stable_10/tests/sys/file/fcntlflags_test.c --- usr.bin.depend__D --- --- DiagnosticFrontendKinds.inc.h --- clang-tblgen -gen-clang-diags-defs -clang-component=Frontend -I /builds/FreeBSD_stable_10/usr.bin/clang/clang/../../../contrib/llvm/tools/clang/include/clang/Basic -d DiagnosticFrontendKinds.inc.d -o DiagnosticFrontendKinds.inc.h /builds/FreeBSD_stable_10/usr.bin/clang/clang/../../../contrib/llvm/tools/clang/include/clang/Basic/Diagnostic.td --- tests.depend__D --- echo fcntlflags_test: /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libc.a >> .depend.fcntlflags_test ===> tests/sys/kern (depend) --- sys.depend__D --- ===> sys/boot/i386 (depend) --- tests.depend__D --- ===> tests/sys/kern/acct (depend) --- sys.depend__D --- --- _sub.depend --- ===> sys/boot/i386/mbr (depend) --- tests.depend__D --- (cd /builds/FreeBSD_stable_10/tests/sys/kern/acct && make -f /builds/FreeBSD_stable_10/tests/sys/kern/acct/Makefile _RECURSING_PROGS= SUBDIR= PROG=acct_test DEPENDFILE=.depend.acct_test .MAKE.DEPENDFILE=.depend.acct_test depend) --- sys.depend__D --- --- .depend --- rm -f .depend --- usr.bin.depend__D --- --- DiagnosticLexKinds.inc.h --- clang-tblgen -gen-clang-diags-defs -clang-component=Lex -I /builds/FreeBSD_stable_10/usr.bin/clang/clang/../../../contrib/llvm/tools/clang/include/clang/Basic -d DiagnosticLexKinds.inc.d -o DiagnosticLexKinds.inc.h /builds/FreeBSD_stable_10/usr.bin/clang/clang/../../../contrib/llvm/tools/clang/include/clang/Basic/Diagnostic.td --- sys.depend__D --- ===> sys/boot/i386/pmbr (depend) --- tests.depend__D --- make[7]: make[7]: don't know how to make /sys/kern/kern_acct.c. Stop make[7]: stopped in /builds/FreeBSD_stable_10/tests/sys/kern/acct *** [acct_test.depend] Error code 2 make[6]: stopped in /builds/FreeBSD_stable_10/tests/sys/kern/acct 1 error make[6]: stopped in /builds/FreeBSD_stable_10/tests/sys/kern/acct *** [_sub.depend] Error code 2 make[5]: stopped in /builds/FreeBSD_stable_10/tests/sys/kern 1 error make[5]: stopped in /builds/FreeBSD_stable_10/tests/sys/kern *** [_sub.depend] Error code 2 make[4]: stopped in /builds/FreeBSD_stable_10/tests/sys 1 error make[4]: stopped in /builds/FreeBSD_stable_10/tests/sys *** [_sub.depend] Error code 2 make[3]: stopped in /builds/FreeBSD_stable_10/tests 1 error make[3]: stopped in /builds/FreeBSD_stable_10/tests *** [tests.depend__D] Error code 2 make[2]: stopped in /builds/FreeBSD_stable_10 --- sys.depend__D --- A failure has been detected in another branch of the parallel make make[6]: stopped in /builds/FreeBSD_stable_10/sys/boot/i386/pmbr *** [_sub.depend] Error code 2 make[5]: stopped in /builds/FreeBSD_stable_10/sys/boot/i386 1 error make[5]: stopped in /builds/FreeBSD_stable_10/sys/boot/i386 *** [_sub.depend] Error code 2 make[4]: stopped in /builds/FreeBSD_stable_10/sys/boot 1 error make[4]: stopped in /builds/FreeBSD_stable_10/sys/boot *** [_sub.depend] Error code 2 make[3]: stopped in /builds/FreeBSD_stable_10/sys 1 error make[3]: stopped in /builds/FreeBSD_stable_10/sys *** [sys.depend__D] Error code 2 make[2]: stopped in /builds/FreeBSD_stable_10 --- usr.bin.depend__D --- A failure has been detected in another branch of the parallel make make[5]: stopped in /builds/FreeBSD_stable_10/usr.bin/clang/clang *** [depend_subdir_clang] Error code 2 make[4]: stopped in /builds/FreeBSD_stable_10/usr.bin/clang 1 error make[4]: stopped in /builds/FreeBSD_stable_10/usr.bin/clang *** [depend_subdir_clang] Error code 2 make[3]: stopped in /builds/FreeBSD_stable_10/usr.bin 1 error make[3]: stopped in /builds/FreeBSD_stable_10/usr.bin *** [usr.bin.depend__D] Error code 2 make[2]: stopped in /builds/FreeBSD_stable_10 --- usr.sbin.depend__D --- echo acpidb: /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libc.a /builds/FreeBSD_stable_10/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libpthread.a >> .depend A failure has been detected in another branch of the parallel make make[5]: stopped in /builds/FreeBSD_stable_10/usr.sbin/acpi/acpidb *** [_sub.depend] Error code 2 make[4]: stopped in /builds/FreeBSD_stable_10/usr.sbin/acpi 1 error make[4]: stopped in /builds/FreeBSD_stable_10/usr.sbin/acpi *** [depend_subdir_acpi] Error code 2 make[3]: stopped in /builds/FreeBSD_stable_10/usr.sbin 1 error make[3]: stopped in /builds/FreeBSD_stable_10/usr.sbin *** [usr.sbin.depend__D] Error code 2 make[2]: stopped in /builds/FreeBSD_stable_10 4 errors make[2]: stopped in /builds/FreeBSD_stable_10 *** [_depend] Error code 2 make[1]: stopped in /builds/FreeBSD_stable_10 1 error make[1]: stopped in /builds/FreeBSD_stable_10 *** [buildworld] Error code 2 make: stopped in /builds/FreeBSD_stable_10 1 error make: stopped in /builds/FreeBSD_stable_10 Build step 'Execute shell' marked build as failure [WARNINGS] Skipping publisher since build result is FAILURE Email was triggered for: Failure - Any Sending email for trigger: Failure - Any From owner-freebsd-stable@freebsd.org Fri Nov 27 17:50:44 2015 Return-Path: Delivered-To: freebsd-stable@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 07F50A3AF2E for ; Fri, 27 Nov 2015 17:50:44 +0000 (UTC) (envelope-from dudu.meyer@gmail.com) Received: from mail-ob0-x233.google.com (mail-ob0-x233.google.com [IPv6:2607:f8b0:4003:c01::233]) (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 BC8B112C2 for ; Fri, 27 Nov 2015 17:50:43 +0000 (UTC) (envelope-from dudu.meyer@gmail.com) Received: by obbww6 with SMTP id ww6so87053134obb.0 for ; Fri, 27 Nov 2015 09:50:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=DK3x9mCV97kxIW9FE5in0JxgmV2rePZopEDpSPMGDA8=; b=xtBigiT785HIPM+vIr2dpaVX7YcsVehqRibp5FPNO8mhSoAGKeVRiwmctnnfCv3Qgd o/zrnU85VOGCapZyfSqe2wDA3KPCtPoFcc95wU2W6cFhWL+HFo+aQblYo3bUgOLqS3Yc Kuu5i2yT5ZyQHhopRAEJB+U0rFw2ga+RDG2Hr1/SFl1/7RrpESi/A9/rasOAFfltaxXq DeRl/W6t7kcNCANup9lpi3VBww841BRnsKJChNgdxb+D05AdwcA00CoQDW+nMeWeGnnH UJJq/maRLFbZXyLO6/zWp/RGpbpa1jIJeMGXsR8EZmmcIKK9Zqyds6cr5KEzIgdcMnqz 4aTQ== MIME-Version: 1.0 X-Received: by 10.60.67.234 with SMTP id q10mr33860664oet.73.1448646642927; Fri, 27 Nov 2015 09:50:42 -0800 (PST) Received: by 10.182.116.167 with HTTP; Fri, 27 Nov 2015 09:50:42 -0800 (PST) Date: Fri, 27 Nov 2015 15:50:42 -0200 Message-ID: Subject: Netmap vale + bridge on -STABLE From: Eduardo Meyer To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Nov 2015 17:50:44 -0000 Hello, I am trying to achieve a netmap based bridge which will allow me to capture packets from it, say, I want to bridge ix0 + ix1 and be able to tcpdump it (in fact I want to run other applications which are netmap aware). Should it work on -STABLE? Because as far as I remember I could make it work in the past, and some other people[1] had some success doing it too (at least the vale + wire bridge part) What I get is an error while opening ix0 connected to vale: # ./vale-ctl 257.967371 bdg_ctl [148] bridge:0 port:0 vale0:fnm0 257.967399 bdg_ctl [148] bridge:0 port:1 vale0:ids0 257.967407 bdg_ctl [148] bridge:0 port:2 vale0:ix0 257.967414 bdg_ctl [148] bridge:1 port:0 vale1:fnm1 257.967419 bdg_ctl [148] bridge:1 port:1 vale1:ids1 257.967428 bdg_ctl [148] bridge:1 port:2 vale1:ix1 # ./bridge -i netmap:ix0 -i netmap:ix1 ./bridge built Nov 26 2015 19:18:34 268.504787 nm_open [839] NIOCREGIF failed: Device busy ix0 268.504800 main [233] cannot open netmap:ix0 Exit 1 How can I achieve it? Is it ok to expect to have another netmap capable software (say like suricata) to use this other vale connected port? Or will both software (bridge and suricata) concurrently copy and remove packets from netmap rings and therefore mess up the whole thing? [1] https://lists.openinfosecfoundation.org/pipermail/oisf-users/2015-October/005310.html -- =========== Eduardo Meyer pessoal: dudu.meyer@gmail.com profissional: ddm.farmaciap@saude.gov.br From owner-freebsd-stable@freebsd.org Fri Nov 27 18:48:30 2015 Return-Path: Delivered-To: freebsd-stable@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 1E310A3AD07 for ; Fri, 27 Nov 2015 18:48:30 +0000 (UTC) (envelope-from alex.burlyga.ietf@gmail.com) Received: from mail-vk0-x22a.google.com (mail-vk0-x22a.google.com [IPv6:2607:f8b0:400c:c05::22a]) (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 CCF0E1627 for ; Fri, 27 Nov 2015 18:48:29 +0000 (UTC) (envelope-from alex.burlyga.ietf@gmail.com) Received: by vkca188 with SMTP id a188so17039868vkc.0 for ; Fri, 27 Nov 2015 10:48:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=viLd+8h8V1KtbLFIyTbWNyplGjGP2pJOuLms1K5BclY=; b=eTSK8/hjFTydxQZU4GqWC1B6XT7obvgYV+4/qubJ46tcfd88Nm1oIccE0yXKXfQCvm u2ns9lBzA4Jic9tAkOkhfDdr/np1ypgOQW+HfWrfx2vimkrceOi2bMgJjexkcLbkzu7B T62vPlQ+T9ZZILwh5l8HlufC+w1GTK+EhZofGEmeYyZ3601PIzCSrdYsXECFrEHj74Qr cBASJHeMRUppBTp0652OvhyxRyp/MKC5kMwzBPaG0wUoiyxBxsaBvtlcZ34Y/rFkLXEP MW54tQdz2a+2xPY9SBydVGqnoYEWZou+TDA8Sf9kpoJwE3HSeS6znPmuOPurbRK98H6F kOgw== MIME-Version: 1.0 X-Received: by 10.31.194.201 with SMTP id s192mr44481448vkf.92.1448650108727; Fri, 27 Nov 2015 10:48:28 -0800 (PST) Received: by 10.103.108.3 with HTTP; Fri, 27 Nov 2015 10:48:28 -0800 (PST) Received: by 10.103.108.3 with HTTP; Fri, 27 Nov 2015 10:48:28 -0800 (PST) In-Reply-To: <5657358D.8020505@aldan.algebra.com> References: <5657358D.8020505@aldan.algebra.com> Date: Fri, 27 Nov 2015 10:48:28 -0800 Message-ID: Subject: Re: hyperv fails to build, when "nodevice ata" is set in kernel-config From: "alex.burlyga.ietf alex.burlyga.ietf" To: "Mikhail T." Cc: freebsd-stable@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Nov 2015 18:48:30 -0000 On Nov 26, 2015 09:39, "Mikhail T." wrote: > > All my drives here are using ahci and the currently-used 9.2-PRERELEASE > kernel sees them thus: > > ada0 at ahcich0 bus 0 scbus0 target 0 lun 0 > ada1 at ahcich1 bus 0 scbus1 target 0 lun 0 > ada2 at ahcich2 bus 0 scbus2 target 0 lun 0 > ada3 at ahcich4 bus 0 scbus4 target 0 lun 0 > > I'm trying to upgrade to 10.2 getting the following error from > buildkernel working with the same kernel-config file as before: > > /usr/src/sys/dev/hyperv/stordisengage/hv_ata_pci_disengage.c:76:10: > fatal error: 'ata_if.h' file not found > #include > ^ > 1 error generated. > mkdep: compile failed > > Please, advise. Thanks! Yours Run into it yesterday, just disabled to HYPER-V entries in conf file for now. Builds fine after that. > > -mi > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" From owner-freebsd-stable@freebsd.org Fri Nov 27 19:32:15 2015 Return-Path: Delivered-To: freebsd-stable@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 5D690A3A751 for ; Fri, 27 Nov 2015 19:32:15 +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 4E2F41EBC; Fri, 27 Nov 2015 19:32:15 +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 5C6E81153; Fri, 27 Nov 2015 19:32:13 +0000 (UTC) Date: Fri, 27 Nov 2015 19:31:54 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: mav@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-stable@FreeBSD.org Message-ID: <2069260193.198.1448652731095.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <699053331.194.1448638827341.JavaMail.jenkins@jenkins-9.freebsd.org> References: <699053331.194.1448638827341.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_stable_10 - Build #1847 - Fixed MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_stable_10 X-Jenkins-Result: SUCCESS 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-stable@freebsd.org X-Mailman-Version: 2.1.20 List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Nov 2015 19:32:15 -0000 FreeBSD_stable_10 - Build #1847 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_stable_10/1847/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_stable_10/1847/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_stable_10/1847/console Change summaries: 291389 by mav: MFC r290820: Add NULL check to make Coverity happy. 291388 by mav: MFC r290670: Modify target port groups logic in CTL. - Introduce "ha_shared" port option, which being set to "on" moves the port into separate port group, shared between HA nodes. This allows to better handle cases when iSCSI portals are bound to CARP address that can dynamically move between nodes. Some initiators (at least VMware) don't detect that after iSCSI reconnect they've attached to different SCSI port from different port group, that totally breakes ALUA status parsing. In theory, I believe, it should be enough to have different iSCSI portal group tags on different nodes to make initiators detect this condition, but it seems like VMware ignores those values, and even full LUN retaste forced by UA does not help. - Make CTL report up to three port groups: 1 -- non-HA mode or ports with "ha_shared" option set, 2 -- HA node 1, 3 -- HA node 2. - Report Transitioning state for all port groups when HA interlink is connected, but neither of nodes is primary for the LUN. 291387 by mav: MFC r290615: Introduce portal group options in ctl.conf. While CTL has concept of port options, used at least for iSCSI ports now, before this change it was impossible to set them manually. There still no user-configurable port options now, but I am planning to change that. From owner-freebsd-stable@freebsd.org Sat Nov 28 16:42:59 2015 Return-Path: Delivered-To: freebsd-stable@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 EF820A3B2D1 for ; Sat, 28 Nov 2015 16:42:58 +0000 (UTC) (envelope-from mi+thun@aldan.algebra.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id D501411FE for ; Sat, 28 Nov 2015 16:42:58 +0000 (UTC) (envelope-from mi+thun@aldan.algebra.com) Received: by mailman.ysv.freebsd.org (Postfix) id D1EC3A3B2CF; Sat, 28 Nov 2015 16:42:58 +0000 (UTC) Delivered-To: stable@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 B5ADBA3B2CE; Sat, 28 Nov 2015 16:42:58 +0000 (UTC) (envelope-from mi+thun@aldan.algebra.com) Received: from vms173003pub.verizon.net (vms173003pub.verizon.net [206.46.173.3]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8E2D611FD; Sat, 28 Nov 2015 16:42:58 +0000 (UTC) (envelope-from mi+thun@aldan.algebra.com) MIME-version: 1.0 Received: from [192.168.1.8] ([100.1.236.52]) by vms173003.mailsrvcs.net (Oracle Communications Messaging Server 7.0.5.34.0 64bit (built Oct 14 2014)) with ESMTPA id <0NYJ000H57MS5Q10@vms173003.mailsrvcs.net>; Sat, 28 Nov 2015 09:42:29 -0600 (CST) X-CMAE-Score: 0 X-CMAE-Analysis: v=2.1 cv=WpDWSorv c=1 sm=1 tr=0 a=UorMnhrCY2jH/mPejITChw==:117 a=LaogzpLLAAAA:8 a=oR5dmqMzAAAA:8 a=qtqOOiqGOCEA:10 a=r77TgQKjGQsHNAKrUKIA:9 a=weWSkvkYGQq-ntKvi4AA:9 a=QEXdDO2ut3YA:10 a=DyZeXvobOD24KcgYWNcA:9 a=G3rUhnM3Q6f7ZNui:21 a=_W_S_7VecoQA:10 To: stable@freebsd.org, freebsd-fs From: "Mikhail T." Subject: cp from NFS to ZFS hung in "fifoor" X-Enigmail-Draft-Status: N1110 Message-id: <5659CB64.5020105@aldan.algebra.com> Date: Sat, 28 Nov 2015 10:42:28 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 Content-Type: text/plain; CHARSET=US-ASCII Content-Transfer-Encoding: 7BIT X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Nov 2015 16:42:59 -0000 I was copying /home from an old server (narawntapu) to a new one (aldan). The narawntapu:/home is mounted on aldan as /mnt with flags ro,intr. On narawntapu /home was simply located on an SSD, but on aldan I created a ZFS filesystem for it. The copying was started thus: root@aldan:/home (435) cp -Rpn /mnt/* . for a while this was proceeding at a decent clip with cp making newnfsreq-uests: load: 0.78 cmd: cp 38711 [newnfsreq] 802.84r 1.57u 140.63s 20% 10768k /mnt/mi/.kde/share/apps/kmail/dimap/.42838394.directory/sent/cur/1219621413.32392.hd8cl:2,S -> ./mi/.kde/share/apps/kmail/dimap/.42838394.directory/sent/cur/1219621413.32392.hd8cl:2,S 100% load: 1.23 cmd: cp 38711 [newnfsreq] 874.19r 1.66u 154.74s 17% 4576k /mnt/mi/.kde/share/apps/kmail/dimap/.42838394.directory/ML/cur/1219595347.32392.rMDFf:2,S -> ./mi/.kde/share/apps/kmail/dimap/.42838394.directory/ML/cur/1219595347.32392.rMDFf:2,S 100% ZFS on the destination compressing and writing stuff out and the traffic between the two ranging from 30 to 50Mb/s (according to systat), but then something happened and the cp-process is now hung: load: 0.55 cmd: cp 38711 [fifoor] 1107.67r 2.09u 194.12s 0% 3300k load: 0.50 cmd: cp 38711 [fifoor] 1112.66r 2.09u 194.12s 0% 3300k load: 0.22 cmd: cp 38711 [fifoor] 1642.37r 2.09u 194.12s 0% 3300k There is nothing in the logs on the new system, but the old one has a number of entries like: Nov 28 10:28:45 narawntapu kernel: sonewconn: pcb 0xfffff80086231930: Listen queue overflow: 8 already in queue awaiting acceptance (62 occurrences) Nov 28 10:29:45 narawntapu kernel: sonewconn: pcb 0xfffff80086231930: Listen queue overflow: 8 already in queue awaiting acceptance (50 occurrences) Nov 28 10:30:46 narawntapu kernel: sonewconn: pcb 0xfffff80086231930: Listen queue overflow: 8 already in queue awaiting acceptance (59 occurrences) Nov 28 10:31:46 narawntapu kernel: sonewconn: pcb 0xfffff80086231930: Listen queue overflow: 8 already in queue awaiting acceptance (57 occurrences) Nov 28 10:32:46 narawntapu kernel: sonewconn: pcb 0xfffff80086231930: Listen queue overflow: 8 already in queue awaiting acceptance (68 occurrences) Both systems are largely idle now. I'm not in a hurry -- is anybody interested in investigating it in situ? What is "fifoor" -- does this point to a trouble in the ZFS, the NFS-client, or the NFS-server? Both systems run FreeBSD/amd64 of recent 10.x-vintage. Thanks! -mi From owner-freebsd-stable@freebsd.org Sat Nov 28 21:53:41 2015 Return-Path: Delivered-To: freebsd-stable@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 5FDC9A3B9EA for ; Sat, 28 Nov 2015 21:53:41 +0000 (UTC) (envelope-from rmacklem@uoguelph.ca) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 380BD1CA6 for ; Sat, 28 Nov 2015 21:53:41 +0000 (UTC) (envelope-from rmacklem@uoguelph.ca) Received: by mailman.ysv.freebsd.org (Postfix) id 3502CA3B9E8; Sat, 28 Nov 2015 21:53:41 +0000 (UTC) Delivered-To: stable@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 32883A3B9E7; Sat, 28 Nov 2015 21:53:41 +0000 (UTC) (envelope-from rmacklem@uoguelph.ca) Received: from esa-annu.net.uoguelph.ca (esa-annu.mail.uoguelph.ca [131.104.91.36]) by mx1.freebsd.org (Postfix) with ESMTP id B98791CA5; Sat, 28 Nov 2015 21:53:40 +0000 (UTC) (envelope-from rmacklem@uoguelph.ca) IronPort-PHdr: 9a23:6CP78RUDZdHj6rul5/Rls/vLP/XV8LGtZVwlr6E/grcLSJyIuqrYZhKGt8tkgFKBZ4jH8fUM07OQ6PC9Hzxdqs/b7jgrS99laVwssY0uhQsuAcqIWwXQDcXBSGgEJvlET0Jv5HqhMEJYS47UblzWpWCuv3ZJQk2sfTR8Kum9IIPOlcP/j7n0oM2OJVUVz2PnP/tbF1afk0b4joEum4xsK6I8mFPig0BjXKBo/15uPk+ZhB3m5829r9ZJ+iVUvO89pYYbCf2pN/dwcbsNRhEnMGA85cmjiV+JBV+K5zgAUngQuhNMDwHDqhj+UZr7qCK8ve14jnq0J8rzGIo1Ujfqyq5gSxvljW9TLTsw+2LTh8lYkaVUvR+lvxw5yIeCM9LdD+Z3Yq6IJYBSfmFGRMsEDyE= X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2DQAQDRIVpW/61jaINdhA5vBr4bAQ2BZhcKhSRKAkyBExQBAQEBAQEBAYEJgi2CBwEBAQMBAQEBIAQnIAsFCwIBCBMFAgINGQICJwEJJgIECAcEARwEiAUIDawDjz8BAQEBAQEBAQIBAQEBAQEBARuBAYVThH6ENQYBAQWDM4FEBY4YiD+FKoUihEdJlkuDcAIfAQFChCIgNAeEIQgXI4EHAQEB X-IronPort-AV: E=Sophos;i="5.20,357,1444708800"; d="scan'208";a="254652042" Received: from nipigon.cs.uoguelph.ca (HELO zcs1.mail.uoguelph.ca) ([131.104.99.173]) by esa-annu.net.uoguelph.ca with ESMTP; 28 Nov 2015 16:53:38 -0500 Received: from localhost (localhost [127.0.0.1]) by zcs1.mail.uoguelph.ca (Postfix) with ESMTP id 735DD15F5E4; Sat, 28 Nov 2015 16:53:38 -0500 (EST) Received: from zcs1.mail.uoguelph.ca ([127.0.0.1]) by localhost (zcs1.mail.uoguelph.ca [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id jJGBskTkx1YT; Sat, 28 Nov 2015 16:53:37 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by zcs1.mail.uoguelph.ca (Postfix) with ESMTP id ACEB615F5E9; Sat, 28 Nov 2015 16:53:37 -0500 (EST) X-Virus-Scanned: amavisd-new at zcs1.mail.uoguelph.ca Received: from zcs1.mail.uoguelph.ca ([127.0.0.1]) by localhost (zcs1.mail.uoguelph.ca [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 4MSDyysiMoVz; Sat, 28 Nov 2015 16:53:37 -0500 (EST) Received: from zcs1.mail.uoguelph.ca (zcs1.mail.uoguelph.ca [172.17.95.18]) by zcs1.mail.uoguelph.ca (Postfix) with ESMTP id 8EBB615F5E4; Sat, 28 Nov 2015 16:53:37 -0500 (EST) Date: Sat, 28 Nov 2015 16:53:37 -0500 (EST) From: Rick Macklem To: "Mikhail T." Cc: stable@freebsd.org, freebsd-fs Message-ID: <1797738664.110049243.1448747617558.JavaMail.zimbra@uoguelph.ca> In-Reply-To: <5659CB64.5020105@aldan.algebra.com> References: <5659CB64.5020105@aldan.algebra.com> Subject: Re: cp from NFS to ZFS hung in "fifoor" MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [172.17.95.12] X-Mailer: Zimbra 8.0.9_GA_6191 (ZimbraWebClient - FF34 (Win)/8.0.9_GA_6191) Thread-Topic: cp from NFS to ZFS hung in "fifoor" Thread-Index: 71K1Z8URtZx18dr8wVDEnFmEW0myoQ== X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Nov 2015 21:53:41 -0000 Mikhail T. wrote: > I was copying /home from an old server (narawntapu) to a new one > (aldan). The narawntapu:/home is mounted on aldan as /mnt with flags > ro,intr. On narawntapu /home was simply located on an SSD, but on aldan > I created a ZFS filesystem for it. > > The copying was started thus: > > root@aldan:/home (435) cp -Rpn /mnt/* . > > for a while this was proceeding at a decent clip with cp making > newnfsreq-uests: > > load: 0.78 cmd: cp 38711 [newnfsreq] 802.84r 1.57u 140.63s 20% 10768k > /mnt/mi/.kde/share/apps/kmail/dimap/.42838394.directory/sent/cur/1219621413.32392.hd8cl:2,S > -> > ./mi/.kde/share/apps/kmail/dimap/.42838394.directory/sent/cur/1219621413.32392.hd8cl:2,S > 100% > load: 1.23 cmd: cp 38711 [newnfsreq] 874.19r 1.66u 154.74s 17% 4576k > /mnt/mi/.kde/share/apps/kmail/dimap/.42838394.directory/ML/cur/1219595347.32392.rMDFf:2,S > -> > ./mi/.kde/share/apps/kmail/dimap/.42838394.directory/ML/cur/1219595347.32392.rMDFf:2,S > 100% > > ZFS on the destination compressing and writing stuff out and the traffic > between the two ranging from 30 to 50Mb/s (according to systat), but > then something happened and the cp-process is now hung: > > load: 0.55 cmd: cp 38711 [fifoor] 1107.67r 2.09u 194.12s 0% 3300k > load: 0.50 cmd: cp 38711 [fifoor] 1112.66r 2.09u 194.12s 0% 3300k > load: 0.22 cmd: cp 38711 [fifoor] 1642.37r 2.09u 194.12s 0% 3300k > Doing `ps axHl` will show you what the ``cp`` process is stuck on (WCHAN). If it is down inside ZFS, then I suspect it is ZFS resource related. If it is stuck somewhere in NFS or the kernel RPC, then I`d suspect a net driver issue: - The number 1 issue for net drivers vs NFS is TSO, so disabling TSO is the first thing to try (if the processes aren`t stuck inside zfs). (In the machine that is sending data, since it is a transmit segment limit problem. If I understood what you were doing, that would be the NFS server, but I`d disable it on both server and client.) - If that doesn`t fix it, try rsize=32768,wsize=32768 mount options for the NFS mount. These TSO issues are slowly getting resolved, but some drivers may still be broken, especially if you aren`t running head. (For example, only a very recent em(4) driver is fixed.) You can also do things like `netstat -m` to look for mbuf cluster exhaustion and look at the stats for your net driver (usually a sysctl). Good luck with it, rick > There is nothing in the logs on the new system, but the old one has a > number of entries like: > > Nov 28 10:28:45 narawntapu kernel: sonewconn: pcb > 0xfffff80086231930: Listen queue overflow: 8 already in queue > awaiting acceptance (62 occurrences) > Nov 28 10:29:45 narawntapu kernel: sonewconn: pcb > 0xfffff80086231930: Listen queue overflow: 8 already in queue > awaiting acceptance (50 occurrences) > Nov 28 10:30:46 narawntapu kernel: sonewconn: pcb > 0xfffff80086231930: Listen queue overflow: 8 already in queue > awaiting acceptance (59 occurrences) > Nov 28 10:31:46 narawntapu kernel: sonewconn: pcb > 0xfffff80086231930: Listen queue overflow: 8 already in queue > awaiting acceptance (57 occurrences) > Nov 28 10:32:46 narawntapu kernel: sonewconn: pcb > 0xfffff80086231930: Listen queue overflow: 8 already in queue > awaiting acceptance (68 occurrences) > > Both systems are largely idle now. I'm not in a hurry -- is anybody > interested in investigating it in situ? What is "fifoor" -- does this > point to a trouble in the ZFS, the NFS-client, or the NFS-server? Both > systems run FreeBSD/amd64 of recent 10.x-vintage. > > Thanks! > > -mi > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > From owner-freebsd-stable@freebsd.org Sat Nov 28 22:41:05 2015 Return-Path: Delivered-To: freebsd-stable@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 9394FA3B16B for ; Sat, 28 Nov 2015 22:41:05 +0000 (UTC) (envelope-from jilles@stack.nl) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 7DF981BA4 for ; Sat, 28 Nov 2015 22:41:05 +0000 (UTC) (envelope-from jilles@stack.nl) Received: by mailman.ysv.freebsd.org (Postfix) id 7D19EA3B16A; Sat, 28 Nov 2015 22:41:05 +0000 (UTC) Delivered-To: stable@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 7B745A3B169; Sat, 28 Nov 2015 22:41:05 +0000 (UTC) (envelope-from jilles@stack.nl) Received: from mx1.stack.nl (relay04.stack.nl [IPv6:2001:610:1108:5010::107]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "mailhost.stack.nl", Issuer "CA Cert Signing Authority" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 460CC1BA3; Sat, 28 Nov 2015 22:41:05 +0000 (UTC) (envelope-from jilles@stack.nl) Received: from snail.stack.nl (snail.stack.nl [IPv6:2001:610:1108:5010::131]) by mx1.stack.nl (Postfix) with ESMTP id D2326B8059; Sat, 28 Nov 2015 23:41:01 +0100 (CET) Received: by snail.stack.nl (Postfix, from userid 1677) id BE03228494; Sat, 28 Nov 2015 23:41:01 +0100 (CET) Date: Sat, 28 Nov 2015 23:41:01 +0100 From: Jilles Tjoelker To: "Mikhail T." Cc: stable@freebsd.org, freebsd-fs Subject: Re: cp from NFS to ZFS hung in "fifoor" Message-ID: <20151128224101.GA8470@stack.nl> References: <5659CB64.5020105@aldan.algebra.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5659CB64.5020105@aldan.algebra.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Nov 2015 22:41:05 -0000 On Sat, Nov 28, 2015 at 10:42:28AM -0500, Mikhail T. wrote: > I was copying /home from an old server (narawntapu) to a new one > (aldan). The narawntapu:/home is mounted on aldan as /mnt with flags > ro,intr. On narawntapu /home was simply located on an SSD, but on aldan > I created a ZFS filesystem for it. > The copying was started thus: > root@aldan:/home (435) cp -Rpn /mnt/* . > for a while this was proceeding at a decent clip with cp making > newnfsreq-uests: > load: 0.78 cmd: cp 38711 [newnfsreq] 802.84r 1.57u 140.63s 20% 10768k > /mnt/mi/.kde/share/apps/kmail/dimap/.42838394.directory/sent/cur/1219621413.32392.hd8cl:2,S > -> > ./mi/.kde/share/apps/kmail/dimap/.42838394.directory/sent/cur/1219621413.32392.hd8cl:2,S > 100% > load: 1.23 cmd: cp 38711 [newnfsreq] 874.19r 1.66u 154.74s 17% 4576k > /mnt/mi/.kde/share/apps/kmail/dimap/.42838394.directory/ML/cur/1219595347.32392.rMDFf:2,S > -> > ./mi/.kde/share/apps/kmail/dimap/.42838394.directory/ML/cur/1219595347.32392.rMDFf:2,S > 100% > ZFS on the destination compressing and writing stuff out and the traffic > between the two ranging from 30 to 50Mb/s (according to systat), but > then something happened and the cp-process is now hung: > load: 0.55 cmd: cp 38711 [fifoor] 1107.67r 2.09u 194.12s 0% 3300k > load: 0.50 cmd: cp 38711 [fifoor] 1112.66r 2.09u 194.12s 0% 3300k > load: 0.22 cmd: cp 38711 [fifoor] 1642.37r 2.09u 194.12s 0% 3300k This normally means that the process is opening a fifo for reading and is waiting for a writer. Although cp -R will normally copy a fifo by calling mkfifo at the destination, it may open one if a regular file is replaced with a fifo between the time it reads the directory and it copies that file. This is not that unlikely if large directory trees are copied during that time. On the other hand, cp without -R/-r/-l/-s will always open a fifo. You can make cp continue by opening the fifo (which you'll need to find first, for example by checking what has been copied already) for writing, like : >/path/to/some/fifo. It will be replaced with an empty file at the destination. -- Jilles Tjoelker From owner-freebsd-stable@freebsd.org Sat Nov 28 23:11:00 2015 Return-Path: Delivered-To: freebsd-stable@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 DB487A3B6FF for ; Sat, 28 Nov 2015 23:11:00 +0000 (UTC) (envelope-from rmacklem@uoguelph.ca) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id B2BAD17CA for ; Sat, 28 Nov 2015 23:11:00 +0000 (UTC) (envelope-from rmacklem@uoguelph.ca) Received: by mailman.ysv.freebsd.org (Postfix) id B1EC2A3B6FD; Sat, 28 Nov 2015 23:11:00 +0000 (UTC) Delivered-To: stable@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 B04A5A3B6FC; Sat, 28 Nov 2015 23:11:00 +0000 (UTC) (envelope-from rmacklem@uoguelph.ca) Received: from esa-jnhn.mail.uoguelph.ca (esa-jnhn.mail.uoguelph.ca [131.104.91.44]) by mx1.freebsd.org (Postfix) with ESMTP id 5409017BE; Sat, 28 Nov 2015 23:10:59 +0000 (UTC) (envelope-from rmacklem@uoguelph.ca) IronPort-PHdr: 9a23:7GhgDxaV+FtbiaHoA8T7dwf/LSx+4OfEezUN459isYplN5qZpcu8bnLW6fgltlLVR4KTs6sC0LqL9fC9EjVcuN6oizMrTt9lb1c9k8IYnggtUoauKHbQC7rUVRE8B9lIT1R//nu2YgB/Ecf6YEDO8DXptWZBUiv2OQc9HOnpAIma153xjLDvvc2OKFwU3XKUWvBbElaflU3prM4YgI9veO4a6yDihT92QdlQ3n5iPlmJnhzxtY+a9Z9n9DlM6bp6r5YTGY2zRakzTKRZATI6KCh1oZSz7ViQBTeIs1kdVmEbiVJ0AQ/I6BL3RN+lsCr+sudm8DKGNMb1C7YwD2eM9aBuHSXpgyRPEjcy82Xaj4QklqdSqxGlqhlX3onbfYyRLPo4daqLLoBSfnZIQssED38JOYi7dYZaSrNZZes= X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2DQAQBfM1pW/61jaINdhA5vBr4bAQ2BZhcKhSRKAkyBDxQBAQEBAQEBAYEJgi2CBwEBAQMBAQEBIAQnIAsFCwIBCBMFAgINGQICJwEJJgIECAcEARwEiAUIDakvj0ABAQEBAQEBAQEBAQEBAQEBAQEBGoEBhVOEfoQ7AQEFgzOBRAWOGIg/hSqFIoUQmjsCHwEBQoIRHYF0IDQHhCk6gQcBAQE X-IronPort-AV: E=Sophos;i="5.20,358,1444708800"; d="scan'208";a="253183225" Received: from nipigon.cs.uoguelph.ca (HELO zcs1.mail.uoguelph.ca) ([131.104.99.173]) by esa-jnhn.mail.uoguelph.ca with ESMTP; 28 Nov 2015 18:10:58 -0500 Received: from localhost (localhost [127.0.0.1]) by zcs1.mail.uoguelph.ca (Postfix) with ESMTP id C7DFB15F5E4; Sat, 28 Nov 2015 18:10:58 -0500 (EST) Received: from zcs1.mail.uoguelph.ca ([127.0.0.1]) by localhost (zcs1.mail.uoguelph.ca [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id Bz7UTgeI6pCk; Sat, 28 Nov 2015 18:10:58 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by zcs1.mail.uoguelph.ca (Postfix) with ESMTP id 2E07715F5E9; Sat, 28 Nov 2015 18:10:58 -0500 (EST) X-Virus-Scanned: amavisd-new at zcs1.mail.uoguelph.ca Received: from zcs1.mail.uoguelph.ca ([127.0.0.1]) by localhost (zcs1.mail.uoguelph.ca [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id CpEvMSxdw0s4; Sat, 28 Nov 2015 18:10:58 -0500 (EST) Received: from zcs1.mail.uoguelph.ca (zcs1.mail.uoguelph.ca [172.17.95.18]) by zcs1.mail.uoguelph.ca (Postfix) with ESMTP id 135D015F5E4; Sat, 28 Nov 2015 18:10:58 -0500 (EST) Date: Sat, 28 Nov 2015 18:10:58 -0500 (EST) From: Rick Macklem To: Jilles Tjoelker Cc: "Mikhail T." , freebsd-fs , stable@freebsd.org Message-ID: <1399144047.110083450.1448752258051.JavaMail.zimbra@uoguelph.ca> In-Reply-To: <20151128224101.GA8470@stack.nl> References: <5659CB64.5020105@aldan.algebra.com> <20151128224101.GA8470@stack.nl> Subject: Re: cp from NFS to ZFS hung in "fifoor" MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [172.17.95.11] X-Mailer: Zimbra 8.0.9_GA_6191 (ZimbraWebClient - FF34 (Win)/8.0.9_GA_6191) Thread-Topic: cp from NFS to ZFS hung in "fifoor" Thread-Index: HxYXiQVyopzcEgTBG1wBftCEbqqH5w== X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Nov 2015 23:11:00 -0000 Jilles Tjoelker wrote: > On Sat, Nov 28, 2015 at 10:42:28AM -0500, Mikhail T. wrote: > > I was copying /home from an old server (narawntapu) to a new one > > (aldan). The narawntapu:/home is mounted on aldan as /mnt with flags > > ro,intr. On narawntapu /home was simply located on an SSD, but on aldan > > I created a ZFS filesystem for it. > > > The copying was started thus: > > > root@aldan:/home (435) cp -Rpn /mnt/* . > > > for a while this was proceeding at a decent clip with cp making > > newnfsreq-uests: > > > load: 0.78 cmd: cp 38711 [newnfsreq] 802.84r 1.57u 140.63s 20% 10768k > > /mnt/mi/.kde/share/apps/kmail/dimap/.42838394.directory/sent/cur/1219621413.32392.hd8cl:2,S > > -> > > ./mi/.kde/share/apps/kmail/dimap/.42838394.directory/sent/cur/1219621413.32392.hd8cl:2,S > > 100% > > load: 1.23 cmd: cp 38711 [newnfsreq] 874.19r 1.66u 154.74s 17% 4576k > > /mnt/mi/.kde/share/apps/kmail/dimap/.42838394.directory/ML/cur/1219595347.32392.rMDFf:2,S > > -> > > ./mi/.kde/share/apps/kmail/dimap/.42838394.directory/ML/cur/1219595347.32392.rMDFf:2,S > > 100% > > > ZFS on the destination compressing and writing stuff out and the traffic > > between the two ranging from 30 to 50Mb/s (according to systat), but > > then something happened and the cp-process is now hung: > > > load: 0.55 cmd: cp 38711 [fifoor] 1107.67r 2.09u 194.12s 0% 3300k > > load: 0.50 cmd: cp 38711 [fifoor] 1112.66r 2.09u 194.12s 0% 3300k > > load: 0.22 cmd: cp 38711 [fifoor] 1642.37r 2.09u 194.12s 0% 3300k > > This normally means that the process is opening a fifo for reading and > is waiting for a writer. Although cp -R will normally copy a fifo by > calling mkfifo at the destination, it may open one if a regular file is > replaced with a fifo between the time it reads the directory and it > copies that file. This is not that unlikely if large directory trees are > copied during that time. > Oops, thanks. I didn't know that [fifoor] in these lines meant that was what the WCHAN is. Obviously, you should now ignore everything I said;-) rick > On the other hand, cp without -R/-r/-l/-s will always open a fifo. > > You can make cp continue by opening the fifo (which you'll need to find > first, for example by checking what has been copied already) for > writing, like : >/path/to/some/fifo. It will be replaced with an empty > file at the destination. > > -- > Jilles Tjoelker > _______________________________________________ > freebsd-stable@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" >