automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |FAILURE| pw(103426) sid(20193) job(PER_PATCH_BUILD9372)[2/2] net/cnxk: integrate bpfcount get MBOX interface
@ 2021-11-02  6:51 sys_stv
  0 siblings, 0 replies; only message in thread
From: sys_stv @ 2021-11-02  6:51 UTC (permalink / raw)
  To: test-report, rkudurumalla

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


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

_Compilation issues_

Submitter: Rakesh Kudurumalla <rkudurumalla@marvell.com>
Date: 2021-11-02 05:58:02
Reply_mail: 20211102055802.1801583-2-rkudurumalla@marvell.com

DPDK git baseline: Repo:dpdk-next-net-mrvl, CommitID: b3e900df99bf25d64d7044d9fd9d6c0ce772b2c5


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_octeontx_ep.pmd.c 
"C:\Program Files\Python37\Scripts\meson" "--internal" "exe" "--unpickle" "C:\windows-dpdk\dpdk\build\meson-private\meson_exe_python.exe_8a56f1f190cfe79d7938c56ddaacd758f80d4249.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_octeontx_ep.a', 'drivers/rte_net_octeontx_ep.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\\tmpxc7clpr0'

[27/541] Compiling C object app/dpdk-testpmd.exe.p/test-pmd_macfwd.c.obj
[28/541] Compiling C object app/dpdk-testpmd.exe.p/test-pmd_ieee1588fwd.c.obj
[29/541] Compiling C object app/dpdk-testpmd.exe.p/test-pmd_rxonly.c.obj
[30/541] Compiling C object app/dpdk-testpmd.exe.p/test-pmd_macswap.c.obj
[31/541] Compiling C object app/dpdk-testpmd.exe.p/test-pmd_parameters.c.obj
[32/541] Compiling C object app/dpdk-testpmd.exe.p/test-pmd_shared_rxq_fwd.c.obj
[33/541] Compiling C object app/dpdk-testpmd.exe.p/test-pmd_noisy_vnf.c.obj
[34/541] Compiling C object drivers/librte_net_vmxnet3.a.p/meson-generated_.._rte_net_vmxnet3.pmd.c.obj
[35/541] Compiling C object drivers/rte_net_vmxnet3-22.dll.p/meson-generated_.._rte_net_vmxnet3.pmd.c.obj
[36/541] Compiling C object app/dpdk-testpmd.exe.p/test-pmd_config.c.obj
[37/541] Compiling C object app/dpdk-testpmd.exe.p/test-pmd_util.c.obj
[38/541] Compiling C object app/dpdk-testpmd.exe.p/test-pmd_testpmd.c.obj
[39/541] Compiling C object app/dpdk-testpmd.exe.p/test-pmd_txonly.c.obj
ninja: build stopped


DPDK STV team

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-11-02  6:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-02  6:51 [dpdk-test-report] |FAILURE| pw(103426) sid(20193) job(PER_PATCH_BUILD9372)[2/2] net/cnxk: integrate bpfcount get MBOX interface sys_stv

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).