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 B7CAFA0C41 for ; Wed, 14 Jul 2021 14:01:42 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AFF8440E3C; Wed, 14 Jul 2021 14:01:42 +0200 (CEST) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by mails.dpdk.org (Postfix) with ESMTP id B03A84069F for ; Wed, 14 Jul 2021 14:01:40 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10044"; a="207313819" X-IronPort-AV: E=Sophos;i="5.84,239,1620716400"; d="scan'208";a="207313819" Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Jul 2021 05:01:39 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.84,239,1620716400"; d="scan'208";a="494428059" Received: from irsmsx603.ger.corp.intel.com ([163.33.146.9]) by FMSMGA003.fm.intel.com with ESMTP; 14 Jul 2021 05:01:38 -0700 Received: from irsmsx601.ger.corp.intel.com (163.33.146.7) by irsmsx603.ger.corp.intel.com (163.33.146.9) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2242.10; Wed, 14 Jul 2021 13:01:37 +0100 Received: from irsmsx601.ger.corp.intel.com ([163.33.146.7]) by irsmsx601.ger.corp.intel.com ([163.33.146.7]) with mapi id 15.01.2242.010; Wed, 14 Jul 2021 13:01:37 +0100 From: "Richardson, Bruce" To: Thomas Monjalon , Brandon Lo CC: "ci@dpdk.org" , dpdklab Thread-Topic: [dpdk-ci] FreeBSD 13 Unit Testing -- Two Tests Failing Thread-Index: AQHXeKSmT9eZB0M2/k2TyjRP2vFlYqtCXnIg Date: Wed, 14 Jul 2021 12:01:36 +0000 Message-ID: <1bbefd39fad84e72a80eaf49a3546137@intel.com> References: <4119115.q1FlOAyJBL@thomas> In-Reply-To: <4119115.q1FlOAyJBL@thomas> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-version: 11.5.1.3 dlp-product: dlpe-windows dlp-reaction: no-action x-originating-ip: [163.33.253.164] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-ci] FreeBSD 13 Unit Testing -- Two Tests Failing 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" I don't believe we have interrupt support on FreeBSD, so it should probably= return with TEST_SKIPPED immediately. As for the other, I'd have to invest= igate. I'll try and test both this afternoon and see if I can see any quick fixes. /Bruce > -----Original Message----- > From: Thomas Monjalon > Sent: Wednesday, July 14, 2021 12:38 PM > To: Brandon Lo > Cc: ci@dpdk.org; dpdklab ; Richardson, Bruce > > Subject: Re: [dpdk-ci] FreeBSD 13 Unit Testing -- Two Tests Failing >=20 > +Cc Bruce, maintainer of the FreeBSD port >=20 > 13/07/2021 22:55, Brandon Lo: > > Hello all, > > > > I am looking to expand the coverage of the community lab by running > > DPDK unit tests on FreeBSD 13. > > Currently, in the fast tests suite, there are 2 tests failing and > > preventing the environment from being put into production: > > interrupt_autotest and memory_autotest. > > This test was on DPDK main, commit > a95bbb72623c310df4d0c8ad45c2ee06f538e01b. > > > > interrupt_autotest fails quite quickly: > > stdout: > > RTE>>interrupt_autotest > > Check unknown valid interrupt full path > > callback has not been called > > failure occurred during checking unknown valid interrupt full path > > Clearing for interrupt tests > > Test Failed > > > > memory_autotest fails after dumping memory: > > stdout: > > RTE>>memory_autotest > > Dump memory layout > > ... > > Error getting segment fd's > > Test Failed > > > > Could somebody more familiar with the tests confirm if these are real > issues? > > > > Thanks, > > Brandon > > > > -- > > Brandon Lo > > > > UNH InterOperability Laboratory > > > > 21 Madbury Rd, Suite 100, Durham, NH 03824 > > > > blo@iol.unh.edu > > > > www.iol.unh.edu > > >=20 >=20 >=20 >=20