automatic DPDK test reports
 help / color / mirror / Atom feed
* |FAILURE| pw129704 [PATCH] [v3] Add support for IBM Z s390x
@ 2023-07-26  2:38 dpdklab
  0 siblings, 0 replies; 2+ messages in thread
From: dpdklab @ 2023-07-26  2:38 UTC (permalink / raw)
  To: Test Report; +Cc: dpdk-test-reports, David Miller

Test-Label: iol-x86_64-compile-testing
Test-Status: FAILURE
http://dpdk.org/patch/129704

_Testing issues_

Submitter: David Miller <dmiller423@gmail.com>
Date: Wednesday, July 26 2023 01:35:17 
DPDK git baseline: Repo:dpdk
  Branch: master
  CommitID:74913fd2e1579af164c81de3c109e9578d709e4d

129704 --> testing fail

Test environment and result as below:

+---------------------+--------------------+----------------------+
|     Environment     | dpdk_meson_compile | dpdk_mingw64_compile |
+=====================+====================+======================+
| FreeBSD 13          | FAIL               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 8     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| CentOS Stream 9     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Windows Server 2019 | PASS               | PASS                 |
+---------------------+--------------------+----------------------+
| Debian Buster       | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 37           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Debian Bullseye     | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| RHEL 7              | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Fedora 38           | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| openSUSE Leap 15    | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 20.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Ubuntu 22.04        | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| RHEL8               | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+
| Alpine              | PASS               | SKIPPED              |
+---------------------+--------------------+----------------------+

==== 20 line log output for FreeBSD 13 (dpdk_meson_compile): ====
[362/1778] Compiling C object lib/librte_timer.a.p/timer_rte_timer.c.o
[363/1778] Linking static target lib/librte_timer.a
[364/1778] Compiling C object lib/librte_hash.a.p/hash_rte_fbk_hash.c.o
[365/1778] Linking static target lib/librte_hash.a
[366/1778] Generating lib/metrics.sym_chk with a custom command (wrapped by meson to capture output)
[367/1778] Generating lib/timer.sym_chk with a custom command (wrapped by meson to capture output)
[368/1778] Generating lib/cmdline.sym_chk with a custom command (wrapped by meson to capture output)
[369/1778] Compiling C object lib/librte_acl.a.p/acl_acl_gen.c.o
FAILED: lib/librte_acl.a.p/acl_acl_gen.c.o
ccache cc -Ilib/librte_acl.a.p -Ilib -I../lib -Ilib/acl -I../lib/acl -I. -I.. -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/freebsd/include -I../lib/eal/freebsd/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/metrics -I../lib/metrics -Ilib/telemetry -I../lib/telemetry -fcolor-diagnostics -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -O3 -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wstrict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-missing-field-initializers -D_GNU_SOURCE -D__BSD_VISIBLE -fPIC -march=native -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API -DCC_AVX2_SUPPORT -DCC_AVX512_SUPPORT -DRTE_LOG_DEFAULT_LOGTYPE=lib.acl -DRTE_ANNOTATE_LOCKS -Wthread-safety 
 -MD -MQ lib/librte_acl.a.p/acl_acl_gen.c.o -MF lib/librte_acl.a.p/acl_acl_gen.c.o.d -o lib/librte_acl.a.p/acl_acl_gen.c.o -c ../lib/acl/acl_gen.c
../lib/acl/acl_gen.c:367:5: error: '__BYTE_ORDER' is not defined, evaluates to 0 [-Werror,-Wundef]
#if __BYTE_ORDER == __ORDER_BIG_ENDIAN__
^
1 error generated.
[370/1778] Compiling C object lib/librte_acl.a.p/acl_acl_bld.c.o
[371/1778] Generating lib/hash.sym_chk with a custom command (wrapped by meson to capture output)
[372/1778] Compiling C object lib/librte_acl.a.p/acl_acl_run_scalar.c.o
[373/1778] Generating lib/ethdev.sym_chk with a custom command (wrapped by meson to capture output)
[374/1778] Generating lib/eal.sym_chk with a custom command (wrapped by meson to capture output)
ninja: build stopped: subcommand failed.
==== End log output ====

FreeBSD 13
	Kernel: 13.0
	Compiler: clang 11.0.1

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

Windows Server 2019
	Kernel: 10.0
	Compiler: clang 14.0 and gcc 8.1.0 (MinGW)

Debian Buster
	Kernel: 5.4.0-122-generic
	Compiler: gcc 8.3.0-6

Fedora 37
	Kernel: Depends on container host system
	Compiler: gcc 12.3.1

Debian Bullseye
	Kernel: 5.4.0-122-generic
	Compiler: gcc 10.2.1-6

RHEL 7
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 4.8.5 20150623 (Red Hat 4.8.5-44)

Fedora 38
	Kernel: Depends on container host
	Compiler: gcc 13.1.1

openSUSE Leap 15
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 7.5.0

Ubuntu 20.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 9.3.0-17ubuntu1~20.04

Ubuntu 22.04
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 11.3.0

RHEL8
	Kernel: 4.18.0-240.10.1.el8_3.x86_64
	Compiler: gcc 8.3.1 20191121 (Red Hat 8.3.1-5)

Alpine
	Kernel: 5.4.0-73-generic
	Compiler: gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424

To view detailed results, visit:
https://lab.dpdk.org/results/dashboard/patchsets/27142/

UNH-IOL DPDK Community Lab

To manage your email subscriptions, visit: 
https://lab.dpdk.org/results/dashboard/preferences/subscriptions/

