From owner-freebsd-current@freebsd.org Tue Jul 16 11:03:55 2019 Return-Path: Delivered-To: freebsd-current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7A39AAC7D9 for ; Tue, 16 Jul 2019 11:03:55 +0000 (UTC) (envelope-from dclarke@blastwave.org) Received: from atl4mhob22.registeredsite.com (atl4mhob22.registeredsite.com [209.17.115.116]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.registeredsite.com", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F21C477A4F for ; Tue, 16 Jul 2019 11:03:54 +0000 (UTC) (envelope-from dclarke@blastwave.org) Received: from mailpod.hostingplatform.com (atl4qobmail01pod2.registeredsite.com [10.30.77.35]) by atl4mhob22.registeredsite.com (8.14.4/8.14.4) with ESMTP id x6GB3qsu052076 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Tue, 16 Jul 2019 07:03:52 -0400 Received: (qmail 15186 invoked by uid 0); 16 Jul 2019 11:03:52 -0000 X-TCPREMOTEIP: 99.253.177.25 X-Authenticated-UID: dclarke@blastwave.org Received: from unknown (HELO ?172.16.35.3?) (dclarke@blastwave.org@99.253.177.25) by 0 with ESMTPA; 16 Jul 2019 11:03:51 -0000 Subject: Re: sbin/camcontrol/camcontrol.c error breaks buildworld To: Dimitry Andric Cc: FreeBSD CURRENT References: <4248209b-cbd0-93df-b362-3887270e9c99@blastwave.org> <4d363c47-2cf0-add4-da6e-ea9f023b5d67@blastwave.org> From: Dennis Clarke Message-ID: Date: Tue, 16 Jul 2019 07:03:50 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: F21C477A4F X-Spamd-Bar: +++++ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [5.23 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; FROM_HAS_DN(0.00)[]; NEURAL_SPAM_SHORT(0.82)[0.820,0]; IP_SCORE(1.55)[ip: (4.62), ipnet: 209.17.112.0/21(1.76), asn: 19871(1.41), country: US(-0.06)]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-current@freebsd.org]; DMARC_NA(0.00)[blastwave.org]; AUTH_NA(1.00)[]; NEURAL_SPAM_MEDIUM(0.98)[0.978,0]; RCVD_COUNT_THREE(0.00)[4]; TO_MATCH_ENVRCPT_SOME(0.00)[]; TO_DN_ALL(0.00)[]; MX_GOOD(-0.01)[cached: mx1.netsolmail.net]; RCPT_COUNT_TWO(0.00)[2]; RCVD_IN_DNSWL_NONE(0.00)[116.115.17.209.list.dnswl.org : 127.0.5.0]; NEURAL_SPAM_LONG(1.00)[1.000,0]; R_SPF_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:19871, ipnet:209.17.112.0/21, country:US]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_LAST(0.00)[] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Jul 2019 11:03:55 -0000 On 7/16/19 6:55 AM, Dimitry Andric wrote: > On 16 Jul 2019, at 12:36, Dennis Clarke wrote: >> >> On 7/16/19 2:48 AM, Warner Losh wrote: >>> On Tue, Jul 16, 2019 at 12:07 AM Dennis Clarke >>> wrote: >>>> /usr/src/r350018/sbin/camcontrol/camcontrol.c: In function 'getdevtype': >>>> /usr/src/r350018/sbin/camcontrol/camcontrol.c:679: warning: comparison >>>> of unsigned expression < 0 is always false >>>> >>>> Anyone else seeing this ? >>>> >>> Fixed hours ago in 350020. >> >> Hours ago. Cool. However is there no CI testing on ppc64? > > There is a CI build, in any case: > https://ci.freebsd.org/job/FreeBSD-head-powerpc64-build/ > > It showed a failure for build #11532 (r350018): > https://ci.freebsd.org/job/FreeBSD-head-powerpc64-build/11532/ > > and also how it got fixed in build #11533 (r350020): > https://ci.freebsd.org/job/FreeBSD-head-powerpc64-build/11533/ > > Unfortunately there is no test job which attempts to fire up a world > inside e.g. qemu. Oh well, thank you for the info. Lucky me that I fell into the exact same build problem which only happens rarely. Hardly a lottery ticket win but I am happy to see the CI information. Dennis