automatic DPDK test reports
 help / color / mirror / Atom feed
From: sys_stv@intel.com
To: test-report@dpdk.org, gmuthukrishn@marvell.com
Subject: [dpdk-test-report] |FAILURE| pw(103504) sid(20224) job(PER_PATCH_BUILD9398)[v3] security: add telemetry endpoint for cryptodev security capabilities
Date: 02 Nov 2021 13:12:36 -0700	[thread overview]
Message-ID: <722c05$eiiure@orsmga007-auth.jf.intel.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 5935 bytes --]


Test-Label: Intel-compilation
Test-Status: FAILURE
http://dpdk.org/patch/103504

_Compilation issues_

Submitter: Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com>
Date: 2021-11-02 14:42:09
Reply_mail: c68ec1ff57a12cdb0d4b2765e2c901920d07bf9f.1635863980.git.gmuthukrishn@marvell.com

DPDK git baseline: Repo:dpdk-next-crypto, CommitID: e7931ac1505a47a42ff338cc6ea3e0e424590999


Meson Build Summary: 20 Builds Done, 19 Successful, 1 Failures, 0 Blocked

+--------------+------------+--------------+------------+------------+-----------+----------+
| os           | gcc-static | clang-static | icc-static | gcc-shared | gcc-debug | document |
+--------------+------------+--------------+------------+------------+-----------+----------+
| UB2004-64    | pass       | pass         | pass       |            |           | pass     |
| FC34-64      | pass       | pass         |            |            |           |          |
| WIN10-64     |            | fail         |            |            |           |          |
| UB2004-32    | pass       |              |            |            |           |          |
| FreeBSD13-64 | pass       | pass         |            | pass       | pass      |          |
| UB2110-64    | pass       |              |            |            |           |          |
| SUSE15-64    | pass       | pass         |            |            |           |          |
| RHEL84-64    | pass       | pass         | pass       | pass       | pass      |          |
+--------------+------------+--------------+------------+------------+-----------+----------+
Test environment and configuration as below:


OS: UB2004-64
	Kernel Version: 5.8.0-48-generic
	GCC Version: gcc (Ubuntu 10.3.0-1ubuntu1~20.04) 10.3.0
	Clang Version: 10.0.0-4ubuntu1
	x86_64-native-linuxapp-clang
	x86_64-native-linuxapp-gcc
	x86_64-native-linuxapp-icc
	x86_64-native-linuxapp-doc

OS: FC34-64
	Kernel Version: 5.11.15-300.fc34.x86_64
	GCC Version: gcc (GCC) 11.0.1 20210324 (Red Hat 11.0.1-0)
	Clang Version: 12.0.0 (Fedora 12.0.0-0.3.rc1.fc34)
	x86_64-native-linuxapp-gcc
	x86_64-native-linuxapp-clang

OS: WIN10-64
	Kernel Version: N/A
	GCC Version: N/A
	Clang Version: Clang 8.0.0
	x86_64-windows-clang

OS: UB2004-32
	Kernel Version: 5.8.0-48-generic
	GCC Version: gcc (Ubuntu 10.3.0-1ubuntu1~20.04) 10.3.0
	Clang Version: 10.0.0-4ubuntu1
	i686-native-linuxapp-gcc

OS: FreeBSD13-64
	Kernel Version: 13.0-RELEASE
	GCC Version: gcc (FreeBSD Ports Collection) 10.3.0
	Clang Version: 11.0.1 (git@github.com:llvm/llvm-project.git llvmorg-11.0.1-0-g43ff75f2c3fe)
	x86_64-native-bsdapp-gcc
	x86_64-native-bsdapp-clang
	x86_64-native-bsdapp-gcc+shared
	x86_64-native-bsdapp-gcc+debug

OS: UB2110-64
	Kernel Version: 5.13.0-19-generic
	GCC Version: gcc (Ubuntu 11.2.0-7ubuntu2) 11.2.0
	Clang Version: 13.0.0-2
	x86_64-native-linuxapp-gcc

OS: SUSE15-64
	Kernel Version: 5.3.18-57-default
	GCC Version: gcc (SUSE Linux) 7.5.0
	Clang Version: 11.0.1
	x86_64-native-linuxapp-clang
	x86_64-native-linuxapp-gcc

