From owner-freebsd-mips@freebsd.org Fri Nov 16 16:40:26 2018 Return-Path: Delivered-To: freebsd-mips@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DA5F51136ABD for ; Fri, 16 Nov 2018 16:40:26 +0000 (UTC) (envelope-from srs0=lgbg=n3=vega.codepro.be=kp@codepro.be) Received: from venus.codepro.be (venus.codepro.be [IPv6:2a01:4f8:162:1127::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "smtp.codepro.be", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D4D3B857FE for ; Fri, 16 Nov 2018 16:40:25 +0000 (UTC) (envelope-from srs0=lgbg=n3=vega.codepro.be=kp@codepro.be) Received: from vega.codepro.be (unknown [172.16.1.3]) by venus.codepro.be (Postfix) with ESMTP id 6A6FF10371; Fri, 16 Nov 2018 17:40:23 +0100 (CET) Received: by vega.codepro.be (Postfix, from userid 1001) id 65E622676B; Fri, 16 Nov 2018 17:40:23 +0100 (CET) Date: Fri, 16 Nov 2018 17:40:23 +0100 From: Kristof Provost To: Mori Hiroki Cc: "freebsd-mips@freebsd.org" Subject: Re: arc error Message-ID: <20181116164023.GF78401@vega.codepro.be> References: <184666.63563.qm@web103912.mail.ssk.yahoo.co.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <184666.63563.qm@web103912.mail.ssk.yahoo.co.jp> X-Checked-By-NSA: Probably User-Agent: Mutt/1.10.1 (2018-07-13) X-Rspamd-Queue-Id: D4D3B857FE X-Spamd-Result: default: False [-4.33 / 40.00]; TO_DN_EQ_ADDR_SOME(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip6:2a01:4f8:162:1127::2]; RCVD_COUNT_THREE(0.00)[3]; RCVD_IN_DNSWL_MED(-0.20)[2.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.7.2.1.1.2.6.1.0.8.f.4.0.1.0.a.2.list.dnswl.org : 127.0.9.2]; RCPT_COUNT_TWO(0.00)[2]; MX_GOOD(-0.01)[mx2.codepro.be,mx1.codepro.be]; FORGED_SENDER(0.30)[kp@freebsd.org,srs0=lgbg=n3=vega.codepro.be=kp@codepro.be]; FREEMAIL_TO(0.00)[yahoo.co.jp]; R_DKIM_NA(0.00)[]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:24940, ipnet:2a01:4f8::/29, country:DE]; FROM_NEQ_ENVFROM(0.00)[kp@freebsd.org,srs0=lgbg=n3=vega.codepro.be=kp@codepro.be]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; NEURAL_HAM_SHORT(-0.94)[-0.935,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[freebsd.org]; TO_MATCH_ENVRCPT_SOME(0.00)[]; IP_SCORE(-1.18)[ipnet: 2a01:4f8::/29(-3.01), asn: 24940(-2.91), country: DE(-0.01)] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Nov 2018 16:40:27 -0000 On 2018-11-16 13:34:42 (+0900), Mori Hiroki wrote: > I have error by "arc diff --create" some time recently. > > Linting... >  LINT OKAY  No lint problems. > Running unit tests... > No unit test engine is configured for this project. >  Exception > [cURL/92] (https://reviews.freebsd.org/api/differential.creatediff) The cURL lib > rary raised an error while making a request. You may be able to find more inform > ation about this error (error code: 92) on the cURL site: http://curl.haxx.se/li > bcurl/c/libcurl-errors.html# > (Run with `--trace` for a full exception trace.) > > Is this Phabricator problem ? > I believe so, because it's been happening to me too. I've not yet investigated it, I just resorted to manually creating the reviews. Best regards, Kristof