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 598C47D30; Fri, 5 Jan 2018 15:09:14 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id BAC9020A5F; Fri, 5 Jan 2018 09:09:13 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Fri, 05 Jan 2018 09:09:13 -0500 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=6sktsCswjtYoZvhbZrX8sh0D7x o0yqvWeba7v2RCXIM=; b=sq113CcyqQQCcbIt9RBxyTnLygnPyz2/ndqrjJuGN7 gjpeTNojK0PYctx/6zY1U2tulph0w/Rkdq1n70QrCdUMju8V7ts15NnvND+gKhm9 nR5v2gIlCFwLbX9ZzE6e6xnKgJyM5ACQHZIN7A7uoGxxhpsuKBzev2XpdZJ1oSs2 A= 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=fm1; bh=6sktsC swjtYoZvhbZrX8sh0D7xo0yqvWeba7v2RCXIM=; b=OGGFqAemkKlgk+M+8VnNPT CopqfXHT50LQBHykL6ATWzXwJgVleT+0Tfmhtnv+n+D7eH58zOpfooWlwtAYOiAG 9plepCjy6xXKW5dgPY/6CSI6bacCmCm5Bu458b89afbFYaJtdmNgAQfJVXPdm50j qeYu2eDsQ9bQg0jH9LFfKSHYP7uxcsknqIuigzT44r98XhnkLXPqtCZxFPenkd0c 6N1Y8uyBcz1fJPd9lypX3FoXc8JwDMKxyG20A0PnbvBGRnSrJE7XOM7T68tHTKkA ns8OdrpPar7gJMo9owoTGYYPtEsLrqznpbCIQs31yfhK+SV4MTKjnyOJZYhOP7zQ == 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 668C87E12A; Fri, 5 Jan 2018 09:09:13 -0500 (EST) From: Thomas Monjalon To: Neil Horman Cc: dev@dpdk.org, Bruce Richardson , john.mcnamara@intel.com, qian.q.xu@intel.com, ci@dpdk.org Date: Fri, 05 Jan 2018 15:08:52 +0100 Message-ID: <3514290.FTHxXqWOug@xps> In-Reply-To: <20180104125631.GA919@hmswarspite.think-freely.org> References: <20171201185628.16261-1-nhorman@tuxdriver.com> <20171230171517.GA4393@neilslaptop.think-freely.org> <20180104125631.GA919@hmswarspite.think-freely.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-ci] [dpdk-dev] [PATCHv3 0/4] dpdk: enhance EXPERIMENTAL api tagging 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: Fri, 05 Jan 2018 14:09:14 -0000 04/01/2018 13:56, Neil Horman: > On Sat, Dec 30, 2017 at 12:15:17PM -0500, Neil Horman wrote: > > Thomas- > > I just noticed that the ci tests are failing on the intel compiler, which > > makes very little sense to me, as the error is a permission error on a bash > > script that added in this series, which works during the gcc compilation. Can > > you take a look at that please? > > > > thanks > > Neil > > > Ping again Thomas, I've still heard nothing from you or the CI group about > getting more visibility into the odd permission problem in the CI runs this > seems to be encountering. I'd love to fix it, but the information in the report > is insufficient to have any idea whats going on and the problem does not occur > on local builds. Please advise. Unfortunately, I have no clues about this setup. The report is sent by sys_stv@intel.com. Adding Qian as Cc. The error is "buildtools/experimentalsyms.sh: Permission denied" And the file mode is 100755. Anyone from Intel to check what happens please?