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 776AEA0524 for ; Thu, 6 May 2021 18:15:15 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 494D2410FA; Thu, 6 May 2021 18:15:15 +0200 (CEST) Received: from mail-io1-f42.google.com (mail-io1-f42.google.com [209.85.166.42]) by mails.dpdk.org (Postfix) with ESMTP id BBBFC410FA for ; Thu, 6 May 2021 18:15:14 +0200 (CEST) Received: by mail-io1-f42.google.com with SMTP id a11so5342072ioo.0 for ; Thu, 06 May 2021 09:15:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=ohUqJ69SD87XvpqsQYF8PxEuWwT3lxrAiE4sXZnsruo=; b=J72xiG+78IueYm0kYwbRXsVPzqUjygqjd+I/QoquVLxaJB6AIcMUUI10Snr3zm2QS6 qlmKq8vGVoqB8nDEz0hJts8Fgp459i+TueTgQmGeQfpYQzigWOLjCFKCjQygBJcbHoel wkh1MnXf/e1viagEF8eyspkjYCsw+SrT7Foho= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=ohUqJ69SD87XvpqsQYF8PxEuWwT3lxrAiE4sXZnsruo=; b=MTmUtECguQMkSLrL7JzeLrD9bsM0uolEYiNdBb+CPB6EyTEThw5fUkvVPPQLgcMeAF a/J1stoN2P22Gl0PvOeLmCFfw4dkvPsQ6SUNRttekWY5S8HwBVMPggOgOtH5tbhkOSuZ uTVgh/Po3AnppK9ltrX+wm3SoQpzpFat6O0DXp7zPK80aZ583StHfduoPyjQqqARiFnG zbZHRtBpbvuKZz8hPH8u5Zg9wEIqXnFe8hW0kjt6WeswxXA4U+goGfRUnbZa8NFPb8Co dJyI7arp5JTy9jgqQRVZ7+kZApBHYINsomZAu5ugcm82mIwEa3c59s77rPNOwPNzNl0Q LVQQ== X-Gm-Message-State: AOAM5312xuEvWLLXhfVwqweEEc7aPaAVajJOqKmQ9aYkSg6Gv/GXQ/2A C0lmKQQPP8RkRao9+RBjzCZu5V9tNvDkXB2sYez15g== X-Google-Smtp-Source: ABdhPJy9LkfoNWgIBguh6BLMztuonN6epWeXg5Z48a2S/l3L9lFyRbyAMZVrnLvdeGlDv2llFlvYlJ3LMXFchG14Gf8= X-Received: by 2002:a6b:f10a:: with SMTP id e10mr3974229iog.188.1620317714052; Thu, 06 May 2021 09:15:14 -0700 (PDT) MIME-Version: 1.0 References: <1905198.ZecszVm5bm@thomas> In-Reply-To: From: Brandon Lo Date: Thu, 6 May 2021 12:14:38 -0400 Message-ID: To: David Marchand Cc: Thomas Monjalon , Owen Hilyard , dev , ci@dpdk.org, Akhil Goyal , Aaron Conole Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-ci] dpdk-next-crypto/master is failing tests 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" Hi all, dpdk-next-qos and dpdk-next-pipeline remotes have been removed. dpdk-next-virtio and dpdk-next-crypto remotes have been switched to track main and for-main branches respectively. Thanks, Brandon On Thu, May 6, 2021 at 3:32 AM David Marchand wrote: > > On Wed, May 5, 2021 at 11:52 PM Thomas Monjalon wrote: > > > > 05/05/2021 23:31, Owen Hilyard: > > > 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 > > > > > > output.zip > > > > > > > Looking at the version in the archive, it is dpdk-20.11-rc0. > > > - For the dpdk-next-crypto branch (that I suppose is the reference for > testing crypto patches), the HEAD is at "dpdk-next-crypto/master". > IIRC, we moved away for the "master" name for branches in August 2020. > $ git ll |head -2 > f694bded31 - (HEAD -> temp) test/crypto: copy offset data to oop dst > buffer (31 hours ago) > 8b6b2bf6b5 - (dpdk-next-crypto/master, dpdk-next-crypto) test/service: > fix race condition on stopping lcore (8 months ago) > > > - TLDR: the dpdk-next-virtio branch needs fixing too. > > Bonus: > * the dpdk-next-pipeline and dpdk-next-qos remotes are unused and can > be dropped, > * the master, dpdk-next-pipeline, dpdk-next-qos branches are unused > and can be dropped, > * references to /master branches can be dropped, > > > Details: > > $ for tree in $(git remote -v |awk '/fetch/ {print $2}'); do grep -q > "^T: $tree" MAINTAINERS || echo $tree; done > git://dpdk.org/next/dpdk-next-pipeline > git://dpdk.org/next/dpdk-next-qos > > The dpdk-next-pipeline and dpdk-next-qos remotes can be removed, those > trees are not used anymore. > > > $ for branch in $(git branch |grep -v temp); do git ll > refs/heads/$branch |head -1; done > caec80f92a - (dpdk/main, dpdk-next-crypto/for-main, main, dpdk) > common/mlx5: add UMR and RDMA write WQE definitions (34 hours ago) > > 8b6b2bf6b5 - (dpdk-next-crypto/master, dpdk-next-crypto) test/service: > fix race condition on stopping lcore (8 months ago) > ^^ > This is the issue that triggered this mail. > 13116d6e86 - (dpdk-next-eventdev/for-main, dpdk-next-eventdev) > event/cnxk: add devargs to control timer adapters (2 days ago) > > e50ca76c69 - (dpdk-next-net-brcm/pre-submit, dpdk-next-net-brcm/main, > dpdk-next-net-brcm/for-next-net, dpdk-next-net-brcm, dpdk-next-net) > net/mlx5: fix TCP flags size for modify actions (3 days ago) Jaddo> > e50ca76c69 - (dpdk-next-net-brcm/pre-submit, dpdk-next-net-brcm/main, > dpdk-next-net-brcm/for-next-net, dpdk-next-net-brcm, dpdk-next-net) > net/mlx5: fix TCP flags size for modify actions (3 days ago) Jaddo> > f21ea9c424 - (dpdk-next-net-intel/main, > dpdk-next-net-intel/for-next-net, dpdk-next-net-intel) net/iavf: fix > VLAN tag extraction handling in AVX512 path (6 days ago) > fd09e24352 - (dpdk-next-net-mlx/main, dpdk-next-net-mlx/for-next-net, > dpdk-next-net-mlx) net/mlx5: fix tunnel offload private items location > (2 days ago) > 156527cfb9 - (dpdk-next-net-mrvl/for-main, dpdk-next-net-mrvl) > net/octeontx2: support flow action port id (6 weeks ago) > 830410b265 - (tag: v18.05-rc6, dpdk-next-pipeline) version: 18.05-rc6 > (2 years, 11 months ago) > ^^ > This branch can be dropped, since associated patches are > supposed to be tested against the main dpdk repo/branch. > 89f6a4be21 - (dpdk-next-virtio/master, dpdk-next-virtio) vdpa/mlx5: > fix virtq unset (9 months ago) > ^^ > dpdk-next-virtio needs fixing. Like dpdk-next-crypto, > dpdk-next-virtio references the old master branch. > caec80f92a - (dpdk/main, dpdk-next-crypto/for-main, main, dpdk) > common/mlx5: add UMR and RDMA write WQE definitions (34 hours ago) > > d218a4d060 - (master) doc: add meter API change to release notes (3 > years, 1 month ago) > ^^ > This branch can be dropped. > > > $ git branch -lr |grep /master > dpdk-next-crypto/master > dpdk-next-eventdev/master > dpdk-next-net-brcm/master > dpdk-next-net-intel/master > dpdk-next-net-mlx/master > dpdk-next-net-mrvl/master > dpdk-next-net/master > dpdk-next-pipeline/master > dpdk-next-virtio/master > dpdk/HEAD -> dpdk/master > dpdk/master > > Those remote tracking branches can be dropped. > > > -- > David Marchand > -- Brandon Lo UNH InterOperability Laboratory 21 Madbury Rd, Suite 100, Durham, NH 03824 blo@iol.unh.edu www.iol.unh.edu