From owner-freebsd-arm@freebsd.org Sun Sep 18 11:48:44 2016 Return-Path: Delivered-To: freebsd-arm@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 1D4D9BDFD47 for ; Sun, 18 Sep 2016 11:48:44 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 0861AE07 for ; Sun, 18 Sep 2016 11:48:44 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: by mailman.ysv.freebsd.org (Postfix) id 04389BDFD46; Sun, 18 Sep 2016 11:48:44 +0000 (UTC) Delivered-To: arm@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 03D5EBDFD45 for ; Sun, 18 Sep 2016 11:48:44 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from kabab.cs.huji.ac.il (kabab.cs.huji.ac.il [132.65.116.210]) (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 83825E06 for ; Sun, 18 Sep 2016 11:48:42 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from bach.cs.huji.ac.il ([132.65.81.13]) by kabab.cs.huji.ac.il with esmtp id 1blaaE-0006wq-Qh; Sun, 18 Sep 2016 14:48:30 +0300 Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: ALLWINNER/h3 malfunction From: Daniel Braniss In-Reply-To: <20160917195544.a2a8bbdb113029700fa7642d@bidouilliste.com> Date: Sun, 18 Sep 2016 14:48:30 +0300 Cc: arm@freebsd.org, Jared McNeill Message-Id: <588E44BB-40BF-40B8-9C5A-BA025AB87E00@cs.huji.ac.il> References: <20160917171911.a2ec80da747ba373ba3d1b4a@bidouilliste.com> <5ADFE16E-FD60-45B1-8CF1-6FFC10BABBDE@cs.huji.ac.il> <20160917195544.a2a8bbdb113029700fa7642d@bidouilliste.com> To: Emmanuel Vadot X-Mailer: Apple Mail (2.3124) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Sep 2016 11:48:44 -0000 > On 17 Sep 2016, at 20:55, Emmanuel Vadot = wrote: >=20 > On Sat, 17 Sep 2016 20:41:09 +0300 > Daniel Braniss > = wrote: >=20 >>=20 >>> On 17 Sep 2016, at 6:19 PM, Emmanuel Vadot = wrote: >>>=20 >>> On Wed, 7 Sep 2016 16:34:48 +0300 >>> Daniel Braniss wrote: >>>=20 >>>> Hi All! >>>>=20 >>>> I am playing with an orangepi-one, and I now compiled a kernel = without INVARIANTS & WITNESS >>>> and it panics, when compiled without WITNESS, it boots, but for = example the awg comes up >>>> with a semi random ethernet address, so clearly there is some = timing issues. I have placed the panic in >>>> http://www.cs.huji.ac.il/~danny/orangepi/op1.panic.1 >>>>=20 >>>> and so if someone can point me to where some delay can be added ? >>>>=20 >>>> thanks, >>>> danny >>>>=20 >>>=20 >>> Hello Daniel, >>>=20 >>> I'll admit that I've never tested ALLWINNER kernel without = INVARIANTS >>> or WITNESS recently, I'll try that. >>> I assume that you've patched your DTS for ethernet support, can you >>> try with the unpatched one ? >>=20 >> i searched high and low for such one, can you send me one? >=20 > It's in the tree in sys/gnu/dts/arm/ > Yes it doesn't have the awg node, I know, h3 emac bindings aren't > stable for now. I couldn=E2=80=99t find any orange-one.dts, so I=E2=80=99m using the one = I created, adding the a83t-sid and a83t-ts got both recognized: sysctl -a | grep sid kern.proc_vmmap_skip_resident_count: 0 kern.geom.label.ufsid.enable: 1 net.inet.sctp.min_residual: 1452 dev.aw_sid.0.rootkey: 02004620043548045028028e0400005b dev.aw_sid.0.%parent: simplebus0 dev.aw_sid.0.%pnpinfo: name=3Deeprom@01c14000 = compat=3Dallwinner,sun8i-a83t-sid dev.aw_sid.0.%location:=20 dev.aw_sid.0.%driver: aw_sid dev.aw_sid.0.%desc: Allwinner Secure ID Controller dev.aw_sid.%parent:=20 sysctl -a | grep -i therma dev.aw_thermal.0.gpu: 191C dev.aw_thermal.0.cluster1: 191C dev.aw_thermal.0.cluster0: 191C dev.aw_thermal.0.%parent: simplebus0 dev.aw_thermal.0.%pnpinfo: name=3Drtp@01f04000 = compat=3Dallwinner,sun8i-a83t-ts dev.aw_thermal.0.%location:=20 dev.aw_thermal.0.%driver: aw_thermal dev.aw_thermal.0.%desc: Allwinner Thermal Sensor Controller dev.aw_thermal.%parent: my guess there is something fishy here since 191C is a bit high=E2=80=A6 cheers, danny >=20 >>> It seems that it panic because the mod0 clk doesn't have the correct >>> parent. >>>=20 >>> For the semi random MAC address this is expected. The awg driver >>> generate a random one if it can't use the SID root key as >>> the "source", which we don't support for now on H3 (it shouldn't be=20= >>> hard to add support for the H3). >>>=20 >>> Cheers, >>>=20 >>> --=20 >>> Emmanuel Vadot >=20 >=20 > --=20 > Emmanuel Vadot > = > From owner-freebsd-arm@freebsd.org Sun Sep 18 12:34:51 2016 Return-Path: Delivered-To: freebsd-arm@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 405D7BDE3BB for ; Sun, 18 Sep 2016 12:34:51 +0000 (UTC) (envelope-from jmcneill@invisible.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 26E01E5D for ; Sun, 18 Sep 2016 12:34:51 +0000 (UTC) (envelope-from jmcneill@invisible.ca) Received: by mailman.ysv.freebsd.org (Postfix) id 229BCBDE3BA; Sun, 18 Sep 2016 12:34:51 +0000 (UTC) Delivered-To: arm@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 224A1BDE3B9 for ; Sun, 18 Sep 2016 12:34:51 +0000 (UTC) (envelope-from jmcneill@invisible.ca) Received: from relay5-d.mail.gandi.net (relay5-d.mail.gandi.net [IPv6:2001:4b98:c:538::197]) (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 DE0ABE5C for ; Sun, 18 Sep 2016 12:34:50 +0000 (UTC) (envelope-from jmcneill@invisible.ca) Received: from mfilter49-d.gandi.net (mfilter49-d.gandi.net [217.70.178.180]) by relay5-d.mail.gandi.net (Postfix) with ESMTP id 4392541C08D; Sun, 18 Sep 2016 14:34:48 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mfilter49-d.gandi.net Received: from relay5-d.mail.gandi.net ([IPv6:::ffff:217.70.183.197]) by mfilter49-d.gandi.net (mfilter49-d.gandi.net [::ffff:10.0.15.180]) (amavisd-new, port 10024) with ESMTP id fDQ9Amthhi6m; Sun, 18 Sep 2016 14:34:46 +0200 (CEST) X-Originating-IP: 156.57.52.82 Received: from dis (stjhnbsu1kw-156057052082.dhcp-dynamic.FibreOp.nb.bellaliant.net [156.57.52.82]) (Authenticated sender: jmcneill@invisible.ca) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id BC24841C08E; Sun, 18 Sep 2016 14:34:45 +0200 (CEST) Date: Sun, 18 Sep 2016 09:34:43 -0300 (ADT) From: Jared McNeill To: Daniel Braniss cc: Emmanuel Vadot , arm@freebsd.org Subject: Re: ALLWINNER/h3 malfunction In-Reply-To: <588E44BB-40BF-40B8-9C5A-BA025AB87E00@cs.huji.ac.il> Message-ID: References: <20160917171911.a2ec80da747ba373ba3d1b4a@bidouilliste.com> <5ADFE16E-FD60-45B1-8CF1-6FFC10BABBDE@cs.huji.ac.il> <20160917195544.a2a8bbdb113029700fa7642d@bidouilliste.com> <588E44BB-40BF-40B8-9C5A-BA025AB87E00@cs.huji.ac.il> User-Agent: Alpine 2.11 (DEB 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Sep 2016 12:34:51 -0000 On Sun, 18 Sep 2016, Daniel Braniss wrote: > I couldn?t find any orange-one.dts, so I?m using the one I created, > adding the a83t-sid and a83t-ts got both recognized: Anything you add to the dts will be recognized if there is a driver for it -- that doesn't mean it will work. Here is an example of a thermal dt node for Allwinner H3 (note the different compatible string, base address, etc): https://github.com/jaredmcneill/freebsd/blob/allwinner-h3/sys/boot/fdt/dts/arm/orangepi-plus-2e.dts#L121 Your best bet is to merge any changes from that file into your own (working) dts. Copying from other SoCs dts files often doesn't work. Cheers, Jared From owner-freebsd-arm@freebsd.org Sun Sep 18 14:29:40 2016 Return-Path: Delivered-To: freebsd-arm@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 8F49EBDF3E9 for ; Sun, 18 Sep 2016 14:29:40 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 7AFD49FA for ; Sun, 18 Sep 2016 14:29:40 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: by mailman.ysv.freebsd.org (Postfix) id 7A513BDF3E8; Sun, 18 Sep 2016 14:29:40 +0000 (UTC) Delivered-To: arm@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 79F7CBDF3E6 for ; Sun, 18 Sep 2016 14:29:40 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from kabab.cs.huji.ac.il (kabab.cs.huji.ac.il [132.65.116.210]) (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 329019F9 for ; Sun, 18 Sep 2016 14:29:39 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from imac.bs.cs.huji.ac.il ([132.65.179.42]) by kabab.cs.huji.ac.il with esmtp id 1bld65-000AGH-AP; Sun, 18 Sep 2016 17:29:33 +0300 Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: ALLWINNER/h3 malfunction From: Daniel Braniss In-Reply-To: Date: Sun, 18 Sep 2016 17:29:37 +0300 Cc: Emmanuel Vadot , arm@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <4F7891B0-FBD7-451C-BA42-50F872804C95@cs.huji.ac.il> References: <20160917171911.a2ec80da747ba373ba3d1b4a@bidouilliste.com> <5ADFE16E-FD60-45B1-8CF1-6FFC10BABBDE@cs.huji.ac.il> <20160917195544.a2a8bbdb113029700fa7642d@bidouilliste.com> <588E44BB-40BF-40B8-9C5A-BA025AB87E00@cs.huji.ac.il> To: Jared McNeill X-Mailer: Apple Mail (2.3124) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Sep 2016 14:29:40 -0000 > On 18 Sep 2016, at 3:34 PM, Jared McNeill = wrote: >=20 > On Sun, 18 Sep 2016, Daniel Braniss wrote: >=20 >> I couldn?t find any orange-one.dts, so I?m using the one I created, >> adding the a83t-sid and a83t-ts got both recognized: >=20 > Anything you add to the dts will be recognized if there is a driver = for it -- that doesn't mean it will work. >=20 > Here is an example of a thermal dt node for Allwinner H3 (note the = different compatible string, base address, etc): >=20 > = https://github.com/jaredmcneill/freebsd/blob/allwinner-h3/sys/boot/fdt/dts= /arm/orangepi-plus-2e.dts#L121 >=20 > Your best bet is to merge any changes from that file into your own = (working) dts. Copying from other SoCs dts files often doesn't work. >=20 the first thing I did was to add code to aw_sid.c so that sun8i-h3-sid = would be processed - according to the docs, a83t and h3 are the same wrt sid. from the results it seems = that the sid is indeed different on my 2 boards, and share some bits, do you know how to = =E2=80=98parse=E2=80=99 the sid? the thermal sensor, I just added the a83t,, but here thing look fishy, = i=E2=80=99ll try your h3. remember, mine are orangepi-one cheers, danny From owner-freebsd-arm@freebsd.org Mon Sep 19 07:29:27 2016 Return-Path: Delivered-To: freebsd-arm@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 2AB0CBE0E43 for ; Mon, 19 Sep 2016 07:29:27 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 14D98174 for ; Mon, 19 Sep 2016 07:29:27 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: by mailman.ysv.freebsd.org (Postfix) id 143C9BE0E42; Mon, 19 Sep 2016 07:29:27 +0000 (UTC) Delivered-To: arm@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 118B3BE0E41 for ; Mon, 19 Sep 2016 07:29:27 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from kabab.cs.huji.ac.il (kabab.cs.huji.ac.il [132.65.116.210]) (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 B7D9F173 for ; Mon, 19 Sep 2016 07:29:26 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from bach.cs.huji.ac.il ([132.65.81.13]) by kabab.cs.huji.ac.il with esmtp id 1blt0v-000AlW-4g; Mon, 19 Sep 2016 10:29:17 +0300 Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: ALLWINNER/h3 malfunction From: Daniel Braniss In-Reply-To: <4F7891B0-FBD7-451C-BA42-50F872804C95@cs.huji.ac.il> Date: Mon, 19 Sep 2016 10:29:17 +0300 Cc: arm@freebsd.org Message-Id: <08E5651B-A28E-4BE8-803B-650CD2434979@cs.huji.ac.il> References: <20160917171911.a2ec80da747ba373ba3d1b4a@bidouilliste.com> <5ADFE16E-FD60-45B1-8CF1-6FFC10BABBDE@cs.huji.ac.il> <20160917195544.a2a8bbdb113029700fa7642d@bidouilliste.com> <588E44BB-40BF-40B8-9C5A-BA025AB87E00@cs.huji.ac.il> <4F7891B0-FBD7-451C-BA42-50F872804C95@cs.huji.ac.il> To: Jared McNeill X-Mailer: Apple Mail (2.3124) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Sep 2016 07:29:27 -0000 > On 18 Sep 2016, at 17:29, Daniel Braniss wrote: >=20 >>=20 >> On 18 Sep 2016, at 3:34 PM, Jared McNeill = wrote: >>=20 >> On Sun, 18 Sep 2016, Daniel Braniss wrote: >>=20 >>> I couldn?t find any orange-one.dts, so I?m using the one I created, >>> adding the a83t-sid and a83t-ts got both recognized: >>=20 >> Anything you add to the dts will be recognized if there is a driver = for it -- that doesn't mean it will work. >>=20 >> Here is an example of a thermal dt node for Allwinner H3 (note the = different compatible string, base address, etc): >>=20 >> = https://github.com/jaredmcneill/freebsd/blob/allwinner-h3/sys/boot/fdt/dts= /arm/orangepi-plus-2e.dts#L121 >>=20 >> Your best bet is to merge any changes from that file into your own = (working) dts. Copying from other SoCs dts files often doesn't work. >>=20 >=20 > the first thing I did was to add code to aw_sid.c so that sun8i-h3-sid = would be processed - according to > the docs, a83t and h3 are the same wrt sid. from the results it seems = that the sid is indeed > different on my 2 boards, and share some bits, do you know how to = =E2=80=98parse=E2=80=99 the sid? >=20 > the thermal sensor, I just added the a83t,, but here thing look fishy, = i=E2=80=99ll try your h3. > remember, mine are orangepi-one modified my orange-one.dts with your mods, and now the cpu is at a cool 37C! thanks! danny From owner-freebsd-arm@freebsd.org Mon Sep 19 07:57:58 2016 Return-Path: Delivered-To: freebsd-arm@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 B7BD0BE0B08 for ; Mon, 19 Sep 2016 07:57:58 +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 AB39F1431; Mon, 19 Sep 2016 07:57:58 +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 E2270288; Mon, 19 Sep 2016 07:57:58 +0000 (UTC) Date: Mon, 19 Sep 2016 07:57:57 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: ngie@FreeBSD.org, sephe@FreeBSD.org, bapt@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-arm@FreeBSD.org Message-ID: <1602310431.52.1474271878933.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_arm64 - Build #3977 - Failure MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_arm64 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.23 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Sep 2016 07:57:58 -0000 FreeBSD_HEAD_arm64 - Build #3977 - Failure: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/3977/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/3977/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/3977/console Change summaries: 305967 by sephe: hyperv/hn: Allow RSS capability flipping upon attach/reinit. MFC after: 1 week Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D7927 305966 by sephe: hyperv/hn: Stringent RSS sysctl checks - Don't change RNDIS RSS configuration for RSS key sysctl, if the interface is not capable of RSS yet. - Don't change RSS indirect table (both cached one and RNDIS RSS configuration), if the interface is not capable of RSS yet. MFC after: 1 week Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D7924 305965 by sephe: hyperv/hn: Don't allow MTU change, if it is not supported by the NVS. MFC after: 1 week Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D7923 305964 by sephe: hyperv/hn: Save capabilities for later use. And don't allow capability changes during reinitialization, which breaks too much static configuration. MFC after: 1 week Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D7922 305963 by ngie: Reindent TESTSDIR definition for consistency/readability MFC after: 3 days Sponsored by: Dell EMC Isilon 305962 by sephe: hyperv/hn: Don't allow NVS and NDIS version change upon reinitailization NVS and NDIS version change would break too much assumption and static configuration. MFC after: 1 week Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D7919 305961 by ngie: Re-add PACKAGE=> tests to lib/libc/tests/net/getaddrinfo/Makefile and add it to lib/libc/tests/sys/Makefile [*] Even though make -VPACKAGE and make -n install seem to do the right thing, the effects are a bit different, depending on the build host. MFC after: 1 week Obtained from: HardenedBSD (af602f0db) [*] Reported by: Oliver Pinter [*] Sponsored by: Dell EMC Isilon 305960 by sephe: hyperv/hn: Apply RSS indirect table fixup before configure RNDIS RSS. MFC after: 1 week Sponsored by: Microsoft Differential Revision: https://reviews.freebsd.org/D7916 305959 by bapt: Revert capsicum support In some corner case VFS lookup is not working and I do not have time to debug it for now. 305958 by ngie: Remove expected failure for :basic (effectively reverting r305007, r305031) This no longer fails as of r305952 PR: 212193 Sponsored by: Dell EMC Isilon The end of the build log: [...truncated 9741 lines...] --- obj_subdir_tests --- --- obj_subdir_tests/sys/pjdfstest/tests/truncate --- ===> tests/sys/pjdfstest/tests/truncate (obj) --- obj_subdir_usr.bin --- --- obj --- /usr/obj/arm64.aarch64/usr/src/usr.bin/grep/tests created for /usr/src/usr.bin/grep/tests --- obj --- --- obj_subdir_usr.bin/gzip --- ===> usr.bin/gzip (obj) --- obj_subdir_lib --- --- obj_subdir_lib/atf/libatf-c/tests --- ===> lib/atf/libatf-c/tests (obj) --- obj_subdir_usr.sbin --- --- obj --- /usr/obj/arm64.aarch64/usr/src/usr.sbin/bsdconfig/timezone/include created for /usr/src/usr.sbin/bsdconfig/timezone/include --- obj_subdir_tests --- --- obj --- --- obj_subdir_usr.sbin --- --- obj_subdir_usr.sbin/bsdconfig/timezone/share --- ===> usr.sbin/bsdconfig/timezone/share (obj) --- obj_subdir_tests --- /usr/obj/arm64.aarch64/usr/src/tests/sys/pjdfstest/tests/truncate created for /usr/src/tests/sys/pjdfstest/tests/truncate --- obj_subdir_tests/sys/pjdfstest/tests/unlink --- ===> tests/sys/pjdfstest/tests/unlink (obj) --- obj_subdir_usr.bin --- --- obj_subdir_usr.bin/gzip/tests --- ===> usr.bin/gzip/tests (obj) --- obj_subdir_usr.sbin --- --- obj --- /usr/obj/arm64.aarch64/usr/src/usr.sbin/bsdconfig/timezone/share created for /usr/src/usr.sbin/bsdconfig/timezone/share --- obj --- --- obj_subdir_tests --- --- obj --- --- obj_subdir_usr.sbin --- --- obj_subdir_usr.sbin/bsdconfig/ttys --- ===> usr.sbin/bsdconfig/ttys (obj) --- obj_subdir_lib --- --- obj_subdir_lib/atf/libatf-c/tests/detail --- ===> lib/atf/libatf-c/tests/detail (obj) --- obj_subdir_tests --- /usr/obj/arm64.aarch64/usr/src/tests/sys/pjdfstest/tests/unlink created for /usr/src/tests/sys/pjdfstest/tests/unlink --- obj --- --- obj_subdir_usr.bin --- --- obj --- --- obj_subdir_tests --- --- obj_subdir_tests/sys/acl --- ===> tests/sys/acl (obj) --- obj_subdir_usr.bin --- /usr/obj/arm64.aarch64/usr/src/usr.bin/gzip/tests created for /usr/src/usr.bin/gzip/tests --- obj --- --- obj_subdir_usr.bin/head --- ===> usr.bin/head (obj) --- obj_subdir_usr.sbin --- --- obj_subdir_usr.sbin/bsdconfig/ttys/include --- ===> usr.sbin/bsdconfig/ttys/include (obj) --- obj_subdir_lib --- --- obj --- /usr/obj/arm64.aarch64/usr/src/lib/atf/libatf-c/tests/detail created for /usr/src/lib/atf/libatf-c/tests/detail --- obj --- --- obj --- --- obj_subdir_usr.bin --- --- obj --- --- obj_subdir_lib --- --- obj_subdir_lib/atf/libatf-c++ --- ===> lib/atf/libatf-c++ (obj) --- obj_subdir_tests --- --- obj --- --- obj_subdir_usr.bin --- /usr/obj/arm64.aarch64/usr/src/usr.bin/head created for /usr/src/usr.bin/head --- obj_subdir_tests --- /usr/obj/arm64.aarch64/usr/src/tests/sys/acl created for /usr/src/tests/sys/acl --- obj_subdir_usr.bin --- --- obj_subdir_usr.bin/hexdump --- ===> usr.bin/hexdump (obj) --- obj_subdir_tests --- --- obj_subdir_tests/sys/aio --- ===> tests/sys/aio (obj) --- obj_subdir_usr.sbin --- --- obj --- /usr/obj/arm64.aarch64/usr/src/usr.sbin/bsdconfig/ttys/include created for /usr/src/usr.sbin/bsdconfig/ttys/include --- obj --- --- obj_subdir_usr.sbin/bsdconfig/usermgmt --- ===> usr.sbin/bsdconfig/usermgmt (obj) --- obj_subdir_lib --- --- obj_subdir_lib/atf/libatf-c++/tests --- ===> lib/atf/libatf-c++/tests (obj) --- obj_subdir_usr.bin --- --- obj --- /usr/obj/arm64.aarch64/usr/src/usr.bin/hexdump created for /usr/src/usr.bin/hexdump --- obj_subdir_usr.sbin --- --- obj_subdir_usr.sbin/bsdconfig/usermgmt/include --- ===> usr.sbin/bsdconfig/usermgmt/include (obj) --- obj_subdir_usr.bin --- --- obj_subdir_usr.bin/id --- ===> usr.bin/id (obj) --- obj_subdir_tests --- --- obj --- /usr/obj/arm64.aarch64/usr/src/tests/sys/aio created for /usr/src/tests/sys/aio --- obj_subdir_tests/sys/fifo --- ===> tests/sys/fifo (obj) --- obj_subdir_lib --- --- obj_subdir_lib/atf/libatf-c++/tests/detail --- ===> lib/atf/libatf-c++/tests/detail (obj) --- obj_subdir_usr.sbin --- --- obj --- --- obj_subdir_usr.bin --- --- obj --- --- obj_subdir_usr.sbin --- /usr/obj/arm64.aarch64/usr/src/usr.sbin/bsdconfig/usermgmt/include created for /usr/src/usr.sbin/bsdconfig/usermgmt/include --- obj_subdir_usr.bin --- /usr/obj/arm64.aarch64/usr/src/usr.bin/id created for /usr/src/usr.bin/id --- obj_subdir_usr.sbin --- --- obj_subdir_usr.sbin/bsdconfig/usermgmt/share --- ===> usr.sbin/bsdconfig/usermgmt/share (obj) --- obj_subdir_usr.bin --- --- obj_subdir_usr.bin/ident --- ===> usr.bin/ident (obj) --- obj_subdir_tests --- --- obj --- /usr/obj/arm64.aarch64/usr/src/tests/sys/fifo created for /usr/src/tests/sys/fifo --- obj_subdir_tests/sys/file --- ===> tests/sys/file (obj) --- obj_subdir_lib --- --- obj --- /usr/obj/arm64.aarch64/usr/src/lib/atf/libatf-c++/tests/detail created for /usr/src/lib/atf/libatf-c++/tests/detail --- obj --- --- obj_subdir_usr.sbin --- --- obj --- --- obj_subdir_lib --- --- obj --- --- obj_subdir_usr.sbin --- /usr/obj/arm64.aarch64/usr/src/usr.sbin/bsdconfig/usermgmt/share created for /usr/src/usr.sbin/bsdconfig/usermgmt/share --- obj --- --- obj_subdir_lib --- --- obj_subdir_lib/atf/tests --- ===> lib/atf/tests (obj) --- obj_subdir_usr.sbin --- --- obj --- --- obj_subdir_usr.bin --- --- obj_subdir_usr.bin/ident/tests --- ===> usr.bin/ident/tests (obj) --- obj_subdir_usr.sbin --- --- obj_subdir_usr.sbin/cdcontrol --- ===> usr.sbin/cdcontrol (obj) --- obj_subdir_tests --- --- obj --- /usr/obj/arm64.aarch64/usr/src/tests/sys/file created for /usr/src/tests/sys/file --- obj_subdir_tests/sys/fs --- ===> tests/sys/fs (obj) cd: /usr/src/tests/sys/fs: No such file or directory *** [obj_subdir_tests/sys/fs] Error code 2 bmake[4]: stopped in /usr/src/tests/sys 1 error bmake[4]: stopped in /usr/src/tests/sys *** [obj_subdir_tests/sys] Error code 2 bmake[3]: stopped in /usr/src/tests 1 error bmake[3]: stopped in /usr/src/tests *** [obj_subdir_tests] Error code 2 bmake[2]: stopped in /usr/src --- obj_subdir_lib --- A failure has been detected in another branch of the parallel make bmake[5]: stopped in /usr/src/lib/atf/tests *** [obj_subdir_lib/atf/tests] Error code 2 bmake[4]: stopped in /usr/src/lib/atf 1 error bmake[4]: stopped in /usr/src/lib/atf *** [obj_subdir_lib/atf] Error code 2 bmake[3]: stopped in /usr/src/lib 1 error bmake[3]: stopped in /usr/src/lib *** [obj_subdir_lib] Error code 2 bmake[2]: stopped in /usr/src --- obj_subdir_usr.sbin --- A failure has been detected in another branch of the parallel make bmake[4]: stopped in /usr/src/usr.sbin/cdcontrol *** [obj_subdir_usr.sbin/cdcontrol] Error code 2 bmake[3]: stopped in /usr/src/usr.sbin 1 error bmake[3]: stopped in /usr/src/usr.sbin *** [obj_subdir_usr.sbin] Error code 2 bmake[2]: stopped in /usr/src --- obj_subdir_usr.bin --- A failure has been detected in another branch of the parallel make bmake[5]: stopped in /usr/src/usr.bin/ident/tests *** [obj_subdir_usr.bin/ident/tests] Error code 2 bmake[4]: stopped in /usr/src/usr.bin/ident 1 error bmake[4]: stopped in /usr/src/usr.bin/ident *** [obj_subdir_usr.bin/ident] Error code 2 bmake[3]: stopped in /usr/src/usr.bin 1 error bmake[3]: stopped in /usr/src/usr.bin *** [obj_subdir_usr.bin] Error code 2 bmake[2]: stopped in /usr/src 4 errors bmake[2]: stopped in /usr/src *** [_obj] Error code 2 bmake[1]: stopped in /usr/src 1 error bmake[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_HEAD_arm64] $ /bin/sh -xe /tmp/hudson4122511005652512345.sh + export 'PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin' + export 'jname=FreeBSD_HEAD_arm64' + echo 'clean up jail FreeBSD_HEAD_arm64' clean up jail FreeBSD_HEAD_arm64 + sudo jail -r FreeBSD_HEAD_arm64 + sudo ifconfig igb0 inet6 2610:1c1:1:607c::103:1 -alias + sudo umount FreeBSD_HEAD_arm64/usr/src + sudo umount FreeBSD_HEAD_arm64/dev + sudo rm -fr FreeBSD_HEAD_arm64 + true + sudo chflags -R noschg FreeBSD_HEAD_arm64 + sudo rm -fr FreeBSD_HEAD_arm64 Email was triggered for: Failure - Any Sending email for trigger: Failure - Any From owner-freebsd-arm@freebsd.org Mon Sep 19 08:20:38 2016 Return-Path: Delivered-To: freebsd-arm@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 97F3EBE0343 for ; Mon, 19 Sep 2016 08:20:38 +0000 (UTC) (envelope-from alexandre.martins@stormshield.eu) Received: from work.stormshield.eu (gwlille.netasq.com [91.212.116.1]) (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 4E99D1F08 for ; Mon, 19 Sep 2016 08:20:37 +0000 (UTC) (envelope-from alexandre.martins@stormshield.eu) Received: from work.stormshield.eu (localhost [127.0.0.1]) by work.stormshield.eu (Postfix) with ESMTPS id 582073760EF5 for ; Mon, 19 Sep 2016 10:17:52 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by work.stormshield.eu (Postfix) with ESMTP id 4ABDB376105D for ; Mon, 19 Sep 2016 10:17:52 +0200 (CEST) Received: from work.stormshield.eu ([127.0.0.1]) by localhost (work.stormshield.eu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id rsLkjW5U5AK0 for ; Mon, 19 Sep 2016 10:17:52 +0200 (CEST) Received: from pc-alex.localnet (fwlabo.stormshield.eu [10.2.0.1]) by work.stormshield.eu (Postfix) with ESMTP id 2EC263760EF5 for ; Mon, 19 Sep 2016 10:17:52 +0200 (CEST) From: Alexandre Martins To: freebsd-arm@freebsd.org Subject: Static linking issue with gcc Date: Mon, 19 Sep 2016 10:21:03 +0200 Message-ID: <11701790.A313naQeaZ@pc-alex> Organization: NETASQ User-Agent: KMail/4.14.10 (FreeBSD/10.2-RELEASE; KDE/4.14.10; amd64; ; ) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart2379069.aWtbkascc7"; micalg="sha256"; protocol="application/pkcs7-signature" X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Sep 2016 08:20:38 -0000 --nextPart2379069.aWtbkascc7 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="us-ascii" Hi, I'm currently facing an annoying problem when compiling a STATIC binary= with gcc5 on ARM architecture, with FreeBSD 10.3. The problem is some of the softfloat eabi symbols are coming from two s= ources: - The libc (/usr/lib/libc.a) - The libgcc (/usr/local/lib/gcc5/gcc/armv6-portbld-freebsd10.2/5.4.0/= libgcc.a) The firsts duplicated symbols that the linker complain are "__subdf3" ,= "__adddf3", "__floatsidf", "__extendsfdf2", ... I don't know how to fix that or, perhaps, use a workaround. Can you help me ? Best regards, =2D-=20 Alexandre Martins test.c =2D------------------------------------- #include #include int main(void) { float f =3D 42.42f; printf("%f\n", sqrtf(f)); return 0; } =2D------------------------------------- gcc5 -static -lm -o test test.c --nextPart2379069.aWtbkascc7 Content-Type: application/pkcs7-signature; name="smime.p7s" Content-Disposition: attachment; filename="smime.p7s" Content-Transfer-Encoding: base64 MIAGCSqGSIb3DQEHAqCAMIACAQExDzANBglghkgBZQMEAgEFADCABgkqhkiG9w0BBwEAAKCCCOUw ggSGMIICbqADAgECAgUA28zw7TANBgkqhkiG9w0BAQsFADBIMQswCQYDVQQGEwJGUjEUMBIGA1UE CgwLU1RPUk1TSElFTEQxIzAhBgNVBAMMGlN0b3Jtc2hpZWxkIFJvb3QgQXV0aG9yaXR5MB4XDTE0 MDkwNDE1MDcxMFoXDTI0MDkwMTE1MDcxMFowSTELMAkGA1UEBhMCRlIxFDASBgNVBAoMC1NUT1JN U0hJRUxEMSQwIgYDVQQDDBtTdG9ybXNoaWVsZCBVc2VycyBBdXRob3JpdHkwggEiMA0GCSqGSIb3 DQEBAQUAA4IBDwAwggEKAoIBAQDChwWgC/6VWKL7jgWI3eA2sVvRdOwuHcXsRAAXVWdlMC0ygg7u 45E78GhAnpdl8QbIu7x/Q2zOq6KttspwDEIjkoMLTZngLLlGjYJZPfuSoC6hl9R7vRd5f8Fhu3v0 xQ/7vzKYz4C836IGCrk31gmrPO0H0fxkyxCMfhoTTzue3oXW1IsmQwCrOPOu2Y82QANDhbifWLjI WJetnj58YRKR82KBs3Flbqxtp0mi9+IswMvCCRSoT+ORB73Cl6URt7Qm7BcD+qnkJ9uwlUC94dIl T2hX4ybY/w/ssA17Ew418fgyRCWQXzgjZgZ/XUcw2WP9dIggA7Pg+c/xeROJH1zvAgMBAAGjdjB0 MB0GA1UdDgQWBBShbYRsooCFBXx8dXWANMETW5fXgTAfBgNVHSMEGDAWgBS4Qqn6Z0Twf9NhjOyl x1CutL3sozAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBBjARBglghkgBhvhCAQEEBAMC AQYwDQYJKoZIhvcNAQELBQADggIBAE6C9zkt2J6dPm2KLbzRS6rBIYZNFi0X59g3ekQ2Sc4UWsq+ B3L86j5xnQSRnIM/DKV1+Q2UHbU/qsh4cto2fwTV6V+aJ07Vu/bJE1rAN4AI4V26ytf7VoBcBjVZ Jq8pHOMp/G2eQH7F1xqzml68DpKku66aUalkcC9IM82m7AW3YAyvDoYEAchv4qyL8qhVLLp6LNru 8ZOhMELhZLWl4ulw/SFDMhcBS6I4wC6icj71MLGSrr61vMktMdwQ+CGFQ5z5JbaxM61VgzKay8+g lw+xTbpnitrDfhkzHs2fdwOOur3vtNnNsrdBWiYPseJ2k4VGD7ov5kITQZckmZyF/V+Ir//agJQG VuwhDZCXgXOvrje+FLYp7tQ9pgSvLbluh1A+ywfyHnFI4n6tZy9SD3MIDgWR4KwFLM1Qmt3NQb32 tkq9Vm0jUcQXFfbnWKLA9krw3m8NmCqhL5PzpfOegYOc0QJWfMQamxeWxXMLk6uKisS//+VqfpCa 5Jx53t+9DmoN1+ob4jOprPaX6tfBBr5djah2yzPGjHEB52VgWXxIF9lCM2z7Qw+zFb2PIdNeSjIk NEFg/1orKAAa5gQXAQynN2J7E+aLf2XLhHcS0v+9yoisPEw9+Tb5F1uQh+gzYD5JUUYcYWncnX8g P8k6X+F5mQ/81IoNL/IejxJgy/LoMIIEVzCCAz+gAwIBAgIFAIUoy7swDQYJKoZIhvcNAQELBQAw STELMAkGA1UEBhMCRlIxFDASBgNVBAoMC1NUT1JNU0hJRUxEMSQwIgYDVQQDDBtTdG9ybXNoaWVs ZCBVc2VycyBBdXRob3JpdHkwHhcNMTYwOTAxMTUxMTA4WhcNMTcwOTAxMTUxMTA4WjBwMQswCQYD VQQGEwJGUjEUMBIGA1UECgwLU1RPUk1TSElFTEQxGjAYBgNVBAMMEUFsZXhhbmRyZSBNQVJUSU5T MS8wLQYJKoZIhvcNAQkBFiBhbGV4YW5kcmUubWFydGluc0BzdG9ybXNoaWVsZC5ldTCCASIwDQYJ KoZIhvcNAQEBBQADggEPADCCAQoCggEBAMN+CnvE13jKEwJ+OyMzwBpC02dY+LpD5luJwnJTVnV2 9aUjEMI+xGFMMHd9kSIVInbk4WDe1ELOKerg0dzgnkRiOHECSGum1UhcZABxQgY2cmSffNQ6JVro 52UaBlt3aTOk3imYJCHUIGgOWMvOtRc8BxyBHdi15FZPj/F9I+AKufRFsBXUakplFIAPEwy3m2eR a/eCMLqGJUyK7YmsAlEnYn2mA38zIoqtKvL6KPHtrV8fw1SRLQ13+j9nu1LlCaqhmLtILFxhV0/9 uDTvx5cKtZ8Xj1nPM6NUUrso9qlXwm4On6Y34pVTtnYGMQRuljil3Hiz84RJjPDJYRGwbgkCAwEA AaOCAR0wggEZMB0GA1UdDgQWBBTmRLIwSfhNwbdfV13xt0G0JHYjPDAfBgNVHSMEGDAWgBShbYRs ooCFBXx8dXWANMETW5fXgTAJBgNVHRMEAjAAMA4GA1UdDwEB/wQEAwID6DARBglghkgBhvhCAQEE BAMCBLAwHQYDVR0lBBYwFAYIKwYBBQUHAwQGCCsGAQUFBwMCMEoGA1UdHwRDMEEwP6A9oDuGOWh0 dHBzOi8vcGtpLm5ldGFzcS5jb20vYXV0aC9jZXJ0aWZpY2F0ZXJldm9jYXRpb25saXN0LmNybDAR BgNVHSAECjAIMAYGBFUdIAAwKwYDVR0RBCQwIoEgYWxleGFuZHJlLm1hcnRpbnNAc3Rvcm1zaGll bGQuZXUwDQYJKoZIhvcNAQELBQADggEBALT9NWiAaE6nDev34vShhsyb9lWBOQfCnAMyKwtFy/cU uIoHsxyOanIIQHz0ZtB76GCHDo7RStMyp6RYIefIsxABLhSr4hHapJka9g/X/nxexyr0xyT3IpYQ dmyMSHRT18Z/ZaBlQdyfnS2PYkPHJAHl4iqB4SnQlh3rwFdKTJMgCz413cDxQHytgRPGTiXOhyV7 aS3ANJFha6ZHA8HU9sTslY8ZXSUu94iD3t2kcF3gBb432UKALwryKqnrwzFX68pFpqO5QAjEHaF6 6p1agMb2b3HlQGZrME5wSO6rsZJPYvJEyvrwHxCxjSTkOdPw6GriWGTMrVMU0fVrfptMS1gxggIT MIICDwIBATBSMEkxCzAJBgNVBAYTAkZSMRQwEgYDVQQKDAtTVE9STVNISUVMRDEkMCIGA1UEAwwb U3Rvcm1zaGllbGQgVXNlcnMgQXV0aG9yaXR5AgUAhSjLuzANBglghkgBZQMEAgEFAKCBkzAYBgkq hkiG9w0BCQMxCwYJKoZIhvcNAQcBMBwGCSqGSIb3DQEJBTEPFw0xNjA5MTkwODIxMDNaMCgGCSqG SIb3DQEJDzEbMBkwCwYJYIZIAWUDBAECMAoGCCqGSIb3DQMHMC8GCSqGSIb3DQEJBDEiBCCMTlvD 1c8bmcI0lpvp0d59jWV8FI078sZvdCHCXNb0hDANBgkqhkiG9w0BAQEFAASCAQCJekqRygppsrOU X8fFZBjRzZ75tADyBhY3LWAe1wjc6zhT1VJV35UXZbyDKFZiBcEWrluW/o4RcRm2zt8JJiyhXOhP QTfs9rxGE+qzCDqEShSzsQ4/2sixwC2SrPeC+Iq1IgYfIKhjNMaDQi4w41vxxCh20DeXDKqq+awe Jpt2nb+xl0PWgQrzvzT2TNqP5/sxJzuNnHQrObT9m56fjkhOL3nOAG5pZ10GjTwLebkJ2ZxAFSqa 4VeEEgfB8YengI2UpRCq6vsnxrKmsGA0gc3Qul+oZL192YkYEAKAVWJejFxcwjJG88P8Q0XTcr2Y eT8O3k2SkQdKsBFDhj4HVKwNAAAAAAAA --nextPart2379069.aWtbkascc7-- From owner-freebsd-arm@freebsd.org Mon Sep 19 08:37:21 2016 Return-Path: Delivered-To: freebsd-arm@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 5625FBE0695 for ; Mon, 19 Sep 2016 08:37:21 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from kib.kiev.ua (kib.kiev.ua [IPv6:2001:470:d5e7:1::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E483596C for ; Mon, 19 Sep 2016 08:37:20 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from tom.home (kib@localhost [127.0.0.1]) by kib.kiev.ua (8.15.2/8.15.2) with ESMTPS id u8J8bDwJ098800 (version=TLSv1 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO); Mon, 19 Sep 2016 11:37:13 +0300 (EEST) (envelope-from kostikbel@gmail.com) DKIM-Filter: OpenDKIM Filter v2.10.3 kib.kiev.ua u8J8bDwJ098800 Received: (from kostik@localhost) by tom.home (8.15.2/8.15.2/Submit) id u8J8bDT5098799; Mon, 19 Sep 2016 11:37:13 +0300 (EEST) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: tom.home: kostik set sender to kostikbel@gmail.com using -f Date: Mon, 19 Sep 2016 11:37:13 +0300 From: Konstantin Belousov To: Alexandre Martins Cc: freebsd-arm@freebsd.org Subject: Re: Static linking issue with gcc Message-ID: <20160919083713.GD38409@kib.kiev.ua> References: <11701790.A313naQeaZ@pc-alex> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <11701790.A313naQeaZ@pc-alex> User-Agent: Mutt/1.6.1 (2016-04-27) X-Spam-Status: No, score=-2.0 required=5.0 tests=ALL_TRUSTED,BAYES_00, DKIM_ADSP_CUSTOM_MED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED autolearn=no autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on tom.home X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Sep 2016 08:37:21 -0000 On Mon, Sep 19, 2016 at 10:21:03AM +0200, Alexandre Martins wrote: > Hi, > > I'm currently facing an annoying problem when compiling a STATIC binary with gcc5 on ARM architecture, with FreeBSD 10.3. > > The problem is some of the softfloat eabi symbols are coming from two sources: > - The libc (/usr/lib/libc.a) > - The libgcc (/usr/local/lib/gcc5/gcc/armv6-portbld-freebsd10.2/5.4.0/libgcc.a) > > The firsts duplicated symbols that the linker complain are "__subdf3" , "__adddf3", "__floatsidf", "__extendsfdf2", ... > > I don't know how to fix that or, perhaps, use a workaround. For workardound, try adding -Wl,--allow-multiple-definition to the compiler invocation for linking. From owner-freebsd-arm@freebsd.org Mon Sep 19 11:05:05 2016 Return-Path: Delivered-To: freebsd-arm@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 108CCBDF3ED for ; Mon, 19 Sep 2016 11:05:05 +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 044F9F2D; Mon, 19 Sep 2016 11:05:05 +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 8431228D; Mon, 19 Sep 2016 11:05:04 +0000 (UTC) Date: Mon, 19 Sep 2016 11:05:01 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: ngie@FreeBSD.org, trasz@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-arm@FreeBSD.org Message-ID: <1890800071.56.1474283104552.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <1602310431.52.1474271878933.JavaMail.jenkins@jenkins-9.freebsd.org> References: <1602310431.52.1474271878933.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_arm64 - Build #3978 - Fixed MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_arm64 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.23 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Sep 2016 11:05:05 -0000 FreeBSD_HEAD_arm64 - Build #3978 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/3978/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/3978/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/3978/console Change summaries: 305970 by ngie: Remove change accidentally committed via r305963 for upcoming tests/sys/fs/... work MFC after: 3 days Sponsored by: Dell EMC Isilon 305969 by trasz: Make autofs use the "noatime" flag for msdosfs, ntfs, and ufs filesystems mounted on /media. MFC after: 1 month 305968 by trasz: Make autofs use the "async" flag for msdosfs and ufs filesystems mounted on /media. MFC after: 1 month From owner-freebsd-arm@freebsd.org Tue Sep 20 22:02:59 2016 Return-Path: Delivered-To: freebsd-arm@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 C1B89BE3E6F; Tue, 20 Sep 2016 22:02:59 +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 A7ADEA01; Tue, 20 Sep 2016 22:02:59 +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 E540C8A; Tue, 20 Sep 2016 22:02:59 +0000 (UTC) Date: Tue, 20 Sep 2016 22:02:57 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: ae@FreeBSD.org, bde@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-stable@FreeBSD.org, freebsd-arm@FreeBSD.org Message-ID: <260542609.2.1474408979951.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_STABLE_11-arm64 - Build #154 - Failure MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_STABLE_11-arm64 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.23 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Sep 2016 22:02:59 -0000 FreeBSD_STABLE_11-arm64 - Build #154 - Failure: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_11-arm64/154/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_11-arm64/154/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_11-arm64/154/console Change summaries: 306025 by ae: MFC r305778: Fix swap tables between sets when this functional is enabled. We have 6 opcode rewriters for table opcodes. When `set swap' command invoked, it is called for each rewriter, so at the end we get the same result, because opcode rewriter uses ETLV type to match opcode. And all tables opcodes have the same ETLV type. To solve this problem, use separate sets handler for one opcode rewriter. Use it to handle TEST_ALL, SWAP_ALL and MOVE_ALL commands. PR: 212630 305971 by bde: MFC r305380: Fix missing fmodl() on arches with 53-bit long doubles. PR: 199422, 211965 The end of the build log: [...truncated 21808 lines...] ===> share/doc/papers/relengr (includes) --- includes_subdir_share/doc/papers/sysperf --- ===> share/doc/papers/sysperf (includes) --- includes_subdir_share/doc/papers/timecounter --- ===> share/doc/papers/timecounter (includes) --- includes_subdir_share/doc/psd --- ===> share/doc/psd (includes) --- includes_subdir_share/doc/psd/title --- ===> share/doc/psd/title (includes) --- includes_subdir_share/doc/psd/contents --- ===> share/doc/psd/contents (includes) --- includes_subdir_share/doc/psd/01.cacm --- ===> share/doc/psd/01.cacm (includes) --- includes_subdir_share/doc/psd/02.implement --- ===> share/doc/psd/02.implement (includes) --- includes_subdir_share/doc/psd/03.iosys --- ===> share/doc/psd/03.iosys (includes) --- includes_subdir_share/doc/psd/04.uprog --- ===> share/doc/psd/04.uprog (includes) --- includes_subdir_share/doc/psd/05.sysman --- ===> share/doc/psd/05.sysman (includes) --- includes_subdir_share/doc/psd/06.Clang --- ===> share/doc/psd/06.Clang (includes) --- includes_subdir_share/doc/psd/12.make --- ===> share/doc/psd/12.make (includes) --- includes_subdir_share/doc/psd/13.rcs --- ===> share/doc/psd/13.rcs (includes) --- includes_subdir_share/doc/psd/13.rcs/rcs --- ===> share/doc/psd/13.rcs/rcs (includes) --- includes_subdir_share/doc/psd/13.rcs/rcs_func --- ===> share/doc/psd/13.rcs/rcs_func (includes) --- includes_subdir_share/doc/psd/15.yacc --- ===> share/doc/psd/15.yacc (includes) --- includes_subdir_share/doc/psd/16.lex --- ===> share/doc/psd/16.lex (includes) --- includes_subdir_share/doc/psd/17.m4 --- ===> share/doc/psd/17.m4 (includes) --- includes_subdir_share/doc/psd/18.gprof --- ===> share/doc/psd/18.gprof (includes) --- includes_subdir_share/doc/psd/20.ipctut --- ===> share/doc/psd/20.ipctut (includes) --- includes_subdir_share/doc/psd/21.ipc --- ===> share/doc/psd/21.ipc (includes) --- includes_subdir_share/doc/psd/22.rpcgen --- ===> share/doc/psd/22.rpcgen (includes) --- includes_subdir_share/doc/psd/23.rpc --- ===> share/doc/psd/23.rpc (includes) --- includes_subdir_share/doc/psd/24.xdr --- ===> share/doc/psd/24.xdr (includes) --- includes_subdir_share/doc/psd/25.xdrrfc --- ===> share/doc/psd/25.xdrrfc (includes) --- includes_subdir_share/doc/psd/26.rpcrfc --- ===> share/doc/psd/26.rpcrfc (includes) --- includes_subdir_share/doc/psd/27.nfsrpc --- ===> share/doc/psd/27.nfsrpc (includes) --- includes_subdir_share/doc/smm --- ===> share/doc/smm (includes) --- includes_subdir_share/doc/smm/title --- ===> share/doc/smm/title (includes) --- includes_subdir_share/doc/smm/contents --- ===> share/doc/smm/contents (includes) --- includes_subdir_share/doc/smm/01.setup --- ===> share/doc/smm/01.setup (includes) --- includes_subdir_share/doc/smm/02.config --- ===> share/doc/smm/02.config (includes) --- includes_subdir_share/doc/smm/03.fsck --- ===> share/doc/smm/03.fsck (includes) --- includes_subdir_share/doc/smm/04.quotas --- ===> share/doc/smm/04.quotas (includes) --- includes_subdir_share/doc/smm/05.fastfs --- ===> share/doc/smm/05.fastfs (includes) --- includes_subdir_share/doc/smm/06.nfs --- ===> share/doc/smm/06.nfs (includes) --- includes_subdir_share/doc/smm/07.lpd --- ===> share/doc/smm/07.lpd (includes) --- includes_subdir_share/doc/smm/08.sendmailop --- ===> share/doc/smm/08.sendmailop (includes) --- includes_subdir_share/doc/smm/11.timedop --- ===> share/doc/smm/11.timedop (includes) --- includes_subdir_share/doc/smm/12.timed --- ===> share/doc/smm/12.timed (includes) --- includes_subdir_share/doc/smm/18.net --- ===> share/doc/smm/18.net (includes) --- includes_subdir_share/doc/usd --- ===> share/doc/usd (includes) --- includes_subdir_share/doc/usd/title --- ===> share/doc/usd/title (includes) --- includes_subdir_share/doc/usd/contents --- ===> share/doc/usd/contents (includes) --- includes_subdir_share/doc/usd/04.csh --- ===> share/doc/usd/04.csh (includes) --- includes_subdir_share/doc/usd/05.dc --- ===> share/doc/usd/05.dc (includes) --- includes_subdir_share/doc/usd/06.bc --- ===> share/doc/usd/06.bc (includes) --- includes_subdir_share/doc/usd/07.mail --- ===> share/doc/usd/07.mail (includes) --- includes_subdir_share/doc/usd/10.exref --- ===> share/doc/usd/10.exref (includes) --- includes_subdir_share/doc/usd/10.exref/exref --- ===> share/doc/usd/10.exref/exref (includes) --- includes_subdir_share/doc/usd/10.exref/summary --- ===> share/doc/usd/10.exref/summary (includes) --- includes_subdir_share/doc/usd/11.vitut --- ===> share/doc/usd/11.vitut (includes) --- includes_subdir_share/doc/usd/12.vi --- ===> share/doc/usd/12.vi (includes) --- includes_subdir_share/doc/usd/12.vi/vi --- ===> share/doc/usd/12.vi/vi (includes) --- includes_subdir_share/doc/usd/12.vi/viapwh --- ===> share/doc/usd/12.vi/viapwh (includes) --- includes_subdir_share/doc/usd/12.vi/summary --- ===> share/doc/usd/12.vi/summary (includes) --- includes_subdir_share/doc/usd/13.viref --- ===> share/doc/usd/13.viref (includes) --- includes_subdir_share/doc/usd/18.msdiffs --- ===> share/doc/usd/18.msdiffs (includes) --- includes_subdir_share/doc/usd/19.memacros --- ===> share/doc/usd/19.memacros (includes) --- includes_subdir_share/doc/usd/20.meref --- ===> share/doc/usd/20.meref (includes) --- includes_subdir_share/doc/usd/21.troff --- ===> share/doc/usd/21.troff (includes) --- includes_subdir_share/doc/usd/22.trofftut --- ===> share/doc/usd/22.trofftut (includes) --- includes_subdir_share/dtrace --- ===> share/dtrace (includes) --- includes_subdir_share/examples --- ===> share/examples (includes) --- includes_subdir_share/examples/tests --- ===> share/examples/tests (includes) --- includes_subdir_share/examples/tests/tests --- ===> share/examples/tests/tests (includes) --- includes_subdir_share/examples/tests/tests/atf --- ===> share/examples/tests/tests/atf (includes) --- includes_subdir_share/examples/tests/tests/plain --- ===> share/examples/tests/tests/plain (includes) --- includes_subdir_share/i18n --- ===> share/i18n (includes) --- includes_subdir_share/i18n/csmapper --- ===> share/i18n/csmapper (includes) --- includes_subdir_share/i18n/csmapper/APPLE --- ===> share/i18n/csmapper/APPLE (includes) --- includes_subdir_share/i18n/csmapper/AST --- ===> share/i18n/csmapper/AST (includes) --- includes_subdir_share/i18n/csmapper/BIG5 --- ===> share/i18n/csmapper/BIG5 (includes) --- includes_subdir_share/i18n/csmapper/CNS --- ===> share/i18n/csmapper/CNS (includes) --- includes_subdir_share/i18n/csmapper/CP --- ===> share/i18n/csmapper/CP (includes) --- includes_subdir_share/i18n/csmapper/EBCDIC --- ===> share/i18n/csmapper/EBCDIC (includes) --- includes_subdir_share/i18n/csmapper/GB --- ===> share/i18n/csmapper/GB (includes) --- includes_subdir_share/i18n/csmapper/GEORGIAN --- ===> share/i18n/csmapper/GEORGIAN (includes) --- includes_subdir_share/i18n/csmapper/ISO646 --- ===> share/i18n/csmapper/ISO646 (includes) --- includes_subdir_share/i18n/csmapper/ISO-8859 --- ===> share/i18n/csmapper/ISO-8859 (includes) --- includes_subdir_share/i18n/csmapper/JIS --- ===> share/i18n/csmapper/JIS (includes) --- includes_subdir_share/i18n/csmapper/KAZAKH --- ===> share/i18n/csmapper/KAZAKH (includes) --- includes_subdir_share/i18n/csmapper/KOI --- ===> share/i18n/csmapper/KOI (includes) --- includes_subdir_share/i18n/csmapper/KS --- ===> share/i18n/csmapper/KS (includes) --- includes_subdir_share/i18n/csmapper/MISC --- ===> share/i18n/csmapper/MISC (includes) --- includes_subdir_share/i18n/csmapper/TCVN --- ===> share/i18n/csmapper/TCVN (includes) --- includes_subdir_share/i18n/esdb --- ===> share/i18n/esdb (includes) --- includes_subdir_share/i18n/esdb/APPLE --- ===> share/i18n/esdb/APPLE (includes) --- includes_subdir_share/i18n/esdb/AST --- ===> share/i18n/esdb/AST (includes) --- includes_subdir_share/i18n/esdb/BIG5 --- ===> share/i18n/esdb/BIG5 (includes) --- includes_subdir_share/i18n/esdb/CP --- ===> share/i18n/esdb/CP (includes) --- includes_subdir_share/i18n/esdb/DEC --- ===> share/i18n/esdb/DEC (includes) --- includes_subdir_share/i18n/esdb/EUC --- ===> share/i18n/esdb/EUC (includes) --- includes_subdir_share/i18n/esdb/EBCDIC --- ===> share/i18n/esdb/EBCDIC (includes) --- includes_subdir_share/i18n/esdb/GB --- ===> share/i18n/esdb/GB (includes) --- includes_subdir_share/i18n/esdb/GEORGIAN --- ===> share/i18n/esdb/GEORGIAN (includes) --- includes_subdir_share/i18n/esdb/ISO-2022 --- ===> share/i18n/esdb/ISO-2022 (includes) --- includes_subdir_share/i18n/esdb/ISO-8859 --- ===> share/i18n/esdb/ISO-8859 (includes) --- includes_subdir_share/i18n/esdb/ISO646 --- ===> share/i18n/esdb/ISO646 (includes) --- includes_subdir_share/i18n/esdb/KAZAKH --- ===> share/i18n/esdb/KAZAKH (includes) --- includes_subdir_share/i18n/esdb/KOI --- ===> share/i18n/esdb/KOI (includes) --- includes_subdir_share/i18n/esdb/MISC --- ===> share/i18n/esdb/MISC (includes) --- includes_subdir_share/i18n/esdb/TCVN --- ===> share/i18n/esdb/TCVN (includes) --- includes_subdir_share/i18n/esdb/UTF --- ===> share/i18n/esdb/UTF (includes) --- includes_subdir_share/keys --- ===> share/keys (includes) --- includes_subdir_share/keys/pkg --- ===> share/keys/pkg (includes) --- includes_subdir_share/keys/pkg/trusted --- ===> share/keys/pkg/trusted (includes) --- includes_subdir_share/man --- ===> share/man (includes) --- includes_subdir_share/man/man1 --- ===> share/man/man1 (includes) --- includes_subdir_share/man/man3 --- ===> share/man/man3 (includes) --- includes_subdir_secure --- --- includes_subdir_secure/lib --- --- includes_subdir_secure/lib/libssh --- ===> secure/lib/libssh (includes) Agent went offline during the build Build step 'Execute shell' marked build as failure ERROR: Step ?Scan for compiler warnings? failed: no workspace for FreeBSD_STABLE_11-arm64 #154 [PostBuildScript] - Execution post build scripts. ERROR: Build step failed with exception java.lang.NullPointerException: no workspace from node hudson.slaves.DumbSlave[kyua2.nyi.freebsd.org] which is computer hudson.slaves.SlaveComputer@3745450f and has channel null at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:74) at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:64) at org.jenkinsci.plugins.postbuildscript.PostBuildScript.processBuildSteps(PostBuildScript.java:204) at org.jenkinsci.plugins.postbuildscript.PostBuildScript.processScripts(PostBuildScript.java:143) at org.jenkinsci.plugins.postbuildscript.PostBuildScript._perform(PostBuildScript.java:105) at org.jenkinsci.plugins.postbuildscript.PostBuildScript.perform(PostBuildScript.java:85) at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:779) at hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:720) at hudson.model.Build$BuildExecution.post2(Build.java:185) at hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:665) at hudson.model.Run.execute(Run.java:1745) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.execute(ResourceController.java:98) at hudson.model.Executor.run(Executor.java:404) Build step 'Execute a set of scripts' marked build as failure Email was triggered for: Failure - Any Sending email for trigger: Failure - Any From owner-freebsd-arm@freebsd.org Wed Sep 21 01:47:31 2016 Return-Path: Delivered-To: freebsd-arm@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 E03ACBE2ADB; Wed, 21 Sep 2016 01:47: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 D3A16364; Wed, 21 Sep 2016 01:47: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 F05C59C; Wed, 21 Sep 2016 01:47:31 +0000 (UTC) Date: Wed, 21 Sep 2016 01:47:30 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: karels@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-stable@FreeBSD.org, freebsd-arm@FreeBSD.org Message-ID: <483114260.8.1474422451991.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <260542609.2.1474408979951.JavaMail.jenkins@jenkins-9.freebsd.org> References: <260542609.2.1474408979951.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_STABLE_11-arm64 - Build #155 - Fixed MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_STABLE_11-arm64 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.23 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Sep 2016 01:47:32 -0000 FreeBSD_STABLE_11-arm64 - Build #155 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_11-arm64/155/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_11-arm64/155/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_STABLE_11-arm64/155/console Change summaries: 306060 by karels: MFC r304713: Fix L2 caching for UDP over IPv6 ip6_output() was missing cache invalidation code analougous to ip_output.c. r304545 disabled L2 caching for UDP/IPv6 as a workaround. This change adds the missing cache invalidation code and reverts r304545. Reviewed by: gnn Approved by: gnn (mentor) Tested by: peter@, Mike Andrews Differential Revision: https://reviews.freebsd.org/D7591 From owner-freebsd-arm@freebsd.org Wed Sep 21 03:38:12 2016 Return-Path: Delivered-To: freebsd-arm@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 39859BE2A90 for ; Wed, 21 Sep 2016 03:38:12 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (jenkins-9.freebsd.org [8.8.178.209]) by mx1.freebsd.org (Postfix) with ESMTP id 2D38AE28; Wed, 21 Sep 2016 03:38:12 +0000 (UTC) (envelope-from jenkins-admin@FreeBSD.org) Received: from jenkins-9.freebsd.org (localhost [127.0.0.1]) by jenkins-9.freebsd.org (Postfix) with ESMTP id 4CBE1A0; Wed, 21 Sep 2016 03:38:12 +0000 (UTC) Date: Wed, 21 Sep 2016 03:38:09 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: np@FreeBSD.org, markj@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-arm@FreeBSD.org Message-ID: <2130763471.10.1474429092321.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <1059006091.4.1474411468664.JavaMail.jenkins@jenkins-9.freebsd.org> References: <1059006091.4.1474411468664.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_arm64 - Build #3986 - Fixed MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_arm64 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.23 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Sep 2016 03:38:12 -0000 FreeBSD_HEAD_arm64 - Build #3986 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/3986/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/3986/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/3986/console Change summaries: 306063 by np: cxgbe(4): Setup congestion response for T6 rx queues. 306062 by np: cxgbe(4): Show wcwr_stats for T6 cards. 306061 by markj: Protect ccbq access with devq->send_mtx in the XPT_ABORT handler. Submitted by: Ryan Libby Reviewed by: mav MFC after: 2 weeks Sponsored by: Dell EMC Isilon Differential Revision: https://reviews.freebsd.org/D7985 From owner-freebsd-arm@freebsd.org Wed Sep 21 10:40:18 2016 Return-Path: Delivered-To: freebsd-arm@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 A2DC4BE232B for ; Wed, 21 Sep 2016 10:40:18 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) 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 8E53A1E2 for ; Wed, 21 Sep 2016 10:40:18 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: by mailman.ysv.freebsd.org (Postfix) id 8DBA4BE2327; Wed, 21 Sep 2016 10:40:18 +0000 (UTC) Delivered-To: arm@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 8D6CDBE2326 for ; Wed, 21 Sep 2016 10:40:18 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from kabab.cs.huji.ac.il (kabab.cs.huji.ac.il [132.65.116.210]) (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 457C41E1 for ; Wed, 21 Sep 2016 10:40:17 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from bach.cs.huji.ac.il ([132.65.81.13]) by kabab.cs.huji.ac.il with esmtp id 1bmewd-0003v4-54; Wed, 21 Sep 2016 13:40:03 +0300 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: ALL WINNER high temp. stop From: Daniel Braniss In-Reply-To: <08E5651B-A28E-4BE8-803B-650CD2434979@cs.huji.ac.il> Date: Wed, 21 Sep 2016 13:40:03 +0300 Cc: arm@freebsd.org Content-Transfer-Encoding: 7bit Message-Id: <01D85517-15ED-46FF-8C11-5A774EC1262F@cs.huji.ac.il> References: <20160917171911.a2ec80da747ba373ba3d1b4a@bidouilliste.com> <5ADFE16E-FD60-45B1-8CF1-6FFC10BABBDE@cs.huji.ac.il> <20160917195544.a2a8bbdb113029700fa7642d@bidouilliste.com> <588E44BB-40BF-40B8-9C5A-BA025AB87E00@cs.huji.ac.il> <4F7891B0-FBD7-451C-BA42-50F872804C95@cs.huji.ac.il> <08E5651B-A28E-4BE8-803B-650CD2434979@cs.huji.ac.il> To: Jared McNeill X-Mailer: Apple Mail (2.3124) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Sep 2016 10:40:18 -0000 hi all, now that there is thermal control, trying to compile e.g. from ports portmaster, heats up the cpu, which somewhere around 64C decides to halt. Now, I remember some weeks ago, with a kernel version without the thermal stuff compiling python and all went ok, so Q: what is the thermal high water mark? Q: are the latest changes overheating the cpu, or is the thermal driver over cautious? danny From owner-freebsd-arm@freebsd.org Wed Sep 21 10:49:59 2016 Return-Path: Delivered-To: freebsd-arm@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 83BC6BE2561 for ; Wed, 21 Sep 2016 10:49:59 +0000 (UTC) (envelope-from jmcneill@invisible.ca) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 68BB57FC for ; Wed, 21 Sep 2016 10:49:59 +0000 (UTC) (envelope-from jmcneill@invisible.ca) Received: by mailman.ysv.freebsd.org (Postfix) id 642F1BE255F; Wed, 21 Sep 2016 10:49:59 +0000 (UTC) Delivered-To: arm@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 63D20BE255D for ; Wed, 21 Sep 2016 10:49:59 +0000 (UTC) (envelope-from jmcneill@invisible.ca) Received: from relay4-d.mail.gandi.net (relay4-d.mail.gandi.net [IPv6:2001:4b98:c:538::196]) (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 2A2037FB for ; Wed, 21 Sep 2016 10:49:59 +0000 (UTC) (envelope-from jmcneill@invisible.ca) Received: from mfilter13-d.gandi.net (mfilter13-d.gandi.net [217.70.178.141]) by relay4-d.mail.gandi.net (Postfix) with ESMTP id 424411720B1; Wed, 21 Sep 2016 12:49:57 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mfilter13-d.gandi.net Received: from relay4-d.mail.gandi.net ([IPv6:::ffff:217.70.183.196]) by mfilter13-d.gandi.net (mfilter13-d.gandi.net [::ffff:10.0.15.180]) (amavisd-new, port 10024) with ESMTP id ZANbTkcGMj4c; Wed, 21 Sep 2016 12:49:55 +0200 (CEST) X-Originating-IP: 156.57.52.82 Received: from dis (stjhnbsu1kw-156057052082.dhcp-dynamic.FibreOp.nb.bellaliant.net [156.57.52.82]) (Authenticated sender: jmcneill@invisible.ca) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id 1AE6B1720D2; Wed, 21 Sep 2016 12:49:54 +0200 (CEST) Date: Wed, 21 Sep 2016 07:49:52 -0300 (ADT) From: Jared McNeill To: Daniel Braniss cc: arm@freebsd.org Subject: Re: ALL WINNER high temp. stop In-Reply-To: <01D85517-15ED-46FF-8C11-5A774EC1262F@cs.huji.ac.il> Message-ID: References: <20160917171911.a2ec80da747ba373ba3d1b4a@bidouilliste.com> <5ADFE16E-FD60-45B1-8CF1-6FFC10BABBDE@cs.huji.ac.il> <20160917195544.a2a8bbdb113029700fa7642d@bidouilliste.com> <588E44BB-40BF-40B8-9C5A-BA025AB87E00@cs.huji.ac.il> <4F7891B0-FBD7-451C-BA42-50F872804C95@cs.huji.ac.il> <08E5651B-A28E-4BE8-803B-650CD2434979@cs.huji.ac.il> <01D85517-15ED-46FF-8C11-5A774EC1262F@cs.huji.ac.il> User-Agent: Alpine 2.11 (DEB 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Sep 2016 10:49:59 -0000 CPU frequency scaling is supported now. Have you added operating points to the dts? Without a heatsink or fan, you need to set a reasonable set of operating points. 64C does seem quite low, the thermal driver uses the power-on default temperature for the shutdown temperature though (which should be > 100C). Are you sure you are using the correct compat string for the thermal driver in your dts? Different SoCs use a different formula for reading the temperature. Cheers, Jared On Wed, 21 Sep 2016, Daniel Braniss wrote: > hi all, > now that there is thermal control, trying to compile e.g. from ports > portmaster, heats up the cpu, which somewhere around 64C > decides to halt. > Now, I remember some weeks ago, with a kernel version > without the thermal stuff compiling python and all went ok, > so > Q: what is the thermal high water mark? > Q: are the latest changes overheating the cpu, or is the thermal driver over > cautious? > > danny > > > From owner-freebsd-arm@freebsd.org Wed Sep 21 11:13:16 2016 Return-Path: Delivered-To: freebsd-arm@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 077FEBE2F52 for ; Wed, 21 Sep 2016 11:13:16 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id E43551888 for ; Wed, 21 Sep 2016 11:13:15 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: by mailman.ysv.freebsd.org (Postfix) id E38AEBE2F51; Wed, 21 Sep 2016 11:13:15 +0000 (UTC) Delivered-To: arm@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 E3344BE2F50 for ; Wed, 21 Sep 2016 11:13:15 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from kabab.cs.huji.ac.il (kabab.cs.huji.ac.il [132.65.116.210]) (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 97AA51886 for ; Wed, 21 Sep 2016 11:13:15 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from bach.cs.huji.ac.il ([132.65.81.13]) by kabab.cs.huji.ac.il with esmtp id 1bmfSg-0004T3-0a; Wed, 21 Sep 2016 14:13:10 +0300 Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: ALL WINNER high temp. stop From: Daniel Braniss In-Reply-To: Date: Wed, 21 Sep 2016 14:13:09 +0300 Cc: arm@freebsd.org Message-Id: <7BFD291A-E619-4DE4-9BBB-C1F40E81F12A@cs.huji.ac.il> References: <20160917171911.a2ec80da747ba373ba3d1b4a@bidouilliste.com> <5ADFE16E-FD60-45B1-8CF1-6FFC10BABBDE@cs.huji.ac.il> <20160917195544.a2a8bbdb113029700fa7642d@bidouilliste.com> <588E44BB-40BF-40B8-9C5A-BA025AB87E00@cs.huji.ac.il> <4F7891B0-FBD7-451C-BA42-50F872804C95@cs.huji.ac.il> <08E5651B-A28E-4BE8-803B-650CD2434979@cs.huji.ac.il> <01D85517-15ED-46FF-8C11-5A774EC1262F@cs.huji.ac.il> To: Jared McNeill X-Mailer: Apple Mail (2.3124) Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Sep 2016 11:13:16 -0000 > On 21 Sep 2016, at 13:49, Jared McNeill wrote: >=20 > CPU frequency scaling is supported now. Have you added operating = points to the dts? Without a heatsink or fan, you need to set a = reasonable set of operating points. >=20 > 64C does seem quite low, the thermal driver uses the power-on default = temperature for the shutdown temperature though (which should be > = 100C). >=20 > Are you sure you are using the correct compat string for the thermal = driver in your dts? Different SoCs use a different formula for reading = the temperature. I=E2=80=99m using what you sent me :-) = https://github.com/jaredmcneill/freebsd/blob/allwinner-h3/sys/boot/fdt/dts= /arm/orangepi-plus-2e.dts#L12 = >=20 > Cheers, > Jared >=20 > On Wed, 21 Sep 2016, Daniel Braniss wrote: >=20 >> hi all, >> now that there is thermal control, trying to compile e.g. from ports >> portmaster, heats up the cpu, which somewhere around 64C >> decides to halt. >> Now, I remember some weeks ago, with a kernel version >> without the thermal stuff compiling python and all went ok, >> so >> Q: what is the thermal high water mark? >> Q: are the latest changes overheating the cpu, or is the thermal = driver over >> cautious? >>=20 >> danny >>=20 >>=20 >>=20 From owner-freebsd-arm@freebsd.org Wed Sep 21 11:22:18 2016 Return-Path: Delivered-To: freebsd-arm@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 E3F36BE338B for ; Wed, 21 Sep 2016 11:22:18 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id CDB101E5C for ; Wed, 21 Sep 2016 11:22:18 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: by mailman.ysv.freebsd.org (Postfix) id CD154BE338A; Wed, 21 Sep 2016 11:22:18 +0000 (UTC) Delivered-To: arm@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 CCBE1BE3389 for ; Wed, 21 Sep 2016 11:22:18 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from kabab.cs.huji.ac.il (kabab.cs.huji.ac.il [132.65.116.210]) (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 82CBE1E5B for ; Wed, 21 Sep 2016 11:22:17 +0000 (UTC) (envelope-from danny@cs.huji.ac.il) Received: from bach.cs.huji.ac.il ([132.65.81.13]) by kabab.cs.huji.ac.il with esmtp id 1bmfbT-0004aI-62; Wed, 21 Sep 2016 14:22:15 +0300 Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: ALL WINNER high temp. stop From: Daniel Braniss In-Reply-To: <7BFD291A-E619-4DE4-9BBB-C1F40E81F12A@cs.huji.ac.il> Date: Wed, 21 Sep 2016 14:22:15 +0300 Cc: arm@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <20160917171911.a2ec80da747ba373ba3d1b4a@bidouilliste.com> <5ADFE16E-FD60-45B1-8CF1-6FFC10BABBDE@cs.huji.ac.il> <20160917195544.a2a8bbdb113029700fa7642d@bidouilliste.com> <588E44BB-40BF-40B8-9C5A-BA025AB87E00@cs.huji.ac.il> <4F7891B0-FBD7-451C-BA42-50F872804C95@cs.huji.ac.il> <08E5651B-A28E-4BE8-803B-650CD2434979@cs.huji.ac.il> <01D85517-15ED-46FF-8C11-5A774EC1262F@cs.huji.ac.il> <7BFD291A-E619-4DE4-9BBB-C1F40E81F12A@cs.huji.ac.il> To: Jared McNeill X-Mailer: Apple Mail (2.3124) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Sep 2016 11:22:19 -0000 > On 21 Sep 2016, at 14:13, Daniel Braniss wrote: >=20 >=20 >> On 21 Sep 2016, at 13:49, Jared McNeill = wrote: >>=20 >> CPU frequency scaling is supported now. Have you added operating = points to the dts? Without a heatsink or fan, you need to set a = reasonable set of operating points. >>=20 >> 64C does seem quite low, the thermal driver uses the power-on default = temperature for the shutdown temperature though (which should be > = 100C). >>=20 >> Are you sure you are using the correct compat string for the thermal = driver in your dts? Different SoCs use a different formula for reading = the temperature. >=20 > I=E2=80=99m using what you sent me :-) > = https://github.com/jaredmcneill/freebsd/blob/allwinner-h3/sys/boot/fdt/dts= /arm/orangepi-plus-2e.dts#L12 = >=20 here is my dts for the orange-one: /*- * Copyright (c) 2016 Jared McNeill * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in = the * documentation and/or other materials provided with the = distribution. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' = AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR = PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE = LIABLE * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR = CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE = GOODS * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, = STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY = WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY = OF * SUCH DAMAGE. * * $FreeBSD$ */ #include "sun8i-h3-orangepi-one.dts" / { clocks { ths_clk: clk@1c20074 { #clock-cells =3D <0>; compatible =3D "allwinner,sun8i-h3-ths-clk"; reg =3D <0x01c20074 0x4>; clocks =3D <&osc24M>; clock-output-names =3D "ths"; }; }; soc { emac: ethernet@1c30000 { compatible =3D "allwinner,sun8i-h3-emac"; reg =3D <0x01c30000 0x104>, <0x01c00030 0x4>; reg-names =3D "emac", "syscon"; interrupts =3D ; resets =3D <&ahb_rst 17>; reset-names =3D "ahb"; clocks =3D <&bus_gates 17>; clock-names =3D "ahb"; #address-cells =3D <1>; #size-cells =3D <0>; status =3D "disabled"; }; =09 sid: eeprom@01c14000 { compatible =3D "allwinner,sun8i-h3-sid"; reg =3D <0x01c14000 0x400>; }; rtp: rtp@1c25000 { compatible =3D "allwinner,sun8i-h3-ts"; reg =3D <0x01c25000 0x400>; interrupts =3D ; clocks =3D <&bus_gates 72>,<&ths_clk>; clock-names =3D "ahb", "ths"; resets =3D <&apb1_rst 8>; #thermal-sensor-cells =3D <0>; }; }; }; &mmc0_pins_a { allwinner,pull =3D ; }; &pio { emac_pins_rgmii_a: emac_rgmii@0 { allwinner,pins =3D "PD0", "PD1", "PD2", "PD3", "PD4", = "PD5", "PD7", "PD8", "PD9", "PD10", "PD12", = "PD13", "PD15", "PD16", "PD17"; allwinner,function =3D "emac"; allwinner,drive =3D ; allwinner,pull =3D ; }; emac_phy_reset_pin: emac_phy_reset_pin@0 { allwinner,pins =3D "PD6"; allwinner,function =3D "gpio_out"; allwinner,drive =3D ; allwinner,pull =3D ; }; }; /* * Board-specific stuff here */ / { /* model =3D "Xunlong Orange Pi One"; compatible =3D "xunlong,orangepi-one", "allwinner,sun8i-h3"; */ reg_gmac_3v3: gmac-3v3 { compatible =3D "regulator-fixed"; pinctrl-names =3D "default"; pinctrl-0 =3D <&emac_phy_reset_pin>; regulator-name =3D "gmac-3v3"; regulator-min-microvolt =3D <3300000>; regulator-max-microvolt =3D <3300000>; startup-delay-us =3D <100000>; enable-active-high; gpio =3D <&pio 3 6 GPIO_ACTIVE_HIGH>; }; }; &emac { phy-supply =3D <®_gmac_3v3>; phy-mode =3D "mii"; phy =3D <&phy1>; allwinner,leds-active-low; status =3D "okay"; allwinner,use-internal-phy; resets =3D <&ahb_rst 17>,<&ahb_rst 66>; reset-names =3D "ahb", "ephy"; clocks =3D <&bus_gates 17>,<&bus_gates 128>; clock-names =3D "ahb","ephy"; phy1: ethernet-phy@1 { reg =3D <1>; }; }; &ehci2 { status =3D "okay"; }; >=20 >>=20 >> Cheers, >> Jared >>=20 >> On Wed, 21 Sep 2016, Daniel Braniss wrote: >>=20 >>> hi all, >>> now that there is thermal control, trying to compile e.g. from ports >>> portmaster, heats up the cpu, which somewhere around 64C >>> decides to halt. >>> Now, I remember some weeks ago, with a kernel version >>> without the thermal stuff compiling python and all went ok, >>> so >>> Q: what is the thermal high water mark? >>> Q: are the latest changes overheating the cpu, or is the thermal = driver over >>> cautious? >>>=20 >>> danny >>>=20 >>>=20 >>>=20 >=20 > _______________________________________________ > freebsd-arm@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-arm > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org" From owner-freebsd-arm@freebsd.org Thu Sep 22 01:02:18 2016 Return-Path: Delivered-To: freebsd-arm@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 DDC10BE440F for ; Thu, 22 Sep 2016 01:02: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 C3FBF8FE; Thu, 22 Sep 2016 01:02: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 CE988C1; Thu, 22 Sep 2016 01:02:18 +0000 (UTC) Date: Thu, 22 Sep 2016 01:02:17 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: jpaetzel@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-arm@FreeBSD.org Message-ID: <1534193775.21.1474506138863.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_arm64 - Build #3997 - Failure MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_arm64 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.23 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Sep 2016 01:02:19 -0000 FreeBSD_HEAD_arm64 - Build #3997 - Failure: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/3997/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/3997/ch= anges Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/3997/con= sole Change summaries: 306148 by jpaetzel: Update oce driver to 11.0.50.0 Submitted by:=09Venkat Duvvuru The end of the build log: [...truncated 175886 lines...] --- ng_netflow.ko --- /usr/local/aarch64-freebsd/bin/objcopy --strip-debug --add-gnu-debuglink=3D= ng_netflow.ko.debug ng_netflow.ko.full ng_netflow.ko --- siphash.o --- cc -target aarch64-unknown-freebsd12.0 --sysroot=3D/usr/obj/arm64.aarch64/u= sr/src/tmp -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I.= -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTIO= N_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-fra= me-pointer -MD -MF.depend.siphash.o -MTsiphash.o -mgeneral-regs-only -ffix= ed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant= -decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-= arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freeb= sd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-= pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-pa= rentheses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-= error-shift-negative-value -std=3Diso9899:1999 -Werror /usr/src/sys/cry= pto/siphash/siphash.c ctfconvert -L VERSION -g siphash.o --- modules-all --- --- all_subdir_oce --- --- oce_mbox.o --- cc -target aarch64-unknown-freebsd12.0 --sysroot=3D/usr/obj/arm64.aarch64/u= sr/src/tmp -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -DSMP -fno-strict-a= liasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I/usr/src/sys/modules/oc= e/../../dev/oce -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/arm64.aarch6= 4/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -fPIC = -I/usr/obj/arm64.aarch64/usr/src/sys/GENERIC -MD -MF.depend.oce_mbox.o -M= Toce_mbox.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-= protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-proto= types -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wn= o-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -f= diagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compar= e -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-f= unction -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=3Di= so9899:1999 -c /usr/src/sys/modules/oce/../../dev/oce/oce_mbox.c -o oce_mbo= x.o --- oce_hw.o --- ctfconvert -L VERSION -g oce_hw.o --- siphash_test.o --- cc -target aarch64-unknown-freebsd12.0 --sysroot=3D/usr/obj/arm64.aarch64/u= sr/src/tmp -B/usr/local/aarch64-freebsd/bin/ -c -O -pipe -g -nostdinc -I.= -I/usr/src/sys -I/usr/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTIO= N_HEADERS -include opt_global.h -fno-omit-frame-pointer -mno-omit-leaf-fra= me-pointer -MD -MF.depend.siphash_test.o -MTsiphash_test.o -mgeneral-regs-= only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -= Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__= =3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wn= o-unknown-pragmas -Wno-error-tautological-compare -Wno-error-empty-body -Wn= o-error-parentheses-equality -Wno-error-unused-function -Wno-error-pointer-= sign -Wno-error-shift-negative-value -std=3Diso9899:1999 -Werror /usr/s= rc/sys/crypto/siphash/siphash_test.c ctfconvert -L VERSION -g siphash_test.o --- modules-all --- --- all_subdir_netgraph --- --- all_subdir_netgraph/patch --- =3D=3D=3D> netgraph/patch (all) --- machine --- machine -> /usr/src/sys/arm64/include --- opt_netgraph.h --- ln -sf /usr/obj/arm64.aarch64/usr/src/sys/GENERIC/opt_netgraph.h opt_netgra= ph.h --- ng_patch.o --- cc -target aarch64-unknown-freebsd12.0 --sysroot=3D/usr/obj/arm64.aarch64/u= sr/src/tmp -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -fno-strict-aliasin= g -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -= include /usr/obj/arm64.aarch64/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/= src/sys -fno-common -g -fPIC -I/usr/obj/arm64.aarch64/usr/src/sys/GENERIC = -MD -MF.depend.ng_patch.o -MTng_patch.o -mgeneral-regs-only -ffixed-x18 -f= freestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -W= nested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wi= nline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprint= f__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -= Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses= -equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shi= ft-negative-value -std=3Diso9899:1999 -c /usr/src/sys/modules/netgraph/p= atch/../../../netgraph/ng_patch.c -o ng_patch.o --- all_subdir_netgraph/netgraph --- --- ng_base.o --- ctfconvert -L VERSION -g ng_base.o --- netgraph.kld --- /usr/local/aarch64-freebsd/bin/ld -d -warn-common -r -d -o netgraph.kld ng_= base.o ng_parse.o ctfmerge -L VERSION -g -o netgraph.kld ng_base.o ng_parse.o :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk netgraph.kld export_syms | xargs -J= % /usr/local/aarch64-freebsd/bin/objcopy % netgraph.kld --- netgraph.ko.full --- /usr/local/aarch64-freebsd/bin/ld -Bshareable -d -warn-common -o netgraph.k= o.full ng_base.o ng_parse.o --- netgraph.ko.debug --- /usr/local/aarch64-freebsd/bin/objcopy --only-keep-debug netgraph.ko.full n= etgraph.ko.debug --- netgraph.ko --- /usr/local/aarch64-freebsd/bin/objcopy --strip-debug --add-gnu-debuglink=3D= netgraph.ko.debug netgraph.ko.full netgraph.ko --- all_subdir_oce --- --- oce_util.o --- cc -target aarch64-unknown-freebsd12.0 --sysroot=3D/usr/obj/arm64.aarch64/u= sr/src/tmp -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -DSMP -fno-strict-a= liasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I/usr/src/sys/modules/oc= e/../../dev/oce -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/arm64.aarch6= 4/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -fPIC = -I/usr/obj/arm64.aarch64/usr/src/sys/GENERIC -MD -MF.depend.oce_util.o -M= Toce_util.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-= protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-proto= types -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wn= o-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -f= diagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compar= e -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-f= unction -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=3Di= so9899:1999 -c /usr/src/sys/modules/oce/../../dev/oce/oce_util.c -o oce_uti= l.o --- all_subdir_netgraph --- --- all_subdir_netgraph/patch --- ctfconvert -L VERSION -g ng_patch.o --- ng_patch.kld --- /usr/local/aarch64-freebsd/bin/ld -d -warn-common -r -d -o ng_patch.kld ng_= patch.o ctfmerge -L VERSION -g -o ng_patch.kld ng_patch.o :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk ng_patch.kld export_syms | xargs -J= % /usr/local/aarch64-freebsd/bin/objcopy % ng_patch.kld --- ng_patch.ko.full --- /usr/local/aarch64-freebsd/bin/ld -Bshareable -d -warn-common -o ng_patch.k= o.full ng_patch.o --- ng_patch.ko.debug --- /usr/local/aarch64-freebsd/bin/objcopy --only-keep-debug ng_patch.ko.full n= g_patch.ko.debug --- ng_patch.ko --- /usr/local/aarch64-freebsd/bin/objcopy --strip-debug --add-gnu-debuglink=3D= ng_patch.ko.debug ng_patch.ko.full ng_patch.ko --- all_subdir_netgraph/pipe --- =3D=3D=3D> netgraph/pipe (all) --- machine --- machine -> /usr/src/sys/arm64/include --- opt_netgraph.h --- ln -sf /usr/obj/arm64.aarch64/usr/src/sys/GENERIC/opt_netgraph.h opt_netgra= ph.h --- ng_pipe.o --- cc -target aarch64-unknown-freebsd12.0 --sysroot=3D/usr/obj/arm64.aarch64/u= sr/src/tmp -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -fno-strict-aliasin= g -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -= include /usr/obj/arm64.aarch64/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/= src/sys -fno-common -g -fPIC -I/usr/obj/arm64.aarch64/usr/src/sys/GENERIC = -MD -MF.depend.ng_pipe.o -MTng_pipe.o -mgeneral-regs-only -ffixed-x18 -ffr= eestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wne= sted-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winl= ine -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf_= _ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wn= o-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-e= quality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift= -negative-value -std=3Diso9899:1999 -c /usr/src/sys/modules/netgraph/pip= e/../../../netgraph/ng_pipe.c -o ng_pipe.o --- all_subdir_oce --- ctfconvert -L VERSION -g oce_util.o --- all_subdir_netgraph --- --- all_subdir_netgraph/ppp --- =3D=3D=3D> netgraph/ppp (all) --- machine --- machine -> /usr/src/sys/arm64/include --- all_subdir_oce --- --- oce_mbox.o --- ctfconvert -L VERSION -g oce_mbox.o --- all_subdir_netgraph --- --- opt_netgraph.h --- ln -sf /usr/obj/arm64.aarch64/usr/src/sys/GENERIC/opt_netgraph.h opt_netgra= ph.h --- ng_ppp.o --- cc -target aarch64-unknown-freebsd12.0 --sysroot=3D/usr/obj/arm64.aarch64/u= sr/src/tmp -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -fno-strict-aliasin= g -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -= include /usr/obj/arm64.aarch64/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/= src/sys -fno-common -g -fPIC -I/usr/obj/arm64.aarch64/usr/src/sys/GENERIC = -MD -MF.depend.ng_ppp.o -MTng_ppp.o -mgeneral-regs-only -ffixed-x18 -ffree= standing -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnest= ed-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winlin= e -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ = -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-= error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses-equ= ality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shift-n= egative-value -std=3Diso9899:1999 -c /usr/src/sys/modules/netgraph/ppp/.= ./../../netgraph/ng_ppp.c -o ng_ppp.o --- all_subdir_oce --- --- oce_queue.o --- cc -target aarch64-unknown-freebsd12.0 --sysroot=3D/usr/obj/arm64.aarch64/u= sr/src/tmp -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -DSMP -fno-strict-a= liasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I/usr/src/sys/modules/oc= e/../../dev/oce -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/arm64.aarch6= 4/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -fPIC = -I/usr/obj/arm64.aarch64/usr/src/sys/GENERIC -MD -MF.depend.oce_queue.o -= MToce_queue.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstac= k-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-pro= totypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -= Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs = -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-comp= are -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused= -function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std= =3Diso9899:1999 -c /usr/src/sys/modules/oce/../../dev/oce/oce_queue.c -o oc= e_queue.o --- all_subdir_netgraph --- --- all_subdir_netgraph/pipe --- ctfconvert -L VERSION -g ng_pipe.o --- ng_pipe.kld --- /usr/local/aarch64-freebsd/bin/ld -d -warn-common -r -d -o ng_pipe.kld ng_p= ipe.o ctfmerge -L VERSION -g -o ng_pipe.kld ng_pipe.o :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk ng_pipe.kld export_syms | xargs -J%= /usr/local/aarch64-freebsd/bin/objcopy % ng_pipe.kld --- ng_pipe.ko.full --- /usr/local/aarch64-freebsd/bin/ld -Bshareable -d -warn-common -o ng_pipe.ko= .full ng_pipe.o --- ng_pipe.ko.debug --- /usr/local/aarch64-freebsd/bin/objcopy --only-keep-debug ng_pipe.ko.full ng= _pipe.ko.debug --- ng_pipe.ko --- /usr/local/aarch64-freebsd/bin/objcopy --strip-debug --add-gnu-debuglink=3D= ng_pipe.ko.debug ng_pipe.ko.full ng_pipe.ko --- all_subdir_opensolaris --- =3D=3D=3D> opensolaris (all) --- machine --- machine -> /usr/src/sys/arm64/include --- opensolaris_cmn_err.o --- cc -target aarch64-unknown-freebsd12.0 --sysroot=3D/usr/obj/arm64.aarch64/u= sr/src/tmp -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -fno-strict-aliasin= g -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I/usr/src/sys/cddl/compat/open= solaris -I/usr/src/sys/cddl/contrib/opensolaris/uts/common -I/usr/src/sys -= DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/arm64.aarch64/usr/src/sys/GEN= ERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -fPIC -I/usr/obj/arm64.= aarch64/usr/src/sys/GENERIC -MD -MF.depend.opensolaris_cmn_err.o -MTopens= olaris_cmn_err.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fs= tack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-= prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wunde= f -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-di= rs -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-c= ompare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unu= sed-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -st= d=3Diso9899:1999 -include /usr/src/sys/cddl/compat/opensolaris/sys/debug_co= mpat.h -c /usr/src/sys/cddl/compat/opensolaris/kern/opensolaris_cmn_err.c -= o opensolaris_cmn_err.o ctfconvert -L VERSION -g opensolaris_cmn_err.o --- opensolaris_kmem.o --- cc -target aarch64-unknown-freebsd12.0 --sysroot=3D/usr/obj/arm64.aarch64/u= sr/src/tmp -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -fno-strict-aliasin= g -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I/usr/src/sys/cddl/compat/open= solaris -I/usr/src/sys/cddl/contrib/opensolaris/uts/common -I/usr/src/sys -= DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/arm64.aarch64/usr/src/sys/GEN= ERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -fPIC -I/usr/obj/arm64.= aarch64/usr/src/sys/GENERIC -MD -MF.depend.opensolaris_kmem.o -MTopensola= ris_kmem.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-p= rotector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-protot= ypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno= -pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fd= iagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare= -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-fu= nction -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=3Dis= o9899:1999 -include /usr/src/sys/cddl/compat/opensolaris/sys/debug_compat.h= -c /usr/src/sys/cddl/compat/opensolaris/kern/opensolaris_kmem.c -o opensol= aris_kmem.o ctfconvert -L VERSION -g opensolaris_kmem.o --- opensolaris_misc.o --- cc -target aarch64-unknown-freebsd12.0 --sysroot=3D/usr/obj/arm64.aarch64/u= sr/src/tmp -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -fno-strict-aliasin= g -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I/usr/src/sys/cddl/compat/open= solaris -I/usr/src/sys/cddl/contrib/opensolaris/uts/common -I/usr/src/sys -= DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/arm64.aarch64/usr/src/sys/GEN= ERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -fPIC -I/usr/obj/arm64.= aarch64/usr/src/sys/GENERIC -MD -MF.depend.opensolaris_misc.o -MTopensola= ris_misc.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-p= rotector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-protot= ypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno= -pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fd= iagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare= -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-fu= nction -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=3Dis= o9899:1999 -include /usr/src/sys/cddl/compat/opensolaris/sys/debug_compat.h= -c /usr/src/sys/cddl/compat/opensolaris/kern/opensolaris_misc.c -o opensol= aris_misc.o ctfconvert -L VERSION -g opensolaris_misc.o --- opensolaris_sunddi.o --- cc -target aarch64-unknown-freebsd12.0 --sysroot=3D/usr/obj/arm64.aarch64/u= sr/src/tmp -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -fno-strict-aliasin= g -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I/usr/src/sys/cddl/compat/open= solaris -I/usr/src/sys/cddl/contrib/opensolaris/uts/common -I/usr/src/sys -= DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/arm64.aarch64/usr/src/sys/GEN= ERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -fPIC -I/usr/obj/arm64.= aarch64/usr/src/sys/GENERIC -MD -MF.depend.opensolaris_sunddi.o -MTopenso= laris_sunddi.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fsta= ck-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-pr= ototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef = -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs= -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-com= pare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unuse= d-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std= =3Diso9899:1999 -include /usr/src/sys/cddl/compat/opensolaris/sys/debug_com= pat.h -c /usr/src/sys/cddl/compat/opensolaris/kern/opensolaris_sunddi.c -o = opensolaris_sunddi.o ctfconvert -L VERSION -g opensolaris_sunddi.o --- opensolaris_atomic.o --- cc -target aarch64-unknown-freebsd12.0 --sysroot=3D/usr/obj/arm64.aarch64/u= sr/src/tmp -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -fno-strict-aliasin= g -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I/usr/src/sys/cddl/compat/open= solaris -I/usr/src/sys/cddl/contrib/opensolaris/uts/common -I/usr/src/sys -= DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/arm64.aarch64/usr/src/sys/GEN= ERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -fPIC -I/usr/obj/arm64.= aarch64/usr/src/sys/GENERIC -MD -MF.depend.opensolaris_atomic.o -MTopenso= laris_atomic.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fsta= ck-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-pr= ototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef = -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs= -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-com= pare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unuse= d-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std= =3Diso9899:1999 -include /usr/src/sys/cddl/compat/opensolaris/sys/debug_com= pat.h -c /usr/src/sys/cddl/contrib/opensolaris/common/atomic/aarch64/opens= olaris_atomic.S -o opensolaris_atomic.o --- all_subdir_oce --- ctfconvert -L VERSION -g oce_queue.o --- oce_sysctl.o --- cc -target aarch64-unknown-freebsd12.0 --sysroot=3D/usr/obj/arm64.aarch64/u= sr/src/tmp -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -DSMP -fno-strict-a= liasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I/usr/src/sys/modules/oc= e/../../dev/oce -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/arm64.aarch6= 4/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -fPIC = -I/usr/obj/arm64.aarch64/usr/src/sys/GENERIC -MD -MF.depend.oce_sysctl.o = -MToce_sysctl.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fst= ack-protector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-p= rototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef= -Wno-pointer-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dir= s -fdiagnostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-co= mpare -Wno-error-empty-body -Wno-error-parentheses-equality -Wno-error-unus= ed-function -Wno-error-pointer-sign -Wno-error-shift-negative-value -std= =3Diso9899:1999 -c /usr/src/sys/modules/oce/../../dev/oce/oce_sysctl.c -o o= ce_sysctl.o --- all_subdir_opensolaris --- ctfconvert -L VERSION -g opensolaris_atomic.o --- opensolaris.o --- cc -target aarch64-unknown-freebsd12.0 --sysroot=3D/usr/obj/arm64.aarch64/u= sr/src/tmp -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -fno-strict-aliasin= g -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I/usr/src/sys/cddl/compat/open= solaris -I/usr/src/sys/cddl/contrib/opensolaris/uts/common -I/usr/src/sys -= DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/arm64.aarch64/usr/src/sys/GEN= ERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -fPIC -I/usr/obj/arm64.= aarch64/usr/src/sys/GENERIC -MD -MF.depend.opensolaris.o -MTopensolaris.o= -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-protector -= gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmis= sing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-s= ign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiagnostics= -show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -Wno-erro= r-empty-body -Wno-error-parentheses-equality -Wno-error-unused-function -Wn= o-error-pointer-sign -Wno-error-shift-negative-value -std=3Diso9899:1999= -include /usr/src/sys/cddl/compat/opensolaris/sys/debug_compat.h -c /usr/s= rc/sys/cddl/compat/opensolaris/kern/opensolaris.c -o opensolaris.o ctfconvert -L VERSION -g opensolaris.o --- opensolaris.kld --- /usr/local/aarch64-freebsd/bin/ld -d -warn-common -r -d -o opensolaris.kld = opensolaris.o opensolaris_cmn_err.o opensolaris_kmem.o opensolaris_misc.o o= pensolaris_sunddi.o opensolaris_atomic.o ctfmerge -L VERSION -g -o opensolaris.kld opensolaris.o opensolaris_cmn_err= .o opensolaris_kmem.o opensolaris_misc.o opensolaris_sunddi.o opensolaris_a= tomic.o :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk opensolaris.kld export_syms | xargs= -J% /usr/local/aarch64-freebsd/bin/objcopy % opensolaris.kld --- opensolaris.ko.full --- /usr/local/aarch64-freebsd/bin/ld -Bshareable -d -warn-common -o opensolari= s.ko.full opensolaris.o opensolaris_cmn_err.o opensolaris_kmem.o opensolari= s_misc.o opensolaris_sunddi.o opensolaris_atomic.o --- opensolaris.ko.debug --- /usr/local/aarch64-freebsd/bin/objcopy --only-keep-debug opensolaris.ko.ful= l opensolaris.ko.debug --- opensolaris.ko --- /usr/local/aarch64-freebsd/bin/objcopy --strip-debug --add-gnu-debuglink=3D= opensolaris.ko.debug opensolaris.ko.full opensolaris.ko --- all_subdir_oce --- --- oce_if.o --- cc -target aarch64-unknown-freebsd12.0 --sysroot=3D/usr/obj/arm64.aarch64/u= sr/src/tmp -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -DSMP -fno-strict-a= liasing -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I/usr/src/sys/modules/oc= e/../../dev/oce -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/arm64.aarch6= 4/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/src/sys -fno-common -g -fPIC = -I/usr/obj/arm64.aarch64/usr/src/sys/GENERIC -MD -MF.depend.oce_if.o -MTo= ce_if.o -mgeneral-regs-only -ffixed-x18 -ffreestanding -fwrapv -fstack-prot= ector -gdwarf-2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototype= s -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-po= inter-sign -D__printf__=3D__freebsd_kprintf__ -Wmissing-include-dirs -fdiag= nostics-show-option -Wno-unknown-pragmas -Wno-error-tautological-compare -W= no-error-empty-body -Wno-error-parentheses-equality -Wno-error-unused-funct= ion -Wno-error-pointer-sign -Wno-error-shift-negative-value -std=3Diso98= 99:1999 -c /usr/src/sys/modules/oce/../../dev/oce/oce_if.c -o oce_if.o --- all_subdir_netgraph --- --- all_subdir_netgraph/ppp --- ctfconvert -L VERSION -g ng_ppp.o --- ng_ppp.kld --- /usr/local/aarch64-freebsd/bin/ld -d -warn-common -r -d -o ng_ppp.kld ng_pp= p.o ctfmerge -L VERSION -g -o ng_ppp.kld ng_ppp.o :> export_syms awk -f /usr/src/sys/conf/kmod_syms.awk ng_ppp.kld export_syms | xargs -J% = /usr/local/aarch64-freebsd/bin/objcopy % ng_ppp.kld --- ng_ppp.ko.full --- /usr/local/aarch64-freebsd/bin/ld -Bshareable -d -warn-common -o ng_ppp.ko.= full ng_ppp.o --- ng_ppp.ko.debug --- /usr/local/aarch64-freebsd/bin/objcopy --only-keep-debug ng_ppp.ko.full ng_= ppp.ko.debug --- ng_ppp.ko --- /usr/local/aarch64-freebsd/bin/objcopy --strip-debug --add-gnu-debuglink=3D= ng_ppp.ko.debug ng_ppp.ko.full ng_ppp.ko --- all_subdir_netgraph/pppoe --- =3D=3D=3D> netgraph/pppoe (all) --- machine --- machine -> /usr/src/sys/arm64/include --- opt_netgraph.h --- ln -sf /usr/obj/arm64.aarch64/usr/src/sys/GENERIC/opt_netgraph.h opt_netgra= ph.h --- ng_pppoe.o --- cc -target aarch64-unknown-freebsd12.0 --sysroot=3D/usr/obj/arm64.aarch64/u= sr/src/tmp -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -fno-strict-aliasin= g -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -= include /usr/obj/arm64.aarch64/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/= src/sys -fno-common -g -fPIC -I/usr/obj/arm64.aarch64/usr/src/sys/GENERIC = -MD -MF.depend.ng_pppoe.o -MTng_pppoe.o -mgeneral-regs-only -ffixed-x18 -f= freestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decls -W= nested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wi= nline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kprint= f__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragmas -= Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parentheses= -equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error-shi= ft-negative-value -std=3Diso9899:1999 -c /usr/src/sys/modules/netgraph/p= ppoe/../../../netgraph/ng_pppoe.c -o ng_pppoe.o --- all_subdir_oce --- /usr/src/sys/modules/oce/../../dev/oce/oce_if.c:45:10: fatal error: 'oce_us= er.h' file not found #include "oce_user.h" ^ --- oce_sysctl.o --- ctfconvert -L VERSION -g oce_sysctl.o --- all_subdir_netgraph --- --- all_subdir_netgraph/pptpgre --- =3D=3D=3D> netgraph/pptpgre (all) --- machine --- machine -> /usr/src/sys/arm64/include --- opt_netgraph.h --- ln -sf /usr/obj/arm64.aarch64/usr/src/sys/GENERIC/opt_netgraph.h opt_netgra= ph.h --- ng_pptpgre.o --- cc -target aarch64-unknown-freebsd12.0 --sysroot=3D/usr/obj/arm64.aarch64/u= sr/src/tmp -B/usr/local/aarch64-freebsd/bin/ -O2 -pipe -fno-strict-aliasin= g -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -= include /usr/obj/arm64.aarch64/usr/src/sys/GENERIC/opt_global.h -I. -I/usr/= src/sys -fno-common -g -fPIC -I/usr/obj/arm64.aarch64/usr/src/sys/GENERIC = -MD -MF.depend.ng_pptpgre.o -MTng_pptpgre.o -mgeneral-regs-only -ffixed-x1= 8 -ffreestanding -fwrapv -fstack-protector -gdwarf-2 -Wall -Wredundant-decl= s -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith= -Winline -Wcast-qual -Wundef -Wno-pointer-sign -D__printf__=3D__freebsd_kp= rintf__ -Wmissing-include-dirs -fdiagnostics-show-option -Wno-unknown-pragm= as -Wno-error-tautological-compare -Wno-error-empty-body -Wno-error-parenth= eses-equality -Wno-error-unused-function -Wno-error-pointer-sign -Wno-error= -shift-negative-value -std=3Diso9899:1999 -c /usr/src/sys/modules/netgra= ph/pptpgre/../../../netgraph/ng_pptpgre.c -o ng_pptpgre.o --- all_subdir_oce --- --- oce_if.o --- 1 error generated. *** [oce_if.o] Error code 1 bmake[4]: stopped in /usr/src/sys/modules/oce 1 error bmake[4]: stopped in /usr/src/sys/modules/oce *** [all_subdir_oce] Error code 2 bmake[3]: stopped in /usr/src/sys/modules --- all_subdir_netgraph --- --- all_subdir_netgraph/pppoe --- ctfconvert -L VERSION -g ng_pppoe.o A failure has been detected in another branch of the parallel make bmake[5]: stopped in /usr/src/sys/modules/netgraph/pppoe *** [all_subdir_netgraph/pppoe] Error code 2 bmake[4]: stopped in /usr/src/sys/modules/netgraph --- all_subdir_netgraph/pptpgre --- ctfconvert -L VERSION -g ng_pptpgre.o A failure has been detected in another branch of the parallel make bmake[5]: stopped in /usr/src/sys/modules/netgraph/pptpgre *** [all_subdir_netgraph/pptpgre] Error code 2 bmake[4]: stopped in /usr/src/sys/modules/netgraph 2 errors bmake[4]: stopped in /usr/src/sys/modules/netgraph *** [all_subdir_netgraph] Error code 2 bmake[3]: stopped in /usr/src/sys/modules 2 errors bmake[3]: stopped in /usr/src/sys/modules *** [modules-all] Error code 2 bmake[2]: stopped in /usr/obj/arm64.aarch64/usr/src/sys/GENERIC --- skein_block.o --- ctfconvert -L VERSION -g skein_block.o 1 error bmake[2]: stopped in /usr/obj/arm64.aarch64/usr/src/sys/GENERIC *** [buildkernel] Error code 2 bmake[1]: stopped in /usr/src 1 error bmake[1]: stopped in /usr/src *** [buildkernel] 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_HEAD_arm64] $ /bin/sh -xe /tmp/hudson5771024652369150687.sh + export 'PATH=3D/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/b= in' + export 'jname=3DFreeBSD_HEAD_arm64' + echo 'clean up jail FreeBSD_HEAD_arm64' clean up jail FreeBSD_HEAD_arm64 + sudo jail -r FreeBSD_HEAD_arm64 + sudo ifconfig igb0 inet6 2610:1c1:1:607c::101:1 -alias + sudo umount FreeBSD_HEAD_arm64/usr/src + sudo umount FreeBSD_HEAD_arm64/dev + sudo rm -fr FreeBSD_HEAD_arm64 + true + sudo chflags -R noschg FreeBSD_HEAD_arm64 + sudo rm -fr FreeBSD_HEAD_arm64 Email was triggered for: Failure - Any Sending email for trigger: Failure - Any From owner-freebsd-arm@freebsd.org Thu Sep 22 03:06:43 2016 Return-Path: Delivered-To: freebsd-arm@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 B7178BE5519 for ; Thu, 22 Sep 2016 03:06:43 +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 AB266BA1; Thu, 22 Sep 2016 03:06:43 +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 B8C3CC6; Thu, 22 Sep 2016 03:06:43 +0000 (UTC) Date: Thu, 22 Sep 2016 03:06:41 +0000 (GMT) From: jenkins-admin@FreeBSD.org To: cem@FreeBSD.org, jenkins-admin@FreeBSD.org, freebsd-arm@FreeBSD.org Message-ID: <175719010.25.1474513603904.JavaMail.jenkins@jenkins-9.freebsd.org> In-Reply-To: <1534193775.21.1474506138863.JavaMail.jenkins@jenkins-9.freebsd.org> References: <1534193775.21.1474506138863.JavaMail.jenkins@jenkins-9.freebsd.org> Subject: FreeBSD_HEAD_arm64 - Build #3998 - Fixed MIME-Version: 1.0 X-Jenkins-Job: FreeBSD_HEAD_arm64 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.23 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Sep 2016 03:06:43 -0000 FreeBSD_HEAD_arm64 - Build #3998 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/3998/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/3998/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_arm64/3998/console Change summaries: 306149 by cem: Revert r306148 to fix build Requested by: jpaetzel Reported by: Larry Rosenman , Jenkins From owner-freebsd-arm@freebsd.org Thu Sep 22 13:57:09 2016 Return-Path: Delivered-To: freebsd-arm@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 C2261BE5221 for ; Thu, 22 Sep 2016 13:57:09 +0000 (UTC) (envelope-from sofencing@hotmail.com) Received: from BLU004-OMC3S11.hotmail.com (blu004-omc3s11.hotmail.com [65.55.116.86]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client CN "*.outlook.com", Issuer "Microsoft IT SSL SHA2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8EB7DD9B for ; Thu, 22 Sep 2016 13:57:09 +0000 (UTC) (envelope-from sofencing@hotmail.com) Received: from BLU437-SMTP102 ([65.55.116.73]) by BLU004-OMC3S11.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008); Thu, 22 Sep 2016 06:56:01 -0700 X-TMN: [/LzPGD5p/eO2JlFtW9GfIOxLYniwZd2U] X-Originating-Email: [sofencing@hotmail.com] Message-ID: From: Von Coombs Subject: Wrap Advert!!! To: freebsd-arm@freebsd.org MIME-Version: 1.0 Date: Thu, 22 Sep 2016 14:55:29 +0100 X-Antivirus: avast! (VPS 160922-0, 09/22/2016), Outbound message X-Antivirus-Status: Clean X-OriginalArrivalTime: 22 Sep 2016 13:56:00.0033 (UTC) FILETIME=[0CADA110:01D214D9] Content-Type: text/plain Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Sep 2016 13:57:09 -0000 - This mail is in HTML. Some elements may be ommited in plain text. - Do you want your car wrap with a monster logo and earn 300 buck weekly= , Kindly CLICK HERE to apply, offer last for 30days. Monster Energy Drink=AE From owner-freebsd-arm@freebsd.org Sat Sep 24 07:45:24 2016 Return-Path: Delivered-To: freebsd-arm@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 36F07BE6A87 for ; Sat, 24 Sep 2016 07:45:24 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: from asp.reflexion.net (outbound-mail-210-56.reflexion.net [208.70.210.56]) (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 DA54FC01 for ; Sat, 24 Sep 2016 07:45:23 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: (qmail 26840 invoked from network); 24 Sep 2016 07:45:16 -0000 Received: from unknown (HELO mail-cs-02.app.dca.reflexion.local) (10.81.19.2) by 0 (rfx-qmail) with SMTP; 24 Sep 2016 07:45:16 -0000 Received: by mail-cs-02.app.dca.reflexion.local (Reflexion email security v8.00.0) with SMTP; Sat, 24 Sep 2016 03:45:07 -0400 (EDT) Received: (qmail 5511 invoked from network); 24 Sep 2016 07:45:07 -0000 Received: from unknown (HELO iron2.pdx.net) (69.64.224.71) by 0 (rfx-qmail) with (AES256-SHA encrypted) SMTP; 24 Sep 2016 07:45:07 -0000 Received: from [192.168.0.105] (ip70-189-131-151.lv.lv.cox.net [70.189.131.151]) by iron2.pdx.net (Postfix) with ESMTPSA id 8988BEC8A8B; Sat, 24 Sep 2016 00:45:15 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: 11.0-RELEASE tier level for arm64/aarch64 and the officially built arm/armv6 variants? From: Mark Millard In-Reply-To: <332FA120-31E5-4D31-B63E-A0DFDD7DEFC7@dsl-only.net> Date: Sat, 24 Sep 2016 00:45:14 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <13AA43A5-AC5C-4BB0-81BE-3B87C00B0B58@dsl-only.net> References: <4076CFFA-7BE2-4E1B-A7E8-08FD8FC27D21@dsl-only.net> <332FA120-31E5-4D31-B63E-A0DFDD7DEFC7@dsl-only.net> To: freebsd-stable@freebsd.org, freebsd-arm X-Mailer: Apple Mail (2.3124) X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Sep 2016 07:45:24 -0000 [Another resend since (A) I forget to list free-arm in the To: the first = time and (B) the second send bounced due to temporary conditions for the = outgoing mail server.] =46rom https://www.freebsd.org/platforms/arm.html : > 32-bit ARM is officially a Tier 2 architecture, as the FreeBSD project = does not provide official releases or pre-built packages for this = platform due to it primarily targeting the embedded arena. However, = FreeBSD/ARM is being actively developed and maintained, is well = supported, and provides an excellent framework for building ARM-based = systems. FreeBSD/arm supports ARMv4 and ARMv5 processors. FreeBSD/armv6 = supports ARMv6 and ARMv7 processors, including SMP on the latter. "does not provide official releases or pre-built packages"? > # uname -apKU > FreeBSD rpi2 11.0-PRERELEASE FreeBSD 11.0-PRERELEASE #5 r304943M: Sun = Aug 28 03:17:54 PDT 2016 = markmi@FreeBSDx64:/usr/obj/clang/arm.armv6/usr/src/sys/RPI2-NODBG arm = armv6 1100502 1100502 > # pkg search '.*' | wc > 21349 155540 1596736 Will 11.0-RELEASE change the tier level for any of the specific = arm-armv6 variants that have FreeBSD-11.0-*-arm-armv6-*.img* files = built, such as for RPI2? Even if all the officially built arm-armv6 variants stay tier 2, the = wording on the web page likely needs to be changed because so much is = built and available that the above quote claims is not available. Also from https://www.freebsd.org/platforms/arm.html : > Initial support for 64-bit ARM is complete. 64-bit ARM platforms = follow a set of standard conventions, and a single FreeBSD build will = work on hardware from multiple vendors. As a result, FreeBSD will = provide official releases for FreeBSD/arm64 and packages will be = available. FreeBSD/arm64 is on the path to becoming a Tier 1 = architecture. Will 11.0-RELEASE make arm64/aarch64 Tier 1? [I will note that, while there are no official builds for the Pine64 = family (A64 based) that are under the Allwinner arm activity, the SOC's = involved are Cortex-A53 64-bit arm based. They likely do not fit in the = "standard conventions" or arm64/aarch64 would be where they would have = been supported. Some rewording might be appropriate for the above quote = as well.] =3D=3D=3D Mark Millard markmi at dsl-only.net From owner-freebsd-arm@freebsd.org Sat Sep 24 21:11:16 2016 Return-Path: Delivered-To: freebsd-arm@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 4DECCBE928F for ; Sat, 24 Sep 2016 21:11:16 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-it0-x22e.google.com (mail-it0-x22e.google.com [IPv6:2607:f8b0:4001:c0b::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 22768285 for ; Sat, 24 Sep 2016 21:11:16 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-it0-x22e.google.com with SMTP id j69so14573670itb.0 for ; Sat, 24 Sep 2016 14:11:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-transfer-encoding; bh=89DKoYYhdL6Gc9+8lFSTJW9jxj1XZNHtE4rtptCdEO0=; b=VHta04g8zm8BbLgDy9eyfsxZd+pW8xWBkAyl9DVltLHqNx2+Yd1pKcvkZfyNJpjdnM 9qHNtSgSTCAwgWVUyr7SfRCLuIiLIc+f/aC1ckSNytc6euvb7+nBHWte/OQ4ohmJX7L5 2PPHf+9uIT6k88qEMKyebtibZz7hJ2filvjdDOCImsKFuWIS7mTqfDosVtqr2jJTh0nj IdGsMX1tbSlJu3PHAGTuGYlQRQcwVkOH8eX6HTe3hL/2534QPtPHjJnIek49jA3AOygF Xf4x+Ne1zsn2fP3i66re6UfR6lINZ/qsXJ+mvcaPkOI1cMccqCmIlAPbAbU/4zCLGHtL Ip2Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-transfer-encoding; bh=89DKoYYhdL6Gc9+8lFSTJW9jxj1XZNHtE4rtptCdEO0=; b=TGgPQhoeA+LJcnFvR2wnI9oV3zMicEd5w8yfRBXiGYUGfrG99AZWElzuEGvzKF87lJ qH9eU5vazoMMJ7E20gxqlck9OqBSh4prGYWYw0R/h/ORZDMNpK+caH4/aYp4AIVKXGlE 1+1OlK20GuJlcxJDPQagQuGneEHvAMRnYomnB6Jihk2VYwpXSV9fyRl+SCh5REur3giM hVwdJNdkbTO9HXuVL202H/5h3p7umZEXE7XmE5JIF9EwlSRODXq4pcfaWZwnd9ymNRsG DmnqdkuQf4vztmYG1cgyBSyYE+KtW93hTmljqEL1L06qGgTnw+IYUTZFR7ps8n6vKkLz 20Nw== X-Gm-Message-State: AA6/9Rka8pw3SE3Xush6wGx4ftISrXpGey32a0trVizBSftuKxab2PvHML14nzJcSpxxrcAVHeDGthHaQ7e8wA== X-Received: by 10.36.152.5 with SMTP id n5mr10058085itd.79.1474751475446; Sat, 24 Sep 2016 14:11:15 -0700 (PDT) MIME-Version: 1.0 Sender: wlosh@bsdimp.com Received: by 10.36.65.7 with HTTP; Sat, 24 Sep 2016 14:11:15 -0700 (PDT) X-Originating-IP: [69.53.245.200] In-Reply-To: <332FA120-31E5-4D31-B63E-A0DFDD7DEFC7@dsl-only.net> References: <4076CFFA-7BE2-4E1B-A7E8-08FD8FC27D21@dsl-only.net> <332FA120-31E5-4D31-B63E-A0DFDD7DEFC7@dsl-only.net> From: Warner Losh Date: Sat, 24 Sep 2016 15:11:15 -0600 X-Google-Sender-Auth: 0vZbZaSU6pCbd8gn6KSvP3ERS04 Message-ID: Subject: Re: 11.0-RELEASE tier level for arm64/aaarch64 and the officially built arm/armv6 variants? To: Mark Millard Cc: FreeBSD-STABLE Mailing List , freebsd-arm Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Sep 2016 21:11:16 -0000 On Fri, Sep 23, 2016 at 8:29 PM, Mark Millard wrote: > [A resend since I forget to list free-arm in the To: the first time.] > > From https://www.freebsd.org/platforms/arm.html : > >> 32-bit ARM is officially a Tier 2 architecture, as the FreeBSD project d= oes not provide official releases or pre-built packages for this platform d= ue to it primarily targeting the embedded arena. However, FreeBSD/ARM is be= ing actively developed and maintained, is well supported, and provides an e= xcellent framework for building ARM-based systems. FreeBSD/arm supports ARM= v4 and ARMv5 processors. FreeBSD/armv6 supports ARMv6 and ARMv7 processors,= including SMP on the latter. > > "does not provide official releases or pre-built packages"? > >> # uname -apKU >> FreeBSD rpi2 11.0-PRERELEASE FreeBSD 11.0-PRERELEASE #5 r304943M: Sun Au= g 28 03:17:54 PDT 2016 markmi@FreeBSDx64:/usr/obj/clang/arm.armv6/usr/s= rc/sys/RPI2-NODBG arm armv6 1100502 1100502 > >> # pkg search '.*' | wc >> 21349 155540 1596736 > > Will 11.0-RELEASE change the tier level for any of the specific arm-armv6= variants that have FreeBSD-11.0-*-arm-armv6-*.img* files built, such as fo= r RPI2? > > Even if all the officially built arm-armv6 variants stay tier 2, the word= ing on the web page likely needs to be changed because so much is built and= available that the above quote claims is not available. armv6 is basically Tier 1 right now, though not as Tier 1 as i386 or amd64 due to the fragmented nature of the arm world. On the platforms we run on and create releases for, however, it's my opinion that it is Tier 1: it has been running in production a while, things people expect from a FreeBSD system are present, you can get decent support if you ask questions, there's no known major gotchas in deploying this hardware. The only remaining annoying issue is the 'u-boot' problem where we have to have a different u-boot image for every board and no standardized way to convert a 'generic' image into one that's specific for specific boards. For x86 this is all done with the installer since that boot environment is more standardized. Does this last issue keep arm from being Tier 1? That's a judgement call, but I think the project should promote w/o this last issue. > Also from https://www.freebsd.org/platforms/arm.html : > >> Initial support for 64-bit ARM is complete. 64-bit ARM platforms follow = a set of standard conventions, and a single FreeBSD build will work on hard= ware from multiple vendors. As a result, FreeBSD will provide official rele= ases for FreeBSD/arm64 and packages will be available. FreeBSD/arm64 is on = the path to becoming a Tier 1 architecture. > > Will 11.0-RELEASE make arm64/aarch64 Tier 1? > > [I will note that, while there are no official builds for the Pine64 fami= ly (A64 based) that are under the Allwinner arm activity, the SOC's involve= d are Cortex-A53 64-bit arm based. They likely do not fit in the "standard = conventions" or arm64/aarch64 would be where they would have been supported= . Some rewording might be appropriate for the above quote as well.] No. aarch64 isn't Tier 1 yet. There's many small bits that are missing. It is quite solidly Tier 2, but we don't have a linker, we don't have widespread hardware availability, we don't have production experience with the platform. Most things work, but there's still some gotchas. There's still the 'u-boot' problem with many arm64 systems because for systems that use u-boot to bootstrap UEFI, you need a different image for each board (some closely related board families can get by with one to be pedantic). All these issues are still significant barriers to production use. It's not been officially promoted yet and I don't think the time is quite right yet. Warner