automatic DPDK test reports
 help / color / mirror / Atom feed
From: 0-day Robot <robot@bytheb.org>
To: test-report@dpdk.org
Cc: mattias.ronnblom@ericsson.com, robot@bytheb.org
Subject: |FAILURE| pw143048 [PATCH v2 5/5] eal: extend bitops to handle volatile pointers
Date: Fri,  9 Aug 2024 07:02:55 -0400	[thread overview]
Message-ID: <20240809110255.808513-1-robot@bytheb.org> (raw)
In-Reply-To: <20240809095829.589396-6-mattias.ronnblom@ericsson.com>

From: robot@bytheb.org

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

_github build: failed_
Build URL: https://github.com/ovsrobot/dpdk/actions/runs/10317720013
Build Logs:
-----------------------Summary of failed steps-----------------------
"ubuntu-22.04-gcc-mini" failed at step Build and test
"ubuntu-22.04-gcc-debug+doc+examples+tests" failed at step Build and test
"ubuntu-22.04-clang-asan+doc+tests" failed at step Build and test
"ubuntu-22.04-gcc-static-i386" failed at step Build and test
"ubuntu-22.04-gcc-static-mingw" failed at step Build and test
"ubuntu-22.04-gcc-shared-aarch64" failed at step Build and test
"ubuntu-22.04-gcc-ppc64le" failed at step Build and test
"ubuntu-22.04-gcc-riscv64" failed at step Build and test
"fedora:39-clang" failed at step Build
----------------------End summary of failed steps--------------------

