From owner-freebsd-current@freebsd.org Thu Aug 27 13:55:10 2020 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 D00CE3B2C16 for ; Thu, 27 Aug 2020 13:55:10 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4Bckkk4dHqz4fZx for ; Thu, 27 Aug 2020 13:55:10 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: by mailman.nyi.freebsd.org (Postfix) id 9E8933B28A3; Thu, 27 Aug 2020 13:55:10 +0000 (UTC) Delivered-To: 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 9E2873B2C15; Thu, 27 Aug 2020 13:55:10 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [18.222.6.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.soaustin.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bckkk1FgVz4fXT; Thu, 27 Aug 2020 13:55:10 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from lonesome.com (unknown [18.188.142.31]) by mail.soaustin.net (Postfix) with ESMTPSA id 80B3B4E396; Thu, 27 Aug 2020 13:55:09 +0000 (UTC) Date: Thu, 27 Aug 2020 13:55:08 +0000 From: Mark Linimon To: current@FreeBSD.org, ports@FreeBSD.org Cc: linimon@FreeBSD.org Subject: the state of amd64 ports on -CURRENT as of 20200827 Message-ID: <20200827135507.GA26503@lonesome.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-Rspamd-Queue-Id: 4Bckkk1FgVz4fXT X-Spamd-Bar: ++ X-Spamd-Result: default: False [2.99 / 15.00]; RCVD_TLS_ALL(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; FREEFALL_USER(0.00)[linimon]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; ARC_NA(0.00)[]; AUTH_NA(1.00)[]; DMARC_NA(0.00)[lonesome.com]; NEURAL_SPAM_MEDIUM(0.82)[0.824]; NEURAL_SPAM_SHORT(0.61)[0.612]; RCVD_IN_DNSWL_MED(-0.20)[18.222.6.11:from]; NEURAL_SPAM_LONG(0.85)[0.852]; R_SPF_NA(0.00)[no SPF record]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:16509, ipnet:18.220.0.0/14, country:US]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[current,ports] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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: Thu, 27 Aug 2020 13:55:10 -0000 The latest build of amd64-CURRENT ports has just completed: http://beefy18.nyi.freebsd.org/build.html?mastername=head-amd64-default&build=p546132_s364744 The number of build failures is now 740. This is an slight drop from the initial post-clang11 commit of 830. This is due to diligent work by a more than a dozen ports committers. I appreciate their efforts. For comparison, the last build of amd64-CURRENT before the clang11 import was: http://beefy18.nyi.freebsd.org/build.html?mastername=head-amd64-default&build=p544905_s364239 in which there were 66 build failures. I have added two new analyses to the script that generated the Reason column in poudriere (technically: processonelog.sh): "duplicate_symbol" and "clang11". This new change is not yet deployed on the ports build cluster. (I am currently working to make that happen.) For any ports committer interested in working on fixing these regressions, the following files may give some hints. The "corrected" analyses for the current build failures: https://people.freebsd.org/~linimon/tmp/regresslogs.out.wanted and the changes this represents from the Reason column on beefy18: https://people.freebsd.org/~linimon/tmp/diff.out mcl