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 6994AA055D for ; Tue, 2 Mar 2021 15:20:16 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 424161CC565; Tue, 2 Mar 2021 15:20:16 +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 84EB61CC533 for ; Tue, 2 Mar 2021 15:20:14 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1614694814; 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=bkpopKZCuZuk5G/oslTTehrHWxwO3r2CmlinneLj2po=; b=IyYDIJqYox07iImkdtmIOqeWN2iSv2J0RpQkmLTVxQmG6J6gW/XhGScDJG+QUC/andKCos n2n/Y3PAIi4pCgqHDL412WFUYirTZVLN9zl+G36wl1N9iQFcPan4ue7M9cTkEYZhzPQ0TI KrW/jPcpbRQ9/NJJSAS5uj826WeA6UY= Received: from mail-vk1-f200.google.com (mail-vk1-f200.google.com [209.85.221.200]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-101-KozLfhB_OluFR7-MXdDDWg-1; Tue, 02 Mar 2021 09:20:11 -0500 X-MC-Unique: KozLfhB_OluFR7-MXdDDWg-1 Received: by mail-vk1-f200.google.com with SMTP id p71so5609633vke.16 for ; Tue, 02 Mar 2021 06:20:11 -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=bkpopKZCuZuk5G/oslTTehrHWxwO3r2CmlinneLj2po=; b=c8+sS8qPSEPpLZSOqF96PlDt5dOKzVyo1YdXNL7Insn4LrBGBPblSY4jUioW51EWTa StoD94ABXM1VMjRiRj2+fcCjeEIdhSCNAEvnyv7i2b6okQVUeBJJs938uPw4zdlG6Rc0 M/IyCzam1tWIP75rW12qShlSdhFDkmemkNQFb339ThQdtL7qStyywfcN9cxhqHZQP7G8 /QyGtzMUliltUOjU0IpKepVAHRQIOQf5kkXNJaCdZzA0ya+0+7Ya13fQ7R3Zqxzp5UBz E0l07EMTXM0JwB8nNFGkwmeLgPJ4TQl/djumhiHIgMXlRJOfdRc0WJT5ZqP9Q84Z0Zxi wxJQ== X-Gm-Message-State: AOAM533XHJkalNj33JFbmtFOPlC2rO9mt0rxQW8rKjZ3hegjCZ8NOrkw ub/+udTK9ye1iv7AGRpVAo8teua0pk/Z+dA2Elky5asSw9HOp6XvmwATRoOs1ZJzrtX78Bi/7yC WwkCCpJRE89U5unRM2SidvYY= X-Received: by 2002:ab0:1849:: with SMTP id j9mr11323716uag.41.1614694809070; Tue, 02 Mar 2021 06:20:09 -0800 (PST) X-Google-Smtp-Source: ABdhPJzHdzyYbwjGbiUJlNHKwZWh6yyy0bgF1vnkfOC5UkDWHQ0J6Xy1UQqbjfXRSe7/Flj+2tehvaZQSXxIAfJF/YU= X-Received: by 2002:ab0:1849:: with SMTP id j9mr11323266uag.41.1614694805383; Tue, 02 Mar 2021 06:20:05 -0800 (PST) MIME-Version: 1.0 References: <20210225194857.1991315-1-luca.boccassi@gmail.com> <21f62967f1db1385f47e449d9bbfc6e3fbf3375b.camel@debian.org> In-Reply-To: <21f62967f1db1385f47e449d9bbfc6e3fbf3375b.camel@debian.org> From: David Marchand Date: Tue, 2 Mar 2021 15:19:53 +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 Tue, Mar 2, 2021 at 3:13 PM Luca Boccassi wrote: > RTE>>EAL: Detected 2 lcore(s) > EAL: Detected 1 NUMA nodes > EAL: Multi-process socket /var/run/dpdk/debug_autotest/mp_socket > EAL: Selected IOVA mode 'VA' > EAL: Probing VFIO support... > APP: HPET is not enabled, using TSC as default timer > RTE>>debug_autotest > 10: [/tmp/reprotest.YBma9j/build-experiment-1/build-experiment-1/obj-x86_64-linux-gnu/app/test/dpdk-test(+0x61c6a) [0x5562b61f7c6a]] > 9: [/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xea) [0x7f9793188d0a]] > 8: [/tmp/reprotest.YBma9j/build-experiment-1/build-experiment-1/obj-x86_64-linux-gnu/app/test/dpdk-test(+0x386ae) [0x5562b61ce6ae]] > 7: [/tmp/reprotest.YBma9j/build-experiment-1/build-experiment-1/obj-x86_64-linux-gnu/app/test/../../lib/librte_cmdline.so.21(cmdline_in+0x71) [0x7f9793925841]] > 6: [/tmp/reprotest.YBma9j/build-experiment-1/build-experiment-1/obj-x86_64-linux-gnu/app/test/../../lib/librte_cmdline.so.21(rdline_char_in+0x36b) [0x7f9793928abb]] > 5: [/tmp/reprotest.YBma9j/build-experiment-1/build-experiment-1/obj-x86_64-linux-gnu/app/test/../../lib/librte_cmdline.so.21(+0x3770) [0x7f9793925770]] > 4: [/tmp/reprotest.YBma9j/build-experiment-1/build-experiment-1/obj-x86_64-linux-gnu/app/test/../../lib/librte_cmdline.so.21(cmdline_parse+0x1af) [0x7f979392664f]] > 3: [/tmp/reprotest.YBma9j/build-experiment-1/build-experiment-1/obj-x86_64-linux-gnu/app/test/dpdk-test(+0x61d5b) [0x5562b61f7d5b]] > 2: [/tmp/reprotest.YBma9j/build-experiment-1/build-experiment-1/obj-x86_64-linux-gnu/app/test/dpdk-test(+0xc2c13) [0x5562b6258c13]] > 1: [/tmp/reprotest.YBma9j/build-experiment-1/build-experiment-1/obj-x86_64-linux-gnu/app/test/../../lib/librte_eal.so.21(rte_dump_stack+0x2e) [0x7f9793a931be]] > PANIC in test_panic(): > Test Debug > 11: [/tmp/reprotest.YBma9j/build-experiment-1/build-experiment-1/obj-x86_64-linux-gnu/app/test/dpdk-test(+0x61c6a) [0x5562b61f7c6a]] > 10: [/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xea) [0x7f9793188d0a]] > 9: [/tmp/reprotest.YBma9j/build-experiment-1/build-experiment-1/obj-x86_64-linux-gnu/app/test/dpdk-test(+0x386ae) [0x5562b61ce6ae]] > 8: [/tmp/reprotest.YBma9j/build-experiment-1/build-experiment-1/obj-x86_64-linux-gnu/app/test/../../lib/librte_cmdline.so.21(cmdline_in+0x71) [0x7f9793925841]] > 7: [/tmp/reprotest.YBma9j/build-experiment-1/build-experiment-1/obj-x86_64-linux-gnu/app/test/../../lib/librte_cmdline.so.21(rdline_char_in+0x36b) [0x7f9793928abb]] > 6: [/tmp/reprotest.YBma9j/build-experiment-1/build-experiment-1/obj-x86_64-linux-gnu/app/test/../../lib/librte_cmdline.so.21(+0x3770) [0x7f9793925770]] > 5: [/tmp/reprotest.YBma9j/build-experiment-1/build-experiment-1/obj-x86_64-linux-gnu/app/test/../../lib/librte_cmdline.so.21(cmdline_parse+0x1af) [0x7f979392664f]] > 4: [/tmp/reprotest.YBma9j/build-experiment-1/build-experiment-1/obj-x86_64-linux-gnu/app/test/dpdk-test(+0x61d5b) [0x5562b61f7d5b]] > 3: [/tmp/reprotest.YBma9j/build-experiment-1/build-experiment-1/obj-x86_64-linux-gnu/app/test/dpdk-test(+0x3d671) [0x5562b61d3671]] > 2: [/tmp/reprotest.YBma9j/build-experiment-1/build-experiment-1/obj-x86_64-linux-gnu/app/test/../../lib/librte_eal.so.21(__rte_panic+0xc1) [0x7f9793a7187f]] > 1: [/tmp/reprotest.YBma9j/build-experiment-1/build-experiment-1/obj-x86_64-linux-gnu/app/test/../../lib/librte_eal.so.21(rte_dump_stack+0x2e) [0x7f9793a931be]] > <...> > debug_autotest time out (After 30.0 seconds) Ah a timeout. Could it be that coredumps (of the children processes here) are being captured? Can you test with this patch: https://patchwork.dpdk.org/project/dpdk/patch/20210125150539.27537-1-david.marchand@redhat.com/ ? It disables coredump generation in the autotests when failure is expected. -- David Marchand