-------------------------------BEGIN LOGS----------------------------
####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-mini" at step Build and test
####################################################################################
../lib/eal/include/rte_bitops.h:1540:9: note: in expansion of macro ‘__RTE_BIT_OVERLOAD_SZ_4R’
 1540 |         __RTE_BIT_OVERLOAD_SZ_4R(family, fun, c, 64, ret_type,          \
      |         ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_bitops.h:1561:1: note: in expansion of macro ‘__RTE_BIT_OVERLOAD_4R’
 1561 | __RTE_BIT_OVERLOAD_4R(atomic_, test_and_assign,, bool, unsigned int, nr,
      | ^~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_bitops.h:1515:9: note: previous declaration ‘bool rte_bit_atomic_test_and_assign(uint32_t*, unsigned int, bool, int)’
 1515 |         rte_bit_ ## family ## fun(c uint ## size ## _t *addr,           \
      |         ^~~~~~~~
../lib/eal/include/rte_bitops.h:1528:9: note: in expansion of macro ‘__RTE_BIT_OVERLOAD_V_4R’
 1528 |         __RTE_BIT_OVERLOAD_V_4R(family,, fun, c, size, ret_type, arg1_type, \
      |         ^~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_bitops.h:1537:9: note: in expansion of macro ‘__RTE_BIT_OVERLOAD_SZ_4R’
 1537 |         __RTE_BIT_OVERLOAD_SZ_4R(family, fun, c, 32, ret_type,          \
      |         ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_bitops.h:1561:1: note: in expansion of macro ‘__RTE_BIT_OVERLOAD_4R’
 1561 | __RTE_BIT_OVERLOAD_4R(atomic_, test_and_assign,, bool, unsigned int, nr,
      | ^~~~~~~~~~~~~~~~~~~~~
[788/897] Compiling C++ object 'buildtools/chkincs/fe389a9@@chkincs-cpp@exe/meson-generated_rte_hexdump.cpp.o'.
[789/897] Compiling C++ object 'buildtools/chkincs/fe389a9@@chkincs-cpp@exe/meson-generated_rte_eal_trace.cpp.o'.
[790/897] Compiling C++ object 'buildtools/chkincs/fe389a9@@chkincs-cpp@exe/meson-generated_rte_eal_memconfig.cpp.o'.
[791/897] Compiling C++ object 'buildtools/chkincs/fe389a9@@chkincs-cpp@exe/meson-generated_rte_fbarray.cpp.o'.
[792/897] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_memcpy_perf.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-mini" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-debug+doc+examples+tests" at step Build and test
####################################################################################
 1515 |         rte_bit_ ## family ## fun(c uint ## size ## _t *addr,           \
      |         ^~~~~~~~
../lib/eal/include/rte_bitops.h:1531:9: note: in expansion of macro ‘__RTE_BIT_OVERLOAD_V_4R’
 1531 |         __RTE_BIT_OVERLOAD_V_4R(family, v_, fun, c volatile, size,      \
      |         ^~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_bitops.h:1540:9: note: in expansion of macro ‘__RTE_BIT_OVERLOAD_SZ_4R’
 1540 |         __RTE_BIT_OVERLOAD_SZ_4R(family, fun, c, 64, ret_type,          \
      |         ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_bitops.h:1561:1: note: in expansion of macro ‘__RTE_BIT_OVERLOAD_4R’
 1561 | __RTE_BIT_OVERLOAD_4R(atomic_, test_and_assign,, bool, unsigned int, nr,
      | ^~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_bitops.h:1515:9: note: previous declaration ‘bool rte_bit_atomic_test_and_assign(uint32_t*, unsigned int, bool, int)’
 1515 |         rte_bit_ ## family ## fun(c uint ## size ## _t *addr,           \
      |         ^~~~~~~~
../lib/eal/include/rte_bitops.h:1528:9: note: in expansion of macro ‘__RTE_BIT_OVERLOAD_V_4R’
 1528 |         __RTE_BIT_OVERLOAD_V_4R(family,, fun, c, size, ret_type, arg1_type, \
      |         ^~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_bitops.h:1537:9: note: in expansion of macro ‘__RTE_BIT_OVERLOAD_SZ_4R’
 1537 |         __RTE_BIT_OVERLOAD_SZ_4R(family, fun, c, 32, ret_type,          \
      |         ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_bitops.h:1561:1: note: in expansion of macro ‘__RTE_BIT_OVERLOAD_4R’
 1561 | __RTE_BIT_OVERLOAD_4R(atomic_, test_and_assign,, bool, unsigned int, nr,
      | ^~~~~~~~~~~~~~~~~~~~~
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-debug+doc+examples+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-clang-asan+doc+tests" at step Build and test
####################################################################################
../lib/eal/include/rte_bitops.h:1540:9: note: in expansion of macro ‘__RTE_BIT_OVERLOAD_SZ_4R’
 1540 |         __RTE_BIT_OVERLOAD_SZ_4R(family, fun, c, 64, ret_type,          \
      |         ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_bitops.h:1561:1: note: in expansion of macro ‘__RTE_BIT_OVERLOAD_4R’
 1561 | __RTE_BIT_OVERLOAD_4R(atomic_, test_and_assign,, bool, unsigned int, nr,
      | ^~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_bitops.h:1515:9: note: previous declaration ‘bool rte_bit_atomic_test_and_assign(uint32_t*, unsigned int, bool, int)’
 1515 |         rte_bit_ ## family ## fun(c uint ## size ## _t *addr,           \
      |         ^~~~~~~~
../lib/eal/include/rte_bitops.h:1528:9: note: in expansion of macro ‘__RTE_BIT_OVERLOAD_V_4R’
 1528 |         __RTE_BIT_OVERLOAD_V_4R(family,, fun, c, size, ret_type, arg1_type, \
      |         ^~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_bitops.h:1537:9: note: in expansion of macro ‘__RTE_BIT_OVERLOAD_SZ_4R’
 1537 |         __RTE_BIT_OVERLOAD_SZ_4R(family, fun, c, 32, ret_type,          \
      |         ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_bitops.h:1561:1: note: in expansion of macro ‘__RTE_BIT_OVERLOAD_4R’
 1561 | __RTE_BIT_OVERLOAD_4R(atomic_, test_and_assign,, bool, unsigned int, nr,
      | ^~~~~~~~~~~~~~~~~~~~~
[3712/4113] Generating 'buildtools/chkincs/fe389a9@@chkincs-cpp@exe/cmdline.cpp'.
[3713/4113] Generating 'buildtools/chkincs/fe389a9@@chkincs-cpp@exe/cmdline_parse.cpp'.
[3714/4113] Generating 'buildtools/chkincs/fe389a9@@chkincs-cpp@exe/cmdline_parse_etheraddr.cpp'.
[3715/4113] Generating 'buildtools/chkincs/fe389a9@@chkincs-cpp@exe/cmdline_parse_num.cpp'.
[3716/4113] Generating 'buildtools/chkincs/fe389a9@@chkincs-cpp@exe/cmdline_parse_ipaddr.cpp'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-clang-asan+doc+tests" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-static-i386" at step Build and test
####################################################################################
../lib/eal/include/rte_bitops.h:1540:9: note: in expansion of macro ‘__RTE_BIT_OVERLOAD_SZ_4R’
 1540 |         __RTE_BIT_OVERLOAD_SZ_4R(family, fun, c, 64, ret_type,          \
      |         ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_bitops.h:1561:1: note: in expansion of macro ‘__RTE_BIT_OVERLOAD_4R’
 1561 | __RTE_BIT_OVERLOAD_4R(atomic_, test_and_assign,, bool, unsigned int, nr,
      | ^~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_bitops.h:1515:9: note: previous declaration ‘bool rte_bit_atomic_test_and_assign(uint32_t*, unsigned int, bool, int)’
 1515 |         rte_bit_ ## family ## fun(c uint ## size ## _t *addr,           \
      |         ^~~~~~~~
../lib/eal/include/rte_bitops.h:1528:9: note: in expansion of macro ‘__RTE_BIT_OVERLOAD_V_4R’
 1528 |         __RTE_BIT_OVERLOAD_V_4R(family,, fun, c, size, ret_type, arg1_type, \
      |         ^~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_bitops.h:1537:9: note: in expansion of macro ‘__RTE_BIT_OVERLOAD_SZ_4R’
 1537 |         __RTE_BIT_OVERLOAD_SZ_4R(family, fun, c, 32, ret_type,          \
      |         ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_bitops.h:1561:1: note: in expansion of macro ‘__RTE_BIT_OVERLOAD_4R’
 1561 | __RTE_BIT_OVERLOAD_4R(atomic_, test_and_assign,, bool, unsigned int, nr,
      | ^~~~~~~~~~~~~~~~~~~~~
[2955/3186] Compiling C++ object 'buildtools/chkincs/fe389a9@@chkincs-cpp@exe/meson-generated_rte_hexdump.cpp.o'.
[2956/3186] Compiling C++ object 'buildtools/chkincs/fe389a9@@chkincs-cpp@exe/meson-generated_rte_eal_memconfig.cpp.o'.
[2957/3186] Compiling C++ object 'buildtools/chkincs/fe389a9@@chkincs-cpp@exe/meson-generated_rte_eal_trace.cpp.o'.
[2958/3186] Compiling C++ object 'buildtools/chkincs/fe389a9@@chkincs-cpp@exe/meson-generated_rte_fbarray.cpp.o'.
[2959/3186] Compiling C object 'app/a172ced@@dpdk-test@exe/test_test_memcpy_perf.c.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-static-i386" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-static-mingw" at step Build and test
####################################################################################
 1515 |  rte_bit_ ## family ## fun(c uint ## size ## _t *addr,  \
      |  ^~~~~~~~
../lib/eal/include/rte_bitops.h:1531:2: note: in expansion of macro ‘__RTE_BIT_OVERLOAD_V_4R’
 1531 |  __RTE_BIT_OVERLOAD_V_4R(family, v_, fun, c volatile, size, \
      |  ^~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_bitops.h:1540:2: note: in expansion of macro ‘__RTE_BIT_OVERLOAD_SZ_4R’
 1540 |  __RTE_BIT_OVERLOAD_SZ_4R(family, fun, c, 64, ret_type,  \
      |  ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_bitops.h:1561:1: note: in expansion of macro ‘__RTE_BIT_OVERLOAD_4R’
 1561 | __RTE_BIT_OVERLOAD_4R(atomic_, test_and_assign,, bool, unsigned int, nr,
      | ^~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_bitops.h:1515:2: note: previous declaration ‘bool rte_bit_atomic_test_and_assign(uint32_t*, unsigned int, bool, int)’
 1515 |  rte_bit_ ## family ## fun(c uint ## size ## _t *addr,  \
      |  ^~~~~~~~
../lib/eal/include/rte_bitops.h:1528:2: note: in expansion of macro ‘__RTE_BIT_OVERLOAD_V_4R’
 1528 |  __RTE_BIT_OVERLOAD_V_4R(family,, fun, c, size, ret_type, arg1_type, \
      |  ^~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_bitops.h:1537:2: note: in expansion of macro ‘__RTE_BIT_OVERLOAD_SZ_4R’
 1537 |  __RTE_BIT_OVERLOAD_SZ_4R(family, fun, c, 32, ret_type,  \
      |  ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_bitops.h:1561:1: note: in expansion of macro ‘__RTE_BIT_OVERLOAD_4R’
 1561 | __RTE_BIT_OVERLOAD_4R(atomic_, test_and_assign,, bool, unsigned int, nr,
      | ^~~~~~~~~~~~~~~~~~~~~
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-static-mingw" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-shared-aarch64" at step Build and test
####################################################################################
 1515 |         rte_bit_ ## family ## fun(c uint ## size ## _t *addr,           \
      |         ^~~~~~~~
../lib/eal/include/rte_bitops.h:1531:9: note: in expansion of macro ‘__RTE_BIT_OVERLOAD_V_4R’
 1531 |         __RTE_BIT_OVERLOAD_V_4R(family, v_, fun, c volatile, size,      \
      |         ^~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_bitops.h:1540:9: note: in expansion of macro ‘__RTE_BIT_OVERLOAD_SZ_4R’
 1540 |         __RTE_BIT_OVERLOAD_SZ_4R(family, fun, c, 64, ret_type,          \
      |         ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_bitops.h:1561:1: note: in expansion of macro ‘__RTE_BIT_OVERLOAD_4R’
 1561 | __RTE_BIT_OVERLOAD_4R(atomic_, test_and_assign,, bool, unsigned int, nr,
      | ^~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_bitops.h:1515:9: note: previous declaration ‘bool rte_bit_atomic_test_and_assign(uint32_t*, unsigned int, bool, int)’
 1515 |         rte_bit_ ## family ## fun(c uint ## size ## _t *addr,           \
      |         ^~~~~~~~
../lib/eal/include/rte_bitops.h:1528:9: note: in expansion of macro ‘__RTE_BIT_OVERLOAD_V_4R’
 1528 |         __RTE_BIT_OVERLOAD_V_4R(family,, fun, c, size, ret_type, arg1_type, \
      |         ^~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_bitops.h:1537:9: note: in expansion of macro ‘__RTE_BIT_OVERLOAD_SZ_4R’
 1537 |         __RTE_BIT_OVERLOAD_SZ_4R(family, fun, c, 32, ret_type,          \
      |         ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_bitops.h:1561:1: note: in expansion of macro ‘__RTE_BIT_OVERLOAD_4R’
 1561 | __RTE_BIT_OVERLOAD_4R(atomic_, test_and_assign,, bool, unsigned int, nr,
      | ^~~~~~~~~~~~~~~~~~~~~
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-shared-aarch64" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-ppc64le" at step Build and test
####################################################################################
 1515 |         rte_bit_ ## family ## fun(c uint ## size ## _t *addr,           \
      |         ^~~~~~~~
../lib/eal/include/rte_bitops.h:1531:9: note: in expansion of macro ‘__RTE_BIT_OVERLOAD_V_4R’
 1531 |         __RTE_BIT_OVERLOAD_V_4R(family, v_, fun, c volatile, size,      \
      |         ^~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_bitops.h:1540:9: note: in expansion of macro ‘__RTE_BIT_OVERLOAD_SZ_4R’
 1540 |         __RTE_BIT_OVERLOAD_SZ_4R(family, fun, c, 64, ret_type,          \
      |         ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_bitops.h:1561:1: note: in expansion of macro ‘__RTE_BIT_OVERLOAD_4R’
 1561 | __RTE_BIT_OVERLOAD_4R(atomic_, test_and_assign,, bool, unsigned int, nr,
      | ^~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_bitops.h:1515:9: note: previous declaration ‘bool rte_bit_atomic_test_and_assign(uint32_t*, unsigned int, bool, int)’
 1515 |         rte_bit_ ## family ## fun(c uint ## size ## _t *addr,           \
      |         ^~~~~~~~
../lib/eal/include/rte_bitops.h:1528:9: note: in expansion of macro ‘__RTE_BIT_OVERLOAD_V_4R’
 1528 |         __RTE_BIT_OVERLOAD_V_4R(family,, fun, c, size, ret_type, arg1_type, \
      |         ^~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_bitops.h:1537:9: note: in expansion of macro ‘__RTE_BIT_OVERLOAD_SZ_4R’
 1537 |         __RTE_BIT_OVERLOAD_SZ_4R(family, fun, c, 32, ret_type,          \
      |         ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_bitops.h:1561:1: note: in expansion of macro ‘__RTE_BIT_OVERLOAD_4R’
 1561 | __RTE_BIT_OVERLOAD_4R(atomic_, test_and_assign,, bool, unsigned int, nr,
      | ^~~~~~~~~~~~~~~~~~~~~
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-ppc64le" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "ubuntu-22.04-gcc-riscv64" at step Build and test
####################################################################################
../lib/eal/include/rte_bitops.h:1540:9: note: in expansion of macro ‘__RTE_BIT_OVERLOAD_SZ_4R’
 1540 |         __RTE_BIT_OVERLOAD_SZ_4R(family, fun, c, 64, ret_type,          \
      |         ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_bitops.h:1561:1: note: in expansion of macro ‘__RTE_BIT_OVERLOAD_4R’
 1561 | __RTE_BIT_OVERLOAD_4R(atomic_, test_and_assign,, bool, unsigned int, nr,
      | ^~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_bitops.h:1515:9: note: previous declaration ‘bool rte_bit_atomic_test_and_assign(uint32_t*, unsigned int, bool, int)’
 1515 |         rte_bit_ ## family ## fun(c uint ## size ## _t *addr,           \
      |         ^~~~~~~~
../lib/eal/include/rte_bitops.h:1528:9: note: in expansion of macro ‘__RTE_BIT_OVERLOAD_V_4R’
 1528 |         __RTE_BIT_OVERLOAD_V_4R(family,, fun, c, size, ret_type, arg1_type, \
      |         ^~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_bitops.h:1537:9: note: in expansion of macro ‘__RTE_BIT_OVERLOAD_SZ_4R’
 1537 |         __RTE_BIT_OVERLOAD_SZ_4R(family, fun, c, 32, ret_type,          \
      |         ^~~~~~~~~~~~~~~~~~~~~~~~
../lib/eal/include/rte_bitops.h:1561:1: note: in expansion of macro ‘__RTE_BIT_OVERLOAD_4R’
 1561 | __RTE_BIT_OVERLOAD_4R(atomic_, test_and_assign,, bool, unsigned int, nr,
      | ^~~~~~~~~~~~~~~~~~~~~
[3235/3477] Compiling C++ object 'buildtools/chkincs/fe389a9@@chkincs-cpp@exe/meson-generated_rte_debug.cpp.o'.
[3236/3477] Compiling C++ object 'buildtools/chkincs/fe389a9@@chkincs-cpp@exe/meson-generated_rte_dev.cpp.o'.
[3237/3477] Compiling C++ object 'buildtools/chkincs/fe389a9@@chkincs-cpp@exe/meson-generated_rte_eal.cpp.o'.
[3238/3477] Compiling C++ object 'buildtools/chkincs/fe389a9@@chkincs-cpp@exe/meson-generated_rte_devargs.cpp.o'.
[3239/3477] Compiling C++ object 'buildtools/chkincs/fe389a9@@chkincs-cpp@exe/meson-generated_rte_eal_memconfig.cpp.o'.
ninja: build stopped: subcommand failed.
##[error]Process completed with exit code 1.
####################################################################################
#### [End job log] "ubuntu-22.04-gcc-riscv64" at step Build and test
####################################################################################




####################################################################################
#### [Begin job log] "fedora:39-clang" at step Build
####################################################################################
####################################################################################
#### [End job log] "fedora:39-clang" at step Build
####################################################################################
--------------------------------END LOGS-----------------------------

  parent reply	other threads:[~2024-08-09 11:02 UTC|newest]

Thread overview: 104+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20240809095829.589396-6-mattias.ronnblom@ericsson.com>
2024-08-09  9:43 ` |SUCCESS| pw143046-143048 " qemudev
2024-08-09  9:47 ` qemudev
2024-08-09 10:09 ` |WARNING| pw143048 " checkpatch
2024-08-09 11:02 ` 0-day Robot [this message]
2024-08-09 13:22 ` |SUCCESS| pw143046-143048 [PATCH] [v2,5/5] eal: extend bitops to han dpdklab
2024-08-09 13:22 ` dpdklab
2024-08-09 13:25 ` dpdklab
2024-08-09 13:26 ` |PENDING| " dpdklab
2024-08-09 13:30 ` |SUCCESS| " dpdklab
2024-08-09 13:31 ` dpdklab
2024-08-09 13:34 ` dpdklab
2024-08-09 13:38 ` dpdklab
2024-08-09 13:42 ` dpdklab
2024-08-09 13:45 ` dpdklab
2024-08-09 13:53 ` dpdklab
2024-08-09 14:09 ` dpdklab
2024-08-09 14:29 ` dpdklab
2024-08-09 14:33 ` dpdklab
2024-08-09 14:37 ` dpdklab
2024-08-09 14:54 ` |WARNING| " dpdklab
2024-08-09 14:57 ` |SUCCESS| " dpdklab
2024-08-09 15:00 ` |WARNING| " dpdklab
2024-08-09 15:05 ` dpdklab
2024-08-09 15:05 ` dpdklab
2024-08-09 15:05 ` dpdklab
2024-08-09 15:06 ` dpdklab
2024-08-09 15:12 ` dpdklab
2024-08-09 15:20 ` dpdklab
2024-08-09 15:22 ` dpdklab
2024-08-09 15:22 ` dpdklab
2024-08-09 15:29 ` dpdklab
2024-08-09 15:37 ` dpdklab
2024-08-09 15:43 ` dpdklab
2024-08-09 15:50 ` dpdklab
2024-08-09 18:34 ` |PENDING| " dpdklab
2024-08-09 18:38 ` dpdklab
2024-08-09 18:52 ` dpdklab
2024-08-09 19:04 ` |SUCCESS| " dpdklab
2024-08-09 19:11 ` |PENDING| " dpdklab
2024-08-09 19:54 ` dpdklab
2024-08-09 19:57 ` dpdklab
2024-08-09 20:06 ` dpdklab
2024-08-09 20:19 ` dpdklab
2024-08-09 20:24 ` dpdklab
2024-08-09 20:26 ` dpdklab
2024-08-09 20:28 ` dpdklab
2024-08-09 20:28 ` dpdklab
2024-08-09 20:31 ` dpdklab
2024-08-09 20:33 ` dpdklab
2024-08-09 20:34 ` dpdklab
2024-08-09 20:34 ` dpdklab
2024-08-09 20:35 ` |FAILURE| " dpdklab
2024-08-09 20:37 ` |PENDING| " dpdklab
2024-08-09 20:37 ` dpdklab
2024-08-09 20:38 ` |FAILURE| " dpdklab
2024-08-09 20:39 ` |PENDING| " dpdklab
2024-08-09 20:42 ` dpdklab
2024-08-09 20:43 ` dpdklab
2024-08-09 20:45 ` |FAILURE| " dpdklab
2024-08-09 20:49 ` |PENDING| " dpdklab
2024-08-09 20:54 ` |FAILURE| " dpdklab
2024-08-09 20:56 ` dpdklab
2024-08-09 20:57 ` |PENDING| " dpdklab
2024-08-09 20:57 ` |FAILURE| " dpdklab
2024-08-09 20:58 ` dpdklab
2024-08-09 21:00 ` |PENDING| " dpdklab
2024-08-09 21:01 ` dpdklab
2024-08-09 21:01 ` dpdklab
2024-08-09 21:05 ` dpdklab
2024-08-09 21:05 ` |FAILURE| " dpdklab
2024-08-09 21:05 ` |PENDING| " dpdklab
2024-08-09 21:07 ` |FAILURE| " dpdklab
2024-08-09 21:09 ` |PENDING| " dpdklab
2024-08-09 21:10 ` dpdklab
2024-08-09 21:10 ` dpdklab
2024-08-09 21:13 ` dpdklab
2024-08-09 21:15 ` dpdklab
2024-08-09 21:15 ` dpdklab
2024-08-09 21:16 ` dpdklab
2024-08-09 21:16 ` |FAILURE| " dpdklab
2024-08-09 21:16 ` |PENDING| " dpdklab
2024-08-09 21:17 ` |FAILURE| " dpdklab
2024-08-09 21:17 ` |PENDING| " dpdklab
2024-08-09 21:17 ` dpdklab
2024-08-09 21:18 ` dpdklab
2024-08-09 21:19 ` dpdklab
2024-08-09 21:19 ` dpdklab
2024-08-09 21:23 ` |FAILURE| " dpdklab
2024-08-09 21:25 ` |PENDING| " dpdklab
2024-08-09 21:25 ` |FAILURE| " dpdklab
2024-08-09 21:26 ` dpdklab
2024-08-09 21:26 ` |PENDING| " dpdklab
2024-08-09 21:35 ` dpdklab
2024-08-09 21:37 ` dpdklab
2024-08-09 21:43 ` dpdklab
2024-08-09 21:46 ` dpdklab
2024-08-09 21:46 ` dpdklab
2024-08-09 21:53 ` |SUCCESS| " dpdklab
2024-08-09 22:10 ` |PENDING| " dpdklab
2024-08-09 22:13 ` dpdklab
2024-08-09 22:17 ` dpdklab
2024-08-09 23:32 ` dpdklab
2024-08-10  3:04 ` |SUCCESS| " dpdklab
2024-08-10 16:16 ` |FAILURE| " dpdklab

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=20240809110255.808513-1-robot@bytheb.org \
    --to=robot@bytheb.org \
    --cc=mattias.ronnblom@ericsson.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).