automatic DPDK test reports
 help / color / mirror / Atom feed
From: 0-day Robot <robot@bytheb.org>
To: test-report@dpdk.org
Cc: zhichaox.zeng@intel.com, robot@bytheb.org
Subject: |FAILURE| pw111272 [DPDK v2] lib/eal: fix segfaults due to thread exit order
Date: Wed, 18 May 2022 03:59:15 -0400	[thread overview]
Message-ID: <20220518075915.25199-1-robot@bytheb.org> (raw)
In-Reply-To: <20220518143940.597724-1-zhichaox.zeng@intel.com>

From: robot@bytheb.org

Test-Label: github-robot: build
Test-Status: FAILURE
http://patchwork.dpdk.org/patch/111272/

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/2343774655
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-20.04-gcc-shared-abi+doc+tests" failed at step Build and test
"ubuntu-20.04-clang-shared-asan+doc+tests" failed at step Build and test
----------------------End summary of failed steps--------------------

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-shared-abi+doc+tests" at step Build and test
####################################################################################
90/99 DPDK:fast-tests / telemetry_json_autotest  OK       0.17 s 
91/99 DPDK:fast-tests / telemetry_data_autotest  OK       0.17 s 
92/99 DPDK:fast-tests / table_autotest        OK       6.38 s 
93/99 DPDK:fast-tests / ring_pmd_autotest     OK       0.17 s 
94/99 DPDK:fast-tests / event_eth_tx_adapter_autotest  OK       0.62 s 
95/99 DPDK:fast-tests / bitratestats_autotest  OK       0.17 s 
96/99 DPDK:fast-tests / latencystats_autotest  OK       0.17 s 
97/99 DPDK:fast-tests / pdump_autotest        OK       5.23 s 
98/99 DPDK:fast-tests / vdev_autotest         OK       0.17 s 
99/99 DPDK:fast-tests / compressdev_autotest  SKIP     0.17 s 

Ok:                   92
Expected Fail:         0
Fail:                  1
Unexpected Pass:       0
Skipped:               6
Timeout:               0

Full log written to /home/runner/work/dpdk/dpdk/build/meson-logs/testlog.txt
+ failed=true
+ catch_coredump
+ ls /tmp/dpdk-core.*.*
+ return 0
+ [ true != true ]
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-shared-abi+doc+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-clang-shared-asan+doc+tests" at step Build and test
####################################################################################
Done

Shutting down port 1...
=================================================================
==26815==AddressSanitizer CHECK failed: /build/llvm-toolchain-11-9xfOLw/llvm-toolchain-11-11.0.0/compiler-rt/lib/asan/asan_thread.cpp:356 "((ptr[0] == kCurrentStackFrameMagic)) != (0)" (0x0, 0x0)
    #0 0x4b101e in __asan::AsanCheckFailed(char const*, int, char const*, unsigned long long, unsigned long long) (/home/runner/work/dpdk/dpdk/build/app/dpdk-testpmd+0x4b101e)
    #1 0x4c53ff in __sanitizer::CheckFailed(char const*, int, char const*, unsigned long long, unsigned long long) (/home/runner/work/dpdk/dpdk/build/app/dpdk-testpmd+0x4c53ff)
    #2 0x4b4773 in __asan::AsanThread::GetStackFrameAccessByAddr(unsigned long, __asan::AsanThread::StackFrameAccess*) (/home/runner/work/dpdk/dpdk/build/app/dpdk-testpmd+0x4b4773)
    #3 0x4383b7 in __asan::AddressDescription::AddressDescription(unsigned long, unsigned long, bool) (/home/runner/work/dpdk/dpdk/build/app/dpdk-testpmd+0x4383b7)
    #4 0x439ee2 in __asan::ErrorGeneric::ErrorGeneric(unsigned int, unsigned long, unsigned long, unsigned long, unsigned long, bool, unsigned long) (/home/runner/work/dpdk/dpdk/build/app/dpdk-testpmd+0x439ee2)
    #5 0x4ae7ef in __asan::ReportGenericError(unsigned long, unsigned long, unsigned long, unsigned long, bool, unsigned long, unsigned int, bool) (/home/runner/work/dpdk/dpdk/build/app/dpdk-testpmd+0x4ae7ef)
    #6 0x489640 in sigaltstack (/home/runner/work/dpdk/dpdk/build/app/dpdk-testpmd+0x489640)
    #7 0x4c6b0c in __sanitizer::UnsetAlternateSignalStack() (/home/runner/work/dpdk/dpdk/build/app/dpdk-testpmd+0x4c6b0c)
    #8 0x4b36f8 in __asan::AsanThread::Destroy() (/home/runner/work/dpdk/dpdk/build/app/dpdk-testpmd+0x4b36f8)
    #9 0x7f1a157815a0 in __nptl_deallocate_tsd.part.0 /build/glibc-SzIz7B/glibc-2.31/nptl/pthread_create.c:301:8
    #10 0x7f1a15782629 in __nptl_deallocate_tsd /build/glibc-SzIz7B/glibc-2.31/nptl/pthread_create.c:256:6
    #11 0x7f1a15782629 in start_thread /build/glibc-SzIz7B/glibc-2.31/nptl/pthread_create.c:488:3
    #12 0x7f1a15680132 in clone /build/glibc-SzIz7B/glibc-2.31/misc/../sysdeps/unix/sysv/linux/x86_64/clone.S:95

+ failed=true
+ catch_coredump
+ ls /tmp/dpdk-core.*.*
+ return 0
+ [ true != true ]
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-clang-shared-asan+doc+tests" at step Build and test
####################################################################################
--------------------------------END LOGS-----------------------------

      parent reply	other threads:[~2022-05-18  7:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20220518143940.597724-1-zhichaox.zeng@intel.com>
2022-05-18  6:41 ` |SUCCESS| " checkpatch
2022-05-18  7:59 ` 0-day Robot [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220518075915.25199-1-robot@bytheb.org \
    --to=robot@bytheb.org \
    --cc=test-report@dpdk.org \
    --cc=zhichaox.zeng@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).