OS: RHEL84-64
	Kernel Version: 4.18.0-305.19.1.el8_4.x86_64
	GCC Version: gcc (GCC) 8.4.1 20200928 (Red Hat 8.4.1-1)
	Clang Version: 11.0.0 (Red Hat 11.0.0-1.module_el8.4.0+587+5187cac0)
	x86_64-native-linuxapp-gcc
	x86_64-native-linuxapp-clang
	x86_64-native-linuxapp-gcc+shared
	x86_64-native-linuxapp-gcc+debug
	x86_64-native-linuxapp-icc



*Build Failed #1:
OS: WIN10-64
Target: x86_64-windows-clang
FAILED: drivers/rte_net_ice.pmd.c 
"C:\Program Files\Python37\Scripts\meson" "--internal" "exe" "--unpickle" "C:\windows-dpdk\dpdk\build\meson-private\meson_exe_python.exe_e9f0b736cb531fbecc9bbff49a3956a43b77e0c7.dat"
while executing ['c:\\program files\\python37\\python.exe', '../buildtools/gen-pmdinfo-cfile.py', 'C:/windows-dpdk/dpdk/build/buildtools', 'llvm-ar', 'C:/windows-dpdk/dpdk/build/drivers/libtmp_rte_net_ice.a', 'drivers/rte_net_ice.pmd.c', 'c:/program files/python37/python.exe', '../buildtools/pmdinfogen.py', 'coff']
--- stdout ---

--- stderr ---
Traceback (most recent call last):
  File "../buildtools/gen-pmdinfo-cfile.py", line 20, in <module>
    subprocess.run(pmdinfogen + paths + [output], check=True)
  File "c:\program files\python37\lib\tempfile.py", line 805, in __exit__
    self.cleanup()
  File "c:\program files\python37\lib\tempfile.py", line 809, in cleanup
    _shutil.rmtree(self.name)
  File "c:\program files\python37\lib\shutil.py", line 513, in rmtree
    return _rmtree_unsafe(path, onerror)
  File "c:\program files\python37\lib\shutil.py", line 401, in _rmtree_unsafe
    onerror(os.rmdir, path, sys.exc_info())
  File "c:\program files\python37\lib\shutil.py", line 399, in _rmtree_unsafe
    os.rmdir(path)
OSError: [WinError 145] The directory is not empty: 'C:/windows-dpdk/dpdk/build/buildtools\\tmpmpkzksft'

[486/529] Compiling C object drivers/net/ixgbe/base/libixgbe_base.a.p/ixgbe_common.c.obj
[487/529] Generating rte_net_ixgbe.pmd.c with a custom command (wrapped by meson to set PATH)
[488/529] Compiling C object drivers/net/ixgbe/base/libixgbe_base.a.p/ixgbe_mbx.c.obj
[489/529] Compiling C object app/dpdk-testpmd.exe.p/test-pmd_cmdline_mtr.c.obj
[490/529] Compiling C object app/dpdk-testpmd.exe.p/test-pmd_5tswap.c.obj
[491/529] Compiling C object drivers/libtmp_rte_net_vmxnet3.a.p/net_vmxnet3_vmxnet3_rxtx.c.obj
[492/529] Compiling C object drivers/libtmp_rte_net_vmxnet3.a.p/net_vmxnet3_vmxnet3_ethdev.c.obj
[493/529] Compiling C object app/dpdk-testpmd.exe.p/test-pmd_cmdline_tm.c.obj
[494/529] Compiling C object app/dpdk-testpmd.exe.p/test-pmd_cmd_flex_item.c.obj
[495/529] Compiling C object app/dpdk-testpmd.exe.p/test-pmd_flowgen.c.obj
[496/529] Compiling C object app/dpdk-testpmd.exe.p/test-pmd_cmdline.c.obj
[497/529] Compiling C object app/dpdk-testpmd.exe.p/test-pmd_cmdline_flow.c.obj
[498/529] Compiling C object app/dpdk-testpmd.exe.p/test-pmd_config.c.obj
ninja: build stopped


DPDK STV team

                 reply	other threads:[~2021-11-02 20:15 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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='722c05$eiiure@orsmga007-auth.jf.intel.com' \
    --to=sys_stv@intel.com \
    --cc=gmuthukrishn@marvell.com \
    --cc=test-report@dpdk.org \
    /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).