From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 6482C1BDCD for ; Sat, 23 Jun 2018 13:54:22 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 8700221AD4; Sat, 23 Jun 2018 07:54:21 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Sat, 23 Jun 2018 07:54:21 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=g4WjPp52YhkChEBbZZO/UDzL8Y tHwe5NnTEZoBiGhyk=; b=jzGrD3mhZefYw2FXcRoMDDvHCCYQIJk+R8QxDt8y79 sanUEum9Bq1fWFLMfet8CxtwF4VhFRImAU5+vnvbs7dp1IDBIMSZf/pYBObQfJCt 3HbEpana3RLjmXVuidrTXxC9wAMx8H8yxnW3ryh17FsMnTvRrfF9Z4qDwI16wbz1 c= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=g4WjPp 52YhkChEBbZZO/UDzL8YtHwe5NnTEZoBiGhyk=; b=U1/4g+mnqipMiW1XgvyUs6 E+UbHTDoJbGwoTU3FMRjk/YQ9D1bdbdyBzhp6jrtz+r0UWrM+wvRFRPX8XhgH4g9 w/x+47qK1hh/Vhr86PkbVgK3LXHiUkP2fJPl3qef4L9gizB5TO9D8lf6YtOKFVp6 YjKMKHPvDaYz0yODLVKu+oyyuxCG6UuFwmC2zV6LopxHlhgFqTA+bm2c5UtM791F iHEN9+GMxxOlxEfl5qToo0DYq0F09jPM2hGkibaWtfRSnlDapaFNByDiMZRNTEBN iY6wNNr4enQIAkDgiNLuOOJrhzOC+Y9vvNaPE6c2E3xkeax9vqxyY98pMpNv7Zlg == X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id AAB9910252; Sat, 23 Jun 2018 07:54:20 -0400 (EDT) From: Thomas Monjalon To: Patrick MacArthur , Jeremy Plsek Cc: Ali Alnubani , dpdklab@iol.unh.edu, ci@dpdk.org Date: Sat, 23 Jun 2018 13:54:18 +0200 Message-ID: <4540187.4GUMsM9S97@xps> In-Reply-To: References: <33254811.9IWW2kmgxN@xps> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-ci] [dpdklab] Re: patchwork REST API patches endpoint 500 error X-BeenThere: ci@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK CI discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jun 2018 11:54:22 -0000 Thanks One more information: Ali found a disk space issue on the server. It is now fixed (for some time). We will increase disk space, and will switch to a new server in few months. 23/06/2018 01:00, Patrick MacArthur: > Hi, Thomas, > > Just a piece of additional information: I have determined that this appears > to be an issue with the patch list endpoint in the API ( > http://patches.dpdk.org/api/1.0/patches/), but the patch detail REST API > endpoint (http://patches.dpdk.org/api/1.0/patches/X/ for a given patch X) > works fine. > > Based on this, I have been able to work around the issue for now so testing > of new patch series can resume. > > As for the patch series mbox URLs, we would like to move to using the new > series support to avoid tracking them by hand, but we have not gotten > around to it yet. > > Thanks, > Patrick > > On Fri, Jun 22, 2018 at 11:39 AM Thomas Monjalon > wrote: > > > 22/06/2018 16:16, Jeremy Plsek: > > > Hi Thomas, > > > > > > The specific URL we are trying to access is: > > > > > http://patches.dpdk.org/api/patches/?archived=1&order=-date&project=dpdk&page=1 > > > > > > Which used to work before. > > > > > > I've also noticed 500's every so often on just > > > http://patches.dpdk.org/api/patches/ > > > > Indeed it is not working anymore. > > I don't know what happens. > > > > Is it possible to use https://patches.dpdk.org/series/ID/mbox/ ? > > > > > > > On Fri, Jun 22, 2018 at 3:16 AM Thomas Monjalon > > wrote: > > > > > > > 22/06/2018 01:41, Patrick MacArthur: > > > > > Hi, > > > > > > > > > > The Patchwork instance is throwing a 500 error when our scripts try > > to > > > > > access the following URL: > > > > > > > > > > http://patches.dpdk.org/api/1.0/patches/ > > > > > > > > > > Our scripts currently use this endpoint to scrape new patches to be > > > > applied > > > > > and tested in our system. > > > > > > > > > > Could you please look into this? > > > > > > > > You know patchwork has been updated? > > > > > > > > Look at this page for the summary of APIs: > > > > http://patches.dpdk.org/api/ > > > > > > > > There is this one: > > > > http://patches.dpdk.org/api/patches/ > > > > > > > > But you should download series with this URL: > > > > https://patches.dpdk.org/series/ID/mbox/ > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >