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 CD63EA055D for ; Mon, 1 Mar 2021 09:04:12 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BAE4222A2CF; Mon, 1 Mar 2021 09:04:12 +0100 (CET) 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 DF77940684 for ; Mon, 1 Mar 2021 09:04:09 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1614585849; 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: in-reply-to:in-reply-to:references:references; bh=vD3eTmbrdWJSlHCINMD8suJzOzx54HsaT7gF9k9jLj8=; b=Lc3npXfjWOAZ5N/yjdPEDZ1851w3+xHc7DyZLm//UBEd3SU4DNqiZkCG9qHFzo9P6dcuLE w3rftASEXbHG6lRSuH8xUGoTjEC7qBewGQaETcUScBcCxDfLnrxC5rbLjn7uZiyzccR1bh 9zbY517qd4hAl+HtLwiIhYu4lkngAss= Received: from mail-vk1-f199.google.com (mail-vk1-f199.google.com [209.85.221.199]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-529-2jiiHiJ-M2C1ki7JUMbSxQ-1; Mon, 01 Mar 2021 03:04:07 -0500 X-MC-Unique: 2jiiHiJ-M2C1ki7JUMbSxQ-1 Received: by mail-vk1-f199.google.com with SMTP id m11so2545061vkl.9 for ; Mon, 01 Mar 2021 00:04:06 -0800 (PST) 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=vD3eTmbrdWJSlHCINMD8suJzOzx54HsaT7gF9k9jLj8=; b=VjD/iBvjDBWJHZsY9U8hfTB682vyGv3NlCBc5N5oQtbOiKBkxexT0AXBIrTjsNFBkc QMQpx42vdEkz7vetys1crpywQZQ2zjE3JFChdoO12Bjj50bZjR5t7+Q6VtGXhhTeQemc NwFn2BAru60wwISK3ZFRxBKNN+ufDZnMfzbOoTNI41wDhpescIpVbP0YUE4zudt4frNe a53rl+jyvZNE0RmI9fSgk+FNh5tMeV6Gl3WkURx55r132U1gFxZNsAEY/01BldgHfIZp 3v592+5IOFkyxx4F7bvE7l78O8t+Zfxb8rg1I4OGDjsLjKr78c1NJNZ6HtCX0f9HVFo3 mDqg== X-Gm-Message-State: AOAM532RlkMPk/gXCzaNlAX5RApirsa16bYDMtedbNPTgqsUSDV4WhFO 3nD4+GybypOj3jvEFoMgqFwPRHnnoX2BiD44ZZAkxYa7wYSmcrRFFf67uzG15byBor2J00xjo9T f8T2ucqRTKzPv224JTj6Rp48= X-Received: by 2002:ab0:1c1b:: with SMTP id a27mr7487789uaj.86.1614585846297; Mon, 01 Mar 2021 00:04:06 -0800 (PST) X-Google-Smtp-Source: ABdhPJxynknLbSlt0z72lWWn5Tdik9dkp/OtvF+VBV31BTL4Yu/w++5+PKShTnXdf5GKxqluvTsOuOffsnb8oteDVtI= X-Received: by 2002:ab0:1c1b:: with SMTP id a27mr7487782uaj.86.1614585846087; Mon, 01 Mar 2021 00:04:06 -0800 (PST) MIME-Version: 1.0 References: <20210225194857.1991315-1-luca.boccassi@gmail.com> In-Reply-To: <20210225194857.1991315-1-luca.boccassi@gmail.com> From: David Marchand Date: Mon, 1 Mar 2021 09:03:55 +0100 Message-ID: To: Luca Boccassi Cc: dev , dpdk stable Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH] test: move debug_autotest out of fast suite X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On Thu, Feb 25, 2021 at 8:49 PM wrote: > > From: Luca Boccassi > > It consistently fails when ran on a build machine within the > reproducible build environment, so move it out of there, so > that we can run the fast suite at build time when packaging. This test is quite simple. Surprising that it consistently fails. > > Repro test environment: > > https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml > https://salsa.debian.org/salsa-ci-team/pipeline/ I am not familiar with this CI. Where can we find the logs of such a failure? -- David Marchand