^ permalink raw reply	[flat|nested] 2+ messages in thread

* |FAILURE| pw129704 [PATCH v3] Add support for IBM Z s390x
       [not found] <20230726013517.216549-1-dmiller423@gmail.com>
@ 2023-07-26  2:18 ` 0-day Robot
  0 siblings, 0 replies; 2+ messages in thread
From: 0-day Robot @ 2023-07-26  2:18 UTC (permalink / raw)
  To: test-report; +Cc: dmiller423, robot

From: robot@bytheb.org

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

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

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-20.04-gcc-abi+debug+doc+examples+tests" at step Build and test
####################################################################################
[51/729] Linking target examples/dpdk-cmdline.
[52/729] Linking target app/test/dpdk-test.
[53/729] Generating examples.dox with a custom command.
[54/729] Compiling C object 'examples/c590b3c@@dpdk-bbdev_app@exe/bbdev_app_main.c.o'.
[55/729] Linking target examples/dpdk-bbdev_app.
[56/729] Compiling C object 'examples/c590b3c@@dpdk-dma@exe/dma_dmafwd.c.o'.
[57/729] Linking target examples/dpdk-dma.
[58/729] Compiling C object 'examples/c590b3c@@dpdk-ethtool@exe/ethtool_lib_rte_ethtool.c.o'.
[59/729] Compiling C object 'examples/c590b3c@@dpdk-ethtool@exe/ethtool_ethtool-app_ethapp.c.o'.
[60/729] Generating html_guides with a custom command.
FAILED: doc/guides/html 
/usr/bin/python3 ../buildtools/call-sphinx-build.py /usr/bin/sphinx-build 23.07.0-rc4 /home/runner/work/dpdk/dpdk/doc/guides /home/runner/work/dpdk/dpdk/build/doc/guides -a -W
Warning generate_overview_table(): Unknown feature 's390x' in 'i40e.ini'

Exception occurred:
  File "/home/runner/work/dpdk/dpdk/doc/guides/conf.py", line 194, in generate_overview_table
    raise Exception('Warning is treated as a failure')
Exception: Warning is treated as a failure
The full traceback has been saved in /tmp/sphinx-err-9akauncm.log, if you want to report the issue to the developers.
Please also report this if it was a user error, so that a better error message can be provided next time.
A bug report can be filed in the tracker at <https://github.com/sphinx-doc/sphinx/issues>. Thanks!
[61/729] Compiling C object 'examples/c590b3c@@dpdk-ethtool@exe/ethtool_ethtool-app_main.c.o'.
[62/729] Generating doxygen with a custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-gcc-abi+debug+doc+examples+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-20.04-clang-asan+doc+tests" at step Build and test
####################################################################################
[58/729] Compiling C object 'examples/c590b3c@@dpdk-ethtool@exe/ethtool_ethtool-app_ethapp.c.o'.
[59/729] Compiling C object 'examples/c590b3c@@dpdk-ethtool@exe/ethtool_ethtool-app_main.c.o'.
[60/729] Compiling C object 'examples/c590b3c@@dpdk-ethtool@exe/ethtool_lib_rte_ethtool.c.o'.
[61/729] Compiling C object 'examples/c590b3c@@dpdk-fips_validation@exe/fips_validation_fips_validation.c.o'.
[62/729] Linking target examples/dpdk-ethtool.
[63/729] Compiling C object 'examples/c590b3c@@dpdk-eventdev_pipeline@exe/eventdev_pipeline_pipeline_worker_generic.c.o'.
[64/729] Compiling C object 'examples/c590b3c@@dpdk-eventdev_pipeline@exe/eventdev_pipeline_main.c.o'.
[65/729] Compiling C object 'examples/c590b3c@@dpdk-eventdev_pipeline@exe/eventdev_pipeline_pipeline_worker_tx.c.o'.
[66/729] Compiling C object 'examples/c590b3c@@dpdk-fips_validation@exe/fips_validation_fips_validation_aes.c.o'.
[67/729] Generating html_guides with a custom command.
FAILED: doc/guides/html 
/usr/bin/python3 ../buildtools/call-sphinx-build.py /usr/bin/sphinx-build 23.07.0-rc4 /home/runner/work/dpdk/dpdk/doc/guides /home/runner/work/dpdk/dpdk/build/doc/guides -a -W
Warning generate_overview_table(): Unknown feature 's390x' in 'i40e.ini'

Exception occurred:
  File "/home/runner/work/dpdk/dpdk/doc/guides/conf.py", line 194, in generate_overview_table
    raise Exception('Warning is treated as a failure')
Exception: Warning is treated as a failure
The full traceback has been saved in /tmp/sphinx-err-ibvf7z0g.log, if you want to report the issue to the developers.
Please also report this if it was a user error, so that a better error message can be provided next time.
A bug report can be filed in the tracker at <https://github.com/sphinx-doc/sphinx/issues>. Thanks!
[68/729] Linking target examples/dpdk-eventdev_pipeline.
[69/729] Generating doxygen with a custom command.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-20.04-clang-asan+doc+tests" at step Build and test
####################################################################################
--------------------------------END LOGS-----------------------------

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-07-26  2:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-26  2:38 |FAILURE| pw129704 [PATCH] [v3] Add support for IBM Z s390x dpdklab
     [not found] <20230726013517.216549-1-dmiller423@gmail.com>
2023-07-26  2:18 ` |FAILURE| pw129704 [PATCH v3] " 0-day Robot

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