From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 4C99EA034F for ; Fri, 7 May 2021 14:48:04 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1A43B4013F; Fri, 7 May 2021 14:48:04 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by mails.dpdk.org (Postfix) with ESMTP id B24D640040 for ; Fri, 7 May 2021 14:48:02 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1620391681; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=9DCCeM8BXp6mtnSq8ANLrILENghP9oQPgLlUGSnFR6M=; b=ZNCZ8B8uoc+6DI3JFNSQBg3aFp45qprbFGhHPt3NwuEljiZJTh7LTLyHr4S0FoWGiiuAeL 01U+Nmi8K8uyixB+NQI1YJj/VUNam3XixwbsxfzAbpv6c85H4F3ze5asb4y9gKcEWGCben fWz+588IuAPup4IGN5JUnJf+a3YUkJo= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-11-4Knht6yoPfebgB_cHfO74A-1; Fri, 07 May 2021 08:47:46 -0400 X-MC-Unique: 4Knht6yoPfebgB_cHfO74A-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 23617EC1BF; Fri, 7 May 2021 12:47:19 +0000 (UTC) Received: from RHTPC1VM0NT (ovpn-113-72.rdu2.redhat.com [10.10.113.72]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 76E59E71E; Fri, 7 May 2021 12:47:18 +0000 (UTC) From: Aaron Conole To: Jie Zhou Cc: "ci@dpdk.org" , Brandon Lo , Owen Hilyard , Lincoln Lavoie References: Date: Fri, 07 May 2021 08:47:17 -0400 In-Reply-To: (Jie Zhou's message of "Thu, 6 May 2021 22:35:57 +0000") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=aconole@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-ci] Help with a rerun of failed ci/iol-intel-functional X-BeenThere: ci@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK CI discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ci-bounces@dpdk.org Sender: "ci" Jie Zhou writes: > Hi, > > =20 > > This patchset > (http://patchwork.dpdk.org/project/dpdk/patch/1620241931-28435-11-git-sen= d-email-jizh@linux.microsoft.com/) > hit CI lab test failure on ci/iol-intel-functional (https://lab.dpdk.org/= results/dashboard/patchsets/16955/). Per > looking at the log, don=E2=80=99t see how that is related to the change f= rom this patchset (previous versions passed this test > and this V13 just trivially resolve a header file 1 line patch apply conf= lict). Wondering if is it possible that you help with > rerun this test for the patchset to see the failure is intermittent or no= t? Appreciate your help! I see errors like: ------------------------------------ Traceback (most recent call last): File "/usr/local/lib/python3.6/dist-packages/scapy/supersocket.py", line = 134, in __del__ self.close() File "/usr/local/lib/python3.6/dist-packages/scapy/arch/linux.py", line 5= 14, in close set_promisc(self.ins, self.iface, 0) File "/usr/local/lib/python3.6/dist-packages/scapy/arch/linux.py", line 1= 65, in set_promisc mreq =3D struct.pack("IHH8s", get_if_index(iff), PACKET_MR_PROMISC, 0, = b"") File "/usr/local/lib/python3.6/dist-packages/scapy/arch/linux.py", line 3= 80, in get_if_index return int(struct.unpack("I", get_if(iff, SIOCGIFINDEX)[16:20])[0]) File "/usr/local/lib/python3.6/dist-packages/scapy/arch/common.py", line = 59, in get_if ifreq =3D ioctl(sck, cmd, struct.pack("16s16x", iff.encode("utf8"))) OSError: [Errno 19] No such device ------------------------------------ File "/usr/local/lib/python3.6/dist-packages/pexpect/spawnbase.py", line = 166, in read_nonblocking s =3D os.read(self.child_fd, size) OSError: [Errno 5] Input/output error ------------------------------------ Looks like it's something in the infrastructure or configuration of the HW. CC'd the lab folks. > =20 > > Thanks. > > =20 > > Jie