From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124])
	by inbox.dpdk.org (Postfix) with ESMTP id 2EE39A0524;
	Wed,  5 May 2021 23:32:44 +0200 (CEST)
Received: from [217.70.189.124] (localhost [127.0.0.1])
	by mails.dpdk.org (Postfix) with ESMTP id 8930B410E2;
	Wed,  5 May 2021 23:32:43 +0200 (CEST)
Received: from mail-oi1-f172.google.com (mail-oi1-f172.google.com
 [209.85.167.172])
 by mails.dpdk.org (Postfix) with ESMTP id 5340740040
 for <dev@dpdk.org>; Wed,  5 May 2021 23:32:42 +0200 (CEST)
Received: by mail-oi1-f172.google.com with SMTP id t8so3607172oij.0
 for <dev@dpdk.org>; Wed, 05 May 2021 14:32:42 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol;
 h=mime-version:from:date:message-id:subject:to:cc;
 bh=dzT12OCqgPs7XGQ0Nvy6dKhQIMs6AAK873m4UWc9lWU=;
 b=N8/ZqGqo5F2WyLnDyzdR2GgPvB21rlnEoDSPVnuRI0dQ3V9J8LPOA6l2nb4pPdGnao
 cis68Ha6erdq1GbYTyC8ez9Vhd0xl/J7CqIFmas09ms6bRjqC+2mp/kpKX/IJWMNgZaq
 ZcF9buJkd7vSsTuSasjjE94ZolMHe3KcV37/E=
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20161025;
 h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc;
 bh=dzT12OCqgPs7XGQ0Nvy6dKhQIMs6AAK873m4UWc9lWU=;
 b=hnStw0NJJ56ZQMp9Wuo5OdWBVWiss2tk2Uz9lf+NhvMZ0AiskABGKYSNIgLeF5wpS0
 nmAEHowPOwURs8HLghkhhTbYL3zFs4WZe/tCnunPA/6hQrPnDYzaRY6h58em/T9O3Fpl
 tJPqvWCrRDXhKoFbJACHyGf81VV1QDNV/1/Bb4b9m/9fC/o8+/2GBemcoISXjqcmKbV5
 XTqFpfL33EWmWlyKyGJBEE8PbWQgpdUjN00OVnpHHUfHx1aA5c7G3KsAIohlCyAS/uA8
 /Uf3bdh0D6NC0apD6RHhRym42BxG+Ayufjdh/b7wH5dJBpISWr7IOcS4bGlouklAtEsf
 u6HQ==
X-Gm-Message-State: AOAM532jWGp7U8Naeor4k2igtU1CpHMrfMpS1GTO+kMUtvfUSOLsmSwC
 WVK0PI+j56RiDoABSN40ER/EOvPu58goFV0lsItAxdnGdZCU0ogf
X-Google-Smtp-Source: ABdhPJw4GAcXsFkRJAeQT5sQ+avJfdJpbGN3ReLUrf87jZtoHP5octxnfYex8Nrdj2rIAvlSKm63IaurAMTiqsZnrtE=
X-Received: by 2002:aca:b208:: with SMTP id b8mr8539731oif.79.1620250361534;
 Wed, 05 May 2021 14:32:41 -0700 (PDT)
MIME-Version: 1.0
From: Owen Hilyard <ohilyard@iol.unh.edu>
Date: Wed, 5 May 2021 17:31:41 -0400
Message-ID: <CAHx6DYCnydqASzey4fMXcc3WA2Z0G8o+xJfScUzCWB1zuYZF3Q@mail.gmail.com>
To: dev@dpdk.org, ci@dpdk.org
Cc: gakhil@marvell.com
Content-Type: text/plain; charset="UTF-8"
X-Content-Filtered-By: Mailman/MimeDel 2.1.29
Subject: [dpdk-dev] dpdk-next-crypto/master is failing tests
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org
Sender: "dev" <dev-bounces@dpdk.org>

The Intel 10G and Intel 40G systems at the community lab had test jobs
begin to crash a few hours ago. This was the result of DTS crashing
severely enough that the job was unable to continue. A brief investigation
makes it seem like the "-a" flag for testpmd has been removed, which is
causing the timeout. Logs and the tarball which caused the issue are
attached.
 dpdk.tar.gz
<https://drive.google.com/file/d/1wIMnKdHJ6RMa-Xf76W1riDrdDjRQK5SD/view?usp=drive_web>
 output.zip
<https://drive.google.com/file/d/10W6d4bcyr5oEpG8KWRszw0rTIuKe7jIC/view?usp=drive_web>