From owner-dev-commits-ports-all@freebsd.org Thu Apr 15 04:37:26 2021 Return-Path: Delivered-To: dev-commits-ports-all@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 F28225DEED2; Thu, 15 Apr 2021 04:37:26 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from maybe.home.utahime.org (gate.home.utahime.org [183.180.29.210]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4FLRQZ4rHRz4s3J; Thu, 15 Apr 2021 04:37:26 +0000 (UTC) (envelope-from yasu@utahime.org) Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by maybe.home.utahime.org (Postfix) with ESMTPS id 7306423222; Thu, 15 Apr 2021 13:37:15 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=utahime.org; s=maybe2019112701; t=1618461435; bh=m9zguaoFElsMloU3hhild5v1i4l2BVL63R8C4r9fLes=; h=Date:To:Cc:Subject:From:In-Reply-To:References; b=IxndR/pR/N+vdNA+pIPQsDTj2HOFVK6RO8EUoBzo9NcqVFQP8z89/v7d69NdW7gJH Nq/tBuPLzGf9FgxthGPPGTNgzxiIdsSC2ulw01qp1toppnBHOTlrMSaFbplNQ4/rPL 9lAnLDnOFI9kLLwYdJtCLK2B7RXTvsHi91mxPFvdQ8RQOQR6HTiJYyWNAL431aMMKU 4/RrbAAc6ugqP43zNRVy5GsPmAyhIKI8tuxD4wrPYOUk3GCztf0xeVr7tWiCXV/uJF /oQT0YvdBvVHbNZhoKgZ42ITsKqEhZNWx6NT0pAsRVwJpYP8mFV6Dr8h67utwKvdQv MRFXyA59ZZSRg== Received: from localhost (rolling.home.utahime.org [192.168.174.11]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384)) (No client certificate requested) by eastasia.home.utahime.org (Postfix) with ESMTPSA id 3A75925D3E; Thu, 15 Apr 2021 13:37:14 +0900 (JST) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.103.2 at eastasia.home.utahime.org Date: Thu, 15 Apr 2021 13:35:47 +0900 (JST) Message-Id: <20210415.133547.1825259409916309206.yasu@utahime.org> To: otis@FreeBSD.org Cc: dbaio@FreeBSD.org, ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: Re: git: 8115936097b3 - main - security/py-[acme|certbot]: Update to 1.14.0 From: Yasuhiro Kimura In-Reply-To: <4398C5AE-0273-40DA-90C5-522A40A371FD@FreeBSD.org> References: <202104102010.13AKAuI6040079@gitrepo.freebsd.org> <4398C5AE-0273-40DA-90C5-522A40A371FD@FreeBSD.org> X-Mailer: Mew version 6.8 on Emacs 27.2 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4FLRQZ4rHRz4s3J X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Apr 2021 04:37:27 -0000 From: Juraj Lutter Subject: Re: git: 8115936097b3 - main - security/py-[acme|certbot]: Update to 1.14.0 Date: Wed, 14 Apr 2021 13:22:14 +0200 > Hi, > > did you do any tests? After update, poudriere shouts on me: > > Running Sphinx v3.5.2 > > Encoding error: > 'ascii' codec can't decode byte 0xc2 in position 69: ordinal not in range(128) > The full traceback has been saved in /tmp/sphinx-err-u_3thyuo.log, if you want to report the issue to the developers. > *** Error code 2 > > Full log: > https://freebsd-stable.builder.wilbury.net/data/12_STABLE_GENERIC_amd64-default-mzmon/2021-04-14_13h01m43s/logs/errors/py36-certbot-1.14.0,1.log I tried build test of security/py-certbot from scratch with following conditions. Host: 13.0-RELEASE amd64 Poudriere: 3.3.6 Jail: 13.0-RELEASE amd64 Ports tree: 16bd70b5395a of main Default python: 3.6 And got following result. https://www.utahime.org/FreeBSD/poudriere/data/logs/bulk/130amd64-default-python36/2021-04-15_13h07m13s/build.html As you can see it failed because of build error of www/py-request-toolbelt. https://www.utahime.org/FreeBSD/poudriere/data/logs/bulk/130amd64-default-python36/2021-04-15_13h07m13s/logs/errors/py36-requests-toolbelt-0.9.1.log And it failed with similar error message as folloing ---------------------------------------------------------------------- =================================================== ===> Building for py36-requests-toolbelt-0.9.1 running build_sphinx Running Sphinx v3.5.2 Encoding error: 'ascii' codec can't decode byte 0xc2 in position 69: ordinal not in range(128) The full traceback has been saved in /tmp/sphinx-err-nly_d50p.log, if you want to report the issue to the developers. *** Error code 1 Stop. make: stopped in /usr/ports/www/py-requests-toolbelt =>> Cleaning up wrkdir ===> Cleaning for py36-requests-toolbelt-0.9.1 build of www/py-requests-toolbelt | py36-requests-toolbelt-0.9.1 ended at Thu Apr 15 13:14:46 JST 2021 build time: 00:00:10 !!! build failure encountered !!! ---------------------------------------------------------------------- So the source of the problem seems to be combination of python 3.6 and textproc/py-sphinx. --- Yasuhiro Kimura