|FAILURE| pw141562 [PATCH] [v2] raw/zxdh: introduce zxdh raw device
dpdklab at iol.unh.edu
dpdklab at iol.unh.edu
Tue Jun 25 12:29:41 CEST 2024
Test-Label: iol-compile-amd64-testing
Test-Status: FAILURE
http://dpdk.org/patch/141562
_Testing issues_
Submitter: Yong Zhang <zhang.yong25 at zte.com.cn>
Date: Monday, June 24 2024 12:31:05
DPDK git baseline: Repo:dpdk
Branch: master
CommitID:4a44d97f0a52a76258c6a6cb6a713f4380a8ab1f
141562 --> testing issues
Test environment and result as below:
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| Environment | dpdk_meson_compile | dpdk_mingw64_compile | dpdk_msvc_compile | dpdk_compile_ovs | dpdk_compile_spdk |
+=====================+====================+======================+===================+==================+===================+
| FreeBSD 13.3 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| Windows Server 2022 | PASS | PASS | PASS | SKIPPED | SKIPPED |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| FreeBSD 14.1 | PASS | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| Windows Server 2019 | PASS | PASS | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| CentOS Stream 9 | PASS | SKIPPED | SKIPPED | PASS | PASS |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| CentOS Stream 8 | PASS | SKIPPED | SKIPPED | PASS | PASS |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| Fedora 37 | PASS | SKIPPED | SKIPPED | PASS | PASS |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| Debian Bullseye | PASS | SKIPPED | SKIPPED | PASS | PASS |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| Fedora 38 | PASS | SKIPPED | SKIPPED | PASS | PASS |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| openSUSE Leap 15 | PASS | SKIPPED | SKIPPED | PASS | SKIPPED |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| Fedora 40 | PASS | SKIPPED | SKIPPED | PASS | PASS |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| RHEL8 | PASS | SKIPPED | SKIPPED | PASS | SKIPPED |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| Ubuntu 20.04 | PASS | SKIPPED | SKIPPED | PASS | SKIPPED |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| RHEL9 | PASS | SKIPPED | SKIPPED | PASS | SKIPPED |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| Ubuntu 22.04 | PASS | SKIPPED | SKIPPED | PASS | PASS |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| Alpine | FAIL | SKIPPED | SKIPPED | SKIPPED | SKIPPED |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| Fedora 39 | PASS | SKIPPED | SKIPPED | PASS | PASS |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| Debian 12 | PASS | SKIPPED | SKIPPED | PASS | PASS |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
| Ubuntu 24.04 | PASS | SKIPPED | SKIPPED | PASS | PASS |
+---------------------+--------------------+----------------------+-------------------+------------------+-------------------+
==== 20 line log output for Alpine (dpdk_meson_compile): ====
| [01;31m[K^~~~[m[K
[01m[K../drivers/raw/zxdh/zxdh_rawdev.h:145:9:[m[K [01;31m[Kerror: [m[Kunknown type name '[01m[Kuint[m[K'
145 | [01;31m[Kuint[m[K flags;
| [01;31m[K^~~~[m[K
[01m[K../drivers/raw/zxdh/zxdh_rawdev.h:159:1:[m[K [01;31m[Kerror: [m[Kunknown type name '[01m[Kuint[m[K'; did you mean '[01m[Kint[m[K'?
159 | [01;31m[Kuint[m[K zxdh_gdma_read_reg(struct rte_rawdev *dev, uint16_t qidx, uint offset);
| [01;31m[K^~~~[m[K
| [32m[Kint[m[K
[01m[K../drivers/raw/zxdh/zxdh_rawdev.h:159:64:[m[K [01;31m[Kerror: [m[Kunknown type name '[01m[Kuint[m[K'; did you mean '[01m[Kint[m[K'?
159 | uint zxdh_gdma_read_reg(struct rte_rawdev *dev, uint16_t qidx, [01;31m[Kuint[m[K offset);
| [01;31m[K^~~~[m[K
| [32m[Kint[m[K
[01m[K../drivers/raw/zxdh/zxdh_rawdev.h:160:65:[m[K [01;31m[Kerror: [m[Kunknown type name '[01m[Kuint[m[K'; did you mean '[01m[Kint[m[K'?
160 | void zxdh_gdma_write_reg(struct rte_rawdev *dev, uint16_t qidx, [01;31m[Kuint[m[K offset, uint val);
| [01;31m[K^~~~[m[K
| [32m[Kint[m[K
[01m[K../drivers/raw/zxdh/zxdh_rawdev.h:160:78:[m[K [01;31m[Kerror: [m[Kunknown type name '[01m[Kuint[m[K'; did you mean '[01m[Kint[m[K'?
160 | void zxdh_gdma_write_reg(struct rte_rawdev *dev, uint16_t qidx, uint offset, [01;31m[Kuint[m[K val);
| [01;31m[K^~~~[m[K
| [32m[Kint[m[K
==== End log output ====
FreeBSD 13.3
Kernel: 13.3-RELEASE-p1
Compiler: clang 17.0.6
Windows Server 2022
Kernel: 10.0.20348.2031
Compiler: clang 15.0.7, gcc 8.1.0 (MinGW), and MSVC VS 17.9
FreeBSD 14.1
Kernel: 14.1
Compiler: clang 18.1.5
Windows Server 2019
Kernel: 10.0.17763
Compiler: clang 14.0 and gcc 8.1.0 (MinGW)
CentOS Stream 9
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.1 20230605
CentOS Stream 8
Kernel: 5.4.0-167-generic
Compiler: gcc 8.5.0 20210514
Fedora 37
Kernel: Depends on container host system
Compiler: gcc 12.3.1
Debian Bullseye
Kernel: 5.4.0-167-generic
Compiler: gcc 10.2.1-6
Fedora 38
Kernel: Depends on container host
Compiler: gcc 13.2.1
openSUSE Leap 15
Kernel: 5.4.0-167-generic
Compiler: gcc 7.5.0
Fedora 40
Kernel: Depends on container host
Compiler: gcc 14.1.1
RHEL8
Kernel: 5.4.0-167-generic
Compiler: gcc 8.5.0 20210514 (Red Hat 8.5.0-20)
Ubuntu 20.04
Kernel: 5.4.0-167-generic
Compiler: gcc 9.4.0-1ubuntu1~20.04.1
RHEL9
Kernel: Depends on container host
Compiler: gcc 11.4.1
Ubuntu 22.04
Kernel: 5.4.0-167-generic
Compiler: gcc 11.4.0
Alpine
Kernel: 5.4.0-167-generic
Compiler: gcc (Alpine 13.2.1_git20231014) 13.2.1 20231014
Fedora 39
Kernel: Depends on container host
Compiler: clang 17.0.6
Debian 12
Kernel: Container Host Kernel
Compiler: gcc 12.2.0
Ubuntu 24.04
Kernel: 5.4.0-167-generic
Compiler: gcc 13.2.0
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/30293/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
More information about the test-report
mailing list