* |WARNING| [GIT MASTER] 3b3fef9de22af80d173453ab65a80b01ce38cbfd
@ 2023-04-18 17:11 dpdklab
0 siblings, 0 replies; 4+ messages in thread
From: dpdklab @ 2023-04-18 17:11 UTC (permalink / raw)
To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon
_Testing issues_
Branch: dpdk
3b3fef9de22af80d173453ab65a80b01ce38cbfd --> testing fail
Test environment and result as below:
+-----------------+----------------------------------+
| Environment | dpdk_kmod_compile_torvalds_linux |
+=================+==================================+
| CentOS Stream 8 | FAIL |
+-----------------+----------------------------------+
| RHEL8 | FAIL |
+-----------------+----------------------------------+
| Debian Bullseye | FAIL |
+-----------------+----------------------------------+
| CentOS Stream 9 | FAIL |
+-----------------+----------------------------------+
| Ubuntu 22.04 | FAIL |
+-----------------+----------------------------------+
==== 20 line log output for Ubuntu 22.04 (dpdk_kmod_compile_torvalds_linux): ====
In file included from /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-Kmod/dpdk/kernel/linux/kni/kni_net.c:26:
/home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-Kmod/dpdk/kernel/linux/kni/kni_dev.h: In function 'iova_to_phys':
/home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-Kmod/dpdk/kernel/linux/kni/kni_dev.h:112:37: error: 'FOLL_TOUCH' undeclared (first use in this function); did you mean 'FOLL_FORCE'?
112 | FOLL_TOUCH, &page, NULL, NULL);
| ^~~~~~~~~~
| FOLL_FORCE
/home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-Kmod/dpdk/kernel/linux/kni/kni_dev.h:112:37: note: each undeclared identifier is reported only once for each function it appears in
In file included from /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-Kmod/dpdk/kernel/linux/kni/kni_misc.c:22:
/home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-Kmod/dpdk/kernel/linux/kni/kni_dev.h: In function 'iova_to_phys':
/home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-Kmod/dpdk/kernel/linux/kni/kni_dev.h:112:37: error: 'FOLL_TOUCH' undeclared (first use in this function); did you mean 'FOLL_FORCE'?
112 | FOLL_TOUCH, &page, NULL, NULL);
| ^~~~~~~~~~
| FOLL_FORCE
/home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-Kmod/dpdk/kernel/linux/kni/kni_dev.h:112:37: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [scripts/Makefile.build:252: /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-Kmod/dpdk/build/kernel/linux/kni/kni_net.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: *** [scripts/Makefile.build:252: /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-Kmod/dpdk/build/kernel/linux/kni/kni_misc.o] Error 1
make: *** [Makefile:2025: /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-Kmod/dpdk/build/kernel/linux/kni] Error 2
make: Leaving directory '/home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-Kmod/linux'
ninja: build stopped: subcommand failed.
==== End log output ====
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Ubuntu 22.04
Kernel: Container Host Kernel
Compiler: clang 14.0.5-1.fc36
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/24318/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 4+ messages in thread
* |WARNING| [GIT MASTER] 3b3fef9de22af80d173453ab65a80b01ce38cbfd
@ 2023-04-19 14:33 dpdklab
0 siblings, 0 replies; 4+ messages in thread
From: dpdklab @ 2023-04-19 14:33 UTC (permalink / raw)
To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon
_Testing issues_
Branch: dpdk
3b3fef9de22af80d173453ab65a80b01ce38cbfd --> testing fail
Test environment and result as below:
+-----------------+----------------------------------+
| Environment | dpdk_kmod_compile_torvalds_linux |
+=================+==================================+
| Ubuntu 22.04 | FAIL |
+-----------------+----------------------------------+
| CentOS Stream 8 | FAIL |
+-----------------+----------------------------------+
| CentOS Stream 9 | FAIL |
+-----------------+----------------------------------+
| Debian Bullseye | FAIL |
+-----------------+----------------------------------+
| Arch Linux | FAIL |
+-----------------+----------------------------------+
| Debian Buster | FAIL |
+-----------------+----------------------------------+
==== 20 line log output for Debian Buster (dpdk_kmod_compile_torvalds_linux): ====
In file included from /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-Kmod/dpdk/kernel/linux/kni/kni_net.c:26:
/home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-Kmod/dpdk/kernel/linux/kni/kni_dev.h: In function 'iova_to_phys':
/home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-Kmod/dpdk/kernel/linux/kni/kni_dev.h:112:9: error: 'FOLL_TOUCH' undeclared (first use in this function); did you mean 'FOLL_FORCE'?
FOLL_TOUCH, &page, NULL, NULL);
^~~~~~~~~~
FOLL_FORCE
/home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-Kmod/dpdk/kernel/linux/kni/kni_dev.h:112:9: note: each undeclared identifier is reported only once for each function it appears in
In file included from /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-Kmod/dpdk/kernel/linux/kni/kni_misc.c:22:
/home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-Kmod/dpdk/kernel/linux/kni/kni_dev.h: In function 'iova_to_phys':
/home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-Kmod/dpdk/kernel/linux/kni/kni_dev.h:112:9: error: 'FOLL_TOUCH' undeclared (first use in this function); did you mean 'FOLL_FORCE'?
FOLL_TOUCH, &page, NULL, NULL);
^~~~~~~~~~
FOLL_FORCE
/home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-Kmod/dpdk/kernel/linux/kni/kni_dev.h:112:9: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [scripts/Makefile.build:252: /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-Kmod/dpdk/build/kernel/linux/kni/kni_net.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: *** [scripts/Makefile.build:252: /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-Kmod/dpdk/build/kernel/linux/kni/kni_misc.o] Error 1
make: *** [Makefile:2025: /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-Kmod/dpdk/build/kernel/linux/kni] Error 2
make: Leaving directory '/home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-Kmod/linux'
ninja: build stopped: subcommand failed.
==== End log output ====
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Debian Bullseye
Kernel: 5.4.0-122-generic
Compiler: gcc 10.2.1-6
Arch Linux
Kernel: 5.4.0-73-generic
Compiler: gcc 11.1.0
Debian Buster
Kernel: 5.4.0-122-generic
Compiler: gcc 8.3.0-6
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/24332/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 4+ messages in thread
* |WARNING| [GIT MASTER] 3b3fef9de22af80d173453ab65a80b01ce38cbfd
@ 2023-04-18 15:02 dpdklab
0 siblings, 0 replies; 4+ messages in thread
From: dpdklab @ 2023-04-18 15:02 UTC (permalink / raw)
To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon
_Testing issues_
Branch: dpdk
3b3fef9de22af80d173453ab65a80b01ce38cbfd --> testing fail
Test environment and result as below:
+-----------------+----------------------------------+
| Environment | dpdk_kmod_compile_torvalds_linux |
+=================+==================================+
| CentOS Stream 8 | FAIL |
+-----------------+----------------------------------+
| CentOS Stream 9 | FAIL |
+-----------------+----------------------------------+
| Ubuntu 22.04 | FAIL |
+-----------------+----------------------------------+
==== 20 line log output for Ubuntu 22.04 (dpdk_kmod_compile_torvalds_linux): ====
In file included from /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-Kmod/dpdk/kernel/linux/kni/kni_net.c:26:
/home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-Kmod/dpdk/kernel/linux/kni/kni_dev.h: In function 'iova_to_phys':
/home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-Kmod/dpdk/kernel/linux/kni/kni_dev.h:112:37: error: 'FOLL_TOUCH' undeclared (first use in this function); did you mean 'FOLL_FORCE'?
112 | FOLL_TOUCH, &page, NULL, NULL);
| ^~~~~~~~~~
| FOLL_FORCE
/home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-Kmod/dpdk/kernel/linux/kni/kni_dev.h:112:37: note: each undeclared identifier is reported only once for each function it appears in
In file included from /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-Kmod/dpdk/kernel/linux/kni/kni_misc.c:22:
/home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-Kmod/dpdk/kernel/linux/kni/kni_dev.h: In function 'iova_to_phys':
/home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-Kmod/dpdk/kernel/linux/kni/kni_dev.h:112:37: error: 'FOLL_TOUCH' undeclared (first use in this function); did you mean 'FOLL_FORCE'?
112 | FOLL_TOUCH, &page, NULL, NULL);
| ^~~~~~~~~~
| FOLL_FORCE
/home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-Kmod/dpdk/kernel/linux/kni/kni_dev.h:112:37: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [scripts/Makefile.build:252: /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-Kmod/dpdk/build/kernel/linux/kni/kni_net.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: *** [scripts/Makefile.build:252: /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-Kmod/dpdk/build/kernel/linux/kni/kni_misc.o] Error 1
make: *** [Makefile:2025: /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-Kmod/dpdk/build/kernel/linux/kni] Error 2
make: Leaving directory '/home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-Kmod/linux'
ninja: build stopped: subcommand failed.
==== End log output ====
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
CentOS Stream 9
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.1 20220421
Ubuntu 22.04
Kernel: Container Host Kernel
Compiler: clang 14.0.5-1.fc36
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/24314/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 4+ messages in thread
* |WARNING| [GIT MASTER] 3b3fef9de22af80d173453ab65a80b01ce38cbfd
@ 2023-04-12 14:21 dpdklab
0 siblings, 0 replies; 4+ messages in thread
From: dpdklab @ 2023-04-12 14:21 UTC (permalink / raw)
To: Test Report; +Cc: dpdklab, David Marchand, Thomas Monjalon
_Testing issues_
Branch: dpdk
3b3fef9de22af80d173453ab65a80b01ce38cbfd --> testing fail
Test environment and result as below:
+-----------------+----------------------------------+
| Environment | dpdk_kmod_compile_torvalds_linux |
+=================+==================================+
| Ubuntu 22.04 | FAIL |
+-----------------+----------------------------------+
| CentOS Stream 8 | FAIL |
+-----------------+----------------------------------+
| Ubuntu 20.04 | FAIL |
+-----------------+----------------------------------+
| RHEL8 | FAIL |
+-----------------+----------------------------------+
==== 20 line log output for RHEL8 (dpdk_kmod_compile_torvalds_linux): ====
In file included from /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-Kmod/dpdk/kernel/linux/kni/kni_net.c:26:
/home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-Kmod/dpdk/kernel/linux/kni/kni_dev.h: In function 'iova_to_phys':
/home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-Kmod/dpdk/kernel/linux/kni/kni_dev.h:112:9: error: 'FOLL_TOUCH' undeclared (first use in this function); did you mean 'FOLL_FORCE'?
FOLL_TOUCH, &page, NULL, NULL);
^~~~~~~~~~
FOLL_FORCE
/home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-Kmod/dpdk/kernel/linux/kni/kni_dev.h:112:9: note: each undeclared identifier is reported only once for each function it appears in
In file included from /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-Kmod/dpdk/kernel/linux/kni/kni_misc.c:22:
/home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-Kmod/dpdk/kernel/linux/kni/kni_dev.h: In function 'iova_to_phys':
/home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-Kmod/dpdk/kernel/linux/kni/kni_dev.h:112:9: error: 'FOLL_TOUCH' undeclared (first use in this function); did you mean 'FOLL_FORCE'?
FOLL_TOUCH, &page, NULL, NULL);
^~~~~~~~~~
FOLL_FORCE
/home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-Kmod/dpdk/kernel/linux/kni/kni_dev.h:112:9: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [scripts/Makefile.build:252: /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-Kmod/dpdk/build/kernel/linux/kni/kni_net.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: *** [scripts/Makefile.build:252: /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-Kmod/dpdk/build/kernel/linux/kni/kni_misc.o] Error 1
make: *** [Makefile:2025: /home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-Kmod/dpdk/build/kernel/linux/kni] Error 2
make: Leaving directory '/home-local/jenkins-local/jenkins-agent/workspace/Generic-DPDK-Compile-Kmod/linux'
ninja: build stopped: subcommand failed.
==== End log output ====
Ubuntu 22.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 11.3.0
CentOS Stream 8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.4.1 20200928
Ubuntu 20.04
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 9.3.0-17ubuntu1~20.04
RHEL8
Kernel: 4.18.0-240.10.1.el8_3.x86_64
Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)
To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/tarballs/24221/
UNH-IOL DPDK Community Lab
To manage your email subscriptions, visit:
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-04-19 14:33 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-18 17:11 |WARNING| [GIT MASTER] 3b3fef9de22af80d173453ab65a80b01ce38cbfd dpdklab
-- strict thread matches above, loose matches on Subject: below --
2023-04-19 14:33 dpdklab
2023-04-18 15:02 dpdklab
2023-04-12 14:21 dpdklab